@charset "UTF-8";
@font-face {
  font-family: "Prompt";
  src: url("../fonts/Prompt-Light.woff2") format("woff2"), url("../fonts/Prompt-Light.woff") format("woff"), url("../fonts/Prompt-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Prompt";
  src: url("../fonts/Prompt-Regular.woff2") format("woff2"), url("../fonts/Prompt-Regular.woff") format("woff"), url("../fonts/Prompt-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Prompt";
  src: url("../fonts/Prompt-Medium.woff2") format("woff2"), url("../fonts/Prompt-Medium.woff") format("woff"), url("../fonts/Prompt-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Prompt";
  src: url("../fonts/Prompt-Bold.woff2") format("woff2"), url("../fonts/Prompt-Bold.woff") format("woff"), url("../fonts/Prompt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  --primary-dark: #1f2530;
  --primary-blue: #303744;
  --primary-grey: #4d545f;
  --primary-white: #fff;
  --primary-green: #67cc99;
  --blue-light: #7b9bee;
  --container-width: min(95%, 1824px);
  --scroll-padding-top: 80px;
  --header-height: 80px;
  scroll-padding-top: var(--scroll-padding-top);
}

body {
  min-height: 100vh;
  font-family: "Prompt", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: 0.0175rem;
  display: flex;
  flex-direction: column;
}
body .page-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background: var(--primary-dark);
  color: var(--primary-white);
}
body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1280px) {
  a[href^=tel] {
    cursor: default;
  }
}

h1 {
  font-size: 2.375rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.27;
  letter-spacing: 0.0475rem;
}

h2 {
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: 0.0375rem;
}

h3 {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.27;
}

h4 {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.33;
}

[data-aos=scale-up] {
  scale: 0.95;
  opacity: 1;
  transition-property: scale, opacity;
}
[data-aos=scale-up].aos-animate {
  scale: 1;
  opacity: 1;
}

[data-animation=custom-fade-in] {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
[data-animation=custom-fade-in].aos-animate {
  opacity: 1;
}

[data-aos=draw-svg] .logo-svg .hdiqzQKQ_0 {
  stroke-dasharray: 302 304;
  stroke-dashoffset: 303;
}
[data-aos=draw-svg] .logo-svg .hdiqzQKQ_1 {
  stroke-dasharray: 337 339;
  stroke-dashoffset: 338;
}
[data-aos=draw-svg] .logo-svg .hdiqzQKQ_2 {
  stroke-dasharray: 752 754;
  stroke-dashoffset: 753;
}
[data-aos=draw-svg] .logo-svg .hdiqzQKQ_3 {
  stroke-dasharray: 288 290;
  stroke-dashoffset: 289;
}
[data-aos=draw-svg] .logo-svg .hdiqzQKQ_4 {
  stroke-dasharray: 140 142;
  stroke-dashoffset: 141;
}
[data-aos=draw-svg].aos-animate .logo-svg .hdiqzQKQ_0 {
  animation: hdiqzQKQ_draw 2066ms linear 0ms forwards;
}
[data-aos=draw-svg].aos-animate .logo-svg .hdiqzQKQ_1 {
  animation: hdiqzQKQ_draw 2066ms linear 333ms forwards;
}
[data-aos=draw-svg].aos-animate .logo-svg .hdiqzQKQ_2 {
  animation: hdiqzQKQ_draw 2066ms linear 666ms forwards;
}
[data-aos=draw-svg].aos-animate .logo-svg .hdiqzQKQ_3 {
  animation: hdiqzQKQ_draw 2066ms linear 1000ms forwards;
}
[data-aos=draw-svg].aos-animate .logo-svg .hdiqzQKQ_4 {
  animation: hdiqzQKQ_draw 2066ms linear 1333ms forwards;
}

@keyframes hdiqzQKQ_draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes hdiqzQKQ_fade {
  0% {
    stroke-opacity: 1;
  }
  95.1219512195122% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}
.wp-block-image.is-style-rounded img {
  border-radius: 10px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: flex;
  pointer-events: none;
}
.preloader .inner {
  background-color: var(--primary-dark);
  flex-grow: 1;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preloader .inner .gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
}
.preloader .inner .logos {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: min(90%, 530px);
  position: relative;
}
.preloader .inner .logo {
  transform-origin: left top;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.preloader .inner .title-logo {
  visibility: hidden;
  max-width: 100%;
  height: auto;
}
.preloader.animate .logo {
  animation: logoScale 2s ease-in-out forwards;
}
.preloader.animate .title-logo {
  animation: showTitleLogo 1s ease-in-out 1s forwards;
}
.preloader.animated {
  animation: fadeOut 2.5s ease-in-out forwards;
}
@media screen and (max-width: 767px) {
  .preloader .inner .logos {
    padding-top: 122px;
    justify-content: center;
  }
}

@keyframes logoScale {
  from {
    scale: 1;
    translate: -50% -50%;
    top: 50%;
    left: 50%;
  }
  to {
    scale: 0.556;
    translate: 0% -35px;
    top: 0%;
    left: 0%;
  }
}
@media screen and (max-width: 767px) {
  @keyframes logoScale {
    from {
      scale: 1;
      translate: -50% -50%;
      top: 50%;
      left: 50%;
    }
    to {
      scale: 0.556;
      translate: -51px 0;
      top: 0%;
      left: 50%;
    }
  }
}
@keyframes showTitleLogo {
  from {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.button-link {
  --_theme-color: var(--theme-color, var(--primary-white));
  --_text-hover: var(--text-hover, var(--primary-dark));
  color: var(--primary-white);
  background-color: transparent;
  border-radius: 30px;
  font-size: 0.875rem;
  padding: 1em 1.428em;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: 0.02em;
  border: 1px solid var(--_theme-color);
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.35s ease-in-out;
}
.button-link.wide {
  min-width: 11.25rem;
  display: inline-flex;
  justify-content: center;
}
.button-link.wide.flex-start {
  justify-content: flex-start;
}
.button-link svg {
  margin-right: 6px;
}
.button-link svg path[fill] {
  fill: var(--_theme-color);
}
.button-link svg path[stroke] {
  stroke: var(--_theme-color);
}
.button-link:hover {
  background-color: var(--_theme-color);
  color: var(--_text-hover);
}
.button-link:hover svg path[fill] {
  fill: var(--primary-white);
}
.button-link:hover svg path[stroke] {
  stroke: var(--primary-white);
}
.button-link.green {
  --theme-color: var(--primary-green);
  --text-hover: var(--primary-white);
}
.button-link.blue {
  --theme-color: var(--blue-light);
  --text-hover: var(--primary-white);
}

.schedule-block {
  min-width: 360px;
}
.schedule-block-container {
  display: flex;
  flex-direction: column;
  gap: 0.438rem;
}
.schedule-block-container .item {
  display: flex;
  gap: 1.875rem;
}
.schedule-block-container .item .day {
  width: 100%;
  max-width: 99px;
  text-transform: capitalize;
}
.schedule-block-container .item .day.active::before {
  content: "•";
  display: inline-block;
}
.schedule-block-container .item .hours {
  display: flex;
  gap: 10px;
}

.banner-smile {
  width: min(100%, 1240px);
  margin: 0 auto;
  position: relative;
}
.banner-smile .placeholder {
  height: 244px;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .banner-smile .placeholder {
    display: none;
  }
}
.banner-smile .content {
  display: flex;
  justify-content: space-between;
  padding: 6.4516129032% 8.5483870968% 4.8387096774%;
  background-color: var(--primary-blue);
  border-radius: 10px;
  position: relative;
}
.banner-smile .content .content-item {
  flex: 1 1 30%;
}
.banner-smile .content .content-item--image {
  flex-basis: 36.9%;
}
.banner-smile .content .content-item:last-of-type {
  align-self: center;
  text-align: right;
}
.banner-smile .content .content-item h3 {
  margin-bottom: 20px;
}
.banner-smile .content .content-item p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.01rem;
  text-align: justify;
  max-width: 286px;
}
.banner-smile .content .image {
  position: absolute;
  width: 31.4516129032%;
  bottom: 0;
  left: 34.5%;
}
.banner-smile .content .image picture {
  position: absolute;
  width: 100%;
  aspect-ratio: 390/532;
  bottom: 0;
  display: flex;
}
.banner-smile .content .image picture img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .banner-smile .content {
    flex-direction: column;
    gap: 1.5rem;
    overflow: hidden;
  }
  .banner-smile .content .content-item {
    flex-basis: 100%;
  }
  .banner-smile .content .content-item--image {
    order: 1;
    translate: 0 4.8387096774%;
  }
  .banner-smile .content .content-item--image .image {
    position: static;
    width: 100%;
  }
  .banner-smile .content .content-item--image .image picture {
    position: static;
  }
}

.main-header {
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
}
.main-header:hover .wrapper, .main-header.scroll .wrapper {
  background-color: rgba(48, 55, 68, 0.8);
  border-color: rgba(48, 55, 68, 0.8);
}
.main-header .wrapper {
  display: flex;
  gap: 4rem;
  padding: 0 2.5rem 0 1.875rem;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 95%;
  border-radius: 0px 0px 10px 10px;
  border-right: 1px solid var(--primary-grey);
  border-bottom: 1px solid var(--primary-grey);
  border-left: 1px solid var(--primary-grey);
  position: relative;
  z-index: 100;
  min-height: 70px;
}
.main-header .wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  border-radius: 0px 0px 10px 10px;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
}
.main-header .wrapper .logo {
  width: 15.588%;
  min-width: 200px;
  display: inline-flex;
}
.main-header .wrapper .logo svg {
  width: 100%;
  height: auto;
}
.main-header .wrapper nav {
  width: 100%;
  max-width: 959px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.875rem;
  color: var(--primary-white);
}
.main-header .wrapper nav a:not(.button-link) {
  color: inherit;
  text-decoration: none;
}
.main-header .wrapper nav a:not(.button-link).phone {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.main-header .wrapper nav a:not(.button-link).phone svg {
  margin-right: 6px;
}
.main-header .wrapper nav a:not(.button-link).phone:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1279px) {
  .main-header .wrapper {
    gap: 2rem;
    font-size: 1rem;
  }
  .main-header .wrapper nav {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 100%;
    left: 0;
    top: 0;
    background-color: var(--primary-blue);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 4rem 1rem 1rem;
    display: none;
    z-index: 10;
    gap: 2rem;
    overflow: auto;
  }
  .main-header .wrapper nav.active {
    display: flex;
  }
  .main-header .wrapper nav .menu,
  .main-header .wrapper nav .sub-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    position: static;
  }
  .main-header .wrapper nav .menu > li,
  .main-header .wrapper nav .sub-menu > li {
    padding: 0;
    align-items: center;
    text-align: center;
  }
  .main-header .wrapper nav .menu > li:hover .sub-menu,
  .main-header .wrapper nav .sub-menu > li:hover .sub-menu {
    max-height: 100%;
    padding-top: 2rem;
  }
  .main-header .wrapper nav .sub-menu {
    visibility: visible;
    max-height: 0px;
    overflow: hidden;
    padding: 0;
    transition: all 0.35s ease-in-out;
  }
}

.sub-menu {
  background: var(--primary-blue);
  padding: 0.625rem 0.875rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.875rem;
  position: absolute;
  border-radius: 6px;
}
.sub-menu li {
  display: inline-block;
}

.menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.menu > li {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.menu > li.menu-item-has-children {
  padding: 30px 0;
}
@media screen and (max-width: 1279px) {
  .menu > li.menu-item-has-children a.menu-item.menu-item-has-children {
    pointer-events: none;
    touch-action: none;
  }
}
.menu > li a:not(.button-link).menu-item {
  position: relative;
}
.menu > li a:not(.button-link).menu-item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--primary-white);
}
.menu > li a:not(.button-link).menu-item:hover::before {
  width: 100%;
  transition: width 0.3s ease-in-out;
}
.menu > li .button-link {
  padding: 10px 16px;
}
.menu > li > div {
  display: flex;
  align-items: center;
  padding-right: 24px;
  position: relative;
}
.menu > li > div span {
  cursor: default;
}
.menu > li > div svg {
  transition: rotate 0.3s ease-in-out;
  position: absolute;
  right: 0;
}
.menu > li .sub-menu {
  visibility: hidden;
  opacity: 0;
  display: none;
  top: 100%;
  transform: translate(0, -15px);
  transition: all 0.3s ease-in-out;
  margin-top: -4px;
}
.menu > li:hover .sub-menu {
  display: flex;
  visibility: visible;
  opacity: 1;
  transform: translate(0, 6px);
}
.menu > li:hover > div svg {
  rotate: 180deg;
}

.menu-burger {
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 11;
  display: inline-block;
}
@media screen and (min-width: 1280px) {
  .menu-burger {
    display: none;
  }
}
.menu-burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #fff;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.menu-burger span:nth-child(even) {
  left: 50%;
  border-radius: 0 2px 2px 0;
}
.menu-burger span:nth-child(odd) {
  left: 0px;
  border-radius: 2px 0 0 2px;
}
.menu-burger span:nth-child(1),
.menu-burger span:nth-child(2) {
  top: 6px;
}
.menu-burger span:nth-child(3),
.menu-burger span:nth-child(4) {
  top: 15px;
}
.menu-burger span:nth-child(5),
.menu-burger span:nth-child(6) {
  top: 24px;
}
.menu-burger.active span:nth-child(1), .menu-burger.active span:nth-child(6) {
  transform: rotate(45deg);
}
.menu-burger.active span:nth-child(2), .menu-burger.active span:nth-child(5) {
  transform: rotate(-45deg);
}
.menu-burger.active span:nth-child(1) {
  left: 4px;
  top: 7px;
}
.menu-burger.active span:nth-child(2) {
  left: 50%;
  top: 7px;
}
.menu-burger.active span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.menu-burger.active span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.menu-burger.active span:nth-child(5) {
  left: 4px;
  top: 17px;
}
.menu-burger.active span:nth-child(6) {
  left: 50%;
  top: 17px;
}

