/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

[hidden],
template {
  display: none;
}

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

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

a {
  background-color: transparent;
}

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

dfn {
  font-style: italic;
}

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

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

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

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

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

small {
  font-size: 80%;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

img {
  border: 0;
}

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

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

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

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

figure {
  margin: 1em 40px;
}

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

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

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

pre {
  overflow: auto;
}

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

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

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

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

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

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

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

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

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

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

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

td,
th {
  padding: 0;
}

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

@font-face {
  font-family: "Araboto-Light";
  font-display: swap;
  src: local("Araboto-Light"),
    /* url("../fonts/Araboto_Light_400.woff2") format("woff2"), */
      url("../fonts/Araboto_Light_400.woff") format("woff"),
    url("../fonts/Araboto_Light_400.ttf");
  font-weight: 300;
  font-style: normal;
}

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

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

* {
  -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;
}

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

.single main,
.page main {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

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

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

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

p {
  font-family: "Araboto-Light", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #1b1c1b;
}

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

li {
  font-family: "Araboto-Light", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #505a4f;
  position: relative;
  padding-left: 25px;
}

li::before {
  content: "\2022";
  color: #000;
  font-weight: 600;
  display: inline-block;
  width: 1em;
  position: absolute;
  left: 9px;
}
ol li::before {
  content: none;
}
ol {
  padding-left: 20px;
}
ol li {
  list-style-type: inherit;
}
h1 {
  font-family: "Lora", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #181818;
}

h2 {
  font-family: "Lora", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 52px;
  text-transform: uppercase;
  color: #000000;
}

h3 {
  font-family: "Lora", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.012em;
  color: #181818;
}

h4 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 34px;
  color: #181818;
}
h5 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 42px;
  margin: 25px 0 20px;
  color: #1b1c1b;
}

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

a {
  text-decoration: none;
  font-family: "Araboto-Light", sans-serif;
  font-style: normal;
  font-weight: normal;
  display: block;
  color: #1b1c1b;
}

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

input,
textarea {
  display: block;
}

main {
  min-height: 100vh;
}

.btn {
  padding: 18px 15px;
  max-width: 180px;
  width: 100%;
  text-align: center;
  background-color: #505a4f;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
}

.btn:hover {
  -webkit-box-shadow: 0px 12px 16px -6px #858d84;
  box-shadow: 0px 12px 16px -6px #858d84;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.btn:active {
  background-color: #3a4139;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

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

.container {
  max-width: 1820px;
  width: 100%;
  margin-left: auto;
}

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

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

.alignright {
  float: right;
  margin: 0.5em 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0.5em 1em 1em 0;
}

.box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  position: absolute;
  right: calc(100% - 15px);
  -webkit-transform-origin: top right 0;
  -ms-transform-origin: top right 0;
  transform-origin: top right 0;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  max-height: 122px;
  padding: 0 0 0 0;
  height: 122px;
  background-color: #505a4f;
}

.box-title::before,
.box-title::after {
  content: "";
  border-right: 2px solid #bdb6a4;
  position: absolute;
  z-index: 20;
  width: 2px;
}

.title {
  color: #bdb6a4;
  white-space: nowrap;
  margin: auto 5px 0 50px;
  margin-bottom: 20px;

  margin-right: 0;
  padding-right: 95px;
  padding-left: 20px;
  padding-bottom: 20px;
  z-index: 124;
  position: relative;
  background-color: red;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-align-items: flex-end;
  background: url(../img/logo_3.png) no-repeat #505a4f;
  background-position: calc(100% - 10px) center;
}

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

.show {
  display: block;
}

.hide {
  display: none !important;
}

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

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.1;
  }

  to {
    opacity: 1;
  }
}

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

.header {
  max-width: 1920px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 400;
}

.header__inner {
  background-color: #505a4f;
  height: 70px;
}

.header__container {
  max-width: 1720px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
  margin: 0 auto;
}

