@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/DMSans-9ptRegular.eot");
  src: url("../fonts/DMSans-9ptRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-9ptRegular.woff2") format("woff2"), url("../fonts/DMSans-9ptRegular.woff") format("woff"), url("../fonts/DMSans-9ptRegular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Manrope-Regular.eot");
  src: url("../fonts/Manrope-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff"), url("../fonts/Manrope-Regular.ttf") format("truetype");
  font-display: swap;
}
:root {
  --color-main: #fff;
  --color-gray: #313639;
  --color-cream: #e6d1b6;
  --ff-main: var(--ff-dmsans);
  --ff-dmsans: "DM Sans", serif;
  --transition: 0.2s linear;
  --section-padding: 80px;
}
@media only screen and (width <= 992px) {
  :root {
    --section-padding: 40px;
  }
}

.lock {
  overflow: hidden;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  margin: 0;
  font-family: var(--ff-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--color-main);
}

img {
  transition: var(--transition);
}

p,
h1,
h2,
h3,
h4,
.h4,
h5 {
  cursor: default;
}

div,
p,
form,
input,
a,
span,
button,
textarea,
input {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  transition: var(--transition);
}

ul,
li {
  display: block;
  padding: 0;
  margin: 0;
}

a,
a:hover,
a:active {
  text-decoration: none;
}

a {
  font-family: var(--ff-main);
  font-weight: 400;
  color: var(--color-main);
}

img {
  max-width: 100%;
}

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

a p,
a span,
a div,
a li,
a label,
a input,
a button {
  cursor: pointer;
}

span {
  color: inherit;
}

ul li {
  display: block;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

a,
a svg,
a svg path,
a p,
a div {
  cursor: pointer;
  transition: var(--transition);
}

svg,
svg path,
svg rect {
  transition: var(--transition);
}

p,
span,
li,
ul,
div,
h1,
h2,
h3,
h4,
.h4,
h5,
h6,
input,
textarea,
button,
label,
strong,
b {
  cursor: default;
}

h1,
h2,
h3,
h4,
.h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  transition: var(--transition);
}

h1,
.h1 {
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 67px; /* 128.846% */
  letter-spacing: 0.52px;
}

h2,
.h2 {
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 57px;
  letter-spacing: -0.44px;
}

h3,
.h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.28px;
}

h4,
.h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
}

@media only screen and (width <= 768px) {
  h1,
  .h1 {
    font-size: 33px;
    line-height: 43px;
    letter-spacing: 0.33px;
  }
  h2,
  .h2 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.28px;
  }
  h3,
  .h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
  }
  h4,
  .h4 {
    font-size: 14px;
    line-height: 21px;
  }
}
#wpadminbar {
  display: none;
}

