.breadcrumbs {
  display: flex;
  align-items: center;
  max-width: 100%;
  overflow: auto;
  padding-bottom: 10px;
  margin-bottom: -10px;
  font-family: "Onest";
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.444;
  gap: 1em;
}
.breadcrumbs-container {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem 1.875rem;
  max-width: 100%;
}
.breadcrumbs-container .return {
  display: inline-flex;
}
.breadcrumbs-container .return:hover svg path {
  stroke: var(--primary-white);
}
.breadcrumbs-item {
  white-space: nowrap;
  color: var(--darkblue-color);
}
.breadcrumbs-item:not([href]) {
  cursor: default;
}
.breadcrumbs-item.current {
  color: var(--main-color);
}
.breadcrumbs .separator {
  cursor: default;
}

.content-page-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 2;
  background-size: cover;
  background-position: center right;
  color: var(--white-color);
  margin-bottom: 2.5rem;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  background: #fff;
}
.content-page-header .title-inner {
  display: flex;
  gap: 12px;
}
.content-page-header .decor {
  position: absolute;
  z-index: -1;
  width: auto;
}
.content-page-header .decor-left {
  left: 0;
  top: 13px;
  height: 74%;
}
.content-page-header .decor-right {
  bottom: 0;
  right: 24px;
  height: 101%;
  translate: 0 25%;
}
.content-page-header .inner {
  padding: 60px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 160px);
  z-index: 1;
}
.content-page-header .title-icon {
  width: 40px;
  height: 40px;
}
.content-page-header .title-icon img {
  width: 100%;
  height: 100%;
}
.content-page-header .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: min(1170px, 100%);
}
.content-page-header .breadcrumbs-container {
  width: -moz-max-content;
  width: max-content;
}
.content-page-header h1 {
  color: #26333C;
  font-family: Montserrat;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px; /* 122.727% */
  letter-spacing: 0.44px;
}
@media screen and (max-width: 1024px) {
  .content-page-header h1 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 1024px) {
  .content-page-header {
    padding-top: 0;
  }
  .content-page-header .inner {
    width: 100%;
    padding: 40px 15px;
  }
  .content-page-header h1 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .content-page-header {
    margin-bottom: 2.5rem;
  }
}

.content-page-footer {
  padding: 4.375rem 0 1.875rem;
}
.content-page-footer .inner {
  width: var(--container-width-sm);
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
}
.content-page-footer .return-block {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .content-page-footer .inner {
    flex-direction: column;
  }
}

.schedule-block {
  width: 100%;
}
.schedule-block .schedule {
  position: relative;
  color: var(--white-color);
}
.schedule-block .schedule .schedule-time {
  display: flex;
  overflow-x: auto;
  padding-bottom: 5px;
}
.schedule-block .schedule .schedule-time .item {
  display: flex;
  width: 100%;
  flex-direction: column;
  min-width: 138px;
}
.schedule-block .schedule .schedule-time .item .day {
  text-transform: capitalize;
  border-bottom: 1px solid #e4e7ed;
  padding-bottom: 7px;
  margin-bottom: 7px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: "Onest";
}
.schedule-block .schedule .schedule-time .item .hours {
  display: flex;
  flex-direction: column;
  font-family: "Onest";
}
.schedule-block .schedule .schedule-time .item.active .day {
  border-color: var(--darkblue-color);
}
@media screen and (max-width: 767px) {
  .schedule-block {
    font-size: 0.875rem;
  }
}

.main-header {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .main-header:has(~ .single-page.module) {
    margin-bottom: 2.313rem;
  }
}