.header__box-logo {
  width: 100%;
  max-width: 750px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.header__box-logo-2 {
  max-width: 170px;
  width: 100%;
  position: relative;
  top: 0;
  height: 150px;
}

.header__logo-2 {
  max-width: 140px;
  width: 100%;
  position: absolute;
  top: 33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: 0.5s;
}

.header__logo-2.active {
  transition: 0.5s;
  max-width: 60px;
  top: 14px;
}

.header__wrapper-menu {
  max-width: 750px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__menu {
  max-width: 650px;
  width: 100%;
  padding: 0 10px;
  margin-top: 9px;
}

.header__menu.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  overflow: visible;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

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

.header__menu-list li {
  margin: 0 5px;
  padding-left: 0;
}

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

.header__menu-list a {
  font-family: "Lora", serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #d3d2ca;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-bottom: 5px;
}

.menu-item-has-children {
  padding-bottom: 20px;
}

.header__menu-list a:hover {
  color: #fff;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  border-bottom: 2px solid #fff;
}

.header__menu-list .sub-menu {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  overflow: visible;
}

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

.header__menu-list .sub-menu {
  position: absolute;
  top: 15px;
  left: -45px;
  width: 175px;
  list-style-type: none;
  z-index: 400;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-color: #d3d2ca;
  margin-top: 18px;
  border-radius: 2px;
  padding: 15px;
}

.header__menu-list .sub-menu a {
  font-size: 16px;
  line-height: 20px;
  color: #505a4f;
  text-transform: inherit;
  margin-bottom: 5px;
}

.header__menu-list .sub-menu a:hover {
  text-decoration: underline;
  color: #1b1c1b;
  border: none;
}

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

.header__menu-list ul {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  overflow: visible;
}

.header__burger {
  display: none;
  width: 25px;
  height: 24px;
  border: none;
  position: relative;
  background: inherit;
  margin: 0 10px 0 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

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

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

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

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

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

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

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

.header__box-link {
  max-width: 60px;
  width: 100%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
  height: 30px;
  position: relative;
}

.header__phone-icon,
.header__point-icon {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-bottom: 5px;
  cursor: pointer;
}

.header__phone-icon {
  margin-right: 1%;
  height: 20px;
  width: 20px;
}

.header__wrapper-phone-icon {
  padding-bottom: 35px;
}

.header__phone-icon.active {
  border-bottom: 2px solid #fff;
}

.header__box-link > div > .active path {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  fill: #fff;
}

.header__point-icon {
  height: 20px;
  width: 21px;
}

.header__phone-box {
  visibility: hidden;
  opacity: 0;
  width: 180px;
  background-color: #d3d2ca;
  border-radius: 2px;
  position: absolute;
  top: 33px;
  left: -75px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 15px;
}

.header__phone-box.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.header__phone {
  display: none;
  margin-bottom: 10px;
}

.header__phone.active {
  display: block;
}

.header__name-doctor {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #505a4f;
  margin: 0 0 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.header__name-doctor.active {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #1b1c1b;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media (hover: hover) and (pointer: fine) {
  .header__wrapper-phone-icon:hover .header__phone-icon ~ .header__phone-box,
  .header__phone-box:hover {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  .header__wrapper-phone-icon:hover .header__phone-icon,
  .header__point-icon:hover {
    border-bottom: 2px solid #fff;
  }

  .header__wrapper-phone-icon:hover .header__phone-icon path,
  .header__point-icon:hover path {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    fill: #fff;
  }
}

.intro {
  width: 100%;
  max-width: 100%;
  padding-top: 38px;
  min-height: 780px;
}

.intro__descr {
  max-width: 895px;
  width: 100%;
  margin-right: 15px;
  padding: 60px 0 0 4%;
  max-width: 1530px;
  display: flex;
  justify-content: space-between;
}

.intro__img {
  width: 100%;
  max-width: 785px;
}

.intro__descr-inner {
  max-width: 605px;
  width: 100%;
  padding: 0 15px;
}

.intro__title {
  margin-top: 70px;
  margin-bottom: 30px;
  font-size: 52px;
  line-height: 60px;
}

.intro__subtitle {
  font-size: 30px;
  line-height: 42px;
  color: #505a4f;
  margin-top: 0;
}

.intro__wrapper-video {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  top: 0;
  right: 0;
  padding-bottom: 56.25%;
}

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

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

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

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

.btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 300;
  width: 100px;
  height: 100px;
  display: none !important;
  cursor: pointer;
}

.btn-play.active {
  display: block;
  display: none !important;
}

.btn-pause {
  position: absolute;
  z-index: 400;
  width: 76px;
  height: 76px;
  top: 40px;
  right: 50px;
  display: none;
  cursor: pointer;
}

.btn-pause.active {
  display: block;
}

.equipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  padding: 210px 0 0 153px;
  max-width: 1820px;
  width: 100%;
  margin-left: auto;
  margin-top: -100px;
}

.equipe__box-title {
  top: 320px;
}

.equipe__box-title::before {
  height: 4000px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: -1350px;
  top: -1910.5px;
}

.equipe__box {
  max-width: 1580px;
  width: 100%;
  margin-left: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.equipe__box::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #bdb6a4;
  width: 100%;
  height: 740px;
  bottom: 0;
  left: 125px;
}

.equipe__left-box {
  background-color: #fff;
  max-width: 720px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 570px;
  margin-top: 280px;
}

.equipe__box-img {
  max-width: 285px;
  width: 100%;
  position: relative;
  margin-right: 15px;
}

.equipe__img-doctor {
  -webkit-transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  transform: translateY(-90px);
}

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

.equipe__descr-title h3 {
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.012em;
  text-transform: uppercase;
  color: #1b1c1b;
}

.equipe__list {
  max-width: 375px;
}

.equipe__list li {
  padding-left: 25px;
  margin-bottom: 13px;
}

.equipe__wrapper-list {
  display: none;
}

.equipe__list li::before {
  content: "\2022";
  color: #000;
  font-weight: 600;
  display: inline-block;
  width: 1em;
}

.equipe__btn {
  margin-top: 65px;
}

.equipe__logo {
  position: absolute;
  bottom: 0;
}

.equipe__right-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr;
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  max-height: 780px;
}

.equipe__item {
  max-width: 280px;
  width: 100%;
  cursor: pointer;
}

.equipe__item:hover .equipe__item-img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 12px 16px -6px #4d534c;
  box-shadow: 0px 12px 16px -6px #4d534c;
}

.equipe__item-img {
  width: 100%;
  max-height: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -o-object-fit: cover;
  object-fit: cover;
}

.equipe__item-title {
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  margin-top: 16px;
  text-transform: uppercase;
  color: #505a4f;
}

.activites {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0 0 152px;
  overflow: hidden;
}

.activites::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #bdb6a4;
  width: 100%;
  max-width: 1550px;
  height: 100%;
  top: 60px;
  left: 575px;
}

.activites__box-title {
  top: 60px;
}

.activites__box-title::before {
  height: 4000px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: -1700px;
  top: -1910.5px;
}

.activites__box {
  max-width: 1435px;
  width: 100%;
  padding: 100px 15px 100px 0;
  margin-left: 5.3%;
}

.activites__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 1240px;
  width: 100%;
}

.activites__item-img {
  max-width: 710px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.activites__item-wrapper-video {
  max-width: 710px;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  padding-bottom: 28.25%;
  margin: 0 auto;
  background-color: #fff;
}
.activites__item-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
}
.activites__item-video::after {
  content: "";
  width: 100%;
  display: block;
  position: relative;
  z-index: 200;
  top: 0;
  left: 0;
}

.activites__item-descr {
  max-width: 530px;
  width: 100%;
  padding: 0 15px;
  background-color: #fff;
}

.activites__item-descr-inner {
  max-width: 425px;
  width: 100%;
  margin: 25px auto 10px auto;
}

.activites__item-title {
  margin: 30px 0 20px;
}

.activites__item-text p {
  text-align: justify;
  margin-bottom: 0;
}

