@charset "UTF-8";
:root {
  --white: #fff;
  --red: #A91313;
  --fs-global: 18px;
  --ff-poppins: "Poppins", sans-serif;
  --ff-pd: "Playfair Display", sans-serif;
  --transition: 0.3s ease-in-out;
  --ff-main: var(--ff-poppins);
  --gradient: linear-gradient(118deg, #040403 33.89%, #35292C 101.23%);
  --pt-section: 150px;
}
@media only screen and (max-width: 992px) {
  :root {
    --pt-section: 75px;
  }
}

.lock {
  overflow: hidden;
}

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

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

img {
  transition: 0.3s;
}

p,
h1,
h2,
h3,
h4,
h5 {
  cursor: default;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

a,
button,
input {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

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

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

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

a {
  cursor: pointer;
  color: var(--red);
}
a * {
  cursor: pointer !important;
}

a,
button,
input {
  transition: all 0.4s ease;
  font-family: var(--ff-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;
}

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

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

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

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

strong {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  font-family: var(--ff-poppins);
}

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

h1,
.h1 {
  font-style: italic;
  font-weight: 400;
  font-size: 60px;
  line-height: normal;
}

h2 {
  font-style: italic;
  font-weight: 400;
  font-size: 55px;
  line-height: 74px;
}

h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
}

h4,
.h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  font-family: var(--ff-main);
}

@media (max-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 1.2;
  }
  h2 {
    font-size: 36px;
    line-height: 1.3;
  }
  h3 {
    font-size: 24px;
    line-height: 1.5;
  }
  h4 {
    font-size: 20px;
    line-height: 1.4;
  }
}
p {
  font-size: var(--fs-global);
  line-height: 27px;
}

#wpadminbar {
  display: none;
}

.container {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  max-width: 1204px;
}

.container-l {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  max-width: 1445px;
}

.phone,
.location {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  transition: var(--transition);
}
.phone p,
.location p {
  transition: var(--transition);
  cursor: pointer;
}
.phone svg,
.location svg {
  width: 24px;
  min-width: 24px;
  height: 24px;
}

.phone {
  pointer-events: none;
}

.text-gradient-off,
.text-gradient-off *,
h4 span {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: currentColor;
  text-fill-color: currentColor;
}

.section-top h2 {
  text-align: center;
}
.section-top .text {
  text-align: center;
}
.section-top .text * {
  margin-top: 24px;
  font-size: 26px;
  line-height: 30px;
  font-family: var(--ff-pd);
}

.page-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - 399px);
}

@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Italic.eot");
  src: url("../fonts/PlayfairDisplay-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/PlayfairDisplay-Italic.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Italic.woff") format("woff"), url("../fonts/PlayfairDisplay-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Regular.eot");
  src: url("../fonts/PlayfairDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PlayfairDisplay-Regular.woff2") format("woff2"), url("../fonts/PlayfairDisplay-Regular.woff") format("woff"), url("../fonts/PlayfairDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-LightItalic.eot");
  src: url("../fonts/Poppins-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-LightItalic.woff2") format("woff2"), url("../fonts/Poppins-LightItalic.woff") format("woff"), url("../fonts/Poppins-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Italic.eot");
  src: url("../fonts/Poppins-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Italic.woff2") format("woff2"), url("../fonts/Poppins-Italic.woff") format("woff"), url("../fonts/Poppins-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Sans";
  src: url("../fonts/PTSans-Regular.eot");
  src: url("../fonts/PTSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSans-Regular.woff2") format("woff2"), url("../fonts/PTSans-Regular.woff") format("woff"), url("../fonts/PTSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid var(--red);
  border-radius: 50%;
  width: 128px;
  min-width: 128px;
  height: 128px;
  min-height: 128px;
}
@media only screen and (max-width: 768px) {
  .btn {
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
  }
}
.btn span {
  display: block;
  cursor: pointer;
  background: var(--gradient);
  color: var(--white);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.btn:hover {
  border-color: transparent;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: currentColor;
  text-fill-color: currentColor;
  background-color: var(--red);
  color: var(--white);
}
.btn:hover span {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: currentColor;
  text-fill-color: currentColor;
  color: var(--white);
}
.btn-small {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--red);
  width: 48px;
  height: 48px;
}
.btn-small-transparent {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--red);
  border-radius: 50%;
  padding: 12px;
  width: 48px;
  height: 48px;
}
.btn-small-transparent span {
  -webkit-mask: url(../img/arrow-left.svg) no-repeat center center;
  -webkit-mask-size: 100% auto;
  display: block;
  display: block;
  background: var(--gradient);
  width: 24px;
  height: 24px;
}

.phone,
.location {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  transition: var(--transition);
}
.phone p,
.location p {
  transition: var(--transition);
  cursor: pointer;
}
.phone svg,
.location svg {
  width: 24px;
  min-width: 24px;
  height: 24px;
}

@media only screen and (min-width: 768px) {
  .phone a {
    pointer-events: none !important;
  }
}
.paralax {
  position: relative;
  overflow: hidden;
}
.paralax img {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: none;
  width: 100%;
  height: 170%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom center;
  padding: 0;
  -o-object-position: center;
  object-position: center;
}

.btn-rdv {
  position: relative;
}
.btn-rdv .links-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  opacity: 0;
  padding-right: 1px;
  padding-left: 12px;
  width: auto;
  pointer-events: none;
}
.btn-rdv .links-wrap .links {
  background-color: var(--white);
}
.btn-rdv .links-wrap .phone {
  cursor: pointer;
  pointer-events: all;
}
.btn-rdv .links-wrap .phone:hover a span {
  opacity: 0;
}
.btn-rdv .links-wrap .phone:hover a .hover {
  opacity: 1;
  color: var(--red);
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: currentColor;
  text-fill-color: currentColor;
  color: var(--red);
}
.btn-rdv .links-wrap a {
  display: block;
  position: relative;
  white-space: nowrap;
}
.btn-rdv .links-wrap a .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.btn-rdv .links-wrap a + a {
  margin-top: 8px;
}
.btn-rdv .links-wrap a:hover, .btn-rdv .links-wrap a:hover span {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: currentColor;
  text-fill-color: currentColor;
  color: var(--red);
}
.btn-rdv:hover .links-wrap {
  opacity: 1;
  pointer-events: all;
}

.remove-text-gradient,
.remove-text-gradient * {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: currentColor;
  text-fill-color: currentColor;
}

.home-bottom {
  background: var(--gradient);
  overflow: hidden;
}

body:not(.home) {
  min-height: 100vh;
}
body:not(.home) footer {
  background: var(--gradient);
}

.slider-nav {
  display: flex;
  align-items: center;
  margin: 50px auto 0;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  max-width: 780px;
}
.slider-nav .swiper-button-prev,
.slider-nav .swiper-button-next,
.slider-nav .swiper-pagination {
  position: static;
  transform: translate(0);
  margin: 0;
}
.slider-nav .swiper-button-prev,
.slider-nav .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--red);
  border-radius: 50%;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
}
.slider-nav .swiper-button-prev:hover,
.slider-nav .swiper-button-next:hover {
  background: var(--red);
}
.slider-nav .swiper-button-prev:hover svg #paint0_linear_1488_5980 stop,
.slider-nav .swiper-button-prev:hover svg #paint0_linear_1488_5976 stop,
.slider-nav .swiper-button-next:hover svg #paint0_linear_1488_5980 stop,
.slider-nav .swiper-button-next:hover svg #paint0_linear_1488_5976 stop {
  stop-color: #fff;
}
.slider-nav .swiper-button-prev:after,
.slider-nav .swiper-button-next:after {
  display: none;
}