.container {
  width: 100%;
  max-width: 1267px;
  padding-right: 16px;
  padding-left: 16px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.page-wrapper {
  padding-left: 130px;
  background-color: var(--color-gray);
}
.page-wrapper section {
  padding-left: calc((100vw - 1409px) / 2);
}
@media only screen and (width <= 1440px) {
  .page-wrapper section {
    padding-left: 14px;
  }
}
@media only screen and (width <= 992px) {
  .page-wrapper section {
    padding-left: 0;
  }
}
@media only screen and (width <= 992px) {
  .page-wrapper {
    padding-left: 0;
  }
}

.swiper-pagination {
  position: static;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  width: 50px;
  margin: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.swiper-button-prev,
.swiper-button-next {
  position: static;
  width: 60px;
  max-width: 60px;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  margin: 0;
  transform: none;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 24px;
  height: 24px;
  fill: transparent;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.has-html5video .f-html,
.has-youtube .f-html,
.has-vimeo .f-html {
  width: 80% !important;
  max-width: 857px !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: 856/479 !important;
}

.splitting {
  display: inline-block;
  overflow: hidden;
}

.splitting .splitting-inner {
  display: inline-block;
  visibility: hidden;
  transform: translate(0, 60px) rotate(5deg) skew(0, 25deg);
  transform-origin: 0 100%;
  will-change: transform;
}

[data-scroll=in] .splitting .splitting-inner {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0) rotate(0deg) skew(0deg, 0deg);
  transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.5s;
}

.btn {
  box-sizing: border-box;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 222px;
  padding: 16px 32px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
  letter-spacing: -0.2px;
  cursor: pointer;
  border: 1px solid #e6d1b6;
  border-radius: 40px;
}
.btn * {
  cursor: pointer;
}
.btn:hover {
  color: var(--color-gray);
  background: #e6d1b6;
  border: 1px solid #e6d1b6;
  border-radius: 40px;
}
.btn-round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  cursor: pointer;
  border: 1px solid #e6d1b6;
  border-radius: 50%;
  transition: var(--transition);
}
.btn-round:hover {
  color: var(--color-gray);
  background-color: #e6d1b6;
}
.btn-round:hover svg path {
  stroke: var(--color-gray);
}
.btn-default {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}
.btn-default * {
  cursor: pointer;
}
.btn-default:hover .btn-round {
  color: var(--color-gray);
  background-color: #e6d1b6;
}
.btn-default:hover .btn-round svg path {
  stroke: var(--color-gray);
}

.widgets {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  margin-top: 24px;
}

.phone-wrap a {
  pointer-events: none;
}
.phone-wrap:hover .widget .btn-round {
  color: var(--color-gray);
  background-color: #e6d1b6;
}
.phone-wrap:hover .widget .btn-round svg path {
  stroke: var(--color-gray);
}
.phone-wrap:hover .widget .info-wrap {
  opacity: 1;
}
@media (width <= 992px) {
  .phone-wrap a {
    pointer-events: auto;
  }
}

.widget {
  position: relative;
  display: block;
}
.widget * {
  cursor: pointer;
}
.widget .widget-logo {
  text-transform: uppercase;
}
.widget .info-wrap {
  position: absolute;
  top: 0;
  left: 100%;
  width: 200px;
  height: 100%;
  padding-left: 10px;
  pointer-events: none;
  opacity: 0;
}
.widget .widget-info {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  background: #577484;
  border-radius: 30px;
}
.widget .widget-info:hover {
  color: var(--color-gray);
  background: #e6d1b6;
}
.widget:hover .btn-round {
  color: var(--color-gray);
  background-color: #e6d1b6;
}
.widget:hover .btn-round svg path {
  stroke: var(--color-gray);
}
.widget:hover .info-wrap {
  pointer-events: auto;
  opacity: 1;
}
.widget.widget-rdv .info-wrap {
  width: 243px;
}
.widget.widget-phone .info-wrap {
  width: 185px;
}
.widget.widget-contact .info-wrap {
  width: 220px;
}
.widget.widget-location .info-wrap {
  width: 128px;
}

.burger-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  padding: 0 45px;
  pointer-events: none;
  background-color: #486271;
  opacity: 0;
}
.burger-menu * {
  pointer-events: none;
}
.burger-menu.active {
  z-index: 999;
  pointer-events: auto;
  opacity: 1;
}
.burger-menu.active * {
  pointer-events: all;
}
.burger-menu .container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-width: 1082px;
  min-height: 100vh;
  margin: 0 auto;
}
.burger-menu .wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 45px;
  padding-bottom: 45px;
}
.burger-menu .wrapper .close-button {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.burger-menu .wrapper .close-button * {
  cursor: pointer;
}
@media only screen and (width >= 992px) {
  .burger-menu .wrapper .close-button:hover .burger {
    background-color: #e6d1b6;
  }
  .burger-menu .wrapper .close-button:hover .burger svg path {
    stroke: #486271;
  }
}
.burger-menu .wrapper .burger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  cursor: pointer;
  border: 1px solid #e6d1b6;
  border-radius: 50%;
}
.burger-menu .wrapper .menu-text {
  text-transform: capitalize;
}
.burger-menu .wrapper .widget .info-wrap {
  right: 100%;
  left: auto;
  pointer-events: auto;
  opacity: 1;
}
.burger-menu .wrapper .widget .info-wrap .widget-info {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
  letter-spacing: -0.2px;
  background-color: transparent;
}
.burger-menu .wrapper .wrap-sidebar {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.burger-menu .menu-wrapper {
  width: 33.3333333333%;
  min-width: 330px;
  min-height: 100vh;
}
.burger-menu .menu-wrapper nav {
  position: relative;
  height: 100vh;
}
.burger-menu .menu-wrapper ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 45px 24px;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 128.571% */
  letter-spacing: -0.28px;
}
.burger-menu .menu-wrapper ul li + li {
  margin-top: 11px;
}
@media only screen and (width >= 992px) {
  .burger-menu .menu-wrapper ul li.menu-item-has-children .sub-menu {
    position: absolute;
    top: 0;
    left: 99%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #577484;
    opacity: 0;
  }
  .burger-menu .menu-wrapper ul li.menu-item-has-children .sub-menu li a:hover {
    color: #e6d1b6;
  }
  .burger-menu .menu-wrapper ul li.menu-item-has-children:hover .sub-menu {
    pointer-events: auto;
    opacity: 1;
  }
}
@media only screen and (width >= 992px) {
  .burger-menu .menu-wrapper ul li a {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
  }
  .burger-menu .menu-wrapper ul li:hover a {
    background-color: #577484;
  }
  .burger-menu .menu-wrapper ul li:hover a .ripple::before {
    animation: ripple 2s infinite;
  }
  .burger-menu .menu-wrapper ul li:hover a .ripple::after {
    animation: ripple 2s infinite 1s;
  }
}
.burger-menu .ripple-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}
.burger-menu .ripple {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: #e8d5bc;
  border-radius: 50%;
}
.burger-menu .ripple::before,
.burger-menu .ripple::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  content: "";
  border: 1px solid #e6d1b6;
  border-radius: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
}
.burger-menu .ripple::after {
  transform: translate(-50%, -50%) scale(1.6);
  animation-delay: 1s;
}
@keyframes ripple {
  0% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.6);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@media only screen and (width <= 1100px) {
  .burger-menu .wrapper .widget .info-wrap,
  .burger-menu .menu-text {
    display: none !important;
  }
}
@media only screen and (width <= 992px) {
  .burger-menu {
    padding: 66px 0;
  }
  .burger-menu .wrapper {
    display: none;
  }
  .burger-menu .ripple-wrap {
    display: none;
  }
  .burger-menu .menu-wrapper ul li a {
    padding: 20px 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
    letter-spacing: -0.2px;
  }
  .burger-menu .menu-wrapper ul li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
  .burger-menu .menu-item-has-children > a {
    display: flex !important;
    gap: 4px;
    align-items: center !important;
  }
  .burger-menu .menu-item-has-children > a::after {
    display: block;
    width: 24px;
    height: 24px;
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgOUwxMiAxNUwxOCA5IiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  }
  .burger-menu .menu-item-has-children .sub-menu {
    display: none;
    padding-left: 20px;
  }
  .burger-menu .menu-item-has-children .sub-menu a:hover {
    color: #e6d1b6;
  }
  .burger-menu .menu-item-has-children.active > a::after {
    transform: rotate(180deg);
  }
  .burger-menu .menu-item-has-children.active .sub-menu {
    display: block;
  }
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 130px;
  height: 100vh;
  padding-top: 50px;
  padding-bottom: 20.1px;
  background-color: #486271;
}
.sidebar .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sidebar .burger-button {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.sidebar .menu-text {
  margin-bottom: 8px;
  text-transform: capitalize;
}
.sidebar .burger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  cursor: pointer;
  border: 1px solid #e6d1b6;
  border-radius: 50%;
}
.sidebar .burger .open {
  display: none;
  width: 16px;
  height: 16px;
}
.sidebar .burger * {
  cursor: pointer;
}
.sidebar .burger .wrap {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: flex-end;
  justify-content: center;
  width: 24px;
}
.sidebar .burger span {
  background: #fff;
}
.sidebar .burger span:first-child {
  width: 14.609px;
  height: 1px;
}
.sidebar .burger span:nth-child(2) {
  width: 24px;
  height: 1px;
}
.sidebar .burger:hover {
  background-color: #e6d1b6;
}
.sidebar .burger:hover span {
  background-color: #486271;
}
.sidebar .burger.active {
  align-items: center;
}
.sidebar .burger.active .open {
  display: block;
}
.sidebar .burger.active .close {
  display: none;
}
.sidebar .burger:hover svg path {
  stroke: #486271;
}
@media only screen and (width <= 992px) {
  .sidebar {
    z-index: 99999;
    flex-direction: row;
    width: 100vw;
    height: auto;
    height: 66px;
    padding: 4px 16px;
  }
  .sidebar .logo {
    height: 58px;
  }
  .sidebar .logo svg {
    width: auto;
    height: 100%;
  }
  .sidebar .wrapper {
    flex-direction: row;
    gap: 10px;
    align-items: center;
    order: 2;
  }
  .sidebar .wrapper .menu-text {
    display: none;
  }
  .sidebar .wrapper .widgets {
    flex-direction: row;
    gap: 10px;
    align-items: center;
    margin-top: 0;
  }
  .sidebar .wrapper .burger {
    order: 5;
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
  }
  .sidebar .wrapper .burger span:first-child {
    width: 12px;
  }
  .sidebar .wrapper .burger span:nth-child(2) {
    width: 20px;
  }
  .sidebar .widget {
    width: 38px;
    height: 38px;
  }
  .sidebar .widget .btn-round {
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    letter-spacing: -0.12px;
  }
  .sidebar .widget svg {
    width: 16px;
    min-width: 16px;
    height: 16px;
  }
  .sidebar .widget .info-wrap {
    display: none;
  }
}