.single-page {
  z-index: 1;
}
.single-page[class=single-page] .content-page-footer .inner .return-block {
  justify-content: center;
}
.single-page > .inner {
  position: relative;
}
.single-page > .inner > .logo {
  position: absolute;
  top: 61px;
  left: 80px;
  max-width: 20%;
  height: auto;
}
.single-page :where(.content-wrapper) {
  margin: 0 auto;
  padding-top: 2.5rem;
  position: relative;
  z-index: 1;
}
.single-page :where(.content-wrapper) > *:not(.gutenberg) {
  max-width: var(--container-width-sm);
  margin-inline: auto;
}
.single-page :where(.content-wrapper) p + p {
  margin-top: 1.7em;
}
.single-page :where(.content-wrapper) p:not(:where(.has-text-align-left,
.has-text-align-right,
.has-text-align-center)) {
  text-align: justify;
}
.single-page :where(.content-wrapper) ul,
.single-page :where(.content-wrapper) ol {
  padding-left: 23px;
}
.single-page :where(.content-wrapper) ul li,
.single-page :where(.content-wrapper) ol li {
  margin-top: 0.7em;
}
.single-page :where(.content-wrapper) ul li :first-child,
.single-page :where(.content-wrapper) ol li :first-child {
  margin-top: 0;
}
.single-page :where(.content-wrapper) ul li::marker,
.single-page :where(.content-wrapper) ol li::marker {
  color: var(--primary-color);
}
.single-page :where(.content-wrapper) h2,
.single-page :where(.content-wrapper) h3,
.single-page :where(.content-wrapper) h4 {
  margin-block: 0 20px;
}
.single-page :where(.content-wrapper) h3 {
  margin-top: 50px;
}
.single-page :where(.content-wrapper) h4 {
  margin-top: 50px;
}
.single-page :where(.content-wrapper) :is(.wp-block-image, .wp-block-gallery) + h4 {
  margin-top: 0;
}
.single-page :where(.content-wrapper) :where(a[class=""]) {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 28px;
}
.single-page :where(.content-wrapper) :where(a[class=""]):hover {
  text-decoration: underline;
}
.single-page :where(.content-wrapper) .wp-block-separator {
  margin: 30px auto;
  color: var(--primary-text);
  border-width: 1px;
}
.single-page.reviews .reviews-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
  margin-block: 56px;
}
.single-page.module .content-page-header {
  background: none;
  background: #fff;
}
.single-page.module .content-page-header .breadcrumbs-item.current {
  color: var(--main-color);
}
.single-page.module .content-page-header + .gutenberg > .container,
.single-page.module .content-page-header + .gutenberg {
  margin-top: 0;
}
.single-page.module > .layer {
  background: linear-gradient(198deg, #eef4ef 21.36%, #fff 47.14%);
  height: 535px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow-x: clip;
  display: none;
}
.single-page.module > .layer .blur {
  position: absolute;
  right: 0;
  top: 0;
  filter: blur(175px);
  translate: 21.6% -35.12%;
  z-index: -1;
  color: var(--main-color);
  width: 427px;
  height: auto;
  opacity: 0.73;
}
.single-page.module > .layer .blur-2 {
  width: 279px;
  height: auto;
  color: var(--secondary-color);
  position: absolute;
  filter: blur(100px);
  z-index: -1;
  left: 55px;
  top: var(--header-height);
  opacity: 0.73;
}
.single-page.module > .layer .new-icon {
  opacity: 0.3;
}
.single-page.module > .layer .icon-left {
  position: absolute;
  left: 0;
  top: 85px;
  color: var(--white-color);
  width: 160px;
  height: auto;
  rotate: 135deg;
  translate: -12.5% 0;
  opacity: 0.9;
}
.single-page.module > .layer .icon-right {
  position: absolute;
  right: 0;
  top: 60%;
  color: var(--white-color);
  width: 338px;
  height: auto;
  translate: 20% 0;
}
@media screen and (max-width: 1024px) {
  .single-page > .inner > .logo {
    display: none;
  }
  .single-page > .inner::after, .single-page > .inner::before {
    width: 3.5%;
  }
  .single-page.cabinet-page .content-page-footer {
    margin-top: 0px;
  }
  .single-page :where(.content-wrapper) h2 {
    font-size: 1.75rem;
  }
  .single-page :where(.content-wrapper) h3 {
    font-size: 1.625rem;
  }
  .single-page :where(.content-wrapper) h4 {
    font-size: 1.125rem;
  }
  .single-page :where(.content-wrapper) .wp-block-image {
    margin-block: 2.188rem;
  }
}
@media screen and (max-width: 767px) {
  .single-page {
    --container-width: calc(100% - 30px) !important;
  }
  .single-page .content-wrapper {
    padding-top: 0;
  }
  .single-page .content-page-footer {
    padding: 3.125rem 0;
  }
  .single-page :where(.content-wrapper) p {
    text-align: left;
  }
  .single-page :where(.content-wrapper) ul {
    padding-left: 16px;
  }
  .single-page.reviews .reviews-container {
    grid-template-columns: 1fr;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
