@charset "UTF-8";
html {
  scroll-behavior: auto !important;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #212121;
  position: relative;
}
body.hidden-scrol {
  overflow: hidden;
}
@media (min-width: 1200px) {
  body .container {
    max-width: 1380px;
  }
}
@media (max-width: 1200px) {
  body .container {
    max-width: 100%;
  }
}
body a {
  text-decoration: none;
}
body main {
  overflow: hidden;
}

html {
  font-size: 10px;
  min-width: 320px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
}

.s-title {
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 42px; /* 150% */
  letter-spacing: 3.36px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .s-title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 2.88px;
  }
}

.word {
  display: inline-block;
  margin-right: 6px;
  overflow: hidden;
}

.letter {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
}

/* Анімація включається тільки коли AOS додасть .animate-letters */
.aos-animate .letter {
  animation: slideUp 0.5s ease forwards;
}

@keyframes slideUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
h1 {
  color: #212121;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 60px; /* 120% */
  letter-spacing: 6px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  h1 {
    font-size: 30px;
    line-height: 40px; /* 133.333% */
    letter-spacing: 3.6px;
    text-transform: uppercase;
  }
}

h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 42px; /* 131.25% */
  letter-spacing: 3.84px;
  text-transform: uppercase;
  color: #212121;
}
@media (max-width: 992px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 2.88px;
  }
}

h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
@media (max-width: 992px) {
  h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
h3.h3-big {
  font-size: 38px;
  line-height: 48px;
  font-weight: 300;
  letter-spacing: 4.56px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  h3.h3-big {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 3.36px;
  }
}

h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 992px) {
  h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
  }
}

h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
@media (max-width: 992px) {
  h5 {
    font-size: 18px;
    line-height: 26px;
  }
}

img,
svg {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  padding-left: 24px;
  margin: 0;
  list-style: none;
}
ul li,
ol li {
  margin-bottom: 8px;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
  margin-top: 0;
}
.entry-content p {
  margin-bottom: 16px;
  text-align: justify;
  line-height: 1.5;
}
.entry-content p.has-text-align-center {
  text-align: center;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content a {
  color: #354B67;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: 0.3s;
}
.entry-content a:hover {
  color: #354B67;
}
.entry-content ul,
.entry-content ol {
  margin-bottom: 30px;
  padding-left: 0;
}
.entry-content ul:last-child,
.entry-content ol:last-child {
  margin-bottom: 0;
}
.entry-content ul li,
.entry-content ol li {
  position: relative;
  margin-bottom: 6px;
}
.entry-content ul {
  padding: 0;
}
.entry-content ul li {
  position: relative;
  padding-left: 24px;
}
.entry-content ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #212121;
  position: absolute;
  top: 9px;
  left: 8px;
  z-index: 1;
}
.entry-content ol {
  list-style: auto;
  padding-left: 18px;
}
.entry-content ol li {
  padding-left: 7px;
  position: relative;
}
.entry-content ol li::marker {
  color: #354B67;
  font-weight: 600;
  margin-left: 24px;
}
.entry-content h2 {
  margin: 32px 0 20px 0;
}
.entry-content h3 {
  margin: 32px 0 20px 0;
}
.entry-content h4 {
  margin: 32px 0 20px 0;
}
.entry-content h5 {
  margin: 32px 0 20px 0;
}
.entry-content figure {
  margin: 32px 0 32px 0;
}
.entry-content figure figcaption {
  color: #b5ccf8;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.entry-content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: inherit;
}
.entry-content .wp-block-column figure {
  margin: 0;
}
.entry-content blockquote {
  padding: 30px 40px;
  margin: 16px 0 32px 0;
  border-radius: 20px;
  background: #354B67;
  color: #fff;
}
@media (max-width: 992px) {
  .entry-content blockquote {
    padding: 20px 20px;
  }
}
@media (max-width: 768px) {
  .entry-content blockquote {
    padding: 20px 15px;
  }
}
.entry-content blockquote p {
  color: #fff;
}
.entry-content blockquote p:last-child {
  margin-bottom: 0;
}
.entry-content :where(.wp-block-columns) {
  margin: 12px 0 12px 0;
}
.entry-content :where(.wp-block-columns) :where(.wp-block-columns) {
  margin: 0;
}

.has-text-align-right {
  text-align: right !important;
}

.has-background {
  border-radius: 8px;
  padding: 20px 20px;
}

.gutenberg-bg-section {
  border-radius: 20px;
  padding: 30px 20px;
  margin: 30px 0;
}

.btn {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 11px 20px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #fff;
  background: #273649;
  border-radius: 10px;
  position: relative;
}
.btn svg {
  position: relative;
  z-index: 1;
}
.btn svg path {
  transition: 0.3s;
}
.btn span {
  z-index: 1;
}
.btn .btn__icon {
  content: "";
  width: 30px;
  height: 30px;
  background: #354B67;
  position: absolute;
  top: 11px;
  right: 20px;
  border-radius: 10px;
  transition: 0.3s;
}
.btn:hover {
  background: #273649;
  color: #fff;
}
.btn:hover svg path {
  stroke: #fff;
}
.btn:hover .btn__icon {
  position: absolute;
  top: 0;
  right: 0px;
  width: 100%;
  height: 100%;
}
.btn_white {
  background: #fff;
  color: #273649;
}
.btn_white .btn__icon {
  background: #F1EDEA;
}
.btn_white svg rect {
  fill: #F1EDEA;
  transition: 0.3s;
}
.btn_white svg path {
  stroke: #273649;
  transition: 0.3s;
}
.btn_white:hover {
  background: #fff;
  color: #273649;
}
.btn_white:hover svg path {
  stroke: #273649;
}
.btn_red {
  background: #EB5757;
  border: none;
}
.btn_red svg rect {
  transition: 0.3s;
  fill: #EB8787;
}
.btn_red svg path {
  stroke: #fff;
  transition: 0.3s;
}
.btn_red .btn__icon {
  background: #EB8787;
}
.btn_red:hover {
  background: #EB5757;
}
.btn_retour {
  padding: 12px 20px 12px 12px;
  border: none;
}
.btn_retour .btn__icon {
  right: auto;
  left: 12px;
}
.btn_retour:hover .btn__icon {
  left: 0;
}