.video-autoplay {
  position: relative;
  z-index: 0;
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
}
.video-autoplay .video-container {
  max-width: 100%;
  height: 0;
  padding-bottom: 56.876%;
  overflow: hidden;
}
.video-autoplay .video-container .container {
  position: absolute;
  bottom: 60px;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transform: translateX(-50%);
}
.video-autoplay .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-autoplay .video-container .sound {
  cursor: pointer;
}
.video-autoplay .video-container .sound svg {
  display: block;
  width: 46px;
  height: 46px;
}
.video-autoplay .video-container .sound .on {
  display: none;
}
.video-autoplay .video-container .sound.active .on {
  display: block;
}
.video-autoplay .video-container .sound.active .off {
  display: none;
}
@media only screen and (width <= 992px) {
  .video-autoplay {
    padding-top: 66px;
  }
  .video-autoplay .video-container {
    position: relative;
  }
}

.intro {
  padding-top: var(--section-padding);
  padding-bottom: 20px;
  padding-left: 14px;
}
.intro h1 {
  max-width: 805px;
}
.intro .photos {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 890px;
}
.intro .photos img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro .photos .large {
  aspect-ratio: 660/440;
}
.intro .photos .logo {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  max-width: 145px;
  padding-right: 10px;
  padding-bottom: 16px;
  padding-left: 10px;
  background: #486271;
}
.intro .photos .logo svg {
  max-width: 100%;
  height: auto;
}
.intro .photos .small {
  width: 85px;
  min-width: 85px;
}
.intro .content {
  display: flex;
  gap: 30px;
  align-items: stretch;
  margin-top: 40px;
}
.intro .info {
  width: 100%;
  max-width: 318px;
}
.intro .info .links {
  margin-top: 24px;
}
.intro .info .links a {
  display: flex;
  gap: 10px;
  align-items: center;
}
.intro .info .links a + a {
  margin-top: 24px;
}
.intro .info .links a:hover .btn-round {
  color: var(--color-gray);
  background-color: #e6d1b6;
}
.intro .info .links a:hover .btn-round svg path {
  stroke: var(--color-gray);
}
@media only screen and (width <= 1100px) {
  .intro .photos .logo {
    max-width: 85px;
  }
}
@media only screen and (width <= 860px) {
  .intro {
    padding-left: 0;
  }
  .intro .content {
    flex-direction: column;
  }
  .intro .info {
    max-width: 100%;
  }
  .intro .photos {
    height: 400px;
  }
}
@media only screen and (width <= 576px) {
  .intro .photos {
    height: 250px;
  }
}