.activites__item-btn {
  position: absolute;
  bottom: 0;
  left: 57%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

.activites__item-btn::before {
  content: url(../img/pluse.svg);
  position: relative;
  top: 5px;
  margin-right: 20px;
}

.activites__item:nth-child(even) {
  max-width: 100%;
}

.activites__item:nth-child(even) .activites__item-descr {
  max-width: 710px;
  -ms-flex-order: -1;
  order: -1;
}

.activites__item:nth-child(even) .activites__item-descr-inner {
  margin-right: 7%;
}

.activites__item:nth-child(even) .activites__item-btn {
  left: 50%;
}

.agenda {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1820px;
  padding: 200px 15px 0 145px;
  width: 100%;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.agenda-wrapper {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 24px;
}

.agenda-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

.agenda__btn.btn {
  max-width: 228px;
  margin: 40px auto 0;
}

.agenda__box-title::before {
  height: 4000px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: -624px;
  top: -1910.5px;
}

.agenda__box {
  max-width: 604px;
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.agenda__box:nth-of-type(odd) {
  margin-right: 16px;
}

.agenda__box:nth-of-type(even) {
  margin-left: 16px;
}

.agenda__left-box {
  width: 100%;
}

.agenda__img {
  width: 100%;
  height: 276px;
  object-fit: cover;
}

.agenda__left-box .row {
  max-width: 200px;
  width: 100%;
  margin-left: 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.agenda__left-box .btn {
  width: 60px;
  height: 60px;
  position: relative;
  background-color: #bdb6a4;
  display: none;
}

.agenda__left-box .btn:hover {
  -webkit-box-shadow: 0px 10px 9px -6px #858d84;
  box-shadow: 0px 10px 9px -6px #858d84;
}

.agenda__left-box .btn::before {
  content: url(../img/vector.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.agenda__left-box-text {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  max-width: 105px;
  width: 100%;
  text-transform: uppercase;
  display: none;
}

.agenda__right-box {
  width: 100%;
  transition: .4s ease-in-out;
}

.agenda__box:hover .agenda__right-box {
  box-shadow: 0px 12px 16px -6px #858D84;
  transition: .4s ease-in-out;
}

.agenda-right_content {
  border: 1px solid #BDB6A4;
  border-top: 0;
  padding: 24px;
}

.agenda__title-box {
  width: 100%;
  margin: 0 auto;
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  background: #BDB6A4;
  transition: .4s ease-in-out;
}

.agenda__box:hover .agenda__title-box {
  background: #505A4F;
  transition: .4s ease-in-out;
}

.agenda__title {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  font-family: "Araboto-Light";
  font-weight: 400;
  text-transform: uppercase;
}

.agenda__time {
  font-weight: 300;
  font-size: 30px;
  line-height: 42px;
  color: #ffffff;
  margin: 0;
  text-align: right;
  font-family: "Araboto-Light";
  font-weight: 400;
}

.agenda__subtitle {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.012em;
  margin: 0 0 20px 0;
}

.agenda__text {
  margin-bottom: 30px;
  padding-right: 7%;
}

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

.agenda__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  color: #505a4f;
  max-width: 360px;
  margin-top: 3px;
  font-size: 16px;
  line-height: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-family: "Araboto-Light";
  font-weight: 400;
}

.agenda__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #505a4f;
  max-width: 140px;
  font-size: 16px;
  line-height: 20px;
  font-family: "Araboto-Light";
  font-weight: 400;
}

.agenda__map:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #1b1c1b;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.agenda__map:hover,
.agenda__phone:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #1b1c1b;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.agenda__map svg,
.agenda__phone svg {
  margin-right: 11px;
}

.agenda__map svg {
  min-width: 18px;
}

.agenda__phone svg {
  min-width: 20px;
}

.agenda__box-link-right {
  padding-left: 15px;
  min-width: 110px;
  display: none;
}

.agenda__box-right-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  text-transform: uppercase;
  color: #505a4f;
  margin: 0;
}

.agenda__box-right-text {
  font-family: "Lora", sans-serif;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.012em;
  color: #000000;
  margin: 0;
}

.agenda__box-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 390px;
  width: 100%;
  margin-top: 30px;
}

.agenda__btn-right {
  border: 1px solid #505a4f;
  background-color: inherit;
  color: #505a4f;
  margin-left: 5%;
}

.agenda__btn-right:hover {
  background-color: #505a4f;
  border-color: #505a4f;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.livret {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1820px;
  padding: 200px 0 0 152px;
  width: 100%;
  position: relative;
  margin-left: auto;
  min-height: 900px;
  overflow: hidden;
}

.livret__box-title::before {
  height: 4000px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: -624px;
  top: -1910.5px;
}

.livret__box {
  max-width: 1540px;
  width: 100%;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 60px;
  padding-left: 4.65%;
}

.livret__item {
  max-width: 680px;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  left: 0;
  margin-top: 30px;
}

.livret__item:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0px 12px 16px -6px #858d84;
  box-shadow: 0px 12px 16px -6px #858d84;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.livret__item:hover .livret__wrapper-img::after {
  background: rgba(80, 90, 79, 0.7);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.livret__item:hover .livret__descr-title,
.livret__item:hover .livret__subtitle,
.livret__item:hover .livret__phrase {
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.livret__item:hover .livret__line {
  border-color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.livret__box > a:first-of-type {
  margin-right: 4%;
}

.livret__box > a:last-of-type .livret__descr-title,
.livret__box > a:last-of-type p {
  color: #fff;
}

.livret__box > a:last-of-type .livret__line {
  border-color: #fff;
}

.livret__wrapper-img {
  position: relative;
  border: 1px solid #d3d2ca;
}

.livret__img {
  width: 100%;
}

.livret__wrapper-img::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.livret__box-descr {
  max-width: 600px;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 30;
  padding: 0 15px;
}

.livret__descr-title {
  margin-bottom: 35px;
  font-size: 28px;
  line-height: 40px;
  text-transform: inherit;
}

.livret__line {
  border-top: 1px solid #1b1c1b;
  height: 1;
  max-width: 200px;
  width: 100%;
  margin-bottom: 35px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.livret__subtitle {
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.livret__phrase {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.012em;
  margin: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.livret__item:nth-child(even) .livret__phrase,
.livret__item:nth-child(even) .livret__subtitle,
.livret__item:nth-child(even) .livret__descr-title {
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.livret__item:nth-child(even) .livret__line {
  border-color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.livret__item-box-title {
  background-color: #505a4f;
  max-height: 55px;
  height: 100%;
  padding: 14px 0;
}

.livret__item-title {
  margin: 0;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
}

.section-video {
  max-width: 1315px;
  width: 100%;
  margin: 0 auto;
  padding: 125px 15px 0;
}

.section-video__wrapper-video {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  top: 0;
  right: 0;
  padding-bottom: 56.25%;
}

.section-video__video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
}

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

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

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

.partenaires {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1820px;
  padding: 200px 15px 0 152px;
  width: 100%;
  position: relative;
  margin-left: auto;
  min-height: 690px;
  overflow: hidden;
}

.partenaires__box-title::before {
  height: 4000px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: -624px;
  top: -1910.5px;
}

.partenaires__box {
  max-width: 1275px;
  width: 100%;
  margin: 0 8%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  align-items: center;
}

.partenaires__logo {
  width: 100%;
}

.partenaires__box a {
  width: 100%;
  max-width: 225px;
  max-height: 200px;
  height: 100%;
  object-fit: cover;
}

.actualites {
  padding-top: 200px;
  max-width: 1820px;
  padding-left: 15px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 152px;
  display: none !important;
}

.actualites::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #bdb6a4;
  width: 88%;
  height: 100%;
  top: 200px;
  left: 105px;
  right: 100px;
}

.actualites__box-title::before {
  height: 1000px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: -410px;
  left: 167px;
}

.actualites__box {
  max-width: 1690px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 105px;
}

.actualites__box-insta {
  max-width: 1370px;
  width: 100%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.actualites__link-box {
  margin: 50px 0 0 2%;
  padding: 0 15px 0 0;
  max-width: 305px;
}

.actualites__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 32px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.actualites__link:hover {
  color: #505a4f;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: underline;
}

.actualites__link svg {
  margin-right: 12px;
}

.actualites__logo {
  position: relative;
  bottom: -50px;
  z-index: 10;
  left: -80px;
  margin-top: 95px;
}

.quote {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.quote__back {
  width: 100%;
}

.quote__box {
  max-width: 630px;
  width: 100%;
  padding: 55px 15px 50px 15px;
  background-color: #fff;
  position: absolute;
  left: 5%;
  bottom: 10.2%;
}

.quote__box-inner {
  max-width: 530px;
  width: 100%;
  margin: 0 auto;
}

.quote__descr {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 50px;
  font-family: "Lora", serif;
}

.quote__autor p {
  font-family: "Araboto-Light", sans-serif;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.012em;
  text-align: right;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 152px;
  overflow: hidden;
  position: relative;
}

.contact__box-title::before {
  height: 4000px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: -624px;
  top: -1910.5px;
}

.contact__box {
  max-width: 1595px;
  width: 100%;
  margin-left: auto;
}

.contact__box form {
  position: relative;
}

.contact__box .wpcf7-response-output {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

.contact__box-info {
  max-width: 285px;
  width: 100%;
  margin-right: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact__adress {
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.012em;
  margin-top: 100px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-family: "Roboto";
}

.contact__adress:hover {
  font-weight: 500;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.contact__box-dortors {
  margin-top: 40px;
  margin-bottom: auto;
}

.contact__box-dortors p {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  font-family: "Roboto";
}

.contact__box-dortors p.active {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #505a4f;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#select_email {
  display: none;
}

.contact__box-question {
  margin-top: auto;
  margin-bottom: 50px;
}

.contact__box-question p {
  font-size: 18px;
  line-height: 24px;
}

.contact__map {
  height: 650px;
  max-width: 1260px;
  width: 100%;
}

.contact__form {
  background-color: #bdb6a4;
}

#wpcf7-f5-o1 > form > p {
  display: none;
}

.contact__form-inner {
  max-width: 1355px;
  width: 100%;
  padding: 80px 15px 45px 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact__left-box {
  max-width: 635px;
  width: 100%;
  padding-right: 30px;
}

.contact__input-descr {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
  max-width: 165px;
  width: 100%;
  margin: 0;
  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;
  border-bottom: 1px solid #000;
}

.contact__right-box {
  max-width: 630px;
  width: 100%;
}

.contact__right-box .contact__input-descr {
  margin: 11px 0 17px 0;
  border-bottom: none;
}

.contact__box-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
}

.contact__wrapper-input {
  position: relative;
}

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

.wpcf7-not-valid-tip {
  right: 1px;
  top: -20px;
  position: absolute;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
}

.contact__input {
  width: 100%;
  height: 50px;
  padding-left: 25px;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  border-radius: 0;
  background-color: inherit;
  border: none;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

.contact__input:focus {
  background-color: #d3d2ca;
}

.contact__textarea {
  width: 100%;
  height: 155px;
  padding: 15px 0 0 15px;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  border: 1px solid #1b1c1b;
  resize: none;
}

.contact__textarea:focus {
  background-color: #d3d2ca;
}

.contact__btn {
  margin-left: auto;
  border: none;
  text-transform: uppercase;
}

.contact__form .wpcf7-not-valid {
  border: 1px solid #cb2322;
}

.sent .contact__input {
  border: 1px solid #41bd22;
}

.footer {
  padding: 65px 15px 80px 15px;
  background-color: #505a4f;
  width: 100%;
}

.footer p,
.footer a {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #bdb6a4;
  margin-top: 20px;
}

.footer__right-box a {
  display: inline;
}

.footer__inner {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__left-box {
  max-width: 735px;
  width: 100%;
  border-top: 2px solid #bdb6a4;
  margin-top: 65px;
  margin-right: 2%;
}

.footer__logo img {
  max-width: 180px;
  min-width: 140px;
  width: 100%;
}

.footer__right-box {
  max-width: 735px;
  width: 100%;
  border-top: 2px solid #bdb6a4;
  margin-top: 65px;
  margin-left: 2%;
}

.footer__right-box p {
  text-align: right;
}

.mediweb-link {
  margin-right: 2%;
}

.roos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1820px;
  width: 100%;
  margin: 118px 0 0 auto;
  padding: 0 0 100px 152px;
  position: relative;
}

.roos__box-title::before {
  height: 3831px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: -1861px;
  top: -1823px;
}

.roos__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1580px;
  width: 100%;
  margin-left: auto;
  position: relative;
}

.roos__box::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #bdb6a4;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 115px;
}

.roos__box-left {
  max-width: 290px;
  width: 100%;
  margin-right: 2%;
}

.roos__box-left .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.roos__btn-back {
  width: 60px;
  height: 60px;
  position: relative;
  background-color: #bdb6a4;
  margin: 20px 17% 20px 10%;
  transition: 0.5s;
}

.roos__btn-back:hover {
  transition: 0.5s;
  -webkit-box-shadow: 0px 14px 9px -6px #858d84;
  box-shadow: 0px 14px 9px -6px #858d84;
}

.roos__box-left .row p {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  text-transform: uppercase;
}

.roos__btn-back::before {
  content: url(../img/vector.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.roos__img {
  width: 100%;
}

.roos__box-right {
  padding-bottom: 100px;
}

.roos__title {
  margin-top: 105px;
  padding-right: 15px;
  font-size: 48px;
  line-height: 52px;
}

.roos__box-list {
  border-top: 2px solid #d3d2ca;
  border-bottom: 2px solid #d3d2ca;
  padding: 20px 0 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
}

.roos__box-list ul:first-of-type {
  margin-right: 5%;
}

.roos__box-list li {
  max-width: 365px;
  margin: 0;
  padding-left: 20px;
  margin-bottom: 12px;
  color: #1b1c1b;
}

.roos__box-list li::before {
  left: 0;
}

.roos__box-descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px 0 0;
}

.roos__box-descr p {
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
  color: #505a4f;
  margin: 20px 0 0 0;
}

.roos__left-descr {
  max-width: 595px;
  width: 100%;
  margin-right: 3%;
}

.roos__right-descr {
  max-width: 565px;
  width: 100%;
}

.container-page {
  margin-top: 70px;
}

.container-page h1 {
  text-align: center;
  margin-top: 7%;
}
.post__top-img {
  width: 100%;
}
.post__content-box {
  max-width: 1058px;
  padding: 0 15px;
  margin: 0 auto;
}
.container-page p {
  font-size: 18px;
  line-height: 24px;
  color: #505a4f;
}
.post__content-box
  section
  *:not(.wrapper-img)
  .post__content-box
  section
  *:not(img) {
  max-width: 815px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container-page h3 {
  margin: 40px auto 25px auto;
}
.container-page h5 {
  font-weight: 300;
  font-size: 30px;
  line-height: 42px;
}
.post__content-box section .wrapper-img {
  max-width: 1058px;
  position: relative;
  padding: 28px 0;
  margin: 25px 0;
}
.post__content-box section .wrapper-img::before,
.post__content-box section .wrapper-img::after {
  content: "";
  position: absolute;
  border-top: 2px solid #bdb6a4;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
  max-width: 952px;
  width: 100%;
  z-index: 10;
  left: 50%;
}
.post__content-box section .wrapper-img::before {
  top: 0;
}
.post__content-box section .wrapper-img::after {
  bottom: 0;
}
.post__content-box section img {
  width: inherit;
}
.post__content-box section img.alignnone {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.post__content-box section img::before {
  content: "";
  position: absolute;
  border: 2px solid #bdb6a4;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
  width: 952px;
  z-index: 10;
}
.post ul li {
  padding-left: 36px;
  margin-bottom: 4px;
}
.post ul li::before {
  content: url(../img/rhombus.svg);
  left: 6px;
}
.post__subtitle p {
  font-size: 30px;
  line-height: 42px;
  color: #505a4f;
  max-width: 815px;
  margin: 50px auto 70px auto;
}
.post__btn {
  margin: 70px auto 120px auto;
}

#contact_title_animation,
#actualites_title_animation,
#partenaires_title_animation,
#livret_title_animation,
.livret__descr-title,
#agenda_title_animation,
#activites_title_animation,
#equipe_title_animation {
  -webkit-transform: translate3d(0, 50px, 0) rotate(270deg);
  transform: translate3d(0, 50px, 0) rotate(270deg);
  -webkit-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
  opacity: 0;
}

#contact_title_animation.active,
#actualites_title_animation.active,
#partenaires_title_animation.active,
#livret_title_animation.active,
#agenda_title_animation.active,
#activites_title_animation.active,
#equipe_title_animation.active {
  -webkit-transform: translate3d(0, 0, 0) rotate(270deg);
  transform: translate3d(0, 0, 0) rotate(270deg);
  opacity: 1;
}

.quote__descr,
.livret__descr-title {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
  opacity: 0;
}

.quote__descr.active,
.livret__descr-title.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.animation-left-1,
.animation-left-2,
.animation-left-3,
.animation-left-4,
.animation-left-5,
.animation-left-6,
.animation-left-7,
.animation-left-8 {
  -webkit-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
  -webkit-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
  opacity: 0;
}

.animation-left-1.active,
.animation-left-2.active,
.animation-left-3.active,
.animation-left-4.active,
.animation-left-5.active,
.animation-left-6.active,
.animation-left-7.active,
.animation-left-8.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.animation-right-1,
.animation-right-2,
.animation-right-3,
.animation-right-4,
.animation-right-5,
.animation-right-6,
.animation-right-7,
.animation-right-8 {
  -webkit-transform: translate3d(50px, 0, 0);
  transform: translate3d(50px, 0, 0);
  -webkit-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
  opacity: 0;
}

.animation-right-1.active,
.animation-right-2.active,
.animation-right-3.active,
.animation-right-4.active,
.animation-right-5.active,
.animation-right-6.active,
.animation-right-7.active,
.animation-right-8.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/*Events Page*/

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

.events-page h1 {
  text-align: center;
}

.events-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
}

.events__left {
  width: calc(50% - 16px);
  margin-right: 16px;
}

.events__img {
  height: 360px;
  max-width: 604px;
  width: 100%;
  object-fit: cover;
}

.events__right {
  width: calc(50% - 16px);
  margin-left: 16px;
}

.events__title-box {
  border-bottom: 2px solid #D3D2CA;
}

.events__title {
  margin: 0;
  color: #BDB6A4;
  text-align: right;
  text-transform: capitalize;
}

.events__subtitle {
  margin: 16px 0 24px;
  font-weight: 400;
  font-size: 40px;
  line-height: 46px;
  text-transform: uppercase;
  color: #505A4F;
}

.events__text {
  margin: 0 0 56px;
  font-weight: 300;
}

.events__box-btn .btn {
  border: 1px solid #505a4f;
  background-color: inherit;
  color: #505a4f;
}

.events-pagination {
  display: flex;
  justify-content: space-between;
  max-width: 160px;
  width: 100%;
  margin: 20px auto 40px;
}

.events-pagination .page-numbers {
  color: #505A4F;
  font-family: 'Araboto-Light';
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
}

.events-pagination .page-numbers.current {
  color: #1B1C1B;
  font-weight: 400;
}

.return-btn {
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .header__box-logo-2 {
    max-width: 120px;
    height: 120px;
  }

  .header__logo-2 {
    max-width: 105px;
  }

  .header__menu {
    margin-top: 12px;
  }

  .header__menu-list a {
    font-size: 12px;
    line-height: 16px;
  }

  .header__menu-list .sub-menu {
    left: -55px;
  }

  .header__phone-box {
    left: -104px;
  }

  .intro__title {
    margin-top: 90px;
  }

  .intro__img {
    max-width: 635px;
  }

  .equipe__btn {
    margin-top: 30px;
  }

  .activites__box {
    margin: 0 auto;
  }

  .activites__item {
    max-width: 100%;
  }

  .activites__item:nth-child(even) .activites__item-descr {
    max-width: 600px;
  }

  .activites__item-wrapper-video {
    max-width: 600px;
    padding-bottom: 26.55%;
    margin: 0;
    max-height: 334px;
    height: 100%;
  }

  .activites__item-video {
    max-height: 346px;
  }

  .activites__item-title {
    margin-top: 20px;
  }

  .activites__item-img {
    max-width: 600px;
  }

  .activites__item-btn {
    left: 50%;
  }

  .agenda__box {
    width: calc(50% - 16px);
  }

  .agenda__subtitle {
    font-size: 34px;
    line-height: 40px;
  }

  .livret__box {
    margin: 0 15px 0 25px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 0;
  }

  .livret__item {
    margin-top: 30px;
  }

  .actualites__box {
    padding-top: 20px;
  }

  .actualites__link-box {
    margin: 50px 0 0 0%;
  }

  .actualites__logo {
    left: -47px;
    max-width: 230px;
    bottom: -71px;
    margin-top: 128px;
  }

  .quote__box {
    left: 3%;
    padding: 45px 15px 40px 15px;
  }
}

@media (max-width: 1024px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }

  li {
    font-size: 16px;
    line-height: 20px;
  }

  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  h2 {
    font-size: 40px;
    line-height: 44px;
  }

  h3 {
    font-size: 28px;
    line-height: 32px;
  }

  h4 {
    font-size: 24px;
    line-height: 28px;
  }

  .btn {
    font-size: 16px;
    line-height: 22px;
    max-width: 160px;
  }

  .btn {
    font-size: 14px;
    line-height: 18px;
    max-width: 140px;
    padding: 15px;
  }

  .box-title {
    height: 75px;
  }

  .title {
    background-size: 45px;
    padding-bottom: 16px;
    padding-right: 65px;
  }

  .header__logo {
    max-width: 300px;
  }

  .header__box-logo-2 {
    max-width: 120px;
    height: 70px;
  }

  .header__logo-2 {
    max-width: 75px;
    top: 10px;
  }

  .header__menu {
    position: absolute;
    top: 120px;
    max-width: 300px;
    width: 100%;
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 200;
    right: 0;
    z-index: 600;
    background-color: #505a4f;
    top: 58px;
    border-top: 1px solid #fff;
    padding: 0;
    padding-bottom: 20px;
  }

  .header__menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    margin: 20px 15px 0 15px;
  }

  .header__menu-list li {
    margin-bottom: 15px;
  }

  .header__menu-list a {
    font-size: 16px;
    line-height: 20px;
    display: inline;
  }

  .header__menu-list .sub-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }

  .header__menu-list .sub-menu {
    position: static;
    background-color: inherit;
    margin-top: 0;
    padding-bottom: 0;
  }

  .header__menu-list .sub-menu a {
    letter-spacing: -0.01em;
    color: #d3d2ca;
  }

  .sub-menu li:last-of-type a {
    margin-bottom: 0;
  }

  .header__burger {
    display: block;
  }

  .header__box-link {
    margin-top: 25;
  }

  .header__phone-box {
    width: 140px;
    left: -52px;
    top: 40px;
  }

  .header__menu-list .menu-item-has-children {
    margin-bottom: 5px;
  }

  .menu-item-has-children {
    padding-bottom: 0;
  }

  .header__wrapper-phone-icon {
    padding-bottom: 0;
  }

  .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
    padding-top: 37px;
  }

  .intro__descr {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
  }

  .intro__descr-inner {
    padding: 0;
  }

  .intro__title {
    margin-top: 60px;
    text-align: center;
    font-size: 42px;
    line-height: 50px;
  }

  .intro__subtitle {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    max-width: 100%;
  }

  .intro__wrapper-video {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding-bottom: 56.25%;
  }

  .intro__video-sound {
    width: 35px;
    height: 35px;
    bottom: 75px;
  }

  .intro__img {
    order: 1;
    max-width: 80%;
    margin: 0 auto;
  }

  .btn-play {
    width: 75px;
    height: 75px;
  }

  .btn-pause {
    width: 50px;
    height: 50px;
  }

  .equipe {
    margin-top: 0;
    padding: 120px 0 0 105px;
  }

  .equipe__box-title {
    top: 120px;
  }

  .equipe__box-title::before {
    left: -737px;
    top: -1951.5px;
  }

  .equipe__box::before {
    content: none;
  }

  .equipe__left-box {
    display: none;
  }

  .equipe__wrapper-list {
    display: none;
  }

  .equipe__wrapper-list.active {
    display: block;
    -webkit-animation-name: fade;
    animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }

  .equipe__btn {
    margin: 0px auto 0 auto;
  }

  .equipe__right-box {
    padding-left: 0;
    max-height: 100%;
  }

  .equipe__item {
    margin-bottom: 30px;
  }

  .equipe__item:hover .equipe__item-img {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .equipe__item-title {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }

  .activites {
    padding-left: 105px;
  }

  .activites::before {
    left: 105px;
    top: 60px;
  }

  .activites__box-title::before {
    top: -1951.5px;
  }

  .activites__box {
    padding-top: 50px;
  }

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

  .activites__item-img {
    max-width: 100%;
  }

  .activites__item-descr {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    max-width: 100%;
  }

  .activites__item-descr-inner {
    max-width: 750px;
    margin-top: 30px;
  }

  .activites__item-title {
    text-align: center;
    font-size: 30px;
    line-height: 34px;
  }

  .activites__item-btn {
    max-width: 160px;
  }

  .activites__item:nth-child(even) .activites__item-descr {
    max-width: 100%;
  }

  .activites__item:nth-child(even) .activites__item-descr-inner {
    margin-top: 30px;
  }

  .activites__item-wrapper-video {
    max-width: 100%;
  }

  .activites__item-wrapper-video {
    padding-bottom: 56.25%;
  }

  .agenda {
    padding: 120px 0 0 105px;
  }

  .agenda__box-title::before {
    left: -737px;
    top: -1951.5px;
  }

  .agenda__left-box-text {
    font-size: 16px;
    line-height: 22px;
  }

  .agenda__title-box {
    max-width: 100%;
    font-size: 24px;
    line-height: 36px;
    padding: 12px 16px;
  }

  .agenda__time {
    font-size: 22px;
    line-height: 26px;
  }

  .agenda__subtitle {
    font-size: 20px;
    line-height: 28px;
  }

  .agenda__map {
    font-size: 14px;
    line-height: 18px;
  }

  .agenda__phone {
    font-size: 14px;
    line-height: 18px;
  }

  .agenda__box-right-title {
    font-size: 16x;
    line-height: 20px;
  }

  .agenda__box-right-text {
    font-size: 26px;
    line-height: 30px;
  }

  .agenda-right_content {
    padding: 16px;
  }

  .agenda__box-btn {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .agenda__box-btn .btn {
    padding: 10px;
  }

  .section-video {
    max-width: 600px;
  }

  .section-video__video-sound {
    bottom: 60px;
    width: 35px;
    height: 35px;
  }

  .livret {
    padding: 120px 15px 0 105px;
  }

  .livret__box-title::before {
    left: -737px;
    top: -1951.5px;
  }

  .livret__box {
    -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;
    margin: 0;
  }

  .livret__item:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .livret__box > a:first-of-type {
    margin: 0 0 30px 0;
  }

  .livret__subtitle {
    font-size: 26px;
    line-height: 38px;
  }

  .livret__phrase {
    font-size: 20px;
    line-height: 26px;
  }

  .livret__item-title {
    font-size: 16px;
    line-height: 22px;
  }

  .livret__descr-title {
    font-size: 24px;
    line-height: 36px;
  }

  .partenaires {
    padding: 120px 0 0 105px;
  }

  .partenaires__box-title::before {
    left: -737px;
    top: -1951.5px;
  }

  .partenaires__box {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    margin: 0 auto;
  }

  .actualites {
    padding: 120px 0 0 105px;
    display: none;
  }

  .actualites::before {
    left: 64px;
    top: 120px;
  }

  .actualites__box-title::before {
    top: -451px;
  }

  .actualites__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
  }

  .actualites__box-insta {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .actualites__link-box {
    background-color: #bdb6a4;
    max-width: 100%;
    margin-top: 0;
    margin-left: 15px;
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .actualites__link {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .actualites__logo {
    position: static;
    margin: 0;
  }

  .quote__box {
    max-width: 400px;
    padding: 20px 15px;
  }

  .quote__descr {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 20px 0;
  }

  .quote__autor p {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
  }

  .contact {
    padding-right: 15px;
  }

  .contact__box-title::before {
    top: -1951.5px;
  }

  .contact__box {
    padding-left: 0;
  }

  .contact__adress {
    font-size: 20px;
    line-height: 26px;
  }

  .contact__box-dortors p {
    font-size: 16px;
    line-height: 20px;
  }

  .contact__map {
    height: 550px;
  }

  .contact__form-inner {
    display: block;
  }

  .contact__left-box {
    max-width: 100%;
    padding-right: 0;
  }

  .contact__input-descr {
    font-size: 16px;
    line-height: 22px;
    max-width: 140px;
  }

  .contact__right-box {
    max-width: 100%;
  }

  .contact__input {
    font-size: 16px;
    line-height: 22px;
  }

  .contact__textarea {
    font-size: 16px;
    line-height: 22px;
  }

  .contact__box .wpcf7-response-output {
    bottom: 10px;
    font-size: 12px;
  }

  .contact__box-question p {
    font-size: 16px;
    line-height: 22px;
  }

  .footer {
    padding: 40px 15px 30px;
  }

  .footer p {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
  }

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

  .footer__left-box {
    margin: 30px 0 0 0;
  }

  .footer__logo {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .footer__logo img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .roos {
    padding-left: 105px;
    margin-top: 75px;
  }

  .roos__box-title::before {
    left: -1882px;
    top: -1864px;
  }

  .footer__right-box {
    margin: 10px 0 0 0;
  }

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

  .roos__box::before {
    content: none;
  }

  .roos__box-left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
  }

  .roos__box-left .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .roos__btn-back {
    margin: 20px 25px 20px 0;
  }

  .roos__box-right {
    background-color: #bdb6a4;
    padding-bottom: 40px;
  }

  .roos__title {
    padding-left: 15px;
    text-align: center;
    margin-top: 30px;
    font-size: 40px;
    line-height: 44px;
  }

  .roos__box-list {
    padding-left: 15px;
  }

  .roos__box-descr p {
    font-size: 16px;
    line-height: 22px;
  }

  .roos__left-descr {
    padding-left: 15px;
  }
  .container-page p {
    font-size: 16px;
    line-height: 22px;
  }
  .post__subtitle p {
    font-size: 26px;
    line-height: 38px;
    margin: 30px 0;
  }
  .container-page h1 {
    margin-top: 20%;
  }
  .container-page h3 {
    margin: 25px auto;
  }
  .container-page h5 {
    font-size: 26px;
    line-height: 38px;
  }

  #contact_title_animation,
  #actualites_title_animation,
  #partenaires_title_animation,
  #livret_title_animation,
  #agenda_title_animation,
  #activites_title_animation,
  #equipe_title_animation {
    -webkit-transform: translate3d(0, 0, 0) rotate(270deg);
    transform: translate3d(0, 0, 0) rotate(270deg);
    opacity: 1;
  }

  .quote__descr {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  .animation-left-1,
  .animation-left-2,
  .animation-left-3,
  .animation-left-4,
  .animation-left-5,
  .animation-left-6,
  .animation-left-7,
  .animation-left-8 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  .animation-right-1,
  .animation-right-2,
  .animation-right-3,
  .animation-right-4,
  .animation-right-5,
  .animation-right-6,
  .animation-right-7,
  .animation-right-8 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  .events__subtitle {
    margin: 16px 0 24px;
    font-size: 30px;
    line-height: 36px;
  }

  .events__title {
    font-size: 20px;
    line-height: 26px;
  }

  .events__img {
    height: 260px;
  }

  .events__text {
    margin: 0 0 9%;
  }

  .events__subtitle {
    font-size: 26px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {

  .agenda__box {
    width: 100%;
  }

  .agenda__box:nth-of-type(even) {
    margin-left: 0;
  }

  .agenda__box:nth-of-type(odd) {
    margin-right: 0;
  }

  .agenda-container {
    justify-content: center;
  }

  .events-box {
    flex-direction: column;
  }

  .events__left {
    width: 100%;
    margin-right: 0;
  }

  .events__right {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .events__img {
    height: 220px;
  }
}

@media (max-width: 600px) {
  p {
    font-size: 14px;
    line-height: 22px;
  }
  h1 {
    font-size: 34px;
    line-height: 44px;
  }

  h2 {
    font-size: 28px;
    line-height: 32px;
  }

  h3 {
    font-size: 22px;
    line-height: 26px;
  }

  h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .box-title {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: static;
    padding: 0;
    display: inline-block;
    position: relative;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;

    margin-bottom: 25px;
    white-space: inherit;
  }

  .box-title::before,
  .box-title::after {
    content: none;
  }

  .title {
    background-image: url(../img/logo.svg);
    background-size: 65px;
    margin-left: 0;
    padding-left: 15px;
    padding-bottom: 20px;
    padding-right: 85px;
  }

  .header__box-logo-2 {
    max-width: 90px;
  }

  .header__menu {
    max-width: 210px;
  }

  .header__menu-list a,
  .header__menu-list .sub-menu a {
    font-size: 14px;
    line-height: 18px;
  }

  .intro {
    min-height: 100%;
  }

  .intro__title {
    margin-top: 30px;
    font-size: 36px;
    line-height: 42px;
  }

  .intro__subtitle {
    font-size: 22px;
    line-height: 30px;
  }

  .intro__img {
    width: 100%;
  }

  .btn-pause {
    top: 50px;
    right: 40px;
  }

  .equipe {
    display: block;
    padding: 80px 15px 0;
  }

  .equipe__right-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .equipe__item {
    max-width: 320px;
    margin: 0 auto 30px auto;
  }

  .equipe__item:last-of-type {
    margin-bottom: 0;
  }

  .activites {
    display: block;
    padding: 80px 15px 0 15px;
  }

  .activites::before {
    content: none;
  }

  .activites__box-title {
    margin-bottom: 0;
  }

  .activites__box {
    padding: 0;
  }

  .activites__item-descr {
    padding: 0;
  }

  .activites__item-title {
    font-size: 26px;
    line-height: 30px;
  }

  .agenda {
    display: block;
    padding: 80px 15px 0 15px;
  }

  .agenda__img {
    height: 176px;
  }

  .agenda__time {
    font-size: 18px;
    line-height: 22px;
  }

  .agenda__box-btn {
    display: block;
  }

  .agenda__btn-right {
    margin-left: 0;
    margin-top: 20px;
  }

  .section-video {
    max-width: 350px;
  }

  .livret {
    display: block;
    padding: 80px 15px 0 15px;
  }

  .livret__item {
    margin-top: 0;
  }

  .livret__box {
    padding-bottom: 0;
  }

  .livret__box-descr {
    bottom: 10px;
    margin-bottom: 20px;
  }

  .livret__descr-title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 32px;
  }

  .livret__line {
    margin-bottom: 10px;
  }

  .livret__subtitle {
    font-size: 24px;
    line-height: 34px;
    margin: 0;
  }

  .livret__phrase {
    font-size: 18px;
    line-height: 24px;
  }

  .partenaires {
    display: block;
    padding: 80px 15px 0 15px;
  }

  .partenaires__box {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    margin-top: 0;
  }

  .actualites {
    display: block;
    padding: 120px 15px 0 15px;
    overflow: hidden;
  }

  .actualites::before {
    content: none;
  }

  .actualites__box-insta {
    padding-left: 0;
  }

  .actualites__link-box {
    margin-left: 0;
    padding-left: 15px;
  }

  .actualites__link {
    margin-right: 15px;
  }

  .quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quote__box {
    position: static;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    max-width: 100%;
  }

  .quote__autor p {
    font-size: 22px;
    line-height: 26px;
  }

  .contact {
    display: block;
    padding: 0 15px;
  }

  .contact_box-map {
    display: block;
  }

  .contact__box-info {
    max-width: 100%;
    padding-left: 0;
  }

  .contact__adress {
    font-size: 20px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .contact__box-dortors {
    margin-top: 0;
  }

  .contact__box-question {
    margin-bottom: 0;
  }

  .contact__input-descr {
    font-size: 14px;
    line-height: 18px;
    max-width: 120px;
  }

  .contact__box-input {
    margin-bottom: 35px;
  }

  .contact__input {
    font-size: 14px;
    line-height: 18px;
    padding-left: 10px;
  }

  .contact__textarea {
    font-size: 14px;
    line-height: 18px;
    height: 120px;
  }

  .wpcf7 form.invalid .wpcf7-response-output {
    max-width: 310px;
    width: 100%;
    margin-left: 0;
  }

  .wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 16px;
    top: -34px;
  }

  .roos {
    display: block;
    padding: 0 15px;
    margin-top: 100px;
  }

  .roos__box {
    padding-left: 0;
  }

  .roos__box-descr {
    display: block;
  }

  .roos__right-descr {
    padding-left: 15px;
  }
  .container-page p {
    font-size: 14px;
    line-height: 20px;
  }
  .post__subtitle p {
    font-size: 22px;
    line-height: 34px;
  }
  .container-page h3 {
    margin: 25px auto;
  }
  .container-page h5 {
    font-size: 22px;
    line-height: 34px;
  }

  .events-page h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .events-container {
    margin: 96px auto 80px;
  }
}
.animate {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.grecaptcha-badge {
  visibility: hidden;
}
#cookie-notice .cookie-notice-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px 20px 10px;
}
#cn-notice-text {
  width: 75%;
  text-align: justify;
}
.cookie__title {
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
  text-align: left;
  color: #fff;
}
#cn-notice-text div {
  text-align: justify;
  color: #fff;
}
#cn-notice-text div a {
  color: #fff;
  border-bottom: 1px dotted #fff;
  display: inline-block;
}
#cn-accept-cookie {
  float: right;
  padding: 10px 50px;
  color: #fff;
  border: 1px solid #fff;
  margin: 10px 0;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#cn-accept-cookie:hover {
  background: #fff;
  color: #000;
}
#cookie-notice a {
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .cookie-notice-container {
    padding: 20px;
    flex-direction: column;
  }
  #cn-notice-text {
    width: 100%;
  }
  #cookie-notice .cn-button {
    width: 100%;
    margin: 10px 0;
  }
  #cn-notice-text div {
    font-size: 14px;
  }
}
