:root {
  --transition-base: all 0.3s linear 0s;
  --main-black-color: #1b1b1b;
  --blue-color: #1d759b;
  --brown-color: #bf7c58;
}

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

main {
  position: relative;
}

a {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

html {
  font-family: "Garet", sans-serif;
  color: var(--main-black-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.scroll-disabled {
  overflow: hidden;
}

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

a span {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  position: relative;
}

h1 {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  letter-spacing: 3px;
  color: var(--blue-color);
  font-family: "RawengulkSans", serif;
}

h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px;
  color: var(--blue-color);
  font-family: "RawengulkSans", serif;
}

h2.page-h2 {
  font-family: "Onest", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  font-family: "Garet", sans-serif;
}

h3.page-h3 {
  font-family: "Onest", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

ul:not(.menu-items, .sub-menu, .list, .footer__menu, .acces__hours) {
  padding: 0;
}
ul:not(.menu-items, .sub-menu, .list, .footer__menu, .acces__hours) li {
  position: relative;
  padding-left: 40px;
  list-style: none;
}
ul:not(.menu-items, .sub-menu, .list, .footer__menu, .acces__hours) li:not(:last-of-type) {
  margin-bottom: 8px;
}
ul:not(.menu-items, .sub-menu, .list, .footer__menu, .acces__hours) li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: var(--brown-color);
  border: 1px solid #deb36e;
  top: 7px;
  left: 8px;
  border-radius: 50%;
}

.page-bg {
  overflow: hidden;
}

.page-template-page-formation .page-bg {
  overflow: unset;
}

.container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.container-sm {
  max-width: 960px;
}
.container-md {
  max-width: 1440px;
}

p {
  margin: 0;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
button,
button:hover,
button:focus,
button:active {
  outline: none;
}

form input[type=submit] {
  outline: none !important;
}

input[type=text] {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Swiper */
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  position: initial;
  cursor: pointer;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  min-width: 28px;
  margin: 0;
  transition: var(--transition-base);
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 28px;
  height: 34px;
}
.swiper-button-next:hover svg path,
.swiper-button-prev:hover svg path {
  stroke: var(--blue-color);
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-bullet {
  border: 1px solid var(--white, #fff);
  background: transparent;
  width: 10px;
  height: 10px;
  transform: scale(1) !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #016897 !important;
  border-color: #016897 !important;
  width: 15px;
  height: 15px;
}

@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 40px;
    line-height: 46px;
  }
  h2 {
    font-size: 36px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
    line-height: 44px;
  }
  h2 {
    font-size: 32px;
    line-height: 1.2;
  }
  h2.page-h2 {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 3px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 40px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
  h3.page-h3 {
    font-size: 20px;
    line-height: 30px;
  }
  h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
  h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
@font-face {
  font-family: "RawengulkSans";
  src: url("../fonts/RawengulkSans/RawengulkSans.eot");
  src: url("../fonts/RawengulkSans/RawengulkSans.eot?#iefix") format("embedded-opentype"), url("../fonts/RawengulkSans/RawengulkSans.woff2") format("woff2"), url("../fonts/RawengulkSans/RawengulkSans.woff") format("woff"), url("../fonts/RawengulkSans/RawengulkSans.ttf") format("truetype"), url("../fonts/RawengulkSans/RawengulkSans.svg#RawengulkSans") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Garet";
  src: url("../fonts/garet/Garet-Heavy.eot");
  src: url("../fonts/garet/Garet-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/garet/Garet-Heavy.woff2") format("woff2"), url("../fonts/garet/Garet-Heavy.woff") format("woff"), url("../fonts/garet/Garet-Heavy.ttf") format("truetype"), url("../fonts/garet/Garet-Heavy.svg#Garet-Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Garet";
  src: url("../fonts/garet/Garet-Book.eot");
  src: url("../fonts/garet/Garet-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/garet/Garet-Book.woff2") format("woff2"), url("../fonts/garet/Garet-Book.woff") format("woff"), url("../fonts/garet/Garet-Book.ttf") format("truetype"), url("../fonts/garet/Garet-Book.svg#Garet-Book") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.header {
  font-family: "Onest", sans-serif;
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 99;
  transition: var(--transition-base);
  background-color: #fff;
  border-radius: 30px 0px;
}
.header__container {
  height: 90px;
  padding-left: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 4;
}
.header .logo {
  display: flex;
  height: 100%;
  justify-content: center;
  flex: 0 0 auto;
}
.header .logo svg {
  height: 100%;
  max-width: 152px;
  width: auto;
}
.header nav .menu-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--main-black-color);
}
.header nav .menu-items li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition: var(--transition-base);
  transition: 0.4s ease-in-out;
}
.header nav .menu-items > li {
  position: relative;
}
.header nav .menu-items > li > a {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 32px 30px;
  border-radius: 0px 40px;
}
.header nav .menu-items > li a {
  font-weight: 400;
  transition: var(--transition-base);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.header nav .menu-items > li a > svg {
  transition: var(--transition-base);
}
.header nav .menu-items > li:hover > a {
  color: #fff;
  background-color: var(--blue-color);
  transition: var(--transition-base);
}
.header nav .menu-items > li:hover > a > svg {
  transform: rotate(-180deg);
  transition: var(--transition-base);
}
.header nav .menu-items > li:hover > a > svg path {
  stroke: #fff;
}
.header nav .menu-items > li .sub-menu {
  position: absolute;
  padding: 0;
  left: 0;
  top: 100%;
  background: var(--blue-color);
  border-radius: 30px 0px;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-base);
  z-index: 2;
  overflow: hidden;
}
.header nav .menu-items > li .sub-menu li {
  position: relative;
}
.header nav .menu-items > li .sub-menu li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 16px;
  color: #fff;
  width: 100%;
  display: flex;
}
.header nav .menu-items > li .sub-menu li a svg {
  transform: rotate(-90deg);
}
.header nav .menu-items > li .sub-menu li a:hover {
  color: #fff;
  background-color: #186181;
  transition: var(--transition-base);
}
.header nav .menu-items > li .sub-menu li:hover > a {
  color: #fff;
  transition: var(--transition-base);
}
.header nav .menu-items > li .sub-menu li:hover > a > svg {
  transform: rotate(90deg);
  transition: var(--transition-base);
}
.header nav .menu-items > li .sub-menu .sub-menu {
  position: absolute;
  min-width: 200px;
  background: var(--blue-color);
  top: -16px;
  left: calc(100% + 16px);
  height: -moz-fit-content;
  height: fit-content;
}
.header nav .menu-items > li .sub-menu .sub-menu li a {
  color: #fff;
}
.header__formation {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 53px;
  border-radius: 30px 0px;
  background: var(--brown-color);
  transition: 0.3s ease-in-out;
  border: 1px solid var(--brown-color);
}
.header__formation:hover {
  background-color: var(--blue-color);
  color: #fff;
}
.header .burger {
  display: none;
  position: absolute;
  padding: 18px 5px;
  top: 14px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 998;
}
.header .burger span {
  position: relative;
  display: block;
  width: 30px;
  height: 2px;
  background: var(--main-black-color);
  margin-left: auto;
  transition: all 0.4s;
  cursor: pointer;
}
.header .burger span:before, .header .burger span:after {
  content: "";
  display: block;
  height: 2px;
  right: 0;
  background: var(--main-black-color);
  position: absolute;
  transition: all 0.4s;
}
.header .burger span:before {
  top: -7px;
  width: 30px;
}
.header .burger span:after {
  bottom: -7px;
  width: 30px;
}
.header .burger.active span, .header .burger.open span {
  width: 0;
  background: var(--main-black-color);
}
.header .burger.active span::before, .header .burger.open span::before {
  top: 0;
  width: 30px;
  transform: rotate(45deg);
  background: var(--main-black-color);
}
.header .burger.active span::after, .header .burger.open span::after {
  bottom: 0;
  width: 30px;
  transform: rotate(-45deg);
  background: var(--main-black-color);
}
@media only screen and (max-width: 1480px) {
  .header__container {
    padding-left: 30px;
  }
  .header nav .menu-items > li > a {
    padding: 32px 24px;
  }
  .header__formation {
    padding: 33px 30px;
  }
}
@media only screen and (max-width: 1399px) {
  .header nav .menu-items > li > a {
    padding: 32px 20px;
  }
}
@media only screen and (max-width: 1299px) {
  .header {
    top: 0;
    border-radius: 0;
    height: 64px;
  }
  .header .burger {
    display: flex;
  }
  .header__formation {
    display: none;
  }
  .header nav {
    display: none;
  }
  .header__container {
    height: 64px;
  }
}

.adaptive-menu {
  position: fixed;
  top: 64px;
  z-index: 90;
  background: #fff;
  width: 100vw;
  padding: 40px 20px;
  height: calc(100vh - 64px);
  display: none;
  flex-direction: column;
  align-items: flex-start;
  transform: translateY(-120%);
  opacity: 0;
  transition: var(--transition-base);
}
.adaptive-menu.active {
  transform: translateY(0);
  opacity: 1;
  transition: var(--transition-base);
}
.adaptive-menu__formation {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 16px 22px;
  border-radius: 0px 40px;
  width: -moz-fit-content;
  width: fit-content;
}
.adaptive-menu__formation:hover {
  color: #fff;
  background-color: var(--blue-color);
  transition: var(--transition-base);
}
.adaptive-menu .menu-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0;
  flex-direction: column;
}
.adaptive-menu .menu-items li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 16px 22px;
  border-radius: 0px 40px;
  width: -moz-fit-content;
  width: fit-content;
}
.adaptive-menu .menu-items li a > svg {
  margin-left: 10px;
  margin-top: -2px;
}
.adaptive-menu .menu-items li:hover > a {
  color: #fff;
  background-color: var(--blue-color);
  transition: var(--transition-base);
}
.adaptive-menu .menu-items li:hover > a > svg {
  transform: rotate(-180deg);
  transition: var(--transition-base);
}
.adaptive-menu .menu-items li:hover > a > svg path {
  stroke: #fff;
}
.adaptive-menu .menu-items li .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  background: var(--blue-color);
  border-radius: 30px 0px;
  overflow: hidden;
}
.adaptive-menu .menu-items li .sub-menu li {
  margin: 0;
}
.adaptive-menu .menu-items li .sub-menu li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 16px;
  color: #fff;
  width: 100%;
  display: flex;
  border-radius: 0;
}
.adaptive-menu .menu-items li .sub-menu li a:hover {
  color: #fff;
  background-color: #186181;
  transition: var(--transition-base);
}
.adaptive-menu .menu-items li .sub-menu li:last-of-type {
  margin-bottom: 0;
}
.adaptive-menu__widget {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 40px;
}
.adaptive-menu__widget::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 30px 0px;
  background-color: var(--brown-color);
  height: 100%;
  width: 50px;
}
.adaptive-menu__link {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.adaptive-menu__link-svg {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  width: 50px;
  height: 50px;
  transition: var(--transition-base);
  cursor: pointer;
}
.adaptive-menu__link-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: var(--transition-base);
}
.adaptive-menu__link-text:hover {
  color: var(--blue-font-color);
}
@media only screen and (max-width: 1299px) {
  .adaptive-menu {
    display: flex;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 767px) {
  .adaptive-menu {
    top: 64px;
    height: calc(100vh - 64px);
  }
}
.adaptive-menu {
  position: fixed;
  top: 64px;
  z-index: 90;
  background: #fff;
  width: 100vw;
  padding: 40px 20px;
  height: calc(100vh - 64px);
  display: none;
  flex-direction: column;
  align-items: flex-start;
  transform: translateY(-120%);
  opacity: 0;
  transition: var(--transition-base);
}
.adaptive-menu.active {
  transform: translateY(0);
  opacity: 1;
  transition: var(--transition-base);
}
.adaptive-menu__formation {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 16px 22px;
  border-radius: 0px 40px;
  width: -moz-fit-content;
  width: fit-content;
}
.adaptive-menu__formation:hover {
  color: #fff;
  background-color: var(--blue-color);
  transition: var(--transition-base);
}
.adaptive-menu .menu-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0;
  flex-direction: column;
}
.adaptive-menu .menu-items li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 16px 22px;
  border-radius: 0px 40px;
  width: -moz-fit-content;
  width: fit-content;
}
.adaptive-menu .menu-items li a > svg {
  margin-left: 10px;
  margin-top: -2px;
}
.adaptive-menu .menu-items li:hover > a {
  color: #fff;
  background-color: var(--blue-color);
  transition: var(--transition-base);
}
.adaptive-menu .menu-items li:hover > a > svg {
  transform: rotate(-180deg);
  transition: var(--transition-base);
}
.adaptive-menu .menu-items li:hover > a > svg path {
  stroke: #fff;
}
.adaptive-menu .menu-items li .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  background: var(--blue-color);
  border-radius: 30px 0px;
  overflow: hidden;
}
.adaptive-menu .menu-items li .sub-menu li {
  margin: 0;
}
.adaptive-menu .menu-items li .sub-menu li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 16px;
  color: #fff;
  width: 100%;
  display: flex;
  border-radius: 0;
}
.adaptive-menu .menu-items li .sub-menu li a:hover {
  color: #fff;
  background-color: #186181;
  transition: var(--transition-base);
}
.adaptive-menu .menu-items li .sub-menu li:last-of-type {
  margin-bottom: 0;
}
.adaptive-menu__widget {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 40px;
}
.adaptive-menu__widget::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 30px 0px;
  background-color: var(--brown-color);
  height: 100%;
  width: 50px;
}
.adaptive-menu__link {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.adaptive-menu__link-svg {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  width: 50px;
  height: 50px;
  transition: var(--transition-base);
  cursor: pointer;
}
.adaptive-menu__link-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: var(--transition-base);
}
.adaptive-menu__link-text:hover {
  color: var(--blue-font-color);
}
@media only screen and (max-width: 1299px) {
  .adaptive-menu {
    display: flex;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 767px) {
  .adaptive-menu {
    top: 64px;
    height: calc(100vh - 64px);
  }
}
.btn {
  position: relative;
  padding: 12px 60px;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  z-index: 1;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border: 1px solid var(--brown-color);
  background: var(--brown-color);
  border-radius: 0px 40px;
  color: #fff;
  transition: var(--transition-base);
  cursor: pointer;
  margin: 0 auto;
}
.btn:hover {
  color: #fff;
  background: var(--blue-color);
}

.widgets {
  position: fixed;
  z-index: 500;
  min-width: 64px;
  right: 37px;
  bottom: 34px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transition: var(--transition-base);
}
.widgets::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 30px 0px;
  background-color: var(--brown-color);
  height: 100%;
  width: 64px;
}
.widgets__svg {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  width: 64px;
  height: 64px;
  transition: var(--transition-base);
}
.widgets__svg svg path {
  transition: var(--transition-base);
}
.widgets__link {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  display: flex;
  align-items: center;
  height: 64px;
  position: relative;
  overflow: hidden;
  border-radius: 30px 0px;
  background-color: var(--brown-color);
}
.widgets__link-text {
  color: #fff;
  padding: 20px 0;
  height: 64px;
  min-height: 64px;
  transition: var(--transition-base);
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.widgets__link-text:hover {
  color: var(--blue-font-color);
}
.widgets__link:hover .widgets__link-text {
  color: #fff;
  padding: 20px 24px;
  opacity: 1;
  visibility: visible;
  max-width: 412px;
  width: -moz-fit-content;
  width: fit-content;
}
.widgets__link:hover .widgets__svg svg path:nth-child(1) {
  fill: white;
}
.widgets__link:hover .widgets__svg svg path:nth-child(2) {
  stroke: var(--brown-color);
}

@media screen and (max-width: 1299px) {
  .widgets {
    display: none;
  }
}
.video {
  position: relative;
  max-height: 1080px;
  overflow: hidden;
  background-color: #fff;
}
.video__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  pointer-events: none;
}
.video__wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video .sound {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/sound-off.svg);
  cursor: pointer;
  z-index: 10;
}
.video .sound.active {
  background-image: url(../img/sound-on.svg);
}