.footer-main {
  margin-top: auto;
}
.footer-main .container {
  display: flex;
  flex-direction: column;
  width: min(90%, 77.5rem);
  margin: 0 auto;
  padding: 1.375rem 0;
  padding-top: 1.875rem;
  gap: 5.313rem;
}
.footer-main .container .top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem 6rem;
}
.footer-main .container .col-left {
  flex-shrink: 1;
}
.footer-main .container .col-right {
  flex: 1 0 60%;
}
.footer-main .container .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.438rem;
}
.footer-main .container .logo-container .logo {
  max-width: 100%;
}
.footer-main .container .logo-container .logo svg {
  width: 100%;
  height: auto;
}
.footer-main .container .info-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .footer-main .container .info-container {
    flex-direction: column;
    gap: 1.5rem;
  }
  .footer-main .container .info-container a,
  .footer-main .container .info-container p {
    text-align: center;
  }
}
.footer-main .container .info-container a:hover {
  font-weight: 500;
  text-decoration: underline;
}
.footer-main .container .links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.footer-main .container .links a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}
.footer-main .container .footer-menu {
  width: min(100%, 710px);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 110px;
  list-style-type: none;
  gap: 0.625rem 2rem;
  font-weight: 300;
  line-height: 1.42;
  letter-spacing: -0.01em;
  margin-left: auto;
}
.footer-main .container .footer-menu a {
  position: relative;
}
.footer-main .container .footer-menu a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--primary-white);
  transition: width 0.3s ease-in-out;
}
.footer-main .container .footer-menu a:hover::before {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .footer-main .container .top-row {
    flex-direction: column;
  }
  .footer-main .container .col-left,
  .footer-main .container .col-right {
    width: 100%;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .footer-main .container .footer-menu {
    margin: 0 auto;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-main .container .footer-menu li {
    text-align: center;
  }
  .footer-main .container .links {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-main .container .footer-menu {
    grid-template-columns: 1fr;
  }
}

.page-404 {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-404 .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