.modal.contact-form-modal {
  background: #fff;
}
.modal.contact-form-modal .modal-dialog {
  max-width: 100%;
}
.modal.contact-form-modal .contacts-modal__bg {
  -webkit-mask-image: url(../img/contacts-modal-mask.svg);
  mask-image: url(../img/contacts-modal-mask.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom right;
  mask-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 140px 0px;
  border-radius: 8px;
  position: relative;
  background-color: #273649;
  z-index: 2;
  pointer-events: auto;
}
@media (max-width: 1200px) {
  .modal.contact-form-modal .contacts-modal__bg {
    padding: 140px 15px;
  }
}
@media (max-width: 992px) {
  .modal.contact-form-modal .contacts-modal__bg {
    padding: 140px 15px;
  }
}
@media (max-width: 768px) {
  .modal.contact-form-modal .contacts-modal__bg {
    padding: 80px 15px;
  }
}
.modal.contact-form-modal .contacts-modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  pointer-events: auto;
}
.modal.contact-form-modal .contacts-modal__title {
  margin-bottom: 16px;
}
.modal.contact-form-modal .contacts-modal__title .s-title {
  color: #fff;
}
.modal.contact-form-modal .contacts-modal__subtitle {
  margin-bottom: 40px;
}
.modal.contact-form-modal .contacts-modal__subtitle h3 {
  color: #fff;
}
.modal.contact-form-modal .contacts-modal-logo {
  position: absolute;
  right: 0;
  bottom: 110px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .modal.contact-form-modal .contacts-modal-logo {
    z-index: -1;
    opacity: 0.05;
  }
}
.modal__btns {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 32px;
}
.modal .btn-close {
  width: 40px;
  height: 40px;
  background: none;
  position: absolute;
  top: 30px;
  right: 30px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
body.page-template-template-cabinet {
  background-color: #F1EDEA;
}

.gallery {
  margin-bottom: 45px;
}
.gallery__wrapper {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.gallery__wrapper .row {
  margin: 0;
}
.gallery__slider {
  margin: 0 -30px;
}
.gallery__slider .slick-list {
  overflow: visible;
}
.gallery__slider .slick-track {
  display: flex;
}
.gallery__slider .gallery-slide {
  border-radius: 8px;
  overflow: hidden;
  height: auto;
  margin: 0 15px;
  transition: 0.3s;
  transition-delay: 0.3s;
}
.gallery__slider .gallery-slide img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.gallery__slider .slick-current + .gallery-slide {
  opacity: 0.3;
}
@media (max-width: 992px) {
  .gallery__slider .slick-current + .gallery-slide {
    opacity: 1;
  }
}
.gallery-slider__arrows {
  position: absolute;
  bottom: 10px;
  left: calc(75% + 45px);
  display: flex;
  gap: 10px;
  z-index: 2;
}
@media (max-width: 992px) {
  .gallery-slider__arrows {
    margin-top: 24px;
    position: static;
    display: flex;
    justify-content: space-between;
  }
}
.gallery-slider__arrows .gallery-slider__prev {
  cursor: pointer;
}
.gallery-slider__arrows .gallery-slider__prev svg rect {
  transition: 0.3s;
}
.gallery-slider__arrows .gallery-slider__prev svg path {
  transition: 0.3s;
}
.gallery-slider__arrows .gallery-slider__prev:hover svg rect {
  fill: #D6C2B4;
}
.gallery-slider__arrows .gallery-slider__prev:hover svg path {
  stroke: #212121;
}
.gallery-slider__arrows .gallery-slider__next {
  cursor: pointer;
}
.gallery-slider__arrows .gallery-slider__next svg rect {
  transition: 0.3s;
}
.gallery-slider__arrows .gallery-slider__next svg path {
  transition: 0.3s;
}
.gallery-slider__arrows .gallery-slider__next:hover svg rect {
  fill: #D6C2B4;
}
.gallery-slider__arrows .gallery-slider__next:hover svg path {
  stroke: #212121;
}

.laboratoire {
  margin-top: 25px;
}
.laboratoire__image {
  border-radius: 8px;
  overflow: hidden;
}
.laboratoire__title {
  margin-bottom: 20px;
}
.laboratoire__text {
  margin-bottom: 40px;
}

.technologies-item {
  margin-bottom: 40px;
}
.technologies-item:nth-child(2n) .row {
  flex-direction: row-reverse;
}
.technologies-item:last-child {
  margin-bottom: 0;
}
.technologies-item__image {
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 768px) {
  .technologies-item__image {
    border-radius: 8px 8px 0 0;
  }
}
.technologies-item__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  transition: all 0.5s ease;
}
.technologies-item__image:hover img {
  transform: scale(1.1);
}
.technologies-item__content {
  border-radius: 8px;
  overflow: hidden;
  background: #F1EDEA;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .technologies-item__content {
    padding: 30px 15px;
    border-radius: 0 0 8px 8px;
  }
}
.technologies-item__title {
  margin-bottom: 20px;
}

.traitements--items {
  padding: 60px 0 150px 0;
  background-image: url(../img/equipe-mask.svg);
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .traitements--items {
    padding: 60px 30px 100px 30px;
  }
}
@media (max-width: 992px) {
  .traitements--items {
    margin-top: 16px;
    padding: 60px 30px 64px 30px;
  }
}
.traitements--items::before {
  content: "";
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #273649;
  z-index: -1;
}
.traitements--items__bg {
  position: absolute;
  top: 58px;
  left: 48px;
  width: 45%;
  z-index: 0;
  display: none;
}
@media (max-width: 768px) {
  .traitements--items__bg {
    bottom: 60px;
    top: auto;
    left: auto;
    right: 30px;
    width: 38%;
  }
}
.traitements--items__title {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
.traitements--items__title h2 {
  color: #fff;
}
.traitements--items-images {
  position: relative;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  min-height: 600px;
}
@media (max-width: 992px) {
  .traitements--items-images {
    display: none;
  }
}
.traitements--items-images .traitements-item__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.3s;
}
.traitements--items-images .traitements-item__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.traitements--items-images .traitements-item__img a {
  display: block;
  height: 100%;
  width: 100%;
}
.traitements--items-images .traitements-item__img.active {
  opacity: 1;
}
.traitements-item {
  position: relative;
  z-index: 1;
  color: #fff;
  margin-bottom: 37px;
}
.traitements-item:last-child {
  margin-bottom: 0;
}
.traitements-item__title h3 {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px; /* 138.462% */
  letter-spacing: 2.6px;
  transition: 0.3s;
}
.traitements-item__title.active h3 {
  color: #FFF;
}
.traitements-item__description {
  display: none;
}
.traitements-item__description.active {
  display: block;
}
@media (max-width: 992px) {
  .traitements-item__description {
    display: block !important;
  }
}
.traitements-item__text {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .traitements-item__text {
    margin-bottom: 40px;
  }
}
.traitements-item__img_mob {
  display: none;
}
@media (max-width: 992px) {
  .traitements-item__img_mob {
    margin-top: 40px;
    display: block;
    border-radius: 8px;
    overflow: hidden;
  }
}

.parcours__title {
  text-align: center;
  margin-bottom: 40px;
}
.parcours-item {
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: 2px solid #F1EDEA;
}
@media (max-width: 992px) {
  .parcours-item {
    border: none;
    margin-bottom: 40px;
  }
}
.parcours-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .parcours-item__numb {
    margin-bottom: 16px;
  }
}
.parcours-item__title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .parcours-item__title {
    margin-bottom: 16px;
  }
}
.parcours-item__img {
  border-radius: 8px;
  overflow: hidden;
}
.parcours-item__img img {
  transition: 0.5s;
}
.parcours-item__img:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .parcours-item__content {
    margin-bottom: 40px;
  }
}

body.error404 {
  padding: 0 !important;
}