.icv__arrow-wrapper {
  display: none;
}

.icv__control::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 22222;
  content: url("../img/before-after.svg");
}

.page-main:not(.cabinet-page) {
  padding-top: 150px;
}

.page-main.pdf-page {
  padding-top: 100px;
}

#livret {
  width: 100vw;
  height: 100vh;
}

#livret iframe {
  display: none;
}

#livret::-webkit-scrollbar,
.page-template-livret::-webkit-scrollbar,
.page-template-livret *::-webkit-scrollbar {
  display: none;
}

.livret__wrapper {
  display: flex;
  position: absolute;
  top: 40%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.livret__wrapper h1 {
  color: #e42c1a;
  font-size: 40px;
  font-family: PT Serif;
  letter-spacing: 5px;
}

.livret__wrapper h2 {
  padding: 0 0 20px 0;
  color: #fff;
  font-size: 30px;
  font-family: PT Serif;
  letter-spacing: 3px;
}

.line {
  display: block;
  transform: translateY(20px);
  /* Кожна частина буде відображатись як блок */
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.line.visible {
  transform: translateY(0);
  opacity: 1;
}

[data-aos=reveal-image] {
  transition: 1.3s 0.1s cubic-bezier(0.51, 0.01, 0, 1.06);
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
[data-aos=reveal-image] img {
  transition: transform 1.3s ease-out;
  transform-origin: left center;
  transform: scaleX(0);
}
[data-aos=reveal-image].aos-animate {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
[data-aos=reveal-image].aos-animate img {
  transform: scale(1);
}

[data-aos=show] {
  opacity: 0;
}
[data-aos=show].aos-animate {
  opacity: 1;
}

.breadcrumbs-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}
.breadcrumbs-wrap .container-l {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
.breadcrumbs-wrap .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: auto;
  max-width: 100%;
}
.breadcrumbs-wrap .breadcrumbs a,
.breadcrumbs-wrap .breadcrumbs span {
  white-space: nowrap;
}
.breadcrumbs-wrap .breadcrumbs span.breadcrumbs-title {
  color: var(--red) !important;
}
.breadcrumbs-wrap .breadcrumbs a:hover {
  color: #E11C1C !important;
}

.widgets {
  align-items: flex-end;
  top: 30vh;
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  z-index: 10;
  gap: 4px;
  right: 25px;
}
@media (max-width: 992px) {
  .widgets {
    display: none;
  }
}

.widgets .widget {
  justify-content: flex-start;
  min-height: 64px;
  min-width: 64px;
  background-color: #CA915E;
  border-radius: 16px;
  overflow: hidden;
}

.widgets .widget,
.widgets .widget-info {
  align-items: center;
  display: flex;
  position: relative;
}

.widget-contact div,
.widget-contact span {
  cursor: pointer;
}

.widgets .widget-info {
  color: #fff;
  height: 64px;
  justify-content: flex-end;
  padding-right: 20px;
  opacity: 0;
  overflow: hidden;
  padding-block: 18px;
  text-align: center;
  transition: width 0.7s ease-in-out, opacity 0.1s ease-in-out 0.15s, padding-inline 0.7s ease-in-out 0.15s;
  width: 0;
}
.widgets .widget-info a {
  color: #fff;
}

.widgets .widget-info:before {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.widget.widget-phone a {
  pointer-events: none;
}

.widgets .widget-info span {
  opacity: 0;
  transition: opacity 0.2s ease-in-out 0.5s;
}

.widgets .widget-logo {
  align-items: center;
  color: #FFF5F1;
  display: flex;
  height: 64px;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
}

.widgets .widget-logo svg {
  overflow: visible;
}

.widgets .widget:is(:hover, .active) .widget-info {
  opacity: 1;
  width: 185px;
}

.widgets .widget:is(:hover, .active) .widget-info span {
  opacity: 1;
}

.widgets .widget:nth-child(3):is(:hover, .active) .widget-info {
  width: 120px;
}

.error404 .header {
  position: static;
}

.error {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
}

.error404__number {
  font-size: 50px;
  margin-bottom: 40px;
}

.error404__title {
  font-size: 27px;
  margin-bottom: 20px;
}

.error404__subtitle {
  font-size: 16px;
  text-align: center;
}

.error404__button {
  text-align: center;
  margin-top: 40px;
  justify-content: center;
}

.error404 .header {
  position: inherit;
}

.error404 {
  padding-top: 0;
}

body.dark .header {
  background-color: var(--white);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  transition: var(--transition);
  z-index: 999;
}
.header .container-l {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20.5px;
  padding-bottom: 20.5px;
}
.header.f-nav {
  background-color: var(--white);
}
.header .contacts {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header .contacts > a {
  display: block;
  width: 24px;
  height: 24px;
}
.header .contacts > a:hover svg path {
  fill: var(--red);
}
.header .contacts .phone-wrap {
  position: relative;
}
.header .contacts .phone-wrap .phones {
  position: absolute;
  right: 0;
  top: -15px;
  background-color: var(--white);
  padding: 15px;
  opacity: 0;
  pointer-events: none;
}
.header .contacts .phone-wrap .phones .phone + .phone {
  margin-top: 24px;
}
.header .contacts .phone-wrap .phones .phone:hover {
  pointer-events: all;
  z-index: 2;
}
.header .contacts .phone-wrap .phones .phone:hover svg path {
  fill: var(--red);
}
.header .contacts .phone-wrap .phones .phone:hover * {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: currentColor;
  text-fill-color: currentColor;
  color: var(--red) !important;
}
.header .contacts .phone-wrap .phones a {
  display: flex;
  white-space: nowrap;
  gap: 8px;
  align-items: flex-start;
}
.header .contacts .phone-wrap .phones a svg {
  width: 32px;
  height: 32px;
}
.header .contacts .phone-wrap .phones a .info {
  text-align: center;
}
.header .contacts .phone-wrap .phones a .info .name {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header .contacts .phone-wrap:hover .phones {
  z-index: 22;
  opacity: 1;
  pointer-events: all;
}
.header .contacts .phone-wrap:hover .phones .phone {
  pointer-events: all;
}
.header .wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  max-width: 297px;
  width: 100%;
}
.header .burger-wrap {
  text-transform: capitalize;
  display: flex;
  gap: 24px;
  align-items: center;
  cursor: pointer;
}
.header .burger-wrap * {
  cursor: pointer;
}
.header .burger-wrap .burger {
  margin-left: 16px;
  width: 64px;
  height: 18px;
  z-index: 99;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .header .burger-wrap .burger {
    width: 32px;
  }
}
.header .burger-wrap .burger__icon {
  width: 24px;
  height: 0px;
  right: 0;
  position: absolute;
  top: 50%;
  transition: 0.3s;
}
.header .burger-wrap .burger__icon::before {
  content: "";
  width: 64px;
  height: 2px;
  position: absolute;
  transition: 0.3s;
  top: -4px;
  right: 0;
}
@media (max-width: 767px) {
  .header .burger-wrap .burger__icon::before {
    width: 32px;
  }
}
.header .burger-wrap .burger__icon::after {
  content: "";
  width: 64px;
  height: 2px;
  position: absolute;
  transition: 0.3s;
  top: 4px;
  right: 0;
}
@media (max-width: 767px) {
  .header .burger-wrap .burger__icon::after {
    width: 32px;
  }
}
.header .burger-wrap .burger__icon::before {
  width: 40px;
  right: 0;
  background: var(--red);
}
@media (max-width: 767px) {
  .header .burger-wrap .burger__icon::before {
    right: 0;
    width: 32px;
  }
}
.header .burger-wrap .burger__icon::after {
  background: var(--red);
}
.header .burger-wrap.active .burger {
  width: 24px;
}
.header .burger-wrap.active .burger .burger__icon {
  background: transparent !important;
}
.header .burger-wrap.active .burger .burger__icon::before {
  transform: rotate(45deg);
  top: 0;
  width: 24px;
}
.header .burger-wrap.active .burger .burger__icon::after {
  transform: rotate(-45deg);
  top: 0;
  width: 24px;
}
@media only screen and (max-width: 576px) {
  .header .wrap {
    justify-content: flex-end;
  }
  .header .contacts {
    display: none;
  }
}

.header-menu {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100vw;
  background-color: var(--white);
  z-index: 999;
  height: calc(100vh - 100px);
  min-height: calc(100vh - 100px);
  opacity: 0;
  pointer-events: none;
}
.header-menu nav {
  padding-top: 64px;
  max-height: 100%;
  overflow: auto;
  padding-bottom: 30px;
}
.header-menu .menu {
  text-align: center;
}
.header-menu .menu li + li {
  margin-top: 32px;
}
.header-menu .menu a {
  font-family: var(--ff-pd);
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #292929;
  display: inline-flex;
}
.header-menu .menu a:hover {
  color: var(--red);
}
.header-menu.active {
  opacity: 1;
  pointer-events: all;
}
@media only screen and (max-width: 768px) {
  .header-menu nav .menu a {
    font-size: 45px;
  }
}

.intro {
  padding-top: 225px;
  padding-bottom: 133px;
  position: relative;
  overflow: hidden;
}
.intro .logo {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.intro .logo svg {
  width: 100%;
  height: auto;
}
.intro .photo {
  z-index: -1;
  width: 527px;
  height: 100%;
  position: absolute;
  right: -95px;
  top: 0;
}
.intro .photo img {
  height: 100%;
}
@media only screen and (max-width: 1530px) {
  .intro .photo {
    right: -250px;
  }
}
@media only screen and (max-width: 1221px) {
  .intro .photo {
    display: none;
  }
}
.intro .info {
  max-width: 895px;
  width: 100%;
  margin: 0 auto;
}
.intro .info h1.title,
.intro .info h4.sub-title {
  text-align: center;
}
.intro .info h4 {
  font-family: var(--ff-pd);
  margin-top: 16px;
  font-size: 26px;
}
.intro .info h4 span {
  font-size: inherit;
  color: var(--red);
}
.intro .info .btn-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  margin: 60px auto;
}
.intro .info .btn-wrap .links-wrap .links a .hover {
  transition: none;
}
.intro .info .btn-wrap .links-wrap .links a span {
  transition: none;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: var(--gradient);
  text-fill-color: var(--gradient);
  color: var(--gradient);
}
.intro .info .btn-wrap:has(.btn-rdv:hover) .after {
  opacity: 0;
  pointer-events: none;
}
.intro .info .btn-cabinet {
  display: flex;
  margin: 24px auto 0;
  max-width: 276px;
  gap: 16px;
  align-items: center;
}
.intro .info .btn-cabinet .btn-small {
  background-color: transparent;
  border: 1px solid var(--red);
}
.intro .info .btn-cabinet:hover .btn-small {
  background-color: var(--red);
}
.intro .info .btn-cabinet:hover .btn-small svg path {
  stroke: #fff;
}
@media only screen and (max-width: 992px) {
  .intro {
    padding-top: 160px;
    padding-bottom: 65px;
  }
  .intro .info .btn-wrap {
    margin-bottom: 0;
  }
  .intro .photo {
    display: none;
  }
}

.services {
  padding-top: 100px;
  padding-bottom: 50px;
}
.services .info {
  max-width: 929px;
  margin: 0 auto;
}
.services .blocks {
  margin-top: 80px;
  display: flex;
  gap: 30px;
}
.services .blocks .block {
  display: block;
  width: 100%;
}
.services .blocks .block * {
  cursor: pointer;
}
.services .blocks .block .photo {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.services .blocks .block .photo:before {
  content: "";
  display: block;
  padding-top: 65.035%;
  transition: var(--transition);
}
.services .blocks .block .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.services .blocks .block h3 {
  text-align: center;
  margin-top: 24px;
}
.services .blocks .block:hover .overlay {
  opacity: 1;
}
.services .blocks .block:hover .photo img {
  transform: scale(1.05);
}
@media only screen and (max-width: 992px) {
  .services {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .services .blocks {
    flex-direction: column;
  }
  .services .blocks .block {
    width: 100%;
    max-width: none;
  }
}

.team {
  padding-top: 100px;
  padding-bottom: 150px;
}
.team .container {
  max-width: 1080px;
}
.team .section-top {
  text-align: center;
  max-width: 930px;
  margin: 0 auto;
}
.team .blocks {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.team .blocks .block {
  width: calc(33.3333333333% - 19.99px);
}
.team .blocks .block .photo {
  overflow: hidden;
  background: var(--gradient);
  position: relative;
  width: 100%;
}
.team .blocks .block .photo:before {
  content: "";
  display: block;
  padding-top: 136.367%;
  transition: var(--transition);
}
.team .blocks .block .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.team .blocks .block .info {
  text-align: center;
  margin-top: 24px;
}
.team .blocks .block .info h3 {
  margin-bottom: 8px;
}
.team .blocks .block:hover .overlay {
  opacity: 1;
}
.team .blocks .block:hover .photo img {
  transform: scale(1.05);
}
.team .blocks .block .position {
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .team {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .team .blocks {
    flex-direction: column;
  }
  .team .blocks .block {
    width: 100%;
    max-width: 576px;
    margin: 0 auto;
  }
}

.treatments {
  position: relative;
  overflow: hidden;
}
.treatments .wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.treatments .bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 100%;
  z-index: -1;
}
.treatments .bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.treatments .section-content {
  max-width: 750px;
  width: 100%;
  padding-top: 130px;
  padding-bottom: var(--pt-section);
  margin: 0 auto;
  position: relative;
}
.treatments .section-content * {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: currentColor;
  text-fill-color: currentColor;
  color: var(--white);
}
.treatments .title {
  text-align: center;
  margin-bottom: 30px;
}
.treatments .list .item {
  box-sizing: border-box;
  padding: 14.5px 30px;
  font-family: "Poppins";
  font-size: 24px !important;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 50px;
  transition: none;
}
.treatments .list .item span {
  display: flex;
  height: 100%;
  align-items: center;
  min-height: 48px;
}
.treatments .list .item * {
  transition: none;
}
.treatments .list .item .arrow-wrap {
  height: 48px;
  width: 48px;
  padding: 12px;
}
.treatments .list .item .arrow-wrap .arrow {
  -webkit-mask: url(../img/arrow-left.svg) no-repeat center center;
  -webkit-mask-size: 100% auto;
  background-color: var(--white);
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 768px) {
  .treatments .list .item:hover {
    background: var(--Style, #FFE8C6);
  }
  .treatments .list .item:hover span {
    background: var(--1, linear-gradient(118deg, #040403 33.89%, #35292C 101.23%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .treatments .list .item:hover .arrow {
    background: var(--gradient);
  }
}

.overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 30px;
  opacity: 0;
}
.overlay span {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: currentColor;
  text-fill-color: currentColor;
  color: var(--white);
}
.overlay .btn-wrap {
  display: flex;
  gap: 28px;
  align-items: center;
}

.section-uniform {
  position: relative;
  display: flex;
  align-items: stretch;
  min-width: 690px;
}
.section-uniform .paralax-left,
.section-uniform .paralax-right {
  width: 100%;
  display: block;
}
.section-uniform .info {
  padding-top: 150px;
  padding-bottom: 181px;
  position: relative;
  z-index: 3;
  max-width: 690px;
  min-width: 690px;
  width: 100%;
  background-color: var(--white);
}
.section-uniform .info .wrap {
  max-width: 450px;
  margin: 0 auto;
  text-align: justify;
}
.section-uniform .info .wrap h2 {
  text-align: center;
}
.section-uniform .info .wrap .text {
  margin-top: 24px;
  font-size: 18px;
  line-height: 26px;
}
.section-uniform .info .wrap .text p + p {
  margin-top: 12px;
}
@media only screen and (max-width: 992px) {
  .section-uniform .info {
    padding-top: 90px;
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 768px) {
  .section-uniform {
    min-width: auto;
  }
  .section-uniform .paralax {
    display: none;
  }
  .section-uniform .info {
    padding-left: 15px;
    padding-right: 15px;
    min-width: auto;
  }
}

.pathology {
  padding-top: var(--pt-section);
  padding-bottom: var(--pt-section);
}
.pathology .container-l {
  max-width: 1440px;
}
.pathology .info {
  max-width: 451px;
  width: 100%;
  margin: 0 auto;
}
.pathology .info .title {
  line-height: 74px;
}
.pathology .info .text * {
  font-size: 18px;
  line-height: 26px;
}
.pathology .blocks .wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 30px;
}
.pathology .blocks .wrapper .block h3 {
  text-align: center;
  max-width: 370px;
  margin: 24px auto 0;
}
.pathology .blocks .wrapper .block .photo {
  position: relative;
  overflow: hidden;
}
.pathology .blocks .wrapper .block .photo img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.pathology .blocks .wrapper .block:hover .overlay {
  opacity: 1;
}
.pathology .blocks .wrapper .block:hover .photo img {
  transform: scale(1.05);
}
.pathology .blocks .first-wrapper {
  align-items: flex-end;
}
.pathology .blocks .first-wrapper .block {
  max-width: 450px;
  width: 100%;
}
.pathology .blocks .first-wrapper .block:first-child .photo img, .pathology .blocks .first-wrapper .block:nth-child(3) .photo img {
  width: 100%;
  aspect-ratio: 450/450;
}
.pathology .blocks .first-wrapper .block:nth-child(2) .photo img {
  width: 100%;
  aspect-ratio: 450/350;
}
.pathology .blocks .second-wrapper {
  align-items: flex-start;
  max-width: 1170px;
  margin: 46px auto 0;
}
.pathology .blocks .second-wrapper .block:nth-child(1) {
  max-width: 400px;
  width: 100%;
}
.pathology .blocks .second-wrapper .block:nth-child(1) .photo img {
  width: 100%;
  aspect-ratio: 400/450;
}
.pathology .blocks .second-wrapper .block:nth-child(2) {
  max-width: 690px;
  width: 100%;
}
.pathology .blocks .second-wrapper .block:nth-child(2) .photo img {
  width: 100%;
  aspect-ratio: 690/500;
}
@media only screen and (max-width: 1075px) {
  .pathology .block h3 {
    font-size: clamp(22px, 2.538vw, 30px);
  }
}
@media only screen and (max-width: 768px) {
  .pathology .blocks {
    margin-top: 40px;
  }
  .pathology .blocks .wrapper {
    flex-direction: column;
  }
  .pathology .blocks .wrapper a {
    display: block;
    width: 100%;
    max-width: 100% !important;
  }
  .pathology .blocks .wrapper .photo {
    position: relative;
    width: 100%;
  }
  .pathology .blocks .wrapper .photo:before {
    content: "";
    display: block;
    padding-top: 70%;
    transition: var(--transition);
  }
  .pathology .blocks .wrapper .photo img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}

.technology {
  padding-top: 100px;
  padding-bottom: 285px;
  position: relative;
  min-height: 700px;
}
.technology .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.technology .bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.technology .info {
  margin-left: auto;
  margin-right: 0;
  max-width: 450px;
  width: 100%;
}
.technology .info h2 {
  line-height: 74px;
}
.technology .info .text {
  margin-top: 24px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .technology {
    padding-bottom: 0;
    min-height: 500px;
    background-color: #f2f1ef;
  }
  .technology .bg {
    display: none;
  }
  .technology .info {
    margin: 0 auto;
  }
}

.access {
  padding-top: 100px;
}
.access .container-l svg:not(.btn-rdv-svg) path {
  fill: var(--white);
}
.access .container-l * {
  color: var(--white);
}
.access h2.title {
  text-align: center;
  margin-bottom: 50px;
}
.access .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 32px;
  padding-bottom: 70px;
}
.access .wrapper > .wrap {
  display: flex;
  max-width: 930px;
  width: 100%;
  gap: 30px;
  align-items: flex-start;
  justify-content: space-between;
}
.access .wrapper .doctors-contacts,
.access .wrapper .center,
.access .wrapper .right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.access .wrapper .doctors-contacts {
  max-width: 178px;
  width: 100%;
}
.access .wrapper .doctors-contacts .phone {
  pointer-events: all;
}
.access .wrapper .doctors-contacts .phone svg {
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
}
.access .wrapper .doctors-contacts .phone a {
  display: flex;
  gap: 8px;
  pointer-events: all;
}
.access .wrapper .doctors-contacts .phone .num {
  white-space: nowrap;
}
.access .wrapper .doctors-contacts .phone .name {
  font-size: 12px;
  line-height: normal;
}
.access .wrapper .doctors-contacts .phone:hover svg path {
  fill: var(--red);
}
.access .wrapper .doctors-contacts .phone:hover a p {
  color: var(--red) !important;
}
.access .wrapper .center {
  max-width: 411px;
  width: 100%;
}
.access .wrapper .center .location,
.access .wrapper .center .easement-first {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.access .wrapper .center .location svg,
.access .wrapper .center .easement-first svg {
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
}
.access .wrapper .center .location:hover {
  color: var(--red);
}
.access .wrapper .center .location:hover svg path {
  fill: var(--red);
}
.access .wrapper .center .wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.access .wrapper .center .btn-small {
  border: 1px solid var(--red);
}
.access .wrapper .center .btn-small svg {
  width: 24px;
  height: 24px;
}
.access .wrapper .center .btn-small .links {
  background-color: transparent;
}
.access .wrapper .center .btn-small .links a {
  display: block;
}
.access .wrapper .center .btn-small:hover {
  background-color: var(--red);
  border-color: var(--red);
}
.access .wrapper .center .btn-small:hover svg {
  transform: rotate(180deg) translateX(2px);
}
.access .wrapper .right {
  max-width: 450px;
  width: 100%;
}
.access .wrapper .right .easement {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.access .wrapper .right .easement svg {
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
}
.access .map {
  width: 100%;
  height: 510px;
  background-color: #d7d3d3;
}
.access .map div[title=marker] {
  background-image: url(../img/marker.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: none;
  transition: transform 0.3s;
}
.access .map div[title=marker] img {
  display: none;
}
@media only screen and (max-width: 992px) {
  .access .map div[title=marker] {
    width: 71.2px !important;
    height: 102.626px !important;
  }
}
.access .map div[title=marker]:hover {
  transform: scale(1.2);
  transition: 0.2s;
}
@media only screen and (max-width: 992px) {
  .access .wrapper {
    flex-wrap: wrap;
  }
  .access .wrapper .doctors-contacts {
    max-width: 100%;
    flex-direction: row;
    justify-content: space-between;
    max-width: 768px;
    margin: 0 auto 40px;
  }
  .access .map {
    height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .access .wrapper .wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 580px) {
  .access .wrapper .doctors-contacts {
    flex-direction: column;
  }
}

.philosophie .paralax {
  max-width: 586px;
  width: 30.603%;
}
.philosophie .info {
  max-width: 750px;
  width: 100%;
  min-width: 750px;
  padding-top: var(--pt-section);
  padding-bottom: 209px;
}
.philosophie .info h1.title,
.philosophie .info h2 {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .philosophie .wrapper {
    justify-content: center;
  }
  .philosophie .paralax {
    display: none;
  }
  .philosophie .info {
    min-width: auto;
    padding-bottom: 40px;
  }
}

.gallery .swiper-wrapper {
  display: flex;
}
.gallery .swiper-slide {
  max-width: 750px;
  width: 100%;
}
.gallery .swiper-slide .photo {
  position: relative;
  width: 100%;
}
.gallery .swiper-slide .photo:before {
  content: "";
  display: block;
  padding-top: 80.534%;
  transition: var(--transition);
}
.gallery .swiper-slide .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.quote {
  padding-top: var(--pt-section);
}
.quote .container {
  max-width: 960px;
  width: 100%;
}
.quote .dynamic-text * {
  text-align: center;
}
.quote * {
  font-family: var(--ff-pd);
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  font-style: italic;
  line-height: 55px;
}
@media only screen and (max-width: 768px) {
  .quote * {
    font-size: 32px;
  }
}
.quote span {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: currentColor;
  text-fill-color: currentColor;
  color: var(--white);
}

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

a,
a span {
  cursor: pointer;
}

.has-vivid-red-color {
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: currentColor;
  text-fill-color: currentColor;
}

.wp-element-button.has-text-color {
  color: var(--red);
  border-color: var(--red);
}
.wp-element-button.has-text-color:hover {
  background-color: var(--red);
  color: #fff !important;
}

.wp-text h1 {
  margin: 15px 0;
}
.wp-text h1:first-child {
  margin-top: 0;
}
.wp-text h1:last-child {
  margin-bottom: 0;
}
.wp-text h2 {
  position: relative;
  margin: 56px 0 40px;
  padding-left: 25px;
}
.wp-text h2:first-of-type {
  margin-top: 0;
}
.wp-text h3 {
  margin-top: 56px;
  margin-bottom: 32px;
}
.wp-text h3:first-child {
  margin-top: 0;
}
.wp-text h3:last-child {
  margin-bottom: 0;
}
.wp-text h4 {
  margin: 32px 0 26px;
}
.wp-text h4:first-child {
  margin-top: 0;
}
.wp-text h4:last-child {
  margin-bottom: 0;
}
.wp-text h5:first-child {
  margin-top: 0;
}
.wp-text h5:last-child {
  margin-bottom: 0;
}
.wp-text p {
  text-align: justify;
}
.wp-text p + h2 {
  margin-top: 56px !important;
}
.wp-text p:first-child {
  margin-top: 0;
}
.wp-text p:last-child {
  margin-bottom: 0;
}
.wp-text .wp-block-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 48px 0;
  width: 100%;
}
.wp-text .wp-block-image img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .wp-text h2 {
    margin: 40px 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-text .wp-block-image {
    margin: 20px 0;
  }
}
.page-doctor figure {
  display: block;
  width: 100%;
  max-width: 449px;
  text-align: center;
}
.page-doctor figure + .wp-block-group {
  width: 100%;
  max-width: 570px;
}
@media only screen and (max-width: 992px) {
  .page-doctor figure + .wp-block-group {
    max-width: 100%;
  }
}
.page-doctor .container {
  max-width: 960px;
}

.page-main .content > .wp-block-group,
.page-main .content > .wp-block-media-text {
  gap: 32px;
  margin-bottom: 24px;
}
.page-main .content > .wp-block-group:not(:first-child),
.page-main .content > .wp-block-media-text:not(:first-child) {
  margin-top: 24px;
}
.page-main h1.title {
  text-align: center;
}
.page-main h1.title + .content {
  padding-top: 100px;
}
.page-main h2.title {
  text-align: center;
}
.page-main h2.title + .content {
  padding-top: 100px;
}
.page-main .wp-block-group {
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width: 992px) {
  .page-main .wp-block-group {
    flex-direction: column;
    align-items: center;
  }
}
.page-main p {
  text-align: justify;
}
.page-main p + p {
  margin-top: 25px;
}
.page-main ul,
.page-main ol {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 25px;
}
.page-main ul li,
.page-main ol li {
  display: list-item;
}
.page-main ul li::marker,
.page-main ol li::marker {
  color: var(--red);
  text-align: left;
}
.page-main ul li + li,
.page-main ol li + li {
  margin-top: 8px;
}
.page-main ul + p,
.page-main ol + p {
  margin-top: 25px;
}
.page-main.post-page > h1 {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 960px;
}
.page-main.post-page .container {
  padding-top: 50px;
  max-width: 960px;
}
.page-main.post-page .content h2,
.page-main.post-page .content h3,
.page-main.post-page .content h4,
.page-main.post-page .content h5 {
  text-align: center;
}
.page-main.post-page .content h2 {
  margin: 50px 0;
  font-style: italic;
  font-weight: 400;
  font-size: 40px;
  line-height: 55px;
}
.page-main.post-page .content h3 {
  margin-top: 50px;
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
}
.page-main.post-page .content h4 {
  margin-top: 50px;
  margin-bottom: 24px;
}
.page-main.post-page .content > h2:first-child {
  margin-top: 0;
}
.page-main.post-page .content > figure {
  margin-top: 24px;
}
.page-main.post-page .content > figure:not(:last-child) {
  margin-bottom: 24px;
}
.page-main.post-page .content > figure.wp-block-image.size-large {
  width: 100%;
  max-width: 100%;
}
.page-main.post-page .content .wp-block-group {
  margin-bottom: 24px;
}
.page-main.post-page .content .wp-block-group.wp-block-group-is-layout-flex {
  gap: 30px;
}
.page-main.post-page .content .wp-block-group.wp-block-group-is-layout-flex > * {
  flex: 1;
}
.page-main.post-page .content .wp-block-columns + .wp-block-columns {
  margin-top: 48px;
}
.page-main.post-page .content .wp-block-columns + p,
.page-main.post-page .content p + .wp-block-columns {
  margin-top: 48px;
}
.page-main.post-page .content .aligncenter {
  text-align: center;
}
.page-main.post-page .content p + .wp-block-image {
  margin-top: 48px;
}
.page-main.post-page .content .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
  display: none;
}
.page-main.post-page .content figure figcaption {
  position: static;
  text-shadow: none;
  background: transparent;
  transition: none;
  font-family: var(--ff-main);
  font-size: var(--fs-global);
  font-weight: 400;
  line-height: 26px;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: var(--gradient);
  text-fill-color: var(--gradient);
  color: var(--gradient);
}
@media only screen and (max-width: 768px) {
  .page-main.post-page .content figure:has(iframe) {
    text-align: center;
  }
}
.page-main .text-banner {
  margin-bottom: 40px;
  text-align: center;
}
.page-main .text-banner * {
  font-style: italic;
  font-weight: 400;
  font-size: 40px;
  line-height: 55px;
  font-family: var(--ff-pd);
}
.page-main .text-banner span {
  color: #e11c1c !important;
}
.page-main.dark {
  background-color: #000;
}
.page-main.dark * {
  background: none;
  color: #fff !important;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: currentColor;
  text-fill-color: currentColor;
}
.page-main.dark .content a {
  color: #e11c1c !important;
}
.page-main.dark .content a:hover {
  text-decoration: underline;
}
.page-main.dark .content .has-black-background-color {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #fff !important;
}
.page-main.dark .content .has-black-background-color:hover {
  color: #000 !important;
  background-color: #fff !important;
  text-decoration: none;
}
.page-main.dark .text-banner {
  color: #fff !important;
}
.page-main.dark .btn:hover {
  background-color: #e11c1c;
}

.treatments-post h1 {
  display: none;
}
.treatments-post .h1 {
  text-align: center;
}
.treatments-post .container {
  display: flex;
  align-items: stretch;
  gap: 70px;
  max-width: 1440px !important;
}
.treatments-post .video-wrap {
  position: relative;
  width: 73%;
  max-width: 530px;
}
.treatments-post .video-wrap .video {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
}
.treatments-post .video-wrap .video iframe {
  aspect-ratio: 16/9;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .treatments-post .video-wrap .video {
    position: static;
    top: 0;
    transform: none;
  }
}
.treatments-post .content {
  width: 100%;
  max-width: 810px;
}
@media only screen and (max-width: 992px) {
  .treatments-post h1 {
    display: block;
    text-align: center;
  }
  .treatments-post .container {
    flex-direction: column;
  }
  .treatments-post .container .h1 {
    display: none;
  }
  .treatments-post .container .video-wrap {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    margin: 0 auto;
  }
  .treatments-post .container .content {
    max-width: 100%;
  }
}
.treatments-post .left-side {
  background-color: #000;
  padding-bottom: 60px;
  max-width: 530px;
  width: 100%;
}
.treatments-post .left-side .wrap {
  position: sticky;
  top: 100px;
}
.treatments-post .left-side * {
  background: none;
  color: #fff !important;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: currentColor;
  text-fill-color: currentColor;
}
.treatments-post .left-side .video,
.treatments-post .left-side .photo {
  aspect-ratio: 530/320;
  width: 100%;
}
.treatments-post .left-side .video iframe,
.treatments-post .left-side .photo iframe {
  aspect-ratio: 530/320;
  width: 100%;
}
.treatments-post .left-side .posts {
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.treatments-post .left-side .title {
  text-align: center;
  color: #e11c1c !important;
  margin-bottom: 60px;
}
.treatments-post .left-side a {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  justify-content: center;
}
.treatments-post .left-side a + a {
  margin-top: 60px;
}
.treatments-post .left-side a span {
  color: #fff;
  transition: var(--transition);
  padding-top: 11px;
}
.treatments-post .left-side a svg rect {
  transition: var(--transition);
}
.treatments-post .left-side a:hover span {
  color: var(--red) !important;
}
.treatments-post .left-side a:hover svg rect {
  fill: var(--red);
}
@media only screen and (max-width: 992px) {
  .treatments-post .left-side {
    max-width: 100%;
  }
}

.technology-page .container {
  max-width: 1320px;
  width: 100%;
  padding-top: 100px;
}
.technology-page .blocks .block {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  justify-content: space-between;
}
.technology-page .blocks .block .photo {
  max-width: 570px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.technology-page .blocks .block .photo:before {
  content: "";
  display: block;
  padding-top: 61.405%;
  transition: var(--transition);
}
.technology-page .blocks .block .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.technology-page .blocks .block .video {
  max-width: 570px;
  width: 100%;
  overflow: hidden;
}
.technology-page .blocks .block .video div {
  width: 100%;
}
.technology-page .blocks .block .video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}
.technology-page .blocks .block .info {
  max-width: 570px;
  width: 100%;
  text-align: justify;
}
.technology-page .blocks .block .info h2 {
  text-align: left;
  margin-bottom: 24px;
}
.technology-page .blocks .block:nth-child(even) .photo {
  order: 1;
}
.technology-page .blocks .block:nth-child(even) .info {
  order: 0;
}
.technology-page .blocks .block + .block {
  margin-top: 150px;
}
@media only screen and (max-width: 992px) {
  .technology-page .blocks .block + .block {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 920px) {
  .technology-page .blocks .block {
    flex-direction: column;
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
  }
  .technology-page .blocks .block .photo,
  .technology-page .blocks .block .info,
  .technology-page .blocks .block .video {
    max-width: 100%;
    width: 100%;
  }
  .technology-page .blocks .block .photo {
    order: 0 !important;
  }
  .technology-page .blocks .block .info {
    order: 1 !important;
  }
}

.cliniques-page .container,
.clinical .container {
  padding-top: var(--pt-section);
}
.cliniques-page .blocks,
.clinical .blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 50px;
}
.cliniques-page .blocks .block,
.clinical .blocks .block {
  width: calc(50% - 17px);
}
.cliniques-page .blocks .block .photo,
.clinical .blocks .block .photo {
  position: relative;
  width: 100%;
}
.cliniques-page .blocks .block .photo *,
.clinical .blocks .block .photo * {
  transition: none !important;
}
.cliniques-page .blocks .block .photo:before,
.clinical .blocks .block .photo:before {
  content: "";
  display: block;
  padding-top: 52.634%;
  transition: var(--transition);
}
.cliniques-page .blocks .block .photo img,
.clinical .blocks .block .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cliniques-page .blocks .block h3,
.clinical .blocks .block h3 {
  text-align: center;
  margin-top: 24px;
}
.cliniques-page .blocks .block a,
.clinical .blocks .block a {
  display: flex;
  margin: 24px auto 0;
  max-width: 150px;
  gap: 16px;
  align-items: center;
}
.cliniques-page .blocks .block a .btn-small,
.clinical .blocks .block a .btn-small {
  background-color: transparent;
  border: 1px solid var(--red);
}
.cliniques-page .blocks .block a:hover .btn-small,
.clinical .blocks .block a:hover .btn-small {
  background-color: var(--red);
}
.cliniques-page .blocks .block a:hover .btn-small svg .svg-gradient > stop,
.clinical .blocks .block a:hover .btn-small svg .svg-gradient > stop {
  stop-color: #fff;
}
.cliniques-page .blocks .block .add-photos,
.clinical .blocks .block .add-photos {
  display: none;
}
@media only screen and (max-width: 768px) {
  .cliniques-page .blocks,
  .clinical .blocks {
    flex-direction: column;
  }
  .cliniques-page .blocks .block,
  .clinical .blocks .block {
    width: 100%;
  }
}
.cliniques-page .filter-tabs,
.clinical .filter-tabs {
  display: flex;
  align-items: center;
  gap: 32px;
  overflow: auto;
  margin-bottom: 50px;
}
.cliniques-page .filter-tabs .filter-btn,
.clinical .filter-tabs .filter-btn {
  margin-top: 0;
  cursor: pointer;
}
.cliniques-page .filter-tabs .filter-btn.active,
.clinical .filter-tabs .filter-btn.active {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: currentColor;
  text-fill-color: currentColor;
  color: var(--red);
}

.clinical .container {
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 150px;
}
.clinical h2.title {
  text-align: center;
  margin-bottom: 62px;
}
.clinical .btn {
  margin: 72px auto 0;
}

.category-page .top .container-l,
.category-page .blocks-container {
  padding-top: var(--pt-section);
}
.category-page .top {
  min-height: 400px;
}
.category-page .top .container-l {
  max-width: 1440px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.category-page .top .container-l .info-wrap {
  max-width: 690px;
  min-width: 490px;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  background: var(--gradient);
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-page .top .container-l .info-wrap .info {
  max-width: 570px;
  padding-left: 30px;
  padding-right: 30px;
  color: var(--white);
  text-align: justify;
}
.category-page .top .container-l .photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.category-page .blocks .block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  max-width: 1290px;
  width: 100%;
}
.category-page .blocks .block .photo {
  max-width: 570px;
  width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.category-page .blocks .block .photo:before {
  content: "";
  display: block;
  padding-top: 64.913%;
  transition: var(--transition);
}
.category-page .blocks .block .photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.category-page .blocks .block .photo:hover img {
  transform: scale(1.05);
}
.category-page .blocks .block .info {
  max-width: 570px;
  width: 100%;
}
.category-page .blocks .block .info h2 {
  margin-bottom: 24px;
  font-size: 50px;
}
@media only screen and (max-width: 768px) {
  .category-page .blocks .block .info h2 {
    font-size: 36px;
    line-height: 1.3;
  }
}
.category-page .blocks .block .info .text {
  margin-bottom: 50px;
}
.category-page .blocks .block .info .link {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 150px;
}
.category-page .blocks .block .info .link:hover .btn-small-transparent {
  background-color: var(--red);
}
.category-page .blocks .block .info .link:hover .btn-small-transparent svg path {
  stroke: #fff;
}
.category-page .blocks .block + .block {
  margin-top: var(--pt-section);
}
.category-page .blocks .block:nth-child(odd) {
  margin-left: auto;
}
.category-page .blocks .block:nth-child(even) .photo {
  order: 0;
}
.category-page .blocks .block:nth-child(even) .info {
  order: 1;
}
@media only screen and (max-width: 992px) {
  .category-page .blocks .block {
    flex-direction: column;
  }
  .category-page .blocks .block .photo,
  .category-page .blocks .block .info {
    max-width: 100%;
    width: 100%;
  }
  .category-page .blocks .block .photo {
    order: 0;
  }
  .category-page .blocks .block .info {
    order: 1;
  }
}
@media only screen and (max-width: 768px) {
  .category-page .top .container-l .photo {
    display: none;
  }
  .category-page .top .container-l .info-wrap {
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }
}

.footer {
  padding-top: 71px;
  padding-bottom: 83px;
}
.footer * {
  color: var(--white);
}
.footer a:hover {
  color: var(--red);
}
.footer .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.footer .top .left {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  max-width: 680px;
  width: 100%;
}
.footer .top .left li + li {
  margin-top: 8px;
}
.footer .top .right a {
  display: block;
  text-align: center;
}
.footer .footer-menu-right,
.footer .bottom .left .mentions-legales {
  max-width: 198px;
  width: 100%;
}
.footer .top .right,
.footer .bottom .right {
  max-width: 446px;
  width: 100%;
}
.footer .bottom {
  display: flex;
  justify-content: space-between;
}
.footer .bottom .left {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  max-width: 680px;
  width: 100%;
}
.footer .bottom * {
  color: #b9b8b8;
}
@media only screen and (max-width: 992px) {
  .footer .top {
    flex-direction: column;
  }
  .footer .top .right {
    order: 0;
    margin: 0 auto 40px;
  }
  .footer .top .left {
    order: 1;
    margin: 0 auto;
  }
  .footer .bottom {
    flex-direction: column;
  }
  .footer .bottom .left {
    margin: 0 auto 40px;
  }
  .footer .bottom .right {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .footer .bottom .left {
    flex-direction: column;
  }
  .footer .bottom .left p {
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 576px) {
  .footer .top .right a {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .footer .top .right a svg {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .footer .top .left {
    flex-direction: column;
    text-align: center;
  }
  .footer .bottom .right p {
    text-align: center;
  }
}

.home .footer {
  padding-bottom: 95px;
}

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

a,
a span {
  cursor: pointer;
}

.has-vivid-red-color {
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: currentColor;
  text-fill-color: currentColor;
}

.wp-element-button.has-text-color {
  color: var(--red);
  border-color: var(--red);
}
.wp-element-button.has-text-color:hover {
  background-color: var(--red);
  color: #fff !important;
}

.wp-text h1 {
  margin: 15px 0;
}
.wp-text h1:first-child {
  margin-top: 0;
}
.wp-text h1:last-child {
  margin-bottom: 0;
}
.wp-text h2 {
  position: relative;
  margin: 56px 0 40px;
  padding-left: 25px;
}
.wp-text h2:first-of-type {
  margin-top: 0;
}
.wp-text h3 {
  margin-top: 56px;
  margin-bottom: 32px;
}
.wp-text h3:first-child {
  margin-top: 0;
}
.wp-text h3:last-child {
  margin-bottom: 0;
}
.wp-text h4 {
  margin: 32px 0 26px;
}
.wp-text h4:first-child {
  margin-top: 0;
}
.wp-text h4:last-child {
  margin-bottom: 0;
}
.wp-text h5:first-child {
  margin-top: 0;
}
.wp-text h5:last-child {
  margin-bottom: 0;
}
.wp-text p {
  text-align: justify;
}
.wp-text p + h2 {
  margin-top: 56px !important;
}
.wp-text p:first-child {
  margin-top: 0;
}
.wp-text p:last-child {
  margin-bottom: 0;
}
.wp-text .wp-block-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 48px 0;
  width: 100%;
}
.wp-text .wp-block-image img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .wp-text h2 {
    margin: 40px 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-text .wp-block-image {
    margin: 20px 0;
  }
}
.page-doctor figure {
  display: block;
  width: 100%;
  max-width: 449px;
  text-align: center;
}
.page-doctor figure + .wp-block-group {
  width: 100%;
  max-width: 570px;
}
@media only screen and (max-width: 992px) {
  .page-doctor figure + .wp-block-group {
    max-width: 100%;
  }
}
.page-doctor .container {
  max-width: 960px;
}

.page-main .content > .wp-block-group,
.page-main .content > .wp-block-media-text {
  gap: 32px;
  margin-bottom: 24px;
}
.page-main .content > .wp-block-group:not(:first-child),
.page-main .content > .wp-block-media-text:not(:first-child) {
  margin-top: 24px;
}
.page-main h1.title {
  text-align: center;
}
.page-main h1.title + .content {
  padding-top: 100px;
}
.page-main h2.title {
  text-align: center;
}
.page-main h2.title + .content {
  padding-top: 100px;
}
.page-main .wp-block-group {
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width: 992px) {
  .page-main .wp-block-group {
    flex-direction: column;
    align-items: center;
  }
}
.page-main p {
  text-align: justify;
}
.page-main p + p {
  margin-top: 25px;
}
.page-main ul,
.page-main ol {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 25px;
}
.page-main ul li,
.page-main ol li {
  display: list-item;
}
.page-main ul li::marker,
.page-main ol li::marker {
  color: var(--red);
  text-align: left;
}
.page-main ul li + li,
.page-main ol li + li {
  margin-top: 8px;
}
.page-main ul + p,
.page-main ol + p {
  margin-top: 25px;
}
.page-main.post-page > h1 {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 960px;
}
.page-main.post-page .container {
  padding-top: 50px;
  max-width: 960px;
}
.page-main.post-page .content h2,
.page-main.post-page .content h3,
.page-main.post-page .content h4,
.page-main.post-page .content h5 {
  text-align: center;
}
.page-main.post-page .content h2 {
  margin: 50px 0;
  font-style: italic;
  font-weight: 400;
  font-size: 40px;
  line-height: 55px;
}
.page-main.post-page .content h3 {
  margin-top: 50px;
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
}
.page-main.post-page .content h4 {
  margin-top: 50px;
  margin-bottom: 24px;
}
.page-main.post-page .content > h2:first-child {
  margin-top: 0;
}
.page-main.post-page .content > figure {
  margin-top: 24px;
}
.page-main.post-page .content > figure:not(:last-child) {
  margin-bottom: 24px;
}
.page-main.post-page .content > figure.wp-block-image.size-large {
  width: 100%;
  max-width: 100%;
}
.page-main.post-page .content .wp-block-group {
  margin-bottom: 24px;
}
.page-main.post-page .content .wp-block-group.wp-block-group-is-layout-flex {
  gap: 30px;
}
.page-main.post-page .content .wp-block-group.wp-block-group-is-layout-flex > * {
  flex: 1;
}
.page-main.post-page .content .wp-block-columns + .wp-block-columns {
  margin-top: 48px;
}
.page-main.post-page .content .wp-block-columns + p,
.page-main.post-page .content p + .wp-block-columns {
  margin-top: 48px;
}
.page-main.post-page .content .aligncenter {
  text-align: center;
}
.page-main.post-page .content p + .wp-block-image {
  margin-top: 48px;
}
.page-main.post-page .content .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
  display: none;
}
.page-main.post-page .content figure figcaption {
  position: static;
  text-shadow: none;
  background: transparent;
  transition: none;
  font-family: var(--ff-main);
  font-size: var(--fs-global);
  font-weight: 400;
  line-height: 26px;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: var(--gradient);
  text-fill-color: var(--gradient);
  color: var(--gradient);
}
@media only screen and (max-width: 768px) {
  .page-main.post-page .content figure:has(iframe) {
    text-align: center;
  }
}
.page-main .text-banner {
  margin-bottom: 40px;
  text-align: center;
}
.page-main .text-banner * {
  font-style: italic;
  font-weight: 400;
  font-size: 40px;
  line-height: 55px;
  font-family: var(--ff-pd);
}
.page-main .text-banner span {
  color: #e11c1c !important;
}
.page-main.dark {
  background-color: #000;
}
.page-main.dark * {
  background: none;
  color: #fff !important;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: currentColor;
  text-fill-color: currentColor;
}
.page-main.dark .content a {
  color: #e11c1c !important;
}
.page-main.dark .content a:hover {
  text-decoration: underline;
}
.page-main.dark .content .has-black-background-color {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #fff !important;
}
.page-main.dark .content .has-black-background-color:hover {
  color: #000 !important;
  background-color: #fff !important;
  text-decoration: none;
}
.page-main.dark .text-banner {
  color: #fff !important;
}
.page-main.dark .btn:hover {
  background-color: #e11c1c;
}

.treatments-post h1 {
  display: none;
}
.treatments-post .h1 {
  text-align: center;
}
.treatments-post .container {
  display: flex;
  align-items: stretch;
  gap: 70px;
  max-width: 1440px !important;
}
.treatments-post .video-wrap {
  position: relative;
  width: 73%;
  max-width: 530px;
}
.treatments-post .video-wrap .video {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
}
.treatments-post .video-wrap .video iframe {
  aspect-ratio: 16/9;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .treatments-post .video-wrap .video {
    position: static;
    top: 0;
    transform: none;
  }
}
.treatments-post .content {
  width: 100%;
  max-width: 810px;
}
@media only screen and (max-width: 992px) {
  .treatments-post h1 {
    display: block;
    text-align: center;
  }
  .treatments-post .container {
    flex-direction: column;
  }
  .treatments-post .container .h1 {
    display: none;
  }
  .treatments-post .container .video-wrap {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    margin: 0 auto;
  }
  .treatments-post .container .content {
    max-width: 100%;
  }
}
.treatments-post .left-side {
  background-color: #000;
  padding-bottom: 60px;
  max-width: 530px;
  width: 100%;
}
.treatments-post .left-side .wrap {
  position: sticky;
  top: 100px;
}
.treatments-post .left-side * {
  background: none;
  color: #fff !important;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: currentColor;
  text-fill-color: currentColor;
}
.treatments-post .left-side .video,
.treatments-post .left-side .photo {
  aspect-ratio: 530/320;
  width: 100%;
}
.treatments-post .left-side .video iframe,
.treatments-post .left-side .photo iframe {
  aspect-ratio: 530/320;
  width: 100%;
}
.treatments-post .left-side .posts {
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.treatments-post .left-side .title {
  text-align: center;
  color: #e11c1c !important;
  margin-bottom: 60px;
}
.treatments-post .left-side a {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  justify-content: center;
}
.treatments-post .left-side a + a {
  margin-top: 60px;
}
.treatments-post .left-side a span {
  color: #fff;
  transition: var(--transition);
  padding-top: 11px;
}
.treatments-post .left-side a svg rect {
  transition: var(--transition);
}
.treatments-post .left-side a:hover span {
  color: var(--red) !important;
}
.treatments-post .left-side a:hover svg rect {
  fill: var(--red);
}
@media only screen and (max-width: 992px) {
  .treatments-post .left-side {
    max-width: 100%;
  }
}
