: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;
  }
}
.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs li {
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: var(--transition-base);
}
.breadcrumbs li:hover {
  color: #5c5f67;
  transition: var(--transition-base);
}
.breadcrumbs li:after {
  content: "|";
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0 16px 0 13px;
}
.breadcrumbs li:last-child:after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs li {
    font-size: 14px;
  }
}

.page-template-page-cabinet-php .head__container-wrap .breadcrumbs a:hover, .page-template-page-traitements-php .head__container-wrap .breadcrumbs a:hover, .page-template-page-formation-php .head__container-wrap .breadcrumbs a:hover, .page-template-page-acces-php .head__container-wrap .breadcrumbs a:hover {
  color: #fff;
}
.page-template-page-cabinet-php .breadcrumbs li:hover, .page-template-page-traitements-php .breadcrumbs li:hover, .page-template-page-formation-php .breadcrumbs li:hover, .page-template-page-acces-php .breadcrumbs li:hover {
  color: #fff;
}

.page-template-page-cabinet-php .head__container-wrap h1, .page-template-page-acces-php .head__container-wrap h1, .page-template-page-formation-php .head__container-wrap h1 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.retour {
  padding: 60px 0 113px;
}
@media screen and (max-width: 575px) {
  .retour {
    padding: 30px 0 64px;
  }
  .retour .btn {
    width: 100%;
  }
}