.error-page {
  padding: 130px 0 60px 0;
  position: relative;
}
@media (max-width: 768px) {
  .error-page {
    padding: 90px 0 30px 0;
  }
}
.error-page__content {
  width: 100%;
}
.error-page__bg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 66%;
  z-index: -1;
}
@media (max-width: 1200px) {
  .error-page__bg {
    max-width: 50%;
  }
}
@media (max-width: 992px) {
  .error-page__bg {
    max-width: 100%;
    width: 500px;
    top: -50px;
    transform: translateY(0);
    right: 0;
    left: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .error-page__bg {
    max-width: 100%;
    width: 400px;
    height: 338px;
    top: -70px;
    right: 0;
    left: 20px;
  }
}
.error-page__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-mask-image: url("../img/traitements-mask.svg");
  mask-image: url("../img/traitements-mask.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom right;
  mask-position: bottom right;
  background: #F1EDEA;
  height: calc(100vh - 160px);
  position: relative;
  z-index: 2;
  border-radius: 8px;
  padding: 15px;
  position: relative;
}
@media (max-width: 992px) {
  .error-page__container {
    padding: 220px 15px 100px 15px;
    height: auto;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .error-page__container {
    padding: 150px 15px 50px 15px;
    height: auto;
    -webkit-mask-image: url("../img/traitements-mask_m.svg");
    mask-image: url("../img/traitements-mask_m.svg");
  }
}
.error-page__btn {
  padding-top: 40px;
  position: relative;
  z-index: 2;
}
.error-page h1 {
  color: #354B67;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 42px; /* 131.25% */
  letter-spacing: 3.84px;
  text-transform: uppercase;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .error-page h1 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 2.88px;
  }
}

.conseils__items {
  margin-bottom: -20px;
}
.conseils-item {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .conseils-item {
    flex-direction: column-reverse;
    gap: 20px;
    max-width: 370px;
    margin: 0 auto 40px auto;
  }
}
.conseils-item__img {
  width: 50%;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1/0.92;
}
@media (max-width: 768px) {
  .conseils-item__img {
    width: 100%;
  }
}
.conseils-item__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.5s;
}
.conseils-item__img:hover img {
  transform: scale(1.1);
}
.conseils-item__content {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .conseils-item__content {
    width: 100%;
  }
}
.conseils-item__title {
  margin-bottom: 20px;
}
.conseils-item__title a {
  font-size: 22px;
  line-height: 30px;
  color: #212121;
}
.conseils-item__excerpt {
  margin-bottom: 20px;
}
.conseils-item__btn {
  margin-top: auto;
  display: flex;
}
.conseils-item__btn a {
  display: inline-flex;
  color: #212121;
  align-items: center;
  gap: 8px;
}
.conseils-item__btn a svg {
  width: 40px;
  height: 40px;
}
.conseils-item__btn a svg rect {
  transition: 0.3s;
}
.conseils-item__btn a span {
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .conseils-item__btn a span {
    opacity: 1;
  }
}
.conseils-item__btn a:hover span {
  opacity: 1;
}
.conseils-item__btn a:hover svg rect {
  fill: #D6C2B4;
}