@media screen and (max-width: 991px) {
  .hero .sound {
    bottom: 32px;
    left: 32px;
  }
}
.cabinet {
  padding: 100px 0 40px;
  background: linear-gradient(180deg, #dde1dd 0%, rgba(221, 225, 221, 0) 100%);
  position: relative;
}
.cabinet__decoration {
  position: absolute;
  right: 10px;
  top: -10px;
  max-width: 183px;
  height: auto;
  width: 9vw;
}
.cabinet__title {
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #1d759b;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px;
  margin-bottom: 30px;
  letter-spacing: 0px;
}
.cabinet__title::first-line {
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  -webkit-text-stroke-width: 2.5px;
  -webkit-text-stroke-color: #1d759b;
  font-size: 70px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px;
  letter-spacing: 1px;
}
.cabinet__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  padding: 40px 90px;
  border-radius: 60px 0px;
  border: 1px solid #c4954f;
  background: radial-gradient(53.2% 108.53% at 92.18% 0%, #dde1dd 0%, #fff 100%);
}
.cabinet__slider {
  max-width: 1230px;
  width: 100%;
}
.cabinet__slider-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  text-align: center;
}
.cabinet__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 42px;
  right: 42px;
  width: calc(100% - 84px);
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cabinet__nav .swiper-button-lock {
  display: none;
}
.cabinet__concept {
  position: relative;
}
.cabinet__logo {
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 403px;
  width: 100%;
  height: auto;
}
.cabinet__items {
  display: flex;
  flex-wrap: wrap;
}
.cabinet__item {
  width: 50%;
  display: flex;
}
.cabinet__item-wrapper {
  max-width: 248px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cabinet__item-title {
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -1px;
}
.cabinet__item:first-of-type {
  padding-left: 161px;
  margin-bottom: 90px;
}
.cabinet__item:nth-child(2) {
  padding-right: 161px;
  justify-content: flex-end;
  margin-bottom: 90px;
}
.cabinet__item:nth-child(4) {
  justify-content: flex-end;
}
.cabinet__item:nth-child(5) {
  padding-left: 238px;
  margin-top: 56px;
}
.cabinet__item:nth-child(6) {
  padding-right: 238px;
  justify-content: flex-end;
  margin-top: 56px;
}
.cabinet__item:nth-child(7) {
  width: 100%;
  justify-content: center;
}
@media only screen and (max-width: 1499px) {
  .cabinet__title {
    max-width: 1040px;
    margin: 0 auto 30px;
  }
  .cabinet__item:first-of-type, .cabinet__item:nth-child(2) {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .cabinet {
    padding: 80px 0 40px;
  }
  .cabinet__title {
    font-size: 40px;
    line-height: 46px;
  }
  .cabinet__title::first-line {
    font-size: 60px;
    line-height: 60px;
  }
  .cabinet__item:first-of-type, .cabinet__item:nth-child(2) {
    margin-bottom: 50px;
  }
  .cabinet__item:nth-child(5), .cabinet__item:nth-child(6) {
    margin-top: 36px;
  }
  .cabinet__logo {
    max-width: 340px;
    top: 95px;
  }
}
@media only screen and (max-width: 991px) {
  .cabinet {
    padding: 60px 0 40px;
  }
  .cabinet__decoration {
    display: none;
  }
  .cabinet__title {
    font-size: 36px;
    line-height: 40px;
  }
  .cabinet__title::first-line {
    font-size: 50px;
    line-height: 50px;
  }
  .cabinet__logo {
    position: initial;
    transform: none;
    display: flex;
    margin: 56px auto;
  }
  .cabinet__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 16px;
  }
  .cabinet__item {
    width: 100%;
    justify-content: center;
  }
  .cabinet__item:first-of-type {
    padding-left: 0;
    margin-bottom: 0;
  }
  .cabinet__item:nth-child(2) {
    padding-right: 0;
    justify-content: center;
    margin-bottom: 0;
  }
  .cabinet__item:nth-child(4) {
    justify-content: center;
  }
  .cabinet__item:nth-child(5) {
    padding-left: 0;
    margin-top: 0;
  }
  .cabinet__item:nth-child(6) {
    padding-right: 0;
    justify-content: center;
    margin-top: 0;
  }
  .cabinet__item:nth-child(7) {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .cabinet__title {
    font-size: 34px;
    line-height: 36px;
  }
  .cabinet__title::first-line {
    font-size: 45px;
    line-height: 50px;
  }
  .cabinet__logo {
    max-width: 230px;
  }
  .cabinet__wrapper {
    flex-direction: column;
    gap: 32px;
    padding: 32px;
  }
  .cabinet__item-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
  }
  .cabinet__nav {
    position: initial;
    width: 100%;
    transform: none;
    max-width: 120px;
  }
}
@media only screen and (max-width: 576px) {
  .cabinet__title {
    font-size: 32px;
    line-height: 36px;
  }
  .cabinet__title::first-line {
    font-size: 40px;
    line-height: 50px;
  }
  .cabinet__nav {
    max-width: 112px;
  }
}

.equipe {
  position: relative;
  padding-top: 48px;
  padding-bottom: 60px;
}
.equipe__wrap {
  position: relative;
  overflow: hidden;
}
.equipe__decoration {
  position: absolute;
  left: 0;
  top: -204px;
  max-width: 644px;
  width: 34vw;
}
.equipe__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.equipe__top h2 {
  margin-bottom: 20px;
}
.equipe__doctors {
  margin-bottom: 80px;
}
.equipe__doctors-top {
  display: flex;
  justify-content: center;
}
.equipe__doctors-top img {
  max-width: 330px;
}
.equipe__doctors-bottom {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.equipe__doctors-bottom h3 {
  margin-bottom: 10px;
}
.equipe__doctors-bottom .btn {
  margin-top: 20px;
}
.equipe__nav {
  position: relative;
  display: flex;
  gap: 40px;
}
.equipe__nav:has(.swiper-pagination-lock) {
  display: none;
}
.equipe__nav-prev {
  display: none !important;
}
.equipe__nav .swiper-button-next,
.equipe__nav .swiper-button-prev {
  width: 70px;
  min-width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--brown-color);
  transition: var(--transition-base);
}
.equipe__nav .swiper-button-next:hover,
.equipe__nav .swiper-button-prev:hover {
  background-color: var(--blue-color);
}
.equipe__nav .swiper-button-next:hover svg path,
.equipe__nav .swiper-button-prev:hover svg path {
  stroke: #fff;
}
.equipe__nav .swiper-button-next svg,
.equipe__nav .swiper-button-prev svg {
  width: 30px;
}
.equipe__nav .swiper-button-next svg path,
.equipe__nav .swiper-button-prev svg path {
  transition: var(--transition-base);
}
.equipe__nav-pagination {
  position: initial;
  transform: none;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.equipe__nav-pagination .swiper-pagination-current {
  margin-right: 10px;
}
.equipe__nav-pagination .swiper-pagination-total {
  margin-left: 10px;
}
.equipe__assistants {
  position: relative;
  margin-bottom: 80px;
}
.equipe__assistants-title {
  margin-bottom: 40px;
}
.equipe__assistants-nav {
  position: absolute;
  display: flex;
  gap: 40px;
  top: -16px;
  right: 0;
}
.equipe__assistants-nav:has(.swiper-pagination-lock) {
  display: none;
}
.equipe__assistants-prev {
  display: none !important;
}
.equipe__assistants .swiper-button-next,
.equipe__assistants .swiper-button-prev {
  width: 70px;
  min-width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--brown-color);
  transition: var(--transition-base);
}
.equipe__assistants .swiper-button-next:hover,
.equipe__assistants .swiper-button-prev:hover {
  background-color: var(--blue-color);
}
.equipe__assistants .swiper-button-next:hover svg path,
.equipe__assistants .swiper-button-prev:hover svg path {
  stroke: #fff;
}
.equipe__assistants .swiper-button-next svg,
.equipe__assistants .swiper-button-prev svg {
  width: 30px;
}
.equipe__assistants .swiper-button-next svg path,
.equipe__assistants .swiper-button-prev svg path {
  transition: var(--transition-base);
}
.equipe__assistants-pagination {
  position: initial;
  transform: none;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.equipe__assistants-pagination .swiper-pagination-current {
  margin-right: 10px;
}
.equipe__assistants-pagination .swiper-pagination-total {
  margin-left: 10px;
}
.equipe__assistants-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.equipe__assistants-item h3 {
  margin: 10px 0 4px;
}
.equipe__secretary {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 27px;
}
.equipe__secretary-decoration {
  position: absolute;
  right: calc((100vw - 1410px) / -2);
  top: -265px;
  max-width: 698px;
  width: 37vw;
  z-index: -1;
}
.equipe__secretary-title {
  margin-bottom: 20px;
}
.equipe__secretary-left {
  width: 50%;
  max-width: 693px;
}
.equipe__secretary-right {
  position: relative;
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-left: 30px;
}
.equipe__secretary-right img {
  max-width: 660px;
  height: 260px;
  border-radius: 0px 60px;
}
.equipe__secretary-right_decor {
  position: absolute;
  left: 0;
  bottom: 0;
}
.equipe__secretary-right_dec-mob {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
}
.equipe__secretary-items {
  display: flex;
  gap: 30px;
}
.equipe__secretary-item {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1499px) {
  .equipe__doctors-bottom h3 {
    font-size: 22px;
  }
  .equipe__secretary-decoration {
    top: -279px;
    right: -75px;
  }
}
@media only screen and (max-width: 1399px) {
  .equipe__secretary-decoration {
    top: -307px;
  }
}
@media only screen and (max-width: 1299px) {
  .equipe__secretary-decoration {
    display: none;
  }
  .equipe__secretary-right_decor {
    height: 280px;
    left: -56px;
  }
}
@media only screen and (max-width: 1199px) {
  .equipe {
    padding-bottom: 40px;
  }
  .equipe__secretary-decoration {
    display: none;
  }
  .equipe__secretary-item {
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .equipe__decoration {
    position: initial;
    width: 100%;
    max-width: 400px;
    height: auto;
  }
  .equipe__wrap {
    margin-top: -30px;
  }
  .equipe__doctors-bottom h3 {
    font-size: 20px;
    line-height: 1.2;
    max-width: 205px;
  }
}
@media only screen and (max-width: 767px) {
  .equipe__assistants {
    margin-bottom: 0;
  }
  .equipe__secretary {
    flex-direction: column;
  }
  .equipe__secretary-decoration {
    position: initial;
    display: block;
    height: auto;
    width: 100%;
    max-width: 400px;
    margin-right: -15px;
    align-self: flex-end;
  }
  .equipe__secretary-left {
    width: 100%;
    margin-top: -160px;
  }
  .equipe__secretary-right {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .equipe {
    padding-bottom: 30px;
  }
  .equipe__top {
    justify-content: center;
    text-align: center;
  }
  .equipe h3 {
    text-align: center;
  }
  .equipe__doctors .swiper-wrapper {
    flex-direction: column;
  }
  .equipe__nav {
    display: none;
  }
  .equipe__assistants-title {
    margin-bottom: 30px;
  }
  .equipe__assistants-nav {
    position: initial;
    margin: 32px auto 0;
    max-width: 236px;
    gap: 20px;
  }
  .equipe__assistants-prev {
    display: flex !important;
  }
  .equipe__assistants .swiper-button-next,
  .equipe__assistants .swiper-button-prev {
    width: 56px;
    min-width: 56px;
    height: 56px;
  }
  .equipe__secretary-right {
    margin-top: 50px;
    padding-left: 15px;
  }
  .equipe__secretary-right img {
    height: 210px;
  }
  .equipe__secretary-right_decor {
    height: 240px;
    left: 0;
    width: auto;
  }
}

.traitements {
  position: relative;
  padding: 60px 0;
}
.traitements::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -531px;
  background: linear-gradient(180deg, rgba(221, 225, 221, 0) 0%, #dde1dd 63%, rgba(221, 225, 221, 0) 100%);
  z-index: -1;
}
.traitements__items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.traitements__item {
  display: flex;
  position: relative;
}
.traitements__item-wrap {
  max-width: 1665px;
  width: 100%;
  display: flex;
  color: #fff;
  overflow: hidden;
  height: 500px;
}
.traitements__item-img {
  max-width: 945px;
  width: 57%;
  overflow: hidden;
}
.traitements__item-img img {
  height: 500px;
}
.traitements__item-content {
  max-width: 720px;
  width: 43%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.traitements__item-content h2 {
  color: #fff;
}
.traitements__item-wrapper {
  max-width: 450px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.traitements__item-btn {
  background-color: #fff;
  color: var(--main-black-color);
  margin-left: 0;
}
.traitements__item:nth-child(odd) .traitements__item-wrap {
  border-radius: 60px 0;
}
.traitements__item:nth-child(even) {
  justify-content: flex-end;
}
.traitements__item:nth-child(even) .traitements__item-wrap {
  border-radius: 0 60px;
  flex-direction: row-reverse;
}
.traitements__item:nth-child(1) .traitements__item-wrap, .traitements__item:nth-child(4) .traitements__item-wrap {
  background-color: var(--brown-color);
}
.traitements__item:nth-child(2) {
  position: relative;
}
.traitements__item:nth-child(2) .traitements__item-wrap {
  background-color: var(--blue-color);
}
.traitements__item:nth-child(2)::before {
  content: url(../img/traitements-decor-face.svg);
  position: absolute;
  left: 0;
  bottom: 0;
}
.traitements__item:nth-child(3) {
  position: relative;
}
.traitements__item:nth-child(3) .traitements__item-wrap {
  background: linear-gradient(to right, #c4954f 0%, #deb36e 12.89%, #f4cb88 25.29%, #e4b570 35.04%, #d8a660 44.81%, #d4a15a 52.23%, #e8bc79 64.8%, #f0c786 72.39%, #e7bd7b 80.24%, #d0a25e 94%, #c4954f 100%);
  border-radius: 60px 0;
}
.traitements__item:nth-child(3)::before {
  content: url(../img/traitements-decor.svg);
  position: absolute;
  right: 0;
  top: -40px;
}
@media only screen and (max-width: 1849px) {
  .traitements__item:nth-child(2)::before, .traitements__item:nth-child(3)::before {
    display: none;
  }
}
@media only screen and (max-width: 1499px) {
  .traitements__item-wrap {
    height: 420px;
  }
  .traitements__item-img {
    width: 53%;
  }
  .traitements__item-img img {
    height: 420px;
  }
  .traitements__item-content {
    width: 47%;
  }
}
@media only screen and (max-width: 1199px) {
  .traitements__item-img {
    width: 48%;
  }
  .traitements__item-content {
    width: 52%;
  }
  .traitements__item-wrapper {
    gap: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .traitements__item-wrap {
    height: auto;
    flex-direction: column-reverse;
  }
  .traitements__item:nth-child(even) .traitements__item-wrap {
    flex-direction: column-reverse;
  }
  .traitements__item-img {
    width: 100%;
  }
  .traitements__item-img img {
    height: 320px;
  }
  .traitements__item-content {
    width: 100%;
    padding: 40px 24px 32px;
  }
}
@media only screen and (max-width: 767px) {
  .traitements__item:nth-child(odd) .traitements__item-wrap {
    border-radius: 40px 0;
  }
  .traitements__item:nth-child(odd):nth-child(even) .traitements__item-wrap {
    border-radius: 0 40px;
  }
  .traitements__item-wrapper {
    gap: 0;
  }
  .traitements__item-wrapper h2 {
    margin-bottom: 24px;
  }
  .traitements__item-wrapper div {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .traitements__item-btn {
    width: 100%;
  }
  .traitements__item-img img {
    height: 260px;
  }
}

.valeurs {
  padding: 60px 0 81px;
  overflow: hidden;
}
.valeurs__items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.valeurs__item {
  position: relative;
}
.valeurs__item:nth-child(1), .valeurs__item:nth-child(2), .valeurs__item:nth-child(3) {
  width: 33.3%;
}
.valeurs__item:nth-child(4), .valeurs__item:nth-child(5) {
  width: 50%;
}
.valeurs__item:nth-child(1) {
  margin-top: 75px;
}
.valeurs__item:nth-child(1)::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="361" height="318" viewBox="0 0 361 318" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M360 0L361 121.814C361 156.055 333.242 183.814 299 183.814H62C28.8629 183.814 2 210.677 2 243.814L0 318V243.814C0 209.572 27.7584 181.814 62 181.814H299C332.137 181.814 359 154.951 359 121.814L360 0Z" fill="url(%23paint0_linear_2388_4252)"/><defs><linearGradient id="paint0_linear_2388_4252" x1="0.0340704" y1="158.544" x2="365.738" y2="158.544" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4CB88"/><stop offset="1" stop-color="%23E4B570"/></linearGradient></defs></svg>');
  position: absolute;
  left: 0;
  top: -39px;
}
.valeurs__item:nth-child(1) .valeurs__item-wrapper {
  flex-direction: row-reverse;
}
.valeurs__item:nth-child(2) {
  margin-top: 123px;
}
.valeurs__item:nth-child(2)::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="451" height="99" viewBox="0 0 451 99" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M450 0.5L451 37C451 71.2417 423.242 99 389 99L0.5 97H389C422.137 97 449 70.1371 449 37L450 0.5Z" fill="url(%23paint0_linear_2388_4251)"/><defs><linearGradient id="paint0_linear_2388_4251" x1="0.542517" y1="50.0137" x2="456.912" y2="50.0137" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4CB88"/><stop offset="1" stop-color="%23E4B570"/></linearGradient></defs></svg>');
  position: absolute;
  right: 95px;
  top: 2px;
}
.valeurs__item:nth-child(2) .valeurs__item-wrapper {
  flex-direction: row-reverse;
  transform: translateX(12px);
}
.valeurs__item:nth-child(3) {
  margin-top: -23px;
}
.valeurs__item:nth-child(3)::before {
  content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="797" height="330" viewBox="0 0 797 330" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 1L142.786 0C177.027 0 204.786 27.7584 204.786 62V79.2122C204.786 112.349 231.648 139.212 264.786 139.212H735C769.242 139.212 797 166.971 797 201.212L796 330L795 201.212C795 168.075 768.137 141.212 735 141.212H264.786C230.544 141.212 202.786 113.454 202.786 79.2122V62C202.786 28.8629 175.923 2 142.786 2L0 1Z" fill="url(%23paint0_linear_2388_4250)"/><defs><linearGradient id="paint0_linear_2388_4250" x1="0.0752191" y1="165.046" x2="807.46" y2="165.046" gradientUnits="userSpaceOnUse"><stop stop-color="%23F4CB88"/><stop offset="1" stop-color="%23E4B570"/></linearGradient></defs></svg>');
  position: absolute;
  left: -326px;
  top: -19px;
}
.valeurs__item:nth-child(3) .valeurs__item-wrapper {
  transform: translateX(-100px);
}
.valeurs__item:nth-child(4) {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
}
.valeurs__item:nth-child(4) .valeurs__item-wrapper {
  transform: translateX(-28px);
}
.valeurs__item:nth-child(5) {
  display: flex;
  justify-content: center;
}
.valeurs__item:nth-child(5)::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22546%22%20height%3D%22119%22%20viewBox%3D%220%200%20546%20119%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.5%200H90.5C123.361%200%20150%2026.6391%20150%2059.5C150%2091.2564%20175.744%20117%20207.5%20117L545.5%20118L207.5%20119C174.639%20119%20148%2092.3609%20148%2059.5C148%2027.7436%20122.256%202%2090.5%202H0.5V0Z%22%20fill%3D%22url(%23paint0_linear_2388_4249)%22/%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_2388_4249%22%20x1%3D%220.551436%22%20y1%3D%2259.5166%22%20x2%3D%22552.653%22%20y2%3D%2259.5166%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23F4CB88%22/%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23E4B570%22/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  position: absolute;
  top: 2px;
  left: 73px;
}
.valeurs__item:nth-child(5) .valeurs__item-wrapper {
  transform: translate(19px, -9px);
}
.valeurs__item-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 330px;
}
.valeurs__item-title {
  font-size: 23px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px; /* 139.13% */
  letter-spacing: -1px;
}
.valeurs__wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 107px;
}
.valeurs__wrapper img {
  max-width: 1665px;
  height: 400px;
  width: 100%;
  border-radius: 60px 0px;
}
@media only screen and (max-width: 1399px) {
  .valeurs__item:nth-child(2) .valeurs__item-wrapper {
    transform: translateX(-50px);
  }
  .valeurs__item:nth-child(5) .valeurs__item-wrapper {
    transform: translate(48px, -9px);
  }
}
@media only screen and (max-width: 1199px) {
  .valeurs__item:nth-child(2)::before {
    right: 0;
  }
  .valeurs__item:nth-child(5)::before {
    left: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .valeurs {
    padding: 40px 0 50px;
  }
  .valeurs h2 {
    margin-bottom: 32px;
  }
  .valeurs__items {
    gap: 32px 16px;
  }
  .valeurs__item {
    position: relative;
  }
  .valeurs__item:nth-child(1), .valeurs__item:nth-child(2), .valeurs__item:nth-child(3) {
    width: calc(33.3% - 11px);
  }
  .valeurs__item:nth-child(4), .valeurs__item:nth-child(5) {
    width: calc(50% - 8px);
  }
  .valeurs__item:nth-child(1) {
    margin-top: 0;
  }
  .valeurs__item:nth-child(1)::before {
    display: none;
  }
  .valeurs__item:nth-child(1) .valeurs__item-wrapper {
    flex-direction: column;
  }
  .valeurs__item:nth-child(2) {
    margin-top: 0;
  }
  .valeurs__item:nth-child(2)::before {
    display: none;
  }
  .valeurs__item:nth-child(2) .valeurs__item-wrapper {
    flex-direction: column;
    transform: none;
  }
  .valeurs__item:nth-child(3) {
    margin-top: 0;
  }
  .valeurs__item:nth-child(3)::before {
    display: none;
  }
  .valeurs__item:nth-child(3) .valeurs__item-wrapper {
    flex-direction: column;
    transform: none;
  }
  .valeurs__item:nth-child(4) {
    margin-top: 0;
    justify-content: center;
  }
  .valeurs__item:nth-child(4) .valeurs__item-wrapper {
    transform: none;
    flex-direction: column;
  }
  .valeurs__item:nth-child(5)::before {
    display: none;
  }
  .valeurs__item:nth-child(5) .valeurs__item-wrapper {
    transform: none;
    flex-direction: column;
  }
  .valeurs__wrapper {
    margin-top: 64px;
  }
  .valeurs__wrapper img {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .valeurs__item-title {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  .valeurs__wrapper {
    padding: 0 15px;
  }
  .valeurs__wrapper img {
    border-radius: 0px 60px;
  }
}
@media only screen and (max-width: 575px) {
  .valeurs__item:nth-child(1), .valeurs__item:nth-child(2), .valeurs__item:nth-child(3) {
    width: calc(50% - 8px);
  }
  .valeurs__item-title {
    font-size: 18px;
  }
  .valeurs__wrapper img {
    height: 210px;
  }
}

.acces {
  position: relative;
  padding-top: 81px;
}
.acces__container {
  position: relative;
  overflow: hidden;
}
.acces__container-bg {
  background-image: url(../img/acces-bg.png);
  position: absolute;
  left: 0;
  top: 62px;
  width: 100%;
  height: 461px;
  z-index: -1;
}
.acces__decor {
  position: absolute;
  left: 0;
  top: -325px;
  max-width: 489px;
  width: 26vw;
}
.acces__decor-mob {
  display: none;
}
.acces h2 {
  margin-bottom: 47px;
}
.acces__top {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}
.acces__top-left {
  max-width: 450px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.acces__top-left_wrap {
  display: flex;
  gap: 6px;
  align-items: center;
}
.acces__top-left_link {
  display: flex;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  max-width: 410px;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: var(--transition-base);
}
.acces__top-left_link:hover {
  text-decoration: underline;
  text-decoration-color: var(--main-black-color);
}
.acces__bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 82px;
}
.acces__bottom-left {
  max-width: 450px;
  width: 32%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.acces__bottom-left_wrap {
  display: flex;
  gap: 6px;
  align-items: center;
}
.acces__bottom-left_phone {
  display: flex;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  max-width: 410px;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: var(--transition-base);
}
.acces__bottom-left_phone:hover {
  text-decoration: underline;
  text-decoration-color: var(--main-black-color);
}
.acces__bottom-right {
  max-width: 930px;
  width: 68%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.acces__bottom-right_item:nth-child(1) {
  max-width: 305px;
}
.acces__bottom-right_item:nth-child(2) {
  max-width: 300px;
}
.acces__bottom-right_item:nth-child(3) {
  max-width: 266px;
}
.acces__bottom-right_top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.acces__bottom-right_bottom {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.acces__wrapper {
  overflow: hidden;
}
.acces__wrapper img {
  width: 100%;
  height: 653px;
  border-radius: 60px 60px 0px 0px;
}
@media only screen and (max-width: 1199px) {
  .acces__bottom {
    flex-direction: column;
  }
  .acces__bottom-left {
    width: 100%;
  }
  .acces__bottom-right {
    width: 100%;
  }
  .acces__wrapper img {
    height: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .acces__container-bg {
    top: unset;
    bottom: 444px;
  }
  .acces__bottom-right {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .acces h2 {
    text-align: center;
  }
  .acces__decor {
    height: auto;
    max-width: 358px;
    width: 100%;
    left: -20px;
    top: -120px;
  }
  .acces__decor-desk {
    display: none;
  }
  .acces__decor-mob {
    display: flex;
  }
  .acces__container-bg {
    bottom: 344px;
  }
  .acces__top {
    flex-direction: column;
  }
  .acces__top-right .btn {
    margin: 0;
  }
  .acces__bottom {
    margin-bottom: 64px;
  }
  .acces__wrapper img {
    height: 400px;
    border-radius: 40px 40px 0px 0px;
  }
}
@media only screen and (max-width: 575px) {
  .acces__container-bg {
    top: unset;
    bottom: 305px;
  }
  .acces__wrapper img {
    height: 334px;
  }
}

.home .footer {
  margin-top: -141px;
}
@media only screen and (max-width: 767px) {
  .home .footer {
    margin-top: -42px;
  }
}

.footer {
  position: relative;
  padding: 80px 0 20px;
  background-color: var(--blue-color);
  color: #fff;
  border-radius: 60px 60px 0px 0px;
}
.footer__top {
  display: flex;
  justify-content: space-between;
}
.footer__top-logo {
  max-width: 330px;
  width: 33.3%;
}
.footer__top-logo svg {
  width: 100%;
  height: auto;
}
.footer__top-menus {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  max-width: 450px;
  width: 33.3%;
}
.footer__top-menus nav {
  max-width: 210px;
  width: 100%;
}
.footer__top-menus nav ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  margin: 0;
}
.footer__top-menus nav ul li {
  margin: 0;
  padding: 0;
  display: flex;
}
.footer__top-menus nav ul li a {
  transition: var(--transition-base);
}
.footer__top-menus nav ul li a:hover {
  background: linear-gradient(90deg, #c4954f 0.01%, #deb36e 13.07%, #f4cb88 25.63%, #e4b570 35.51%, #d8a660 45.4%, #d4a15a 52.92%, #e8bc79 65.65%, #f0c786 73.34%, #e7bd7b 81.29%, #d0a25e 95.23%, #c4954f 101.31%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer__top-links {
  max-width: 330px;
  width: 33.3%;
}
.footer__top-link {
  display: flex;
  gap: 10px;
  transition: var(--transition-base);
}
.footer__top-link svg {
  min-width: 24px;
  width: 24px;
  height: 24px;
}
.footer__top-link:first-child {
  margin-bottom: 25px;
}
.footer__top-link:hover {
  background: linear-gradient(90deg, #c4954f 0.01%, #deb36e 13.07%, #f4cb88 25.63%, #e4b570 35.51%, #d8a660 45.4%, #d4a15a 52.92%, #e8bc79 65.65%, #f0c786 73.34%, #e7bd7b 81.29%, #d0a25e 95.23%, #c4954f 101.31%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer__bottom {
  display: flex;
  margin-top: 143px;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
}
.footer__bottom a {
  transition: var(--transition-base);
}
.footer__bottom a:hover {
  background: linear-gradient(90deg, #c4954f 0.01%, #deb36e 13.07%, #f4cb88 25.63%, #e4b570 35.51%, #d8a660 45.4%, #d4a15a 52.92%, #e8bc79 65.65%, #f0c786 73.34%, #e7bd7b 81.29%, #d0a25e 95.23%, #c4954f 101.31%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer__bottom-left {
  display: flex;
  gap: 4px;
  width: 33.8%;
}
.footer__bottom-center {
  width: 33%;
}
.footer__bottom-right {
  max-width: 330px;
  width: 33.3%;
  margin-left: auto;
}
@media only screen and (max-width: 1199px) {
  .footer__top-logo {
    padding-right: 15px;
  }
  .footer__bottom {
    margin-top: 80px;
  }
  .footer__bottom-center {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 991px) {
  .footer__top {
    flex-wrap: wrap;
  }
  .footer__top-logo {
    order: 1;
    width: 45%;
    padding-right: 0;
  }
  .footer__top-links {
    order: 2;
    width: 55%;
  }
  .footer__top-menus {
    order: 3;
    width: 100%;
    margin-top: 40px;
  }
  .footer__bottom {
    margin-top: 80px;
    flex-direction: column;
    gap: 8px;
  }
  .footer__bottom-left {
    width: 100%;
  }
  .footer__bottom-center {
    width: 100%;
  }
  .footer__bottom-right {
    width: 100%;
    margin-left: unset;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 32px 0 40px;
    border-radius: 40px 40px 0px 0px;
  }
  .footer__top {
    flex-direction: column;
  }
  .footer__top-logo {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 164px;
  }
  .footer__top-links {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .footer__top-menus {
    flex-direction: column;
    gap: 16px;
  }
  .footer__bottom {
    margin-top: 57px;
  }
}

body.contact-active {
  overflow: hidden;
}

.contact {
  position: fixed;
  right: 0;
  top: 110px;
  bottom: 0;
  z-index: 890;
  max-height: calc(100vh - 110px);
  overflow: hidden;
  width: 100%;
  max-width: 706px;
  border-radius: 0px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(120%, 0);
  -ms-transform: translate(120%, 0);
  transform: translate(120%, 0);
  padding: 0 15px;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.contact .wpcf7 {
  width: 100%;
}
.contact__back {
  border-radius: 0px 60px;
  background: rgba(51, 51, 51, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
}
.contact__top {
  margin-bottom: 40px;
}
.contact__top-title {
  font-family: "Onest", sans-serif;
  color: #fff;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 123.529% */
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contact__top-text {
  font-family: "Onest", sans-serif;
  color: #fff;
}
.contact .wpcf7-form {
  position: relative;
}
.contact .wpcf7-form.submitting input[type=submit] {
  pointer-events: none;
}
.contact-active .contact {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.contact-close {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
}
.contact-close:hover {
  transform: scale(1.1);
}
.contact-container {
  flex: 1;
  max-width: 506px;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-height: 100%;
  overflow-y: auto;
  padding: 32px 0;
}
.contact .wpcf7 {
  width: 100%;
  margin: 0 auto;
}
.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px 32px;
}
.contact__wrap-items {
  display: flex;
  gap: 16px;
  width: 100%;
}
.contact-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.contact-wrap span {
  display: flex;
  width: 100%;
  margin: 0;
}
.contact-wrap p {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.contact-wrap br {
  display: none;
}
.contact-wrap input:not([type=submit]) {
  padding: 13px 16px;
  border: none;
  color: var(--main-black-color);
  background: #fff;
  width: 100% !important;
  height: 50px;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: 0.3s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
.contact-wrap input:not([type=submit])::-moz-placeholder {
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--main-black-color);
}
.contact-wrap input:not([type=submit])::placeholder {
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--main-black-color);
}
.contact-wrap input:not([type=submit]):hover {
  background: #fff;
}
.contact-wrap .nice-select {
  /* display: flex !important; */
  align-items: center;
  background-color: #fff;
  width: 100% !important;
  max-width: 100%;
  border-radius: 30px 0px 0px 0px;
  border: none;
  border-bottom: 2px solid var(--main-black-color);
  height: 60px !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 18px 16px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.contact-wrap .nice-select::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M5%207.5L10%2012.5L15%207.5%22%20stroke%3D%22%231B1B1B%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  position: absolute;
  right: 16px;
  top: 20px;
  width: 20px;
  height: 20px;
  z-index: 2;
  transform-origin: center;
  transition: var(--transition-base);
}
.contact-wrap .nice-select::after {
  display: none;
}
.contact-wrap .nice-select .current {
  margin: 0 auto;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--main-black-color);
}
.contact-wrap .nice-select .list {
  width: 100%;
  background-color: #fff !important;
  border-radius: 0 !important;
  color: var(--main-black-color);
  margin-top: 0 !important;
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}
.contact-wrap .nice-select .option {
  position: relative;
  padding: 14px 16px !important;
  min-height: 24px !important;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--main-black-color);
  width: 100%;
  z-index: 1;
}
.contact-wrap .nice-select .option::not(:last-of-type) {
  margin-bottom: 8px;
}
.contact-wrap .nice-select .option:first-of-type {
  display: none;
}
.contact-wrap .nice-select .option.focus, .contact-wrap .nice-select .option.selected.focus, .contact-wrap .nice-select .option:hover {
  color: var(--blue-color);
}
.contact-wrap .wpcf7-list-item label {
  display: flex;
}
.contact-wrap textarea {
  resize: none;
  padding: 18px 16px;
  border: none;
  background: #fff;
  width: 100%;
  height: 182px;
  border-radius: 0px 0px 30px 0px;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: 0.3s ease-in-out;
  color: var(--main-black-color);
}
.contact-wrap textarea::-moz-placeholder {
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--main-black-color);
}
.contact-wrap textarea::placeholder {
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--main-black-color);
}
.contact-wrap textarea:hover {
  background: #fff;
}
.contact .wpcf7cf-hidden {
  display: block !important;
  pointer-events: none;
  opacity: 0.5;
  height: 88px !important;
}
.contact [data-class=wpcf7cf_group] {
  position: relative;
  width: calc(50% - 16px);
  height: 88px !important;
}
.contact [data-class=wpcf7cf_group] .contact-wrap {
  width: 100%;
}
.contact .btn {
  margin: 70px 0 0 0;
}
.contact__button {
  margin: 70px 0 0 0;
  max-width: 182px;
  display: flex;
  padding: 0;
  overflow: visible;
}
.contact__button p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  gap: 8px;
  width: 100%;
}
.contact__button input[type=submit] {
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 40px;
  padding: 8px 8px 8px 16px;
  border: none;
  background: transparent;
}
.contact__button .btn {
  margin-right: 0;
}
.contact__button:hover input[type=submit] {
  color: #fff;
}
.contact .wpcf7-spinner {
  position: absolute;
  right: -25px;
  bottom: -35px;
  display: inline-block;
  background-color: var(--blue-color);
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
}
.contact .wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
}
.contact .wpcf7-not-valid-tip,
.contact .wpcf7 form .wpcf7-response-output {
  position: absolute;
  bottom: -24px;
}
.contact .wpcf7-not-valid-tip {
  display: none;
  color: #ffb900;
}
.contact form[data-status=invalid] .wpcf7-not-valid-tip {
  display: flex;
}
.contact .wpcf7 form .wpcf7-response-output,
.contact .wpcf7-response-output .wpcf7 .wpcf7-response-output,
.contact .wpcf7 form.invalid .wpcf7-response-output,
.contact .wpcf7 form.unaccepted .wpcf7-response-output,
.contact .wpcf7 form.payment-required .wpcf7-response-output {
  bottom: -60px;
  right: 50%;
  position: absolute;
  transform: translateX(50%);
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}
.contact .wpcf7 form .cf7sg-response-output {
  border: 2px solid transparent;
  color: #fff;
}
.contact .wpcf7 form.invalid .cf7sg-response-output,
.contact .wpcf7 form.unaccepted .cf7sg-response-output,
.contact .wpcf7 form.payment-required .cf7sg-response-output {
  border-color: #ffb900;
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
}
.contact .wpcf7 form.sent .cf7sg-response-output {
  border-color: #46b450;
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
}
.contact .wpcf7-response-output {
  display: none;
}
@media only screen and (max-height: 1000px) {
  .contact-container {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 1299px) {
  .contact {
    max-height: calc(100vh - 65px);
    top: 65px;
  }
}
@media only screen and (max-width: 991px) {
  .contact__top-title {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 575px) {
  .contact {
    border-radius: 0px;
    flex-direction: column;
    align-items: flex-end;
    padding: 20px 16px;
    background: rgba(51, 51, 51, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  .contact-container {
    height: auto;
  }
  .contact__top {
    margin-bottom: 30px;
  }
  .contact__top-title {
    font-size: 26px;
    line-height: 1.2;
  }
  .contact__wrap-items {
    flex-direction: column;
    gap: 0;
  }
  .contact-wrap textarea {
    height: 100px;
  }
  .contact-close {
    position: initial;
    width: 46px;
    height: 46px;
    min-height: 46px;
  }
  .contact__back {
    border-radius: 0;
    background: none;
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
  }
  .contact .btn {
    margin: 40px 0 0 0;
  }
}

.equipe {
  padding-bottom: 40px;
}

.equipe__wrap {
  padding-bottom: 30px;
}

.equipe__secretary-left svg {
  position: absolute;
  left: -260px;
  top: -420px;
}

.equipe__secretary-right img {
  max-width: 810px;
  height: 420px;
  -o-object-position: top;
     object-position: top;
}

.equipe__secretary-right {
  width: 100%;
  flex-shrink: 0;
  max-width: 940px;
}

@media only screen and (max-width: 1299px) {
  .equipe__secretary-right_decor {
    height: auto;
    left: 0;
  }
}
@media (max-width: 1380px) {
  .equipe__secretary-right {
    width: 68%;
  }
}
@media (max-width: 1200px) {
  .equipe__secretary-right {
    width: calc(68% - 50px);
  }
  .equipe__secretary-left svg {
    position: absolute;
    left: -420px;
  }
}
@media only screen and (max-width: 767px) {
  .equipe__secretary-left {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .equipe__secretary-decoration {
    margin-bottom: -100px;
  }
  .equipe__secretary-right {
    width: 100%;
  }
  .equipe__wrap {
    padding-bottom: 0;
  }
}
.header nav .menu-items > li {
  font-size: 20px;
  font-family: "RawengulkSans", serif;
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: #1b1b1b;
}

.header nav .menu-items > li a {
  font-size: 20px;
}

.header nav .menu-items > li .sub-menu li a {
  font-size: 18px;
}

.header nav .menu-items > li:hover {
  -webkit-text-stroke-color: #fff;
}

@media only screen and (min-width: 991px) and (max-width: 1700px) {
  .cabinet__item {
    transform: translate(50px, 0);
  }
  .cabinet__item:nth-child(3) {
    transform: translate(100px, 0);
  }
  .cabinet__item:nth-child(4) {
    transform: translate(-100px, 0);
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .cabinet__item {
    transform: translate(50px, 0);
  }
  .cabinet__item:nth-child(3) {
    transform: translate(40px, 0);
  }
  .cabinet__item:nth-child(4) {
    transform: translate(-40px, 0);
  }
}
.equipe__doctors-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 45px;
}

.equipe__doctors-item {
  width: calc(33.33% - 40px);
}

@media (max-width: 767px) {
  .equipe__doctors-list {
    row-gap: 25px;
  }
  .equipe__doctors-item {
    width: calc(50% - 40px);
  }
}
@media (max-width: 576px) {
  .equipe__doctors-item {
    width: 100%;
  }
}
.equipe__assistants-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 45px;
}

.equipe__assistants-item {
  width: calc(25% - 40px);
}

@media (max-width: 767px) {
  .equipe__assistants-list {
    row-gap: 25px;
  }
  .equipe__assistants-item {
    width: calc(50% - 40px);
  }
}
@media (max-width: 576px) {
  .equipe__assistants-item {
    width: 100%;
  }
}