.head {
  height: 330px;
  position: relative;
  border-radius: 0px 0px 0px 60px;
  background: radial-gradient(107.09% 112.51% at 86.3% -12.44%, #dfe3df 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(53.04% 57.04% at -4.63% 100%, #dab4a0 0%, rgba(255, 255, 255, 0) 100%);
}
.head__svg {
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
.head__svg-left {
  left: 0;
  bottom: 0;
}
.head__svg-left_mob {
  display: none;
}
.head__svg-right {
  left: unset;
  right: 0;
  top: 100%;
}
.head__svg-decor {
  left: unset;
  right: -157px;
  bottom: -50px;
}
.head__container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
  z-index: 1;
  padding-bottom: 40px;
}
.head__container-wrap h1 {
  font-family: "Onest", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px; /* 135% */
  letter-spacing: 3px;
  color: var(--blue-color);
  margin-bottom: 10px;
  font-family: "RawengulkSans", serif;
  font-size: 48px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #1d759b;
}
@media only screen and (max-width: 991px) {
  .head {
    border-radius: 0px 0px 0px 40px;
  }
  .head__svg-right, .head__svg-decor {
    display: none;
  }
  .head__svg-left_mob {
    display: block;
  }
  .head__svg-left_desk {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .head {
    padding-top: 0;
    margin-top: 64px;
  }
  .head__container-wrap h1 {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 3px;
  }
  .head__container__breadcrumbs {
    overflow-y: scroll;
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .head {
    height: 260px;
  }
}

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

.single__page-wrapper {
  position: relative;
  background: linear-gradient(180deg, #dde1dd 0%, rgba(255, 255, 255, 0) 85.88%);
  background-size: 100% 440px;
  border-radius: 60px 60px 0 0;
  padding: 50px 0 0;
  background-repeat: no-repeat;
}
.single__page-left {
  position: absolute;
  left: 0;
  top: 211px;
  z-index: -1;
  max-width: 390px;
  width: 26vw;
  height: auto;
}
.single__page-right {
  position: absolute;
  right: 0;
  bottom: 440px;
  max-width: 698px;
  width: 37vw;
}
@media only screen and (max-width: 1199px) {
  .single__page-wrapper {
    padding: 40px 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .single__page-wrapper {
    border-radius: 40px 40px 0 0;
  }
  .single__page-left, .single__page-right {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .single__page-wrapper {
    padding: 30px 0 0;
  }
}

.banner {
  position: relative;
  color: #fff;
  padding: 50px 0;
  font-family: "Onest", sans-serif;
}
.banner__container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 320px;
  padding: 20px 40px;
  position: relative;
  border-radius: 60px 0px;
  box-shadow: -109px 462px 133px 0px rgba(99, 99, 99, 0), -70px 296px 122px 0px rgba(99, 99, 99, 0.01), -39px 166px 103px 0px rgba(99, 99, 99, 0.05), -17px 74px 76px 0px rgba(99, 99, 99, 0.09), -4px 18px 42px 0px rgba(99, 99, 99, 0.1);
  overflow: hidden;
}
.banner__container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #bf7c58 54.03%, rgba(191, 124, 88, 0) 97.81%);
}
.banner__img {
  max-width: 570px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.banner__wrapper {
  max-width: 530px;
  position: relative;
  z-index: 1;
}
.banner__wrapper h2 {
  color: #fff;
  margin-bottom: 20px;
}
.banner__wrapper div {
  text-align: justify;
}
@media only screen and (max-width: 1199px) {
  .banner {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner {
    padding: 30px 0;
  }
  .banner__container {
    flex-direction: column-reverse;
    height: auto;
    padding: 0;
  }
  .banner__container::after {
    background: linear-gradient(180deg, #bf7c58 54.03%, rgba(191, 124, 88, 0) 97.81%);
  }
  .banner__img {
    position: initial;
  }
  .banner__img img {
    height: 300px;
  }
  .banner__wrapper {
    padding: 20px 40px;
  }
}

.doctor {
  padding: 50px 0;
  font-family: "Onest", sans-serif;
}
.doctor__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.doctor__left {
  max-width: 330px;
  width: 38%;
}
.doctor__right {
  max-width: 570px;
  width: 62%;
}
.doctor__right h3 {
  font-family: "Onest", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: var(--blue-color);
  margin-bottom: 24px;
}
.doctor__right h4 {
  font-family: "Onest", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: var(--blue-color);
  margin: 24px 0 16px;
}
.doctor .wp-block-columns {
  gap: 20px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1199px) {
  .doctor {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 991px) {
  .doctor__wrapper {
    flex-direction: column;
  }
  .doctor__left {
    width: 100%;
  }
  .doctor__right {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .doctor__left {
    display: flex;
    margin: 0 auto;
  }
}

.assistants {
  position: relative;
  padding: 50px 0;
}
.assistants .container {
  position: relative;
}
.assistants__title {
  margin-bottom: 40px;
}
.assistants__nav {
  position: absolute;
  display: flex;
  gap: 40px;
  top: -16px;
  right: 0;
}
.assistants__nav:has(.swiper-pagination-lock) {
  display: none;
}
.assistants__prev {
  display: none !important;
}
.assistants .swiper-button-next,
.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);
}
.assistants .swiper-button-next:hover,
.assistants .swiper-button-prev:hover {
  background-color: var(--blue-color);
}
.assistants .swiper-button-next:hover svg path,
.assistants .swiper-button-prev:hover svg path {
  stroke: #fff;
}
.assistants .swiper-button-next svg,
.assistants .swiper-button-prev svg {
  width: 30px;
}
.assistants .swiper-button-next svg path,
.assistants .swiper-button-prev svg path {
  transition: var(--transition-base);
}
.assistants__pagination {
  position: initial;
  transform: none;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.assistants__pagination .swiper-pagination-current {
  margin-right: 10px;
}
.assistants__pagination .swiper-pagination-total {
  margin-left: 10px;
}
.assistants__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.assistants__item h3 {
  margin: 10px 0 4px;
}
@media only screen and (max-width: 575px) {
  .assistants__title {
    margin-bottom: 30px;
  }
  .assistants__nav {
    position: initial;
    margin: 32px auto 0;
    max-width: 236px;
    gap: 20px;
  }
  .assistants__prev {
    display: flex !important;
  }
  .assistants .swiper-button-next,
  .assistants .swiper-button-prev {
    width: 56px;
    min-width: 56px;
    height: 56px;
  }
}

.gallery {
  padding: 50px 0 40px;
  overflow: hidden;
}
.gallery__wrapper {
  margin: 0 -24%;
}
.gallery__slider-img {
  border-radius: 30px 0px;
  height: 460px;
}
.gallery__slider-container {
  width: 74vw;
}
.gallery__slider-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 52px;
  margin-top: 50px;
}
.gallery__slider-nav_arrows {
  display: flex;
  gap: 40px;
}
.gallery__slider-nav .gallery__next-mob,
.gallery__slider-nav .gallery__prev-mob {
  display: none;
}
.gallery__slider-nav .swiper-button-next,
.gallery__slider-nav .swiper-button-prev {
  width: 54px;
  min-width: 54px;
  height: 34px;
  transition: var(--transition-base);
}
.gallery__slider-nav .swiper-button-next:hover .gallery__prev-desk path,
.gallery__slider-nav .swiper-button-next:hover .gallery__next-desk path,
.gallery__slider-nav .swiper-button-prev:hover .gallery__prev-desk path,
.gallery__slider-nav .swiper-button-prev:hover .gallery__next-desk path {
  stroke: var(--blue-color);
}
.gallery__slider-nav .swiper-button-next .gallery__next-desk,
.gallery__slider-nav .swiper-button-prev .gallery__prev-desk {
  width: 54px;
  height: auto;
}
.gallery__slider-nav .swiper-button-next .gallery__next-desk path,
.gallery__slider-nav .swiper-button-prev .gallery__prev-desk path {
  transition: var(--transition-base);
}
.gallery__slider-nav_pagination {
  position: initial;
  transform: none;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  width: -moz-fit-content;
  width: fit-content;
}
.gallery__slider-nav_pagination .swiper-pagination-current {
  margin-right: 10px;
}
.gallery__slider-nav_pagination .swiper-pagination-total {
  margin-left: 10px;
}
@media only screen and (max-width: 1599px) {
  .gallery__slider-img {
    height: 400px;
  }
}
@media only screen and (max-width: 1499px) {
  .gallery__slider-img {
    height: 360px;
  }
}
@media only screen and (max-width: 1199px) {
  .gallery__wrapper {
    margin: 0 -33%;
  }
  .gallery__slider-container {
    width: 84vw;
  }
  .gallery__slider-img {
    height: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .gallery {
    padding: 40px 0 64px;
  }
  .gallery__wrapper {
    margin: 0;
  }
  .gallery__slider-container {
    width: 70vw;
  }
}
@media only screen and (max-width: 767px) {
  .gallery__slider-img {
    height: 260px;
  }
}
@media only screen and (max-width: 575px) {
  .gallery {
    padding: 32px 0 64px;
  }
  .gallery__wrapper {
    padding: 0 15px;
  }
  .gallery__slider-img {
    height: 229px;
  }
  .gallery__slider-container {
    width: 100%;
  }
  .gallery__slider-nav {
    position: relative;
  }
  .gallery__slider-nav_arrows {
    width: 100%;
    justify-content: space-between;
  }
  .gallery__slider-nav_arrows .gallery__next-mob,
  .gallery__slider-nav_arrows .gallery__prev-mob {
    display: flex;
  }
  .gallery__slider-nav_arrows .gallery__prev-desk,
  .gallery__slider-nav_arrows .gallery__next-desk {
    display: none;
  }
  .gallery__slider-nav_arrows .gallery__slider-prev,
  .gallery__slider-nav_arrows .gallery__slider-next {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid var(--brown-color);
    transition: var(--transition-base);
  }
  .gallery__slider-nav_arrows .gallery__slider-prev:hover,
  .gallery__slider-nav_arrows .gallery__slider-next:hover {
    background-color: var(--blue-color);
  }
  .gallery__slider-nav_arrows .gallery__slider-prev:hover .gallery__next-mob path,
  .gallery__slider-nav_arrows .gallery__slider-prev:hover .gallery__prev-mob path,
  .gallery__slider-nav_arrows .gallery__slider-next:hover .gallery__next-mob path,
  .gallery__slider-nav_arrows .gallery__slider-next:hover .gallery__prev-mob path {
    stroke: #fff;
  }
  .gallery__slider-nav_pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