.equipe-page {
  position: relative;
}
.equipe-page__bg {
  position: absolute;
  bottom: 25px;
  right: 72px;
  z-index: -1;
}
@media (max-width: 768px) {
  .equipe-page__bg {
    right: 30px;
    width: 38%;
  }
}
.equipe-page__container {
  background: #273649;
  padding: 60px 0;
  -webkit-mask-image: url("../img/equipe-mask.svg");
  mask-image: url("../img/equipe-mask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top left;
  mask-position: top left;
  -webkit-mask-size: cover;
  mask-size: cover;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 992px) {
  .equipe-page__container {
    -webkit-mask-image: url("../img/equipe-mask_m.svg");
    mask-image: url("../img/equipe-mask_m.svg");
    -webkit-mask-position: top left;
    mask-position: top left;
    padding: 70px 40px 40px 40px;
  }
}
@media (max-width: 768px) {
  .equipe-page__container {
    -webkit-mask-image: url("../img/equipe-mask_m.svg");
    mask-image: url("../img/equipe-mask_m.svg");
    -webkit-mask-position: top left;
    mask-position: top left;
    padding: 60px 20px 40px 20px;
  }
}
.equipe-page__container .row_top {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .equipe-page__container .row_top {
    flex-direction: column-reverse;
  }
}
.equipe-page__text {
  color: #fff;
  margin-bottom: 20px;
}
.equipe-page__text h2, .equipe-page__text h3, .equipe-page__text h4 {
  color: #fff;
  margin-bottom: 8px;
}
.equipe-page__text ul {
  list-style: disc;
}
.equipe-page__img {
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .equipe-page__img {
    margin-bottom: 24px;
    max-width: 400px;
    margin: 0 auto 24px auto;
  }
}
.equipe-page__img_main {
  -webkit-mask-image: url("../img/equipe-page-mask.svg");
  mask-image: url("../img/equipe-page-mask.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: bottom right;
  mask-position: bottom right;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media (max-width: 768px) {
  .faq-tabs__nav {
    overflow: scroll;
  }
}
.faq-tabs__nav-list {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 20px;
  gap: 30px;
}
.faq-tabs__nav .faq-tab {
  cursor: pointer;
}
@media (max-width: 768px) {
  .faq-tabs__nav .faq-tab {
    white-space: nowrap;
  }
}
.faq-tabs__nav .faq-tab.active {
  font-size: 19px;
  font-weight: 500;
}
.faq-tab__content {
  display: none;
}
.faq-tab__content.active {
  display: block;
}
.faq-item {
  border-radius: 8px;
  background: var(--ivory, #F1EDEA);
  padding: 16px 20px 16px 70px;
  margin-bottom: 4px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .faq-item {
    padding: 16px 20px 16px 40px;
  }
}
.faq-item.active {
  background: #273649;
  color: #fff;
}
.faq-item.active .faq-item__icon svg path {
  stroke: #fff;
}
.faq-item.active .faq-item__icon svg path:first-child {
  opacity: 0;
}
.faq-item__icon {
  position: absolute;
  left: -50px;
  top: -2px;
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .faq-item__icon {
    left: -30px;
  }
}
.faq-item__icon svg path {
  transition: 0.3s;
}
.faq-item__question {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  cursor: pointer;
  position: relative;
}
.faq-item__answer {
  display: none;
  padding-top: 14px;
}

.page-head {
  padding: 200px 0 40px 0;
  position: relative;
}
@media (max-width: 768px) {
  .page-head {
    padding: 92px 0 0px 0;
    margin-bottom: 40px;
  }
}
.page-head__title {
  text-align: center;
}

.video.page-head_intro {
  margin-bottom: 0;
}
.video.page-head_intro .intro__preview {
  background-color: #354B67;
  padding: 170px 0 50px 0;
  border-radius: 0 0 20px 20px;
  background-image: url(../img/head-bg.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
@media (max-width: 1350px) {
  .video.page-head_intro .intro__preview {
    min-height: auto;
  }
}
@media (max-width: 992px) {
  .video.page-head_intro .intro__preview {
    position: static;
    padding: 100px 0 40px 0;
  }
}
@media (max-width: 768px) {
  .video.page-head_intro .intro__preview {
    padding: 80px 0 20px 0;
    background-position: right bottom;
  }
}
.video.page-head_intro .intro__title {
  position: static;
  text-align: center;
  transform: none;
  max-width: none;
}
@media (max-width: 992px) {
  .video.page-head_intro .intro__title {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .video.page-head_intro .intro__title h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .video.page-head_intro .intro__title h1 {
    font-size: 28px;
  }
}

.single-page__footer {
  overflow: hidden;
}
.single-page__footer-container {
  padding: 80px 0 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .single-page__footer-container {
    align-items: self-start;
    flex-direction: column;
    padding: 64px 0 24px 0;
  }
}

.single-page__breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  color: #25282f;
  overflow-x: auto;
}

.single-page__breadcrumbs-wrapper {
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .single-page__breadcrumbs-wrapper {
    width: 100%;
    justify-content: flex-start;
    margin-top: 40px;
  }
}

.single-page__breadcrumbs svg {
  min-width: 12px;
  margin-top: 3px;
}
.single-page__breadcrumbs span {
  white-space: nowrap;
  padding: 0 10px 0 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #212121;
}
.single-page__breadcrumbs span:first-child {
  padding-left: 0;
}
.single-page__breadcrumbs span a {
  white-space: nowrap;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #212121;
}
.single-page__breadcrumbs span a:hover {
  color: #354B67;
}

@media (max-width: 768px) {
  .single-page__content {
    padding-top: 50px;
  }
}

.single-page__head {
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  .single-page__head {
    margin-bottom: 24px;
  }
}

.video {
  position: relative;
  max-height: calc(100vh - 0px);
  margin-top: 45px;
  overflow: hidden;
  display: block;
}
@media (max-width: 768px) {
  .video {
    margin-top: 68px;
  }
}
.video .vb-video__preview {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video .vb-video__preview iframe,
.video .vb-video__preview object,
.video .vb-video__preview embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video .vb-video__preview iframe .player,
.video .vb-video__preview object .player,
.video .vb-video__preview embed .player {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 1;
}
.video video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.video .vb-video {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: url("../img/video_mask.svg");
  mask-image: url("../img/video_mask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: right bottom;
  mask-position: right bottom;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .video .vb-video {
    -webkit-mask-image: url("../img/video_mask_m.svg");
    mask-image: url("../img/video_mask_m.svg");
  }
}
.video .vb-video .sound {
  position: absolute;
  bottom: 110px;
  right: 40px;
  width: 50px;
  height: 50px;
  background: url(../img/soundoff.svg) no-repeat center;
  cursor: pointer;
  z-index: 3;
  background-size: auto;
}
@media (max-width: 768px) {
  .video .vb-video .sound {
    width: 22px;
    height: 22px;
    bottom: 40px;
    right: 40px;
    background-size: 100%;
  }
}
.video .vb-video .sound.active {
  background: url(../img/soundon.svg) no-repeat center;
}
@media (max-width: 768px) {
  .video .vb-video .sound.active {
    background-size: 100%;
  }
}

.cabinet {
  margin: 60px 0;
  position: relative;
}
@media (max-width: 992px) {
  .cabinet {
    margin: 0px 0;
    padding: 60px 0 0 0;
  }
}
.cabinet__bg {
  position: absolute;
  bottom: 0;
  left: 54%;
  width: 50%;
  z-index: -1;
}
@media (max-width: 992px) {
  .cabinet__bg {
    left: 15px;
    top: 15px;
    bottom: auto;
  }
}
.cabinet.page-template-cabinet {
  padding: 0;
}
.cabinet.page-template-cabinet .cabinet__bg svg path {
  stroke: #fff;
}
@media (max-width: 992px) {
  .cabinet .row {
    flex-direction: column-reverse;
  }
}
.cabinet__title {
  margin-bottom: 20px;
}
.cabinet__subtitle {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
}
.cabinet__img {
  -webkit-mask-image: url("../img/cabinet-mask.svg");
  mask-image: url("../img/cabinet-mask.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: bottom left;
  mask-position: bottom left;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  border-radius: 8px;
}
.cabinet__content-text {
  text-align: justify;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cabinet__content-btn {
    margin-bottom: 40px;
  }
}

.equipe {
  margin: 60px 0;
  color: #fff;
}
@media (max-width: 992px) {
  .equipe {
    margin: 40px 0;
  }
}
@media (max-width: 768px) {
  .equipe {
    margin: 16px 0 40px 0;
  }
}
.equipe__bg {
  position: absolute;
  top: 58px;
  left: 48px;
  width: 45%;
  z-index: -1;
  display: none;
}
@media (max-width: 768px) {
  .equipe__bg {
    bottom: 60px;
    top: auto;
    left: auto;
    right: 30px;
    width: 38%;
  }
}
.equipe__container {
  background: #273649;
  padding: 60px 0 80px 0;
  -webkit-mask-image: url("../img/equipe-mask.svg");
  mask-image: url("../img/equipe-mask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top left;
  mask-position: top left;
  -webkit-mask-size: cover;
  mask-size: cover;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 1200px) {
  .equipe__container {
    padding: 60px 15px 80px 15px;
  }
}
@media (max-width: 992px) {
  .equipe__container {
    -webkit-mask-image: url("../img/equipe-mask_m.svg");
    mask-image: url("../img/equipe-mask_m.svg");
    -webkit-mask-position: top left;
    mask-position: top left;
    padding: 60px 30px 80px 30px;
  }
}
@media (max-width: 992px) {
  .equipe__container > .row {
    flex-direction: column-reverse;
  }
}
.equipe__title {
  margin-bottom: 40px;
  text-align: center;
}
.equipe__title h2 {
  color: #fff;
}
.equipe__content {
  text-align: right;
}
@media (max-width: 992px) {
  .equipe__content {
    text-align: left;
    padding-top: 24px;
  }
}
.equipe__content-title {
  margin-bottom: 20px;
}
.equipe__content-text {
  margin-bottom: 20px;
}
.equipe__img {
  -webkit-mask-image: url("../img/equipe-photo-mask.svg");
  mask-image: url("../img/equipe-photo-mask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom right;
  mask-position: bottom right;
  -webkit-mask-size: cover;
  mask-size: cover;
  border-radius: 8px;
  overflow: hidden;
}
.equipe__img img {
  transition: 0.5s;
}
.equipe__img:hover img {
  transform: scale(1.1);
}

.assistantes {
  margin-top: 40px;
}

@media (max-width: 992px) {
  .assistant {
    margin-bottom: 24px;
  }
}
.assistant__img {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
}
.assistant__img img {
  transition: 0.5s;
}
.assistant__img:hover img {
  transform: scale(1.1);
}
.assistant__title {
  margin-bottom: 10px;
}
.assistant__text {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 992px) {
  .assistant__text {
    font-size: 16px;
    line-height: 24px;
  }
}

.valeurs {
  padding: 40px 0;
  margin-bottom: 40px;
}
.valeurs .container {
  position: relative;
}
.valeurs__bg {
  position: absolute;
  bottom: 40px;
  left: 27%;
  width: 56%;
}
@media (max-width: 992px) {
  .valeurs__bg {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .valeurs__bg {
    width: auto;
    bottom: auto;
    top: 0;
    left: 15px;
    right: 15px;
    z-index: -1;
  }
}
.valeurs__title {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .valeurs-item {
    width: 100% !important;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .valeurs-item__wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.valeurs-item__wrap:nth-child(1) .valeurs-item {
  width: 50%;
  display: flex;
  flex-direction: column-reverse;
}
.valeurs-item__wrap:nth-child(1) .valeurs-item .valeurs-item__img {
  width: 200px;
  margin-left: auto;
  margin-bottom: 6px;
}
.valeurs-item__wrap:nth-child(2) {
  margin-bottom: 20%;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .valeurs-item__wrap:nth-child(2) {
    margin-bottom: 40px;
  }
}
.valeurs-item__wrap:nth-child(2) .valeurs-item {
  width: 66.666%;
  margin-left: auto;
}
.valeurs-item__wrap:nth-child(2) .valeurs-item .valeurs-item__img {
  width: 315px;
}
@media (max-width: 992px) {
  .valeurs-item__wrap:nth-child(2) .valeurs-item .valeurs-item__img {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .valeurs-item__wrap:nth-child(2) .valeurs-item .valeurs-item__img {
    width: 70%;
  }
}
.valeurs-item__wrap:nth-child(2) .valeurs-item .valeurs-item__content {
  margin-left: auto;
  margin-bottom: 30px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .valeurs-item__wrap:nth-child(2) .valeurs-item .valeurs-item__content {
    margin-left: 0;
    margin-bottom: 24px;
  }
}
.valeurs-item__wrap:nth-child(3) .valeurs-item {
  width: 66.666%;
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .valeurs-item__wrap:nth-child(3) .valeurs-item {
    flex-direction: column;
  }
}
.valeurs-item__wrap:nth-child(3) .valeurs-item .valeurs-item__img {
  width: 315px;
  margin-left: auto;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .valeurs-item__wrap:nth-child(3) .valeurs-item .valeurs-item__img {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .valeurs-item__wrap:nth-child(3) .valeurs-item .valeurs-item__content {
    margin-bottom: 24px;
  }
}
.valeurs-item__wrap:nth-child(4) .valeurs-item {
  width: 50%;
  margin-left: auto;
}
@media (max-width: 992px) {
  .valeurs-item__wrap:nth-child(4) .valeurs-item {
    width: 66.666%;
  }
}
.valeurs-item__wrap:nth-child(4) .valeurs-item .valeurs-item__img {
  width: 200px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .valeurs-item__wrap:nth-child(4) .valeurs-item .valeurs-item__img {
    margin-left: 0;
  }
}
.valeurs-item__wrap:nth-child(4) .valeurs-item .valeurs-item__content {
  margin-bottom: 30px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .valeurs-item__wrap:nth-child(4) .valeurs-item .valeurs-item__content {
    margin-bottom: 24px;
  }
}
.valeurs-item__content {
  width: 315px;
}
.valeurs-item__title {
  margin-bottom: 10px;
}
.valeurs-item__img {
  border-radius: 8px;
  overflow: hidden;
}
.valeurs-item__img img {
  transition: 0.5s;
}
.valeurs-item__img:hover img {
  transform: scale(1.1);
}

.traitements {
  padding: 20px 0;
  position: relative;
}
.traitements__wrapper {
  position: relative;
  -webkit-mask-image: url("../img/traitements-mask.svg");
  mask-image: url("../img/traitements-mask.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom right;
  mask-position: bottom right;
  padding-top: 110px;
  padding-bottom: 130px;
  background: #F1EDEA;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .traitements__wrapper {
    -webkit-mask-image: url("../img/traitements-mask_m.svg");
    mask-image: url("../img/traitements-mask_m.svg");
    padding-top: 65px;
    padding-bottom: 75px;
  }
}
.traitements__bg {
  position: absolute;
  bottom: 37px;
  right: 37px;
  z-index: -1;
}
@media (max-width: 992px) {
  .traitements__bg {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .traitements__bg {
    right: 30px;
    bottom: 20px;
  }
}
.traitements__title {
  margin-bottom: 40px;
  text-align: center;
}
.traitements__categories .traitements-cat-item {
  margin-bottom: 40px;
  display: flex;
  gap: 40px;
  position: relative;
}
@media (max-width: 992px) {
  .traitements__categories .traitements-cat-item {
    padding: 0 15px;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .traitements__categories .traitements-cat-item {
    flex-direction: column-reverse;
  }
}
.traitements__categories .traitements-cat-item:last-child {
  margin-bottom: 0;
}
.traitements__categories .traitements-cat-item__img {
  width: 220px;
  min-width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .traitements__categories .traitements-cat-item__img {
    width: 150px;
    min-width: 150px;
    height: 150px;
  }
}
@media (max-width: 768px) {
  .traitements__categories .traitements-cat-item__img {
    width: 220px;
    min-width: 220px;
    height: 220px;
  }
}
.traitements__categories .traitements-cat-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
}
.traitements__categories .traitements-cat-item__content {
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  .traitements__categories .traitements-cat-item__content {
    flex-direction: column;
  }
}
.traitements__categories .traitements-cat-item__num {
  margin-right: 20px;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .traitements__categories .traitements-cat-item__num {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .traitements__categories .traitements-cat-item__num {
    margin-top: 0px;
  }
}
.traitements__categories .traitements-cat-item__title {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .traitements__categories .traitements-cat-item__title {
    margin-top: 20px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .traitements__categories .traitements-cat-item__title {
    margin-top: 0px;
    padding-right: 0px;
  }
}
.traitements__categories .traitements-cat-item__title a {
  color: #212121;
}
@media (max-width: 768px) {
  .traitements__categories .traitements-cat-item__title h3 {
    padding-right: 45px;
  }
}
.traitements__categories .traitements-cat-item__decription {
  padding-top: 10px;
  max-width: 580px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .traitements__categories .traitements-cat-item__decription {
    max-width: 100%;
    opacity: 1;
  }
}
.traitements__categories .traitements-cat-item__btn {
  min-width: 60px;
  margin-top: 60px;
  margin-left: auto;
}
@media (max-width: 992px) {
  .traitements__categories .traitements-cat-item__btn {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .traitements__categories .traitements-cat-item__btn {
    margin-top: 0px;
    position: absolute;
    top: 0;
    right: 15px;
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}
.traitements__categories .traitements-cat-item__btn svg rect {
  fill: rgba(214, 194, 180, 0);
  transition: fill 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .traitements__categories .traitements-cat-item__btn svg rect {
    fill: #d6c2b4;
  }
}
.traitements__categories .traitements-cat-item:hover .traitements-cat-item__btn svg rect {
  fill: #d6c2b4;
}
.traitements__categories .traitements-cat-item:hover .traitements-cat-item__decription {
  opacity: 1;
}
.traitements__categories .traitements-cat-item:hover .traitements-cat-item__img img {
  transform: scale(1.1);
}

.technologies {
  padding: 20px 0;
  position: relative;
}
.technologies__wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 1.73/1;
}
@media (max-width: 768px) {
  .technologies__wrapper {
    aspect-ratio: auto;
    padding: 220px 30px 30px 30px;
  }
}
.technologies__img {
  height: 100%;
}
@media (max-width: 768px) {
  .technologies__img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 768px) {
  .technologies__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.technologies__img .parallax-image {
  height: calc(100% + 100px);
}
@media (max-width: 992px) {
  .technologies__img .parallax-image {
    height: 100%;
  }
}
.technologies__img .parallax-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.technologies__container {
  position: absolute;
  bottom: 20px;
  left: 20px;
  max-width: 660px;
  -webkit-mask-image: url("../img/teh-mask.svg");
  mask-image: url("../img/teh-mask.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom right;
  mask-position: bottom right;
  background: #273649;
  border-radius: 8px;
  padding: 35px 30px 30px 30px;
  color: #fff;
}
@media (max-width: 768px) {
  .technologies__container {
    position: static;
    -webkit-mask-image: url("../img/teh-mask_m.svg");
    mask-image: url("../img/teh-mask_m.svg");
    padding: 40px 25px;
  }
}
.technologies__title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .technologies__title {
    margin-bottom: 16px;
  }
}
.technologies__title .s-title {
  color: #fff;
}
.technologies__text {
  margin-bottom: 40px;
}
.urgences {
  margin-top: 25px;
  padding: 40px 0 80px 0;
}
@media (max-width: 768px) {
  .urgences {
    padding: 20px 0 64px 0;
  }
}
.urgences__title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .urgences__title {
    margin-bottom: 16px;
  }
}
.urgences__left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .urgences__left {
    margin-bottom: 40px;
    justify-content: flex-start;
  }
}
.urgences__left .urgences__content {
  margin-bottom: 35px;
  max-width: 315px;
}
.urgences__left .urgences__content h3 {
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .urgences__left .urgences__content {
    margin-bottom: 40px;
  }
}
.urgences__right .urgences__content {
  margin-bottom: 35px;
  max-width: 545px;
}
.urgences__right .urgences__content h3 {
  margin-bottom: 12px;
}
.urgences__right .urgences__btn {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .urgences__right .urgences__btn {
    gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.acces {
  margin: 0 0 45px 0;
}
.acces__title {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .acces__title {
    text-align: left;
  }
}
.acces__contacts {
  margin-bottom: 20px;
}
.acces__contacts .contacts-item {
  margin-bottom: 12px;
}
.acces__contacts .contacts-item a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #212121;
}
.acces__contacts .contacts-item a svg {
  min-width: 40px;
}
.acces__contacts .contacts-item a svg rect {
  transition: 0.3s;
}
.acces__contacts .contacts-item a svg path {
  transition: 0.3s;
}
.acces__contacts .contacts-item a:hover svg rect {
  fill: #273649;
}
.acces__contacts .contacts-item a:hover svg path {
  stroke: #fff;
}
@media (max-width: 992px) {
  .acces__schedule {
    margin-bottom: 40px;
  }
}
.acces__schedule .schedule-title {
  margin-bottom: 12px;
}
.acces__schedule .schedule-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.acces__schedule .schedule-list li {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
}
.acces__schedule .schedule-list li p:first-child {
  width: 90px;
  min-width: 90px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.acces__schedule .schedule-list li p svg {
  display: none;
  min-width: 16px;
  width: 16px;
}
.acces__schedule .schedule-list li.active p:first-child svg {
  display: inline;
}
.acces__map {
  border-radius: 8px;
  overflow: hidden;
}
.acces__map #map {
  height: 290px;
}
.acces__map div[title=marker], .acces__map div[role=button] {
  background-image: url(../img/marker.svg);
  background-size: contain;
  width: 52px !important;
  height: 60px !important;
}
.acces__map div[title=marker]:hover, .acces__map div[role=button]:hover {
  transform: scale(1.2);
  transition: 0.2s;
}

.contacts__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.contacts__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.contacts__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(27, 47, 71, 0.4) 0%, rgba(27, 47, 71, 0.4) 100%);
}
.contacts__bg .parallax-video {
  height: calc(100% + 100px);
}
@media (max-width: 992px) {
  .contacts__bg .parallax-video {
    height: 100%;
  }
}
.contacts__bg .parallax-video video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.contacts__title {
  margin-bottom: 20px;
}
.contacts__title .s-title {
  color: #fff;
}
.contacts__text {
  color: #fff;
  margin-bottom: 40px;
}
.contacts__container {
  -webkit-mask-image: url(../img/contacts-mask.svg);
  mask-image: url(../img/contacts-mask.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom right;
  mask-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 55px 50px 300px 50px;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 992px) {
  .contacts__container {
    padding: 55px 30px 200px 30px;
  }
}
@media (max-width: 768px) {
  .contacts__container {
    padding: 80px 30px;
  }
}
.contacts__form .form-input {
  margin-bottom: 25px;
  position: relative;
}
.contacts__form .form-input p:focus-within label {
  font-size: 14px;
  color: #D6C2B4;
  top: -15px;
}
.contacts__form .form-input label {
  color: #fff;
  position: absolute;
  top: 11px;
  left: 0px;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.contacts__form .form-input label.active {
  font-size: 14px;
  color: #D6C2B4;
  top: -15px;
}
.contacts__form .form-input input {
  border-bottom: 1px solid #354B67;
  height: 50px;
  color: #fff;
  padding-left: 6px;
  border-radius: 0;
}
.contacts__form .form-input input:focus {
  border-bottom: 1px solid #fff;
}
.contacts__form .form-input textarea {
  width: 100%;
  border-bottom: 1px solid #354B67;
  height: 130px;
  color: #fff;
  padding-left: 6px;
  border-radius: 0;
}
.contacts__form .form-input textarea:focus {
  border-bottom: 1px solid #fff;
}
.contacts__form .form-input .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -33px;
  font-size: 12px;
  display: inline-block;
}
.contacts__form .form-input__btn {
  display: flex;
  justify-content: space-between;
}
.contacts__form .form-input__btn .contacts-modal-close span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contacts__btn {
  padding-top: 24px;
}
.contacts .wpcf7-response-output {
  color: #fff;
}
.contacts .invalid .wpcf7-response-output {
  color: red;
}

.form-input,
.form-textarea {
  display: flex;
  flex-direction: column;
}
.form-input input,
.form-input textarea,
.form-textarea input,
.form-textarea textarea {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 1.8rem;
  width: 100%;
}

.video-block {
  height: 600px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .video-block {
    height: 320px;
  }
}
.video-block video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #273649;
  z-index: 9999;
  padding: 45px 30px 30px 30px;
  animation: change-color 0.7s linear 3.2s both;
}
@media (max-width: 768px) {
  .preloader {
    padding: 15px;
  }
}
.preloader .container {
  height: 100%;
}
.preloader__container {
  -webkit-mask-image: url("../img/preloader-mask.svg");
  mask-image: url("../img/preloader-mask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom right;
  mask-position: bottom right;
  -webkit-mask-size: cover;
  mask-size: cover;
  border-radius: 8px;
  overflow: hidden;
  background: #273649;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.preloader__logo {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.preloader__logo .logo {
  display: flex;
  align-items: center;
}
.preloader__logo .logo-img {
  transform: translate(25%, 0%);
  animation: scale 0.7s linear 3.2s both;
  transform-origin: center;
  width: 445px;
}
.preloader__logo .logo-text {
  margin-left: 10px;
  transform: translate(-60%, 0%);
  opacity: 0;
  animation: opacity 0.7s linear 4s both;
}

@keyframes change-color {
  0% {
    background: #273649;
  }
  100% {
    background: #fff;
  }
}
@keyframes scale {
  0% {
    transform: scale(1) translate(25%, 0%);
  }
  100% {
    transform: scale(0.4) translate(0%, 0%);
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/***************************************************
 * Generated by SVG Artista on 11/12/2025, 3:14:00 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 268.2085876465px;
    stroke-dasharray: 268.2085876465px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 268.2085876465px;
  }
}
.svg-elem-1 {
  animation: animate-svg-stroke-1 0.7s linear 2.3s both;
}
@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 641.6480712891px;
    stroke-dasharray: 641.6480712891px;
  }
  100% {
    stroke-dashoffset: 1283.2961425781px;
    stroke-dasharray: 641.6480712891px;
  }
}
.svg-elem-2 {
  animation: animate-svg-stroke-2 1s linear 1.3s both;
}
@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 1112.0377197266px;
    stroke-dasharray: 1112.0377197266px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1112.0377197266px;
  }
}
.svg-elem-3 {
  animation: animate-svg-stroke-3 1s linear 0.24s both;
}

.page-template-page-front .header {
  position: fixed !important;
}

.header {
  position: fixed !important;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1000;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0);
  border-radius: 8px;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 12px;
}
@media (max-width: 992px) {
  .header {
    position: sticky;
    top: 0;
    background: #fff;
    border-radius: 0;
  }
}
.header:hover {
  background: #fff;
}
.header:hover .header__logo svg path {
  fill: #273649;
}
.header:hover .header__menu > ul li > a {
  color: rgb(33, 33, 33);
}
@media (max-width: 992px) {
  .header:hover .header__menu > ul li > a {
    color: #273649;
  }
}
.header:hover .header__menu > ul li:hover > a {
  color: #273649 !important;
}
.header:hover .header__menu > ul li .sub-menu li a {
  color: #fff;
}
.header:hover .header__menu > ul li .sub-menu li a:hover {
  color: #fff !important;
}
.header:hover .header__menu:hover > ul li a {
  color: rgba(33, 33, 33, 0.3);
}
@media (max-width: 992px) {
  .header:hover .header__menu:hover > ul li a {
    color: #273649;
  }
}
.header.sticky {
  background: #fff;
  position: sticky;
}
@media (max-width: 1200px) {
  .header.sticky {
    top: 25px;
  }
}
@media (max-width: 992px) {
  .header.sticky {
    top: 0px;
  }
}
.header.sticky .header__logo svg path {
  fill: #273649;
}
.header.sticky .header__menu ul li a {
  color: #212121;
}
.header.sticky .header__menu ul li:hover > a {
  color: #273649 !important;
}
.header.sticky .header__menu ul li .sub-menu li a {
  color: #fff;
}
.header.sticky .header__menu ul li .sub-menu li a:hover {
  color: #fff !important;
}
.header.sticky .header__menu:hover > ul li a {
  color: rgba(33, 33, 33, 0.3);
}
@media (max-width: 992px) {
  .header.sticky .header__menu:hover > ul li a {
    color: #273649;
  }
}
.header__container {
  display: flex;
  align-items: stretch;
  gap: 32px;
  margin: 0 auto;
}
.header__logo {
  padding: 7px 0;
}
@media (max-width: 768px) {
  .header__logo {
    padding: 5px 0;
  }
}
.header__logo svg {
  height: auto;
}
@media (max-width: 992px) {
  .header__logo svg {
    height: 60px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .header__logo svg {
    height: 42px;
  }
}
@media (max-width: 992px) {
  .header__logo svg path {
    fill: #273649;
  }
}
.header__menu {
  display: flex;
  margin-left: auto;
}
@media (max-width: 992px) {
  .header__menu {
    padding: 32px;
    background-color: #F1EDEA;
    flex-direction: column;
    padding-bottom: 60px;
    -webkit-mask-image: url("../img/menu-mask.png");
    mask-image: url("../img/menu-mask.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 16px 0px;
    mask-position: 16px 0px;
    -webkit-mask-size: calc(100% - 32px) calc(100% - 16px);
    mask-size: calc(100% - 32px) calc(100% - 16px);
    overflow: auto;
    height: 100%;
    border-radius: 8px;
  }
}
@media (max-width: 992px) {
  .header__menu:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/menu_bg.svg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto;
    z-index: -1;
    pointer-events: none;
  }
}
.header__menu:hover > ul li a {
  color: rgba(33, 33, 33, 0.3);
}
@media (max-width: 992px) {
  .header__menu:hover > ul li a {
    color: #273649;
  }
}
.header__menu__wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 992px) {
  .header__menu__wrapper {
    position: fixed;
    top: 74px;
    left: 0;
    right: 0;
    height: calc(100vh - 74px);
    z-index: 1000;
    background-color: #fff;
    display: block;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .header__menu__wrapper.active {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 768px) {
  .header__menu__wrapper {
    top: 52px;
    height: calc(100vh - 52px);
  }
}
.header__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  margin: 0;
  height: 100%;
}
@media (max-width: 1200px) {
  .header__menu ul {
    gap: 24px;
  }
}
@media (max-width: 992px) {
  .header__menu ul {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    gap: 30px;
    align-items: flex-start;
    height: auto;
  }
}
.header__menu ul li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
}
@media (max-width: 992px) {
  .header__menu ul li {
    flex-direction: column;
    height: auto;
    align-items: flex-start;
    width: 100%;
  }
}
.header__menu ul li a {
  color: #fff;
  transition: 0.3s;
  position: relative;
  text-decoration: none;
  font-size: 16px;
}
@media (max-width: 992px) {
  .header__menu ul li a {
    color: #273649;
    font-size: 24px;
    line-height: 32px;
  }
}
.header__menu ul li:hover > a {
  color: #273649;
}
.header__menu ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  background: #273649;
  border-radius: 8px;
  display: block;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  overflow: hidden;
}
@media (max-width: 992px) {
  .header__menu ul li .sub-menu {
    position: static;
    opacity: 1;
    visibility: inherit;
    transition: none;
    background: none;
    width: 100%;
    display: none;
  }
}
.header__menu ul li .sub-menu li {
  display: block;
}
@media (max-width: 992px) {
  .header__menu ul li .sub-menu li {
    margin: 16px 0;
  }
  .header__menu ul li .sub-menu li:last-child {
    margin-bottom: 0;
  }
}
.header__menu ul li .sub-menu li a {
  color: #fff;
  display: block;
  padding: 12px 16px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .header__menu ul li .sub-menu li a {
    color: #273649 !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding: 6px 0;
    position: relative;
    padding-right: 45px;
  }
  .header__menu ul li .sub-menu li a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("../img/menu-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
}
.header__menu ul li .sub-menu li a:hover {
  background: #354B67;
}
@media (max-width: 992px) {
  .header__menu ul li .sub-menu li a:hover {
    background: none;
  }
}
.header__menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header__contacts {
  display: none;
}
@media (max-width: 992px) {
  .header__contacts {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
}
.header__contacts .header__contacts-item {
  display: flex;
  margin-bottom: 20px;
}
.header__contacts .header__contacts-item .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-right: 8px;
  background-color: #273649;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.header__contacts .header__contacts-item a {
  color: #273649;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.header__btn {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .header__btn {
    margin-left: auto;
    margin-right: 50px;
  }
}
.header__btn .btn {
  padding: 15px 20px;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .header__btn .btn {
    padding: 8px 12px;
  }
}
.header__btn .btn:hover {
  background: #354B67;
}
.header__burger {
  display: none;
}
@media (max-width: 992px) {
  .header__burger {
    display: flex;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 30px;
  }
}
@media (max-width: 768px) {
  .header__burger {
    top: 20px;
  }
}
.header__burger .burger {
  width: 24px;
  height: 18px;
  z-index: 99;
  position: relative;
  cursor: pointer;
  display: block;
}
.header__burger .burger__icon {
  width: 24px;
  height: 2px;
  background: #273649;
  right: 0;
  position: absolute;
  border-radius: 15px;
  top: 50%;
  transition: 0.3s;
}
.header__burger .burger__icon span {
  width: 24px;
  height: 2px;
  background: #273649;
  position: absolute;
  transition: 0.3s;
  top: -6px;
  right: 0;
  border-radius: 15px;
}
.header__burger .burger__icon::before {
  content: "";
  width: 24px;
  height: 2px;
  background: #273649;
  position: absolute;
  transition: 0.3s;
  top: -12px;
  right: 0;
  border-radius: 15px;
}
.header__burger .burger__icon::after {
  content: "";
  width: 24px;
  height: 2px;
  background: #273649;
  position: absolute;
  transition: 0.3s;
  top: 6px;
  right: 0;
  border-radius: 15px;
}
.header__burger .burger.active .burger__icon {
  background: transparent !important;
}
.header__burger .burger.active .burger__icon span {
  background: transparent !important;
}
.header__burger .burger.active .burger__icon::before {
  transform: rotate(45deg);
  top: 0;
}
.header__burger .burger.active .burger__icon::after {
  transform: rotate(-45deg);
  top: 0;
}

.widgets {
  position: fixed;
  top: 50%;
  margin-top: -120px;
  right: 30px;
  z-index: 999;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  border-radius: 8px;
  overflow: hidden;
  gap: 8px;
}
@media (max-width: 992px) {
  .widgets {
    display: none;
  }
}
.widgets .widget {
  pointer-events: auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: 0.3s;
  max-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: #273649;
  border-radius: 8px;
}
.widgets .widget_no-text {
  max-width: 40px;
}
.widgets .widget_no-text:hover {
  width: auto !important;
  max-width: 40px !important;
}
.widgets .widget__icon {
  width: 40px;
  min-width: 40px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.widgets .widget__text {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  color: #fff;
  padding-left: 10px;
  padding-right: 22px;
}
.widgets .widget__text span {
  width: 100%;
  white-space: nowrap;
}
.widgets .widget svg path {
  transition: 0.3s;
}
.widgets .widget:hover {
  width: auto;
  max-width: 100%;
  background: #354B67;
}

.footer {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .footer {
    padding: 40px 0 24px 0;
  }
}
.footer__container {
  -webkit-mask-image: url(../img/footer-mask.svg);
  mask-image: url(../img/footer-mask.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top right;
  mask-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #273649;
  border-radius: 8px;
  padding: 170px 45px 20px 45px;
  position: relative;
}
@media (max-width: 992px) {
  .footer__container {
    -webkit-mask-image: url(../img/footer-mask_m.svg);
    mask-image: url(../img/footer-mask_m.svg);
    padding: 64px 15px;
  }
}
.footer__menu ul {
  padding: 0;
}
@media (max-width: 768px) {
  .footer__menu ul {
    margin-bottom: 20px;
  }
}
.footer__menu ul li {
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .footer__menu ul li {
    text-align: center;
    margin-bottom: 20px;
  }
}
.footer__menu ul li:last-child {
  margin-bottom: 0;
}
.footer__menu ul li a {
  color: #fff;
  transition: 0.3s;
  display: flex;
  align-items: center;
  line-height: 26px;
}
@media (max-width: 768px) {
  .footer__menu ul li a {
    display: inline-flex;
  }
}
.footer__menu ul li a::before {
  content: "";
  width: 0;
  height: 1px;
  border-radius: 10px;
  background: #D6C2B4;
  margin-right: 0;
  transition: 0.5s;
}
.footer__menu ul li a:hover {
  color: #D6C2B4;
}
.footer__menu ul li a:hover::before {
  width: 14px;
  margin-right: 10px;
}
.footer__right .footer__menu {
  text-align: right;
}
.footer__right .footer__menu ul li a {
  flex-direction: row-reverse;
  display: inline-flex;
}
@media (max-width: 992px) {
  .footer__right .footer__menu ul li a {
    flex-direction: row;
  }
}
.footer__right .footer__menu ul li a::before {
  margin-right: auto;
  margin-left: 0;
}
.footer__right .footer__menu ul li a:hover::before {
  margin-left: 10px;
}
@media (max-width: 992px) {
  .footer__right .footer__menu ul li a:hover::before {
    margin-left: 0px;
    margin-right: 10px;
  }
}
.footer__logo {
  position: absolute;
  top: 18px;
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1200px) {
  .footer__logo {
    bottom: 50px;
  }
}
@media (max-width: 992px) {
  .footer__logo {
    display: none;
  }
}
.footer__logo a {
  display: block;
  height: 100%;
}
.footer__logo svg {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.footer__logo_m {
  display: none;
}
@media (max-width: 992px) {
  .footer__logo_m {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
}
.footer__bottom {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .footer__bottom {
    margin-top: 20px;
  }
}
.footer__links {
  color: #79889B;
  font-size: 14px;
}
.footer__links a {
  font-size: 14px;
  color: #79889B;
  transition: 0.3s;
}
.footer__links a:hover {
  color: #D6C2B4;
  text-decoration: underline;
}
.footer__copy-wrap {
  display: flex;
  gap: 10px;
}
@media (max-width: 992px) {
  .footer__copy-wrap {
    flex-direction: column;
    gap: 8px;
    text-align: center;
    margin-bottom: 8px;
  }
}
.footer__mediweb {
  text-align: right;
}
@media (max-width: 992px) {
  .footer__mediweb {
    text-align: center;
  }
}
.footer__copy {
  font-size: 14px;
  color: #79889B;
}/*# sourceMappingURL=main.css.map */