.wp-text h1,
.wp-text h2,
.wp-text h3,
.wp-text h4,
.wp-text h5 {
  text-align: left;
}
.wp-text h1:first-child,
.wp-text h2:first-child,
.wp-text h3:first-child,
.wp-text h4:first-child,
.wp-text h5:first-child {
  margin-top: 0;
}
.wp-text h1:last-child,
.wp-text h2:last-child,
.wp-text h3:last-child,
.wp-text h4:last-child,
.wp-text h5:last-child {
  margin-bottom: 0;
}
.wp-text h1,
.wp-text h2 {
  margin: 48px 0 20px;
}
.wp-text h3,
.wp-text h4,
.wp-text h5 {
  margin: 48px 0 24px;
}
.wp-text a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.wp-text a:hover {
  color: var(--color-pink);
}
.wp-text p {
  margin: 12px 0;
}
.wp-text p:first-child {
  margin-top: 0;
}
.wp-text p:last-child {
  margin-bottom: 0;
}
.wp-text ol {
  padding-left: 20px;
}
.wp-text ol li {
  display: list-item;
  padding-left: 20px;
}
.wp-text ol li::marker {
  color: #b09a72;
}
.wp-text ol li + li {
  margin-top: 12px;
}
.wp-text ul {
  padding-left: 20px;
}
.wp-text ul li {
  display: list-item;
  padding-left: 20px;
  text-align: left;
}
.wp-text ul li::marker {
  color: #b09a72;
}
.wp-text ul li + li {
  margin-top: 12px;
}
.wp-text .wp-block-group h4 {
  margin-bottom: 24px;
}
.wp-text .wp-block-group h4 + p {
  margin-top: 0;
}
.wp-text .wp-block-group:not(.wp-block-group > .wp-block-group) {
  display: flex;
  flex-wrap: nowrap;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (width >= 992px) {
  .wp-text .wp-block-group:not(.wp-block-group > .wp-block-group) .wp-block-image {
    flex: 0 0 48.04%;
    max-width: 48.04%;
  }
  .wp-text .wp-block-group:not(.wp-block-group > .wp-block-group) .wp-block-image img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0;
  }
}
.wp-text .wp-block-group:not(.wp-block-group > .wp-block-group) .wp-block-group.is-vertical {
  flex: 1;
  gap: 0;
}
.wp-text .wp-block-group:not(.wp-block-group > .wp-block-group) .wp-block-group.is-vertical h3 {
  margin-bottom: 20px;
}
.wp-text .wp-block-group:not(.wp-block-group > .wp-block-group) .wp-block-group.is-vertical p {
  text-align: justify;
}
.wp-text .wp-block-group:has(.wp-block-image + .wp-block-image) {
  gap: 0;
  overflow: hidden;
}
.wp-text .wp-block-group:has(.wp-block-image + .wp-block-image) .wp-block-image {
  flex: 1;
  max-width: none;
}
.wp-text p:not(.has-text-align-center),
.wp-text li {
  text-align: justify;
}
@media only screen and (width <= 1024px) {
  .wp-text .wp-block-group {
    flex-direction: column;
    gap: 32px !important;
    align-items: center !important;
  }
  .wp-text .wp-block-group .wp-block-image {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .wp-text .wp-block-group .wp-block-group.is-vertical {
    padding-left: 0;
    text-align: center;
  }
  .wp-text .wp-block-group:has(.wp-block-image + .wp-block-image) {
    flex-direction: row;
    gap: 0 !important;
  }
}
.wp-text .wp-block-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.wp-text .wp-block-image:first-child {
  margin-top: 0;
}
.wp-text .wp-block-image:last-child {
  margin-bottom: 0;
}
.wp-text .wp-block-image img {
  width: 100%;
  height: auto;
}
.wp-text .wp-block-media-text {
  gap: 30px;
  margin: 40px 0;
}
.wp-text .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
.wp-text .wp-block-columns {
  gap: 30px;
  margin: 40px 0;
}
.wp-text .wp-block-columns .wp-block-image {
  margin: 0;
}
.wp-text p + figure {
  margin-top: 40px;
}
.wp-text h2 + figure img {
  margin-top: 0;
}
.wp-text figure + p {
  margin-top: 40px;
}
.wp-text .is-vertically-aligned-center figure img {
  margin-top: 0;
}

.wp-small-block > h2,
.wp-small-block > h3,
.wp-small-block > h4,
.wp-small-block > h5,
.wp-small-block > p,
.wp-small-block > ol,
.wp-small-block > ul {
  width: 816px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.accent-block {
  padding: 24px 10px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: "Crimson Pro";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  border-top: 1px solid #b09a72;
  border-bottom: 1px solid #b09a72;
}

.team {
  padding-top: var(--section-padding);
}
.team h2 {
  margin-bottom: 24px;
}
.team .mobile {
  display: none;
}
.team .doctors-title,
.team .assistants-title {
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.2px;
}
.team .doctors-title::before,
.team .assistants-title::before {
  display: block;
  width: 17px;
  height: 17px;
  content: "";
  background: var(--color-cream);
  border-radius: 50%;
}
.team .blocks {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.team .blocks .photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team .blocks .info {
  text-align: center;
}
.team .blocks .info .position {
  margin-top: 4px;
  color: var(--color-cream);
}
.team .doctors .blocks {
  flex-wrap: wrap;
  gap: 41px 30px;
  justify-content: space-between;
  max-width: 1005px;
  margin: 40px auto 0;
}
.team .doctors .blocks .block {
  width: calc(50% - 15px);
  max-width: 430px;
}
.team .doctors .blocks .block .wrapper {
  position: relative;
}
.team .doctors .blocks .block .photo {
  aspect-ratio: 430/570;
}
.team .doctors .blocks .block .info {
  padding-top: 24px;
}
.team .doctors .blocks .block .description {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0 40px;
  opacity: 0;
  transition: var(--transition);
}
.team .doctors .blocks .block .description .info-wrapper {
  max-height: 100%;
  padding: 80px 0;
  overflow: auto;
}
.team .doctors .blocks .block .description::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(72, 98, 113, 0.8);
  backdrop-filter: blur(4px);
}
.team .doctors .blocks .block:hover .description {
  opacity: 1;
}
.team .assistants {
  padding-top: 40px;
}
.team .assistants .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team .assistants .blocks {
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
  align-items: stretch;
  justify-content: center;
  max-width: 1281px;
  margin-top: 36px;
  margin-right: 0;
  margin-left: 0;
  transform: translateX(-16px);
}
.team .assistants .blocks .block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 16.6666666667%;
}
.team .assistants .blocks .block .info {
  padding-bottom: 12px;
  opacity: 0;
  transition: var(--transition);
}
.team .assistants .blocks .block:hover .info {
  opacity: 1;
}
@media only screen and (width <= 992px) {
  .team .doctors .blocks .block .description .info-wrapper {
    padding: 40px 0;
  }
}
@media only screen and (width <= 992px) and (width <= 768px) {
  .team .mobile {
    display: block;
  }
  .team .desktop {
    display: none;
  }
  .team .assistants-title {
    display: none;
  }
  .team .doctors .blocks .block .description {
    position: static;
    padding: 0;
    opacity: 1;
  }
  .team .assistants .blocks .block {
    display: flex;
    flex-direction: column;
  }
  .team .assistants .blocks .block .info {
    order: 2;
    padding-top: 20px;
    padding-bottom: 0;
    opacity: 1;
  }
  .team .assistants .blocks .block .photo {
    order: 1;
  }
  .team .assistants .blocks {
    transform: none !important;
  }
  .team .assistants .blocks .block {
    width: 33.3333333333%;
  }
}
@media only screen and (width <= 992px) and (width <= 620px) {
  .team .doctors .blocks {
    flex-direction: column;
  }
  .team .doctors .blocks .block {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (width <= 992px) and (width <= 576px) {
  .team {
    padding-bottom: 40px;
  }
  .team .assistants .blocks .block {
    width: 50%;
  }
}

.technologies {
  padding-left: 0 !important;
  overflow: hidden;
}
.technologies * {
  pointer-events: none;
}
.technologies .technologies-wrapper {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: calc((100vw - 1409px) / 2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.technologies .technologies-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, rgba(49, 54, 57, 0.8) 0%, rgba(49, 54, 57, 0.8) 100%);
}
@media only screen and (width >= 992px) {
  .technologies .content {
    position: relative;
  }
  .technologies h2.title {
    position: relative;
  }
  .technologies h2.title .logo {
    position: absolute;
    bottom: 0;
    left: -16.5%;
    width: 44%;
    height: auto;
  }
  .technologies .content {
    position: relative;
    width: 100%;
    max-width: 1235px;
    padding-bottom: 61.73%;
  }
  .technologies .content h2.title,
  .technologies .content .blocks,
  .technologies .content .block-select {
    position: absolute;
  }
  .technologies .content h2.title {
    top: 44.3%;
    left: 46.7%;
    font-size: clamp(10px, 3.3vw, 44px);
  }
  .technologies .content .blocks {
    width: 100%;
    padding-bottom: 46.229%;
    transform: rotate(360deg);
  }
  .technologies .content .blocks .block {
    position: absolute;
    display: flex;
    gap: 20px;
    align-items: center;
    width: 100%;
  }
  .technologies .content .blocks .block h3 {
    width: 67%;
    font-size: clamp(10px, 2.1vw, 28px);
  }
  .technologies .content .blocks .block .text {
    display: none;
  }
  .technologies .content .blocks .block .photo {
    width: 27.91%;
    overflow: hidden;
    border-radius: 50%;
    opacity: 0;
    transform: scale(0.6);
    transform-origin: center;
  }
  .technologies .content .blocks .block .photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .technologies .content .blocks .block-1 {
    bottom: 0;
    left: 0;
    justify-content: flex-end;
    width: 34.82%;
    max-width: 430px;
  }
  .technologies .content .blocks .block-2 {
    bottom: 29%;
    left: 0;
    justify-content: flex-end;
    width: 34.82%;
    max-width: 430px;
    padding-right: 5.8%;
    text-align: right;
  }
  .technologies .content .blocks .block-2 h3 {
    width: 79%;
    text-align: right;
  }
  .technologies .content .blocks .block-2 .photo {
    width: 43.42%;
  }
  .technologies .content .blocks .block-3 {
    bottom: 56.6%;
    left: 0;
    justify-content: flex-end;
    width: 34.82%;
    max-width: 430px;
  }
  .technologies .content .blocks .block-3 h3 {
    width: 67%;
    text-align: right;
  }
  .technologies .content .blocks .block-4 {
    top: 0;
    left: 0;
    justify-content: flex-end;
    width: 46.964%;
    max-width: 580px;
  }
  .technologies .content .blocks .block-4 h3 {
    width: 102.3%;
    text-align: right;
  }
  .technologies .content .blocks .block-5 {
    top: 0;
    left: 51.9%;
    width: 48.18%;
    max-width: 595px;
  }
  .technologies .content .blocks .block-5 h3 {
    width: 105.8%;
  }
  .technologies .content .blocks .block-6 {
    top: 22%;
    left: 65.2%;
    width: 34.82%;
    max-width: 430px;
  }
  .technologies .content .blocks .block-7 {
    top: 50.2%;
    left: 72.3%;
    width: 34.82%;
    max-width: 430px;
    padding-right: 20px;
  }
  .technologies .content .blocks .block:nth-child(n+5) .photo {
    order: 0;
  }
  .technologies .content .blocks .block:nth-child(n+5) h3 {
    order: 1;
  }
  .technologies .block-select {
    right: 0;
    bottom: 0;
    display: flex;
    gap: 30px;
    align-items: center;
    width: 62.754%;
    max-width: 775px;
  }
  .technologies .block-select .photo {
    width: 72%;
    max-width: 315px;
    aspect-ratio: 315/315;
    overflow: hidden;
    border-radius: 50%;
  }
  .technologies .block-select .photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .technologies .block-select .info {
    width: 100%;
    max-width: 430px;
  }
  .technologies .block-select .info h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (width <= 992px) {
  .technologies .technologies-wrapper {
    padding-top: 200px;
  }
  .technologies .content {
    position: relative;
  }
  .technologies .block-select {
    display: none;
  }
  .technologies h2.title {
    position: relative;
    max-width: 177px;
    margin: 0 auto;
  }
  .technologies h2.title .logo {
    position: absolute;
    bottom: 0;
    left: -44px;
  }
  .technologies .blocks {
    max-width: 760px;
    padding-top: 60px;
    margin: 0 auto;
  }
  .technologies .block {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .technologies .block h3 {
    order: 1;
  }
  .technologies .block .text {
    order: 2;
    max-width: 500px;
  }
  .technologies .block + .block {
    margin-top: 37px;
  }
  .technologies .block:nth-child(even) .photo,
  .technologies .block:nth-child(even) .text {
    margin-right: 0;
    margin-left: auto;
  }
  .technologies .block:nth-child(even) h3,
  .technologies .block:nth-child(even) .text {
    text-align: right;
  }
  .technologies .photo {
    order: 0;
    width: 35%;
    aspect-ratio: 120/120;
    overflow: hidden;
    border-radius: 50%;
  }
  .technologies .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .technologies .assistants .blocks {
    transform: none !important;
  }
}
@media only screen and (width >= 992px) {
  @keyframes scale {
    0% {
      opacity: 0;
      transform: scale(0.6);
      transition-property: opacity, transform;
    }
    100% {
      opacity: 1;
      transform: translateZ(0) scale(1);
    }
  }
  .technologies.animation * {
    pointer-events: all;
  }
  .technologies.animation .blocks .block .photo {
    animation: scale 2s ease-in-out 0.2s forwards;
  }
  .technologies.animation .block-select .photo {
    animation: scale 2s ease-in-out 0.2s forwards;
  }
}
@media only screen and (width <= 768px) {
  .technologies .technologies-wrapper {
    padding-top: 40px;
  }
}

.treatments {
  padding: 80px 0;
}
.treatments .mobile {
  display: none;
}
.treatments .navigation .row {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.treatments .navigation .row-1 {
  padding-left: 40px;
}
.treatments .navigation .row-2 {
  margin-top: 20px;
}
.treatments .navigation .row-3 {
  justify-content: flex-start;
  padding-left: 40px;
  margin-top: 28px;
}
.treatments .navigation .ripple-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}
.treatments .navigation .ripple {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: #e8d5bc;
  border-radius: 50%;
}
.treatments .navigation .ripple::before,
.treatments .navigation .ripple::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  content: "";
  border: 1px solid #e6d1b6;
  border-radius: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
}
.treatments .navigation .ripple::after {
  transform: translate(-50%, -50%) scale(1.6);
  animation-delay: 1s;
}
@keyframes ripple {
  0% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.6);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.treatments .navigation .nav-item {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.treatments .navigation .nav-item * {
  cursor: pointer;
}
.treatments .navigation .nav-item.active .ripple::before {
  animation: ripple 2s infinite;
}
.treatments .navigation .nav-item.active .ripple::after {
  animation: ripple 2s infinite 1s;
}
.treatments .content {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 60px;
}
.treatments .content .info {
  width: 100%;
  max-width: 430px;
}
.treatments .content .info .text {
  margin-top: 20px;
  margin-bottom: 40px;
}
.treatments .content .info .links {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
.treatments .content .photo {
  width: 100%;
  max-width: 660px;
  aspect-ratio: 660/440;
  overflow: hidden;
}
.treatments .content .photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.3s ease-in-out;
}
.treatments .content.fade-out .info {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}
.treatments .content.fade-out .photo img {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.treatments .content.fade-in .info {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease-in, transform 0.3s ease-in;
}
.treatments .content.fade-in .photo img {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
@media only screen and (width <= 992px) {
  .treatments {
    padding-top: 40px;
  }
  .treatments .desktop {
    display: none;
  }
  .treatments .mobile {
    display: block;
  }
  .treatments .blocks .block {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    justify-content: space-between;
  }
  .treatments .blocks .block .text {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .treatments .blocks .block .image {
    width: 50%;
    aspect-ratio: 660/440;
    overflow: hidden;
  }
  .treatments .blocks .block .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .treatments .blocks .block .link {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
  }
  .treatments .blocks .block .info {
    width: 50%;
  }
  .treatments .blocks .block + .block {
    margin-top: 40px;
  }
}
@media only screen and (width <= 765px) {
  .treatments .blocks .block {
    flex-direction: column;
  }
  .treatments .blocks .block .image {
    order: 0;
    width: 100%;
    aspect-ratio: 660/440;
    overflow: hidden;
  }
  .treatments .blocks .block .image img {
    width: 100%;
  }
  .treatments .blocks .block .info {
    order: 1;
    width: 100%;
    max-width: 100%;
  }
}

.gallery {
  padding-left: 0 !important;
}
.gallery .slider-gallery .swiper-wrapper .slide {
  aspect-ratio: 1005/620;
  overflow: hidden;
}
.gallery .slider-gallery .swiper-wrapper .slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .slider-nav {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  width: 77.547%;
  margin: 32px auto 0;
}
.gallery .slider-nav .swiper-button-prev,
.gallery .slider-nav .swiper-button-next {
  position: static;
  margin: 0;
}

.conseils {
  padding-top: 80px;
}
.conseils .mobile {
  display: none;
}
.conseils .container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.conseils .container .link {
  display: flex;
  gap: 10px;
  align-items: center;
}
.conseils .container .info {
  width: 57%;
  max-width: 430px;
}
.conseils .container .info .photo {
  aspect-ratio: 430/300;
  overflow: hidden;
}
.conseils .container .info .photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.conseils .container .info .text {
  margin-top: 40px;
}
.conseils .container .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding-top: 115px;
}
.conseils .container .wrapper .logo {
  position: relative;
  width: 45%;
  min-width: 315px;
  max-width: 315px;
}
.conseils .container .wrapper .logo svg {
  display: block;
  width: 100%;
  height: auto;
}
.conseils .container .wrapper .logo h2 {
  position: absolute;
  bottom: 15%;
  left: 35%;
}
.conseils .container .wrapper .button-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 349px;
  max-width: 430px;
  aspect-ratio: 430/430;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}
.conseils .container .wrapper .button-block img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.conseils .container .wrapper .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 260px;
  aspect-ratio: 280/280;
  background: #313639;
  border-radius: 50%;
}
@media only screen and (width <= 1150px) {
  .conseils {
    padding-top: 200px;
  }
  .conseils .container {
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
  }
  .conseils .container .wrapper {
    padding-top: 0;
  }
  .conseils .container .info,
  .conseils .container .wrapper {
    width: calc(50% - 15px);
  }
  .conseils .mobile {
    display: block;
  }
  .conseils .desktop {
    display: none;
  }
  .conseils .logo {
    position: relative;
    max-width: 77%;
    max-width: 114px;
    margin: 0 auto 40px;
  }
  .conseils .logo svg {
    position: absolute;
    bottom: 0;
    left: -44px;
  }
}
@media only screen and (width <= 768px) {
  .conseils .container {
    flex-direction: column;
    max-width: 768px;
    margin: 0 auto;
  }
  .conseils .container .info,
  .conseils .container .wrapper {
    width: 100%;
    max-width: 100%;
  }
  .conseils .container .wrapper {
    justify-content: center;
    margin-top: 20px;
  }
}

.protheses {
  padding-top: var(--section-padding);
}
.protheses .container {
  display: flex;
  gap: 30px;
  align-items: stretch;
  justify-content: space-between;
  padding-left: 0;
}
.protheses .photo {
  width: 100%;
  max-width: 660px;
  aspect-ratio: 660/500;
  overflow: hidden;
}
.protheses .photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.protheses .info {
  width: 100%;
  max-width: 430px;
}
.protheses .info .title {
  margin-bottom: 20px;
}
@media only screen and (width <= 992px) {
  .protheses .container {
    flex-direction: column;
    padding-left: 16px;
    margin: 0 auto;
  }
  .protheses .container .photo {
    max-width: 768px;
    margin: 0 auto;
  }
  .protheses .container .info {
    max-width: 100%;
  }
}

.emergencies {
  padding-top: var(--section-padding);
  overflow: hidden;
}
.emergencies .container {
  display: flex;
  gap: 30px;
  align-items: stretch;
  justify-content: space-between;
}
.emergencies .info {
  width: 100%;
  max-width: 430px;
}
.emergencies .info h2.title {
  margin-bottom: 40px;
}
.emergencies .info h3.title {
  margin-bottom: 24px;
}
.emergencies .info .phone-wrapper {
  margin-bottom: 40px;
}
.emergencies .photo {
  width: 100%;
  max-width: 730px;
  aspect-ratio: 730/500;
  overflow: hidden;
}
.emergencies .photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (width <= 992px) {
  .emergencies {
    padding-top: 120px;
  }
  .emergencies .container {
    flex-direction: column;
  }
  .emergencies .container .photo {
    order: 0;
    max-width: 768px;
    margin: 0 auto;
  }
  .emergencies .container .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    order: 1;
    max-width: 100%;
  }
  .emergencies .container .info h2.title {
    width: 100%;
  }
  .emergencies .container .info .phone-wrapper,
  .emergencies .container .info .contact-wrapper {
    width: 48%;
  }
}
@media only screen and (width <= 768px) {
  .emergencies .container .info {
    flex-direction: column;
  }
  .emergencies .container .phone-wrapper,
  .emergencies .container .contact-wrapper {
    width: 100% !important;
  }
}

.access {
  padding-top: var(--section-padding);
}
.access .container {
  padding-bottom: var(--section-padding);
}
.access .content {
  display: flex;
  gap: 30px;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 42px;
}
.access .content .links {
  width: 100%;
  max-width: 430px;
}
.access .content .links * {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.2px;
}
.access .content .phone,
.access .content .parking {
  margin-top: 20px;
}
.access .content .schedule-wrap {
  width: 100%;
  min-width: 320px;
  max-width: 430px;
}
.access .content .schedule-wrap .schedule {
  margin-top: 10px;
}
.access .content .schedule-wrap .schedule li {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  color: #e6d1b6;
}
.access .content .schedule-wrap .schedule li.active {
  color: var(--color-main);
}
.access .content .schedule-wrap .schedule li + li {
  margin-top: 4px;
}
.access .content .schedule-wrap .schedule li .hours {
  width: 100%;
  max-width: 229px;
  text-align: left;
}
.access .content .btn-wrap {
  display: flex;
  align-items: flex-end;
}
.access .content .btn-wrap .btn-map .open {
  display: none;
}
.access .content .btn-wrap .btn-map .close {
  display: block;
}
.access .content .btn-wrap .btn-map.active .btn-round {
  background-color: #e6d1b6;
}
.access .content .btn-wrap .btn-map.active .open {
  display: block;
}
.access .content .btn-wrap .btn-map.active .close {
  display: none;
}
@media only screen and (width <= 992px) {
  .access .content {
    flex-wrap: wrap;
  }
  .access .content .links,
  .access .content .schedule-wrap {
    width: calc(50% - 15px);
  }
}
@media only screen and (width <= 768px) {
  .access .content {
    flex-direction: column;
  }
  .access .content .links,
  .access .content .schedule-wrap {
    width: 100%;
  }
}

.map {
  display: none;
  width: 100%;
  height: 440px;
  overflow: hidden;
  background-color: #e6d1b6;
  transition: none;
}
.map * {
  transition: none;
}
.map div[title] {
  background-image: url("../img/marker.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: none;
}
.map div[title] img {
  display: none;
  transition: none;
}
@media only screen and (width <= 992px) {
  .map div[title] {
    width: 63.19px !important;
    height: 72px !important;
  }
}
.map div[title]:hover {
  transform: scale(1.2);
  transition: 0.2s;
}

.form {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
  background-color: #5c7f8a;
}
.form .btn-form .open {
  display: none;
}
.form .btn-form.active {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  padding: 0;
  cursor: pointer;
  background: #e6d1b6;
  border: 1px solid #e6d1b6;
  border-radius: 50%;
}
.form .btn-form.active:hover {
  background: #e6d1b6;
}
.form .btn-form.active .open {
  display: flex;
  align-items: center;
}
.form .btn-form.active .close {
  display: none;
}
.form .container .content {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  justify-content: space-between;
}
.form .container .wrap {
  width: 100%;
  max-width: 603px;
}
.form .container .wrap h2.title {
  margin-bottom: 20px;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 100px; /* 125% */
  letter-spacing: -0.8px;
}
.form .contact-form {
  display: none;
  padding-top: 40px;
  transition: none;
}
.form .contact-form form .label {
  width: 100%;
}
.form .contact-form form .label + .label {
  margin-top: 16px;
}
.form .contact-form form .label .label-text {
  margin-bottom: 4px;
}
.form .contact-form form .label > span.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.form .contact-form form .label > span.wpcf7-form-control-wrap input {
  height: 50px;
}
.form .contact-form form .label > span.wpcf7-form-control-wrap textarea {
  height: 50px;
  overflow: hidden;
  resize: none;
}
.form .contact-form form .label > span.wpcf7-form-control-wrap textarea:focus-visible {
  outline: none;
}
.form .contact-form form .label > span.wpcf7-form-control-wrap input,
.form .contact-form form .label > span.wpcf7-form-control-wrap textarea {
  width: 100%;
  padding: 11px 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: var(--color-main);
  letter-spacing: -0.2px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #e6d1b6;
}
.form .contact-form form .label > span.wpcf7-form-control-wrap input::-moz-placeholder, .form .contact-form form .label > span.wpcf7-form-control-wrap textarea::-moz-placeholder {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: var(--color-main);
  letter-spacing: -0.2px;
  opacity: 0.5;
}
.form .contact-form form .label > span.wpcf7-form-control-wrap input::placeholder,
.form .contact-form form .label > span.wpcf7-form-control-wrap textarea::placeholder {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: var(--color-main);
  letter-spacing: -0.2px;
  opacity: 0.5;
}
.form .contact-form form .label.active-label input,
.form .contact-form form .label.active-label textarea {
  border-color: var(--color-main) !important;
}
.form .contact-form form .label-textarea {
  margin-top: 16px;
}
.form .contact-form form .btn {
  max-width: 131px;
  margin-top: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  cursor: pointer;
  background: #e6d1b6;
}
@media only screen and (width <= 992px) {
  .form .container .wrap h2.title {
    font-size: 33px;
    line-height: 43px;
    letter-spacing: 0.33px;
  }
}
@media only screen and (width <= 576px) {
  .form .content {
    flex-direction: column;
  }
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  background: #313639;
  border-top: 1px solid #e6d1b6;
}
.footer .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer .top nav {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  width: 63%;
  max-width: 776px;
}
.footer .top nav ul {
  width: 100%;
  max-width: 316px;
}
.footer .top nav ul li + li {
  margin-top: 20px;
}
.footer .top nav a {
  position: relative;
}
.footer .top nav a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgMTguMDczMkwxNSAxMi4wNzMyTDkgNi4wNzMyNCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  opacity: 0;
}
.footer .top nav a:hover {
  padding-left: 32px;
}
.footer .top nav a:hover::before {
  opacity: 1;
}
.footer .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.footer .bottom .copyright {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
.footer .bottom .wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 63%;
  max-width: 776px;
}
.footer .bottom .wrap .legal,
.footer .bottom .wrap .mediweb-block {
  width: 100%;
  max-width: 316px;
}
@media only screen and (width <= 992px) {
  .footer .bottom {
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
    text-align: center;
  }
  .footer .bottom .wrap {
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
  }
}
@media only screen and (width <= 768px) {
  .footer .top {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
  .footer .top nav {
    width: 100%;
  }
}
@media only screen and (width <= 576px) {
  .footer .top nav {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

main {
  position: relative;
}

footer {
  padding-left: calc((100vw - 1409px) / 2);
}
@media only screen and (width <= 1440px) {
  footer {
    padding-left: 14px;
  }
}
