@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
* after {
  box-sizing: border-box;
}

:focus,
active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-edjust: 100%;
  -moz-text-size-edjust: 100%;
  -webkit-text-size-edjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

nav li {
  list-style: none;
}

img {
  vertical-align: top;
  user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

.wrapper {
  overflow: hidden;
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 0.9vw;
  font-weight: 500;
  color: #111;
  background: white;
  line-height: 130%;
}

.container {
  width: 90vw;
  margin: 0 auto;
}

.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5vw 0;
  border-bottom: 1px solid #DEDEDE;
}

ul.header__media {
  display: flex;
  align-items: center;
  gap: 1vw;
}

ul.header__top_menu {
  display: flex;
  align-items: center;
  gap: 0.5vw;
}

ul.header__top_menu li a {
  padding: 0.5vw;
  color: #111111;
  transition: 0.25s ease;
}

.header__top_left {
  display: flex;
  align-items: center;
  gap: 10.5vw;
}

.header__top_right a {
  display: flex;
  align-items: center;
  gap: 0.625vw;
}

.header__top_left img {
  width: 1.5vw;
  height: 1.5vw;
}

.header__top_right a span {
  color: #111;
}

.header__bot {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.85vw;
  padding: 0.9vw 0;
  position: relative;
}

.page__button {
  background: rgba(107, 143, 113, 1);
  padding: 1vw;
  border-radius: 35px;
  color: white;
  font-weight: 500;
  font-size: 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.325vw;
  transition: 0.25s ease;
  overflow: hidden;
  position: relative;
  user-select: none;
  border: none;
  font-family: "Montserrat", sans-serif;
}

.page__button::before {
  content: '';
  position: absolute;
  top: -1vw;
  left: -10vw;
  width: 0.5vw;
  height: 180%;
  background: white;
  opacity: 0.15;
  border-radius: 50%;
  transform: rotate(45deg);
  box-shadow: 0px 0px 5px white;
  animation: button_animation 6s infinite linear;
}

@keyframes button_animation {
  0% {
    left: -10vw;
    /* старт слева */
  }

  16.6% {
    left: 20vw;
    /* за 1 сек. пробежал вправо */
  }

  50% {
    left: 20vw;
    /* пауза 2 сек. справа */
  }

  66.6% {
    left: -10vw;
    /* за 1 сек. вернулся влево */
  }

  100% {
    left: -10vw;
    /* пауза 2 сек. слева */
  }
}


.page__button img,
.page__button svg {
  width: 1.5vw;
  height: 1.5vw;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.hero__buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75vw;
}

.header__logo {
  width: 15.3vw;
  height: 4.8vw;
}

.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

nav.header__menu {
  display: flex;
  align-items: center;
  gap: 0.25vw;
}

.header__menu_item {
  padding: 0.35vw;
}

.header__menu_item a {
  color: #111;
  transition: 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav.header__menu > .header__menu_item > a {
  font-size: 0.86vw;
  line-height: 120%;
  white-space: nowrap;
}

.header__tel {
  display: flex;
  flex-direction: column;
  gap: 0.2vw;
  align-items: end;
}

.header__tel p {
  font-size: 0.75vw;
  font-weight: 600;
}

.header__tel a img {
  width: 1.5vw;
  height: 1.5vw;
}

.header__tel a span {
  font-size: 1vw;
  font-weight: 700;
  color: #111;
  line-height: 120%;
  white-space: nowrap;
}

.header__tel a {
  display: flex;
  align-items: center;
  gap: 0.4vw;
}

.header__tel button {
  background: transparent;
  font-size: 0.75vw;
  font-weight: 600;
  color: rgba(107, 143, 113, 1);
  white-space: nowrap;
}

.header__search-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35vw;
  height: 2.35vw;
  flex: 0 0 2.35vw;
  border: 1px solid #E5ECE5;
  border-radius: 50%;
  background: #F9FBF9;
  color: #6B8F71;
  transition: 0.25s ease;
}

.header__search-toggle:hover,
.header__search-toggle.is-active {
  background: #6B8F71;
  border-color: #6B8F71;
  color: #fff;
}

.header__search-toggle svg {
  width: 1vw;
  height: 1vw;
}

.header__search-toggle--mobile {
  display: none;
}

.header-search {
  position: absolute;
  top: calc(100% + 0.55vw);
  right: 0;
  width: min(35vw, 520px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.4vw);
  transition: 0.25s ease;
  z-index: 30;
}

.header-search.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-search__form {
  display: flex;
  align-items: center;
  gap: 0.6vw;
  min-height: 3.6vw;
  padding: 0.35vw 0.45vw 0.35vw 1vw;
  border: 1px solid #E5ECE5;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0.75vw 2vw rgba(17, 17, 17, 0.08);
}

.header-search__icon {
  width: 1.2vw;
  height: 1.2vw;
  flex: 0 0 1.2vw;
  color: #6B8F71;
}

.header-search__input {
  min-width: 0;
  flex: 1;
  color: #111;
  background: transparent;
  font-size: 0.9vw;
  line-height: 130%;
}

.header-search__input::placeholder {
  color: #8A918A;
}

.header-search__submit {
  height: 2.7vw;
  padding: 0 1.1vw;
  border-radius: 999px;
  background: #6B8F71;
  color: #fff;
  font-size: 0.85vw;
  font-weight: 600;
}

.header-search__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4vw;
  height: 2.4vw;
  flex: 0 0 2.4vw;
  border-radius: 50%;
  background: #F1F5F1;
  color: #6B8F71;
}

.header-search__close svg {
  width: 1vw;
  height: 1vw;
}

.header-search__dropdown {
  display: none;
  margin-top: 0.55vw;
  padding: 0.45vw;
  border: 1px solid #E5ECE5;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 0.75vw 2vw rgba(17, 17, 17, 0.08);
  max-height: 27vw;
  overflow-y: auto;
}

.header-search__dropdown.is-visible {
  display: block;
}

.header-search__result {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.9vw;
  padding: 0.75vw;
  border-radius: 12px;
  color: #111;
  transition: 0.2s ease;
}

.header-search__result:hover,
.header-search__result:focus {
  background: #F4F8F4;
}

.header-search__result + .header-search__result {
  margin-top: 0.2vw;
}

.header-search__result-main {
  min-width: 0;
}

.header-search__result-top {
  display: flex;
  align-items: center;
  gap: 0.45vw;
  margin-bottom: 0.25vw;
}

.header-search__result-type {
  display: inline-flex;
  align-items: center;
  min-height: 1.35vw;
  padding: 0 0.45vw;
  border-radius: 999px;
  background: #EAF1EA;
  color: #4F6B55;
  font-size: 0.68vw;
  font-weight: 700;
}

.header-search__result-title {
  color: #111;
  font-size: 0.9vw;
  font-weight: 700;
  line-height: 130%;
}

.header-search__result-excerpt {
  color: #616161;
  font-size: 0.76vw;
  line-height: 140%;
}

.header-search__price {
  white-space: nowrap;
  padding: 0.35vw 0.55vw;
  border-radius: 999px;
  background: #6B8F71;
  color: #fff;
  font-size: 0.76vw;
  font-weight: 700;
  line-height: 120%;
}

.header-search__message {
  padding: 0.9vw;
  color: #616161;
  font-size: 0.85vw;
  line-height: 140%;
}

.search-page {
  padding: 2.4vw 0 6vw;
}

.search-page__inner {
  padding: 2.6vw;
  border: 1px solid #E5ECE5;
  border-radius: 36px;
  background: #F9FBF9;
}

.search-page__head {
  max-width: 48vw;
  margin-bottom: 2vw;
}

.search-page__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6vw;
  margin-bottom: 1.2vw;
}

.search-page__breadcrumbs a,
.search-page__breadcrumbs span {
  display: inline-flex;
  align-items: center;
  min-height: 2vw;
  padding: 0 1vw;
  border-radius: 999px;
  background: #EAF1EA;
  color: #607365;
  font-size: 0.82vw;
  line-height: 120%;
}

.search-page__title {
  margin-bottom: 0.9vw;
  color: #111;
  font-size: 2.6vw;
  font-weight: 600;
  line-height: 105%;
}

.search-page__summary {
  margin-bottom: 1.4vw;
  color: #4B4B4B;
  font-size: 1.05vw;
  line-height: 140%;
}

.search-page__form {
  display: flex;
  align-items: center;
  gap: 0.6vw;
  max-width: 36vw;
  min-height: 3.6vw;
  padding: 0.35vw 0.45vw 0.35vw 1.1vw;
  border: 1px solid #E5ECE5;
  border-radius: 999px;
  background: #fff;
}

.search-page__input {
  min-width: 0;
  flex: 1;
  color: #111;
  background: transparent;
  font-size: 0.95vw;
  line-height: 130%;
}

.search-page__input::placeholder {
  color: #8A918A;
}

.search-page__submit {
  height: 2.75vw;
  padding: 0 1.35vw;
  border-radius: 999px;
  background: #6B8F71;
  color: #fff;
  font-size: 0.9vw;
  font-weight: 600;
}

.search-page__results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1vw;
}

.search-page__card {
  display: flex;
  min-height: 13vw;
  flex-direction: column;
  padding: 1.35vw;
  border: 1px solid #E5ECE5;
  border-radius: 18px;
  background: #fff;
}

.search-page__card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8vw;
  margin-bottom: 0.9vw;
}

.search-page__type,
.search-page__price {
  display: inline-flex;
  align-items: center;
  min-height: 1.6vw;
  padding: 0 0.65vw;
  border-radius: 999px;
  font-size: 0.75vw;
  font-weight: 700;
  line-height: 120%;
}

.search-page__type {
  background: #EAF1EA;
  color: #4F6B55;
}

.search-page__price {
  background: #6B8F71;
  color: #fff;
  white-space: nowrap;
}

.search-page__card-title {
  margin-bottom: 0.65vw;
  color: #111;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 120%;
}

.search-page__card-title a {
  color: inherit;
}

.search-page__excerpt {
  color: #616161;
  font-size: 0.9vw;
  line-height: 145%;
}

.search-page__link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  padding-top: 1.1vw;
  color: #6B8F71;
  font-size: 0.9vw;
  font-weight: 700;
}

.search-page__empty {
  max-width: 40vw;
  padding: 1.4vw;
  border: 1px solid #E5ECE5;
  border-radius: 18px;
  background: #fff;
}

.search-page__empty h2 {
  margin-bottom: 0.5vw;
  color: #111;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 120%;
}

.search-page__empty p {
  color: #616161;
  font-size: 0.95vw;
  line-height: 145%;
}

.search-page .navigation.pagination {
  margin-top: 1.4vw;
}

.search-page .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5vw;
}

.search-page .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.2vw;
  min-height: 2.2vw;
  padding: 0 0.75vw;
  border-radius: 999px;
  background: #fff;
  color: #4F6B55;
  font-size: 0.85vw;
  font-weight: 700;
}

.search-page .page-numbers.current {
  background: #6B8F71;
  color: #fff;
}

header.header {
  background: white;
}

.title {
  font-size: 2.6vw;
  font-weight: 600;
  margin-bottom: 1.5vw;
  line-height: 100%;
}

section.hero {
  margin-bottom: 1.25vw;
  background: #f8fbf9;
  /* padding: 2.5vw 0; */
}

.hero__row {
  display: flex;
  gap: 2.5vw;
  align-items: center;
  justify-content: space-between;
}

.hero__content {
  max-width: 38vw;
}

.hero__label {
  font-size: 1.2vw;
  line-height: 140%;
  color: rgba(79, 107, 85, 1);
  margin-bottom: 1.25vw;
}

.hero__title {
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 115%;
  color: #111;
  margin-bottom: 1.5vw;
}

.hero__text {
  font-size: 0.95vw;
  line-height: 150%;
  color: #4f4f4f;
  margin-bottom: 2vw;
  max-width: 34vw;
}

.hero__visual {
  position: relative;
  width: 37.7vw;
  height: 36vw;
  border-radius: 40px;
  overflow: hidden;
}


.hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__image--home {
  object-position: center;
}

.hero__image--rustam,
.founder__image--rustam {
  object-position: center 18%;
}

.hero__image--psychologist {
  object-fit: contain;
  object-position: center bottom;
  background: #f1f6f2;
}

.hero__badges {
  position: absolute;
  top: 1.15vw;
  left: 1.1vw;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 0.42vw;
  max-width: 24vw;
}

.hero__badge {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  padding: 0.34vw 0.68vw;
  background: #fff;
  border-radius: 999px;
  font-size: 0.82vw;
  font-weight: 600;
  line-height: 120%;
  color: #4F6B55;
  box-shadow: none;
}

.hero--about {
  background: transparent;
  padding: 2.5vw 0;
}

.hero--about .hero__row {
  align-items: stretch;
  gap: 0;
  padding: 2.5vw;
  background: #F9FBF9;
  border: 1px solid #E5ECE5;
  border-radius: 40px;
  gap: 2.5vw;
}

.hero--about .hero__content {
  display: flex;
  flex-direction: column;
  max-width: none;
  padding: 2vw 2.5vw;
  padding: 0;
}

.hero--about .hero__text {
  max-width: 30vw;
}

.hero--about-textonly .hero__row {
  width: fit-content;
  max-width: 62vw;
}

.hero--about-textonly .hero__content {
  width: 100%;
}

.hero--about-textonly .hero__text {
  max-width: 42vw;
}

.hero--about .hero__visual {
  width: 42vw;
  height: 26vw;
  border-radius: 40px;
  min-width: 42vw;
}

.burger {
  display: none;
}

section.hero-bot {
  margin-bottom: 7.5vw;
}

.hero-bot__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5vw;
}

.hero-bot__item {
  display: flex;
  align-items: center;
  gap: 1vw;
  padding: 1.5vw 2.3vw 1.5vw 1.25vw;
  background: rgb(249, 251, 249);
  border: 1px solid rgb(229, 236, 229);
  border-radius: 30px;
  overflow: hidden;
}

.hero-bot__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4vw;
  height: 4vw;
  min-width: 4vw;
  background: white;
  border-radius: 50%;
  overflow: hidden;
}

.hero-bot__icon img {
  width: 2vw;
  height: 2vw;
  object-fit: contain;
}

.hero-bot__item p {
  font-weight: 500;
  line-height: 1.4;
}

.hero__buttons .page__button {
  padding: 1vw 1.5vw;
}

.hero__cats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.25vw;
}



.hero__cats_item {
  overflow: hidden;
  height: 21.4vw;
  border-radius: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.hero__cats_item>img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero__cats_item_bot {
  position: relative;
  z-index: 2;
  display: flex;
  padding: 1.875vw;
  gap: 3.5vw;
  align-items: center;
}

.hero__cats_item_title {
  font-size: 1.4vw;
  color: white;
  font-weight: 600;
  line-height: 120%;
}

.hero__cats_item_arrow svg {
  width: 1.5vw;
  height: 1.5vw;
}

.hero__cats_item_arrow {
  width: 2.75vw;
  height: 2.75vw;
  border-radius: 50%;
  background: white;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75vw;
}

.hero__cats_item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(rgba(17, 17, 17, 0), #343434);
  display: none;
}

.page__title.center {
  text-align: center;
}

.page__title {
  font-size: 2vw;
  font-weight: 600;
  margin-bottom: 1vw;
  line-height: 110%;
}

h1.page__title {
  font-size: 2.5vw;
}

.rooms__subtitle {
  text-align: center;
  margin-bottom: 2.5vw;
}

.rooms__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.5vw;
}

.rooms__item {
  background: white;
  width: 100%;
  max-width: 100%;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.rooms__item_slider {
  width: 100%;
  max-width: 100%;
  height: 14.6vw;
  background: black;
}

.rooms__item_slider .swiper-wrapper {
  /* display: none; */
}

.page__subtitle {
  font-size: 1.25vw;
  font-weight: 600;
  color: #111;
}

.rooms__item_content {
  padding: 1.5vw;
  display: flex;
  flex-direction: column;
  gap: 1.1vw;
}

.rooms__count {
  display: flex;
  align-items: center;
  gap: 0.625vw;
}

.rooms__count img {
  width: 1.5vw;
  height: 1.5vw;
}

.rooms__item_bottom {
  padding: 1.5vw;
  padding-top: 1vw;
  border-top: 1px solid #DEDEDE;
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
  margin-top: auto;
}

.rooms__item_price {
  text-align: center;
  font-size: 1.1vw;
  color: #6b8f71;
  font-weight: 600;
  margin-bottom: 0.625vw;
}

.rooms__item_bottom button {
  width: 100%;
  text-align: center;
}

.page__button.white__button {
  background: rgba(229, 236, 229, 1);
  color: rgba(79, 107, 85, 1);
  border: none;
}

ul.rooms__checklist {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  line-height: 130%;
}

.rooms {
  margin-bottom: 5vw;
}

.services__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25vw;
}

.services__item {
  height: 17.5vw;
  position: relative;
  background: white;
  overflow: hidden;
  border-radius: 16px;
  padding: 1.5vw;
  padding-top: 3.5vw;
}

.services__item>img {
  width: 19.5vw;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  right: -2vw;
  z-index: 1;
}

.services__item_left {
  position: relative;
  z-index: 2;
  padding: 0;
  max-width: 18vw;
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
}

.services__item .page__button {
  width: -moz-max-content;
  width: max-content;
  padding: 1vw 2vw;
  margin-top: auto;
}

.services__item_title {
  margin-bottom: 0.75vw;
}

section.services {
  margin-bottom: 7.5vw;
}

.services__subtitle {
  margin-bottom: 2.5vw;
  width: 40vw;
  line-height: 130%;
}

.whyus__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5vw;
  margin-bottom: 2.5vw;
}

.whyus__item {
  width: 26vw;
  box-sizing: border-box;
  height: 15.6vw;
  background: white;
  padding: 0 1.9vw;
  padding-right: 1.5vw;
  padding-top: 3.1vw;
  padding-bottom: 3vw;
  display: flex;
  gap: 2.7vw;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.whyus__icon {
  width: 2.7vw;
  height: 2.7vw;
  min-width: 2.7vw;
}

.whyus__icon img {
  width: 2.375vw;
  height: 2.375vw;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.whyus__number {
  position: absolute;
  bottom: 0;
  left: 0.75vw;
  font-size: 5.6vw;
  font-weight: 400;
  color: #EAEAEA;
  user-select: none;
}

.whyus__content {
  display: flex;
  flex-direction: column;
  gap: 0.75vw;
}

.whyus .page__title {
  margin-bottom: 2.5vw;
  text-align: center;
}

section.whyus {
  margin-bottom: 7.5vw;
}

.whyus__buttons .hero__buttons {
  flex-direction: column;
}

.whyus--home .page__title {
  text-align: left;
  margin-bottom: 1.25vw;
}

.whyus--home .whyus__subtitle {
  text-align: left;
  max-width: 42vw;
  margin: 0 0 2.5vw;
  line-height: 150%;
  color: #4f4f4f;
}

.whyus--home .whyus__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.25vw;
  justify-content: stretch;
}

.whyus--home .whyus__item:nth-child(-n+3) {
  grid-column: span 2;
}

.whyus--home .whyus__item:nth-child(n+4) {
  grid-column: span 3;
}

.whyus--home .whyus__item {
  width: auto;
  height: auto;
  background: #F9FBF9;
  border: 1px solid #E5ECE5;
  padding: 1.875vw;
  align-items: flex-start;
  gap: 1.25vw;
}

.whyus--home .whyus__icon {
  width: 3.625vw;
  height: 3.625vw;
  min-width: 3.625vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: white;
}

.whyus--home .whyus__content {
  gap: 0.6vw;
}

.whyus--home .whyus__text {
  line-height: 150%;
  color: #4f4f4f;
}

.whyus--home .whyus__buttons .hero__buttons {
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.whyus__buttons.mt-2 {
  margin-top: 2vw;
}

.team__item_image {
  height: 19.5vw;
  display: block;
  overflow: hidden;
  margin-bottom: 1.25vw;
  width: 100%;
}

section.team {
  margin-bottom: 5vw;
}

.team__item {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1.6vw;
}

.team__item_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: top;
}

.team__item_title {
  text-align: center;
  padding-bottom: 0.625vw;
  margin-bottom: 0.625vw;
  position: relative;
  padding: 0 1.5vw;
  padding-bottom: 0.625vw;
}

.team__slider {
  margin-bottom: 1.75vw;
  overflow: visible;
}

.team__slider_bottom .page__button {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.team__item_title::before {
  content: "";
  background: #DEDEDE;
  width: 12.5vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  transform: translate(-50%, 0px);
}

.team__item_text {
  margin-bottom: 1.25vw;
  text-align: center;
  padding: 0 1.5vw;
}

section.team .page__title {
  margin-bottom: 2.5vw;
}

section.consult {
  margin-bottom: 7.5vw;
}

.consult__inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: stretch;
  gap: 2vw;
  padding: 2.5vw;
  background: rgba(107, 143, 113, 1);
  border-radius: 40px;
  overflow: hidden;
}

.consult__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.5vw;
}

.consult__form {
  margin-top: auto;
}

.consult__title {
  max-width: 34vw;
  margin-bottom: 1.25vw;
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}

.consult__text {
  max-width: 34vw;
  margin-bottom: 2vw;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5;
  color: #E5EDE6;
}

.consult__form_top {
  display: grid;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0.75vw;
  margin-bottom: 0.75vw;
  grid-template-columns: 1fr 1fr 1fr;
}

.consult__form_top label {
  flex: 1 1 10vw;
  min-width: 10vw;
}

.consult__form input[type="text"],
.consult__form input[type="tel"] {
  width: 100%;
  padding: 0.8vw 0.625vw;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.9vw;
  color: #fff;
  box-shadow: none;
}

.consult__form input[type="text"]::placeholder,
.consult__form input[type="tel"]::placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.consult__submit {
  flex: 0 0 auto;
  padding: 0.8vw 1.5vw;
  border: none;
  border-radius: 12px;
  background: #fff;
  font-size: 0.9vw;
  font-weight: 600;
  line-height: 1.2;
  color: rgba(79, 107, 85, 1);
  cursor: pointer;
  transition: 0.25s ease;
}

.consult .consult__form_policy {
  font-size: 0.75vw;
  line-height: 1.45;
  color: rgb(255, 255, 255);
}

.consult .consult__form_policy span {
  white-space: nowrap;
}

.consult .consult__form_policy label {
  display: flex;
  align-items: center;
  gap: 0.6vw;
  cursor: pointer;
}

.consult .consult__form_policy input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
  width: 1vw;
  height: 1vw;
  min-width: 1vw;
  margin: 0;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
}

.consult .consult__form_policy input[type="checkbox"]:checked {
  background-color: rgb(255, 255, 255);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6.5L4.8 9.2L10 3' stroke='%234F6B55' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}

.consult .consult__form_policy a {
  color: inherit;
  text-decoration: none;
}

.consult__image {
  border-radius: 40px;
  overflow: hidden;
  width: 33.1vw;
  height: 31.5vw;
}

.consult__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

section.consult>img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  right: 0;
}

.consult__left {
  padding-top: 2.6vw;
}

.consult .page__title {
  width: 30vw;
}

.consult__form button[type=submit] {
  height: 100%;
}

section.reviews {
  margin-bottom: 7.5vw;
}

.reviews__item {
  background: #F9FBF9;
  padding: 1.875vw;
  border-radius: 30px;
  height: 100%;
}

.reviews__item_title {
  margin-bottom: 1vw;
  display: flex;
  align-items: center;
  font-weight: 700;
  gap: 0.625vw;
  font-size: 1.1vw;
  max-width: max-content;
  background: white;
  padding: 0.375vw 0.625vw;
  border-radius: 40px;
}

.reviews__item_title img {
  width: 1.8vw;
  height: 1.8vw;
}

.reviews__more .page__button {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.about__row {
  display: flex;
  gap: 8.5vw;
  align-items: center;
}

.about__left {
  width: 26.3vw;
  height: 22.3vw;
  overflow: hidden;
  border-radius: 16px;
  min-width: 26.3vw;
}

.about__left img {
  width: 100%;
  height: 100%;
}

section.wehelp {
  margin-bottom: 7.5vw;
}

.wehelp .page__title {
  margin-bottom: 1.25vw;
}

.wehelp__subtitle {
  max-width: 42vw;
  line-height: 150%;
  color: #4f4f4f;
  margin-bottom: 2.5vw;
}

.wehelp__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5vw;
}

.wehelp__card {
  background: #F9FBF9;
  border-radius: 30px;
  padding: 2vw;
  border: 1px solid #E5ECE5;
}

.wehelp__card-title {
  font-size: 1.1vw;
  font-weight: 600;
  color: #6B8F71;
  margin-bottom: 1.5vw;
}

.wehelp__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.56vw;
}

.wehelp__tag {
  display: inline-flex;
  align-items: center;
  padding: 0.8vw 1vw;
  border-radius: 999px;
  font-size: 0.8vw;
  font-weight: 600;
  line-height: 130%;
  color: #fff;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

a.wehelp__tag {
  cursor: pointer;
}

.wehelp__card--addiction .wehelp__tag {
  background: #4F6B55;
}

.wehelp__card--psychology .wehelp__tag {
  background: #6B8F71;
}

section.approach {
  margin-bottom: 7.5vw;
}

.approach .page__title {
  margin-bottom: 1.25vw;
}

.approach__subtitle {
  max-width: 42vw;
  line-height: 150%;
  color: #4f4f4f;
  margin-bottom: 2.5vw;
  font-weight: 400;
  font-size: 1vw;
}

.approach__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5vw;
}

.approach__card {
  display: flex;
  align-items: stretch;
  gap: 1.25vw;
  background: #F9FBF9;
  border-radius: 30px;
  padding: 1.875vw;
  min-height: 14vw;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #E5ECE5;
}

.approach__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.approach__number {
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 1;
  color: rgba(79, 107, 85, 1);
  user-select: none;
  pointer-events: none;
  width: 3.625vw;
  height: 3.625vw;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25vw;
}

.approach__card-title {
  position: relative;
  z-index: 1;
  font-size: 1.3vw;
  font-weight: 600;
  line-height: 130%;
  color: #111;
  margin-bottom: 0.5vw;
}

.approach__card-text {
  position: relative;
  z-index: 1;
  font-size: 1vw;
  line-height: 130%;
  color: rgba(97, 97, 97, 1);
  font-weight: 400;
}

.approach__image {
  border-radius: 12px;
  overflow: hidden;
  min-height: 10.5vw;
  width: 14.6vw;
  height: 14.6vw;
  min-width: 14.6vw;
  border-radius: 40px;
}

.approach__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

section.quote {
  margin-bottom: 7.5vw;
}

.quote__inner {
  display: flex;
  align-items: stretch;
  gap: 2vw;
  padding: 2.5vw;
  background: #6B8F71;
  border-radius: 40px;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
}

.quote__content {
  color: #fff;
  position: relative;
  padding-left: 2.5vw;
}

.quote__mark {
  font-size: 5.8vw;
  line-height: 1;
  margin-bottom: 1vw;
  opacity: 0.9;
  position: absolute;
  top: -1vw;
  left: -1vw;
}

.quote__text {
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 1.45;
  color: #fff;
  margin-bottom: 1.25vw;
}

.quote__author {
  font-size: 1.1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.75);
}

.quote__image {
  border-radius: 40px;
  overflow: hidden;
  height: 18.5vw;
  width: 42vw;
  min-width: 42vw;
}

.quote__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

section.faq {
  margin-bottom: 7.5vw;
}

.faq .page__title {
  margin-bottom: 2.5vw;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.75vw;
}

.faq__item {
  background: #F9FBF9;
  border-radius: 30px;
  overflow: hidden;
}

.faq__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2vw;
  width: 100%;
  padding: 1.75vw;
  border: none;
  background: #F9FBF9;
  text-align: left;
  cursor: pointer;
}

.faq__question {
  flex: 1;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 1.3;
  color: #111;
}

.faq__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.25vw;
  height: 3.25vw;
  border-radius: 50%;
  background: #fff;
}

.faq__arrow {
  width: 1.75vw;
  height: 1.75vw;
  object-fit: contain;
  object-position: center;
  transform: rotate(-90deg);
  transition: transform 0.25s ease;
}

.faq__item.is-open .faq__arrow {
  transform: rotate(0deg);
}

.faq__answer {
  display: none;
  padding: 0 1.75vw 1.5vw;
}

.faq__item.is-open .faq__answer {
  display: block;
}

.faq__item.is-open .faq__trigger {
  padding-bottom: 0.75vw;
}

.faq__answer-text {
  max-width: 60%;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.45;
  color: #757575;
}

section.direction {
  margin-bottom: 7.5vw;
}

.direction .page__title {
  margin-bottom: 1.25vw;
}

.direction__subtitle {
  max-width: 42vw;
  margin-bottom: 2.5vw;
  line-height: 1.5;
  color: rgb(79, 79, 79);
}

.direction__box {
  padding: 2.5vw;
  background: rgb(249, 251, 249);
  border: 1px solid rgb(229, 236, 229);
  border-radius: 30px;
}

.direction__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  padding: 1.25vw 0;
  border-bottom: 1px solid rgb(229, 236, 229);
}

.direction__row:last-child {
  border-bottom: none;
  /* padding-bottom: 0; */
}

.direction__row--head {
  padding-top: 0;
  padding-bottom: 1.1vw;
}

.direction__row--head+.direction__row {
  /* padding-top: 0; */
}

.direction__col {
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.45;
  color: #4F6B55;
}

.direction__row--head .direction__col {
  font-weight: 600;
  color: rgb(79, 107, 85);
}

.direction__col--match {
  color: #4F6B55;
}

section.process {
  margin-bottom: 7.5vw;
}

.process .page__title {
  margin-bottom: 2.5vw;
}

.process__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5vw;
}

.process__card {
  min-height: 12vw;
  padding: 1.75vw;
  background: rgba(107, 143, 113, 1);
  border-radius: 30px;
  color: #fff;
}

.process__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.625vw;
  height: 3.625vw;
  border-radius: 50%;
  background: #fff;
  font-size: 2vw;
  font-weight: 600;
  line-height: 1;
  color: rgba(79, 107, 85, 1);
  margin-bottom: 1.25vw;
}

.process__card-title {
  font-size: 1.4vw;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 0.3vw;
}

.process__card-text {
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.45;
  color: #EAEAEA;
}

.about .page__title {
  margin-bottom: 2.5vw;
}

section.about {
  margin-bottom: 3.75vw;
}

.about__logo {
  width: 7.5vw;
}

.about__logo img {
  width: 100%;
}

.about__right {
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
  width: 33.5vw;
}

.about__right .page__button {
  width: -moz-max-content;
  width: max-content;
}

.advent__item {
  max-width: 21.3vw;
  display: flex;
  flex-direction: column;
  gap: 0.75vw;
}

.advent__item_title {
  font-size: 1.1vw;
  font-weight: 600;
  line-height: 120%;
}

.advent__item_icon {
  width: 2.75vw;
  height: 2.75vw;
}

.advent__item_icon img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}

.advent__grid {
  gap: 4vw 9vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 2.5vw;
  padding-bottom: 3.75vw;
  border-bottom: 1px solid #DEDEDE;
  border-top: 1px solid #DEDEDE;
  margin-bottom: 3.75vw;
}

.advent .page__title {
  margin-bottom: 2.5vw;
}

.advent__item_text {
  line-height: 130%;
}

.advent__gallery.swiper {
  overflow: visible;
  cursor: grab;
  margin-bottom: 2.5vw;
}

.advent__gallery img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 13vw;
}

section.blog {
  margin-bottom: 7.5vw;
}

.blog__container {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.25vw 2vw;
}

.blog__head {
  grid-column: 1 / -1;
  grid-row: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2vw;
}

section.blog .page__title {
  grid-column: 1;
  max-width: 52vw;
  margin-bottom: 0;
}

section.blog.blog--archive .page__title {
  margin-bottom: 2.5vw;
}

.blog__all.page__button {
  grid-column: 1;
  grid-row: 2;
  justify-self: start;
  width: fit-content;
  padding: 0.85vw 1.5vw;
  font-size: 0.85vw;
}

.blog__slider {
  grid-column: 1 / -1;
  grid-row: 3;
  min-width: 0;
  width: 100%;
}

.blog__nav {
  display: flex;
  align-items: center;
  gap: 0.75vw;
  grid-column: 2;
  flex-shrink: 0;
}

.blog__nav-btn.swiper-button-next,
.blog__nav-btn.swiper-button-prev {
  position: static;
  margin: 0;
  width: 2.75vw;
  height: 2.75vw;
  border-radius: 50%;
  background: rgb(229, 236, 229);
  box-shadow: none;
}

.blog__nav-btn.swiper-button-prev svg {
  transform: rotate(180deg);
}

.blog__nav-btn.swiper-button-next svg,
.blog__nav-btn.swiper-button-prev svg {
  width: 1.15vw;
  height: 1.15vw;
}

.footer {
  padding-top: 3.5vw;
  background: rgb(79, 107, 85);
  color: rgb(255, 255, 255);
}

.footer__top {
  display: grid;
  grid-template-columns: 1.15fr 0.65fr 1.2fr;
  gap: 4vw;
  align-items: start;
  margin-bottom: 3vw;
}

.footer__left {
  display: flex;
  flex-direction: column;
}

.footer__brand {
  display: block;
  margin-bottom: 0.5vw;
  width: 14.5vw;
  height: 4.6vw;
}

.footer__brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.footer__tagline {
  margin-bottom: 1.25vw;
  font-size: 0.85vw;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.75);
}

.footer__desc {
  max-width: 22vw;
  margin-bottom: 1.5vw;
  font-size: 0.8vw;
  font-weight: 500;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.85);
}

ul.footer__media {
  display: flex;
  gap: 1vw;
  margin-bottom: 2vw;
}

ul.footer__media li {
  width: 1.5vw;
  height: 1.5vw;
}

ul.footer__media li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.footer__copyright {
  margin-top: auto;
  font-size: 0.75vw;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.55);
}

.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 0.85vw;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__nav a {
  font-size: 0.9vw;
  font-weight: 500;
  line-height: 1.3;
  color: rgb(255, 255, 255);
  transition: opacity 0.2s ease;
}

.footer__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.1vw;
}

.footer__phone {
  display: flex;
  flex-direction: column;
  gap: 0.35vw;
}

.footer__phone-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5vw;
  color: rgb(255, 255, 255);
}

.footer__phone-link img {
  width: 1.25vw;
  height: 1.25vw;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.footer__phone-link span {
  font-size: 1.1vw;
  font-weight: 700;
  line-height: 1.2;
}

.footer__callback {
  padding: 0;
  border: none;
  background: transparent;
  font-size: 0.75vw;
  font-weight: 500;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  transition: color 0.2s ease;
}

.footer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.85vw 1.5vw;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 35px;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 0.85vw;
  font-weight: 500;
  line-height: 1.2;
  color: rgb(255, 255, 255);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.footer__contact-item {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.625vw;
  font-size: 0.85vw;
  font-weight: 500;
  line-height: 1.4;
  color: rgb(255, 255, 255);
}

.footer__addresses {
  display: flex;
  flex-direction: column;
  gap: 0.75vw;
}

.footer__address-title {
  margin-bottom: 0.2vw;
  font-weight: 700;
  line-height: 1.35;
}

.footer__address-line {
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
}

.footer__contact-item img {
  width: 1.25vw;
  height: 1.25vw;
  margin-top: 0.1vw;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

.footer__policy {
  margin-top: 0.5vw;
  font-size: 0.8vw;
  font-weight: 500;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.75);
  transition: color 0.2s ease;
}

.footer__bottom {
  padding-top: 2vw;
  padding-bottom: 2.5vw;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.7vw;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.45);
}

.footer__bottom-mark {
  color: rgba(255, 255, 255, 0.45);
}

.footer__bottom a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: underline;
}

.partners {
  padding: 1.5vw 0 5vw;
}

.partners__head {
  max-width: 54vw;
  margin-bottom: 2vw;
}

.partners__lead {
  margin-top: 1vw;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.55;
  color: #555;
}

.partners-block {
  padding: 4vw 0;
}

.partners-block__head {
  max-width: 48vw;
  margin-bottom: 1.5vw;
}

.partners-block__lead {
  margin-top: 0.75vw;
  font-size: 1vw;
  line-height: 1.5;
  color: #555;
}

.partners-carousel {
  position: relative;
  overflow: hidden;
  padding-bottom: 4vw;
}

.partners-carousel__card {
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 1.25vw;
  border: 1px solid #E5ECE5;
  border-radius: 1.25vw;
  background: #fff;
}

.partners-carousel__media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9.5vw;
  margin-bottom: 1vw;
  padding: 1vw;
  overflow: hidden;
  border-radius: 0.85vw;
  background: #F4F7F4;
}

.partners-carousel__media img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.partners-carousel__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.partners-carousel__eyebrow {
  margin-bottom: 0.45vw;
  font-size: 0.75vw;
  font-weight: 600;
  line-height: 1.3;
  color: #6B8F71;
}

.partners-carousel__title {
  margin-bottom: 0.7vw;
  font-size: 1.1vw;
  font-weight: 600;
  line-height: 1.25;
}

.partners-carousel__text {
  margin-bottom: 0.9vw;
  font-size: 0.82vw;
  line-height: 1.45;
  color: #555;
}

.partners-carousel__text p {
  margin: 0;
}

.partners-carousel__meta {
  display: flex;
  flex-direction: column;
  gap: 0.45vw;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.partners-carousel__meta li {
  position: relative;
  padding-left: 1vw;
  font-size: 0.82vw;
  line-height: 1.4;
  color: #333;
}

.partners-carousel__meta li::before {
  content: "";
  position: absolute;
  top: 0.5vw;
  left: 0;
  width: 0.3vw;
  height: 0.3vw;
  border-radius: 50%;
  background: #6B8F71;
}

.partners-carousel__meta a {
  color: inherit;
}

.partners-carousel__nav {
  display: none;
  gap: 0.75vw;
  position: absolute;
  right: 0;
  bottom: 0;
}

.partners-carousel.is-carousel .partners-carousel__nav {
  display: flex;
}

.partners-carousel__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75vw;
  height: 2.75vw;
  border: 1px solid #6B8F71;
  border-radius: 50%;
  background: transparent;
  color: #6B8F71;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.partners-carousel__arrow:hover {
  background: #6B8F71;
  color: #fff;
}

.partners-carousel--letters {
  padding-bottom: 4vw;
}

.partners-carousel__card--letter {
  gap: 0;
  height: 100%;
}

.partners-carousel__card--letter .partners__letter-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18vw;
  margin-bottom: 1.1vw;
  padding: 1vw;
  overflow: hidden;
  border-radius: 0.85vw;
  background: #F4F7F4;
}

.partners__letter-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}

.partners-carousel__card--letter .partners__letter-image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0.35vw;
  object-fit: contain;
  box-shadow: 0 0.35vw 1vw rgba(17, 17, 17, 0.08);
}

.partners-carousel__card--letter .partners-carousel__text {
  max-width: none;
}

.partners__slider {
  position: relative;
  overflow: hidden;
}

.partners__card {
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  gap: 2vw;
  align-items: stretch;
  padding: 2vw;
  border: 1px solid #E5ECE5;
  border-radius: 1.5vw;
  background: #fff;
}

.partners__media {
  min-height: 20vw;
  overflow: hidden;
  border-radius: 1vw;
  background: #F4F7F4;
}

.partners__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.partners__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.partners__eyebrow {
  margin-bottom: 0.75vw;
  font-size: 0.85vw;
  font-weight: 600;
  line-height: 1.3;
  color: #6B8F71;
}

.partners__title {
  margin-bottom: 1.25vw;
  font-size: 1.6vw;
  font-weight: 600;
  line-height: 1.25;
}

.partners__list {
  display: flex;
  flex-direction: column;
  gap: 0.7vw;
  margin: 0;
  padding: 0;
  list-style: none;
}

.partners__list li {
  position: relative;
  padding-left: 1.4vw;
  font-size: 0.95vw;
  line-height: 1.45;
  color: #333;
}

.partners__list li::before {
  content: "";
  position: absolute;
  top: 0.55vw;
  left: 0;
  width: 0.4vw;
  height: 0.4vw;
  border-radius: 50%;
  background: #6B8F71;
}

.partners__list a {
  color: inherit;
}

.partners__nav {
  display: none;
  gap: 0.75vw;
  margin-top: 1.25vw;
}

.partners__slider.is-carousel .partners__nav {
  display: flex;
}

.partners__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75vw;
  height: 2.75vw;
  border: 1px solid #6B8F71;
  border-radius: 50%;
  background: transparent;
  color: #6B8F71;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.partners__arrow:hover {
  background: #6B8F71;
  color: #fff;
}

.partners__note {
  max-width: 62vw;
  margin-top: 1.5vw;
  font-size: 0.85vw;
  line-height: 1.5;
  color: #777;
}

.partners__letters {
  margin-top: 4vw;
}

.partners__section-title {
  margin-bottom: 1.5vw;
  font-size: 2vw;
  font-weight: 600;
  line-height: 1.25;
}

.partners__letter {
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  gap: 2vw;
  align-items: center;
  padding: 2vw;
  border: 1px solid #E5ECE5;
  border-radius: 1.5vw;
  background: #fff;
}

.partners__letter-image {
  overflow: hidden;
  border-radius: 1vw;
  background: #F4F7F4;
}

.partners__letter-image img {
  display: block;
  width: 100%;
  height: auto;
}

.partners__letter-title {
  margin-bottom: 1vw;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1.3;
}

.partners__letter-text {
  max-width: 36vw;
  font-size: 0.95vw;
  line-height: 1.55;
  color: #555;
}

section.advent {
  margin-bottom: 5vw;
}

.rooms__item_slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.swiper-button-next,
.swiper-button-prev {
  width: 2.25vw;
  height: 2.25vw;
  background: white;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next svg,
.swiper-button-next img,
.swiper-button-prev svg,
.swiper-button-prev img {
  width: 1.5vw;
  height: 1.5vw;
}

.swiper-button-prev svg {
  transform: rotate(180deg);
}

.reviews .page__title {
  margin-bottom: 2.5vw;
}

.reviews__slider {
  margin-bottom: 2vw;
  overflow: visible;
  cursor: grab;
}

.reviews__slider .swiper-slide {
  height: auto;
}

.red {
  color: rgba(107, 143, 113, 1);
}

.blog__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  border: none;
  border-radius: 30px;
  background: rgb(247, 248, 247);
  overflow: hidden;
}

.blog__item_image {
  height: 21.4vw;
  display: block;
  border-radius: 30px;
  overflow: hidden;
}

.blog__item_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.blog__item_content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.875vw;
  padding-top: 1.25vw;
}

.blog__item_meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1vw;
  margin-bottom: 1.25vw;
  font-size: 0.75vw;
  line-height: 1.2;
  color: #757575;
}

.blog__item_meta-left {
  display: flex;
  align-items: center;
  gap: 1vw;
}

.blog__item_meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.625vw;
  padding: 0.25vw 0.43vw;
  background: white;
  border-radius: 10px;
  font-size: 1vw;
  color: #6B8F71;
}

.blog__item_meta-item img {
  width: 1vw;
  height: 1vw;
  object-fit: contain;
}

.blog__item_date {
  flex-shrink: 0;
  padding: 0.25vw 0.43vw;
  background: white;
  color: #6B8F71;
  font-size: 1vw;
  border-radius: 10px;
}

.blog__item_title {
  font-weight: 600;
  font-size: 1.4vw;
  line-height: 1.35;
  margin-bottom: 0.7vw;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #111;
}

.blog__item_text {
  font-size: 1vw;
  line-height: 1.45;
  color: #757575;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog__item_more {
  display: inline-flex;
  align-items: center;
  gap: 1vw;
  width: fit-content;
  margin-top: auto;
  padding-top: 1.25vw;
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.2;
  color: #6B8F71;
  transition: color 0.2s ease;
}

.blog__item_more:hover {
  color: rgb(79, 107, 85);
}

.blog__item_more img {
  width: 1.75vw;
  height: 1.75vw;
  object-fit: contain;
}

.blog__slider {
  overflow: visible;
  margin-bottom: 0;
  cursor: grab;
}

.header__top_right svg,
.header__top_right img {
  width: 2vw;
  height: 2vw;
}

.header__menu_item.header__menu_item_dropdown {
  position: relative;
}

.header__right {
  display: flex;
  align-items: center;
  gap: 0.8vw;
  margin-left: auto;
}

.page__button.header__button {
  color: #2B2B2B;
  background: transparent;
  font-size: 0.88vw;
  border: 1px solid #6B8F71;
  padding: 0.62vw 1vw;
  line-height: 120%;
  white-space: nowrap;
  min-width: max-content;
}


.header__menu_item_dropdown_wrapper {
  position: absolute;
  top: calc(100% + 0.75vw);
  left: -12vw;
  overflow: hidden;
  background: #F9FBF9;
  border: 1px solid #E5ECE5;
  box-shadow: 0 0.75vw 2vw rgba(17, 17, 17, 0.08);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
  border-radius: 24px;
  padding: 1.5vw;
  z-index: 5;
  width: 83vw;
  height: auto;
  min-height: 28vw;
}

.header__menu_item_dropdown_single .header__menu_item_dropdown_wrapper {
  position: fixed;
  top: 5.3vw;
  left: 50%;
  width: min(83vw, 1195px);
  min-height: 24vw;
  overflow: visible;
  transform: translateX(-50%);
}

.header__menu_item_dropdown_single .header__menu_item_dropdown_row {
  display: block;
}

.header__menu_item_dropdown_single .header__menu_item_dropdown_content {
  height: 100%;
  padding-left: 0;
  border-left: 0;
}

.header__menu_item_dropdown_single p.header__menu_item_dropdown_content_item_title {
  margin-bottom: 1vw;
}

.header__cascade {
  position: relative;
  min-height: 20vw;
}

ul.header__cascade_menu,
ul.header__cascade_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.header__cascade_menu {
  width: 14.2vw;
}

.header__cascade_item {
  position: relative;
}

.header__cascade_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45vw;
  min-height: 2.35vw;
  padding: 0.25vw 0.35vw 0.25vw 0;
}

.header__cascade_link a {
  display: block;
  min-width: 0;
  flex: 1;
  padding: 0.45vw 0.55vw;
  border-radius: 8px;
  color: #222;
  font-size: 0.82vw;
  line-height: 130%;
  overflow-wrap: anywhere;
  transition: 0.25s ease;
}

.header__cascade_arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1vw;
  height: 1.1vw;
  flex: 0 0 1.1vw;
  border-radius: 999px;
  color: #6B8F71;
  background: rgba(107, 143, 113, 0.1);
  transition: 0.25s ease;
}

.header__cascade_arrow svg {
  width: 0.75vw;
  height: 0.75vw;
}

ul.header__cascade_menu_nested {
  display: none !important;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 2;
  width: 14.2vw;
  min-height: 100%;
  padding: 0 0 0 0.55vw;
  border-left: 1px solid #E5ECE5;
  background: #F9FBF9;
  overflow: visible;
}

.header__cascade_item:hover > .header__cascade_link a,
.header__cascade_item:focus-within > .header__cascade_link a,
.header__cascade_item.open > .header__cascade_link a,
.header__cascade_item.is-hovered > .header__cascade_link a,
.header__cascade_flyout_item:hover > .header__cascade_link a,
.header__cascade_flyout_item.is-hovered > .header__cascade_link a {
  color: #4F6B55;
  background: rgba(107, 143, 113, 0.08);
}

.header__cascade_item:hover > .header__cascade_link .header__cascade_arrow,
.header__cascade_item:focus-within > .header__cascade_link .header__cascade_arrow,
.header__cascade_item.open > .header__cascade_link .header__cascade_arrow,
.header__cascade_item.is-hovered > .header__cascade_link .header__cascade_arrow,
.header__cascade_flyout_item:hover > .header__cascade_link .header__cascade_arrow,
.header__cascade_flyout_item.is-hovered > .header__cascade_link .header__cascade_arrow {
  color: #fff;
  background: #6B8F71;
}

ul.header__cascade_flyout_col {
  position: absolute;
  top: 0;
  z-index: 4;
  width: 27vw;
  max-height: 20vw;
  min-height: 20vw;
  padding: 0 0 0 0.55vw;
  border-left: 1px solid #E5ECE5;
  background: #F9FBF9;
  overflow-x: visible;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  column-gap: 0.55vw;
}

.header__cascade_flyout_item {
  position: relative;
  min-width: 0;
}

ul.header__cascade_flyout_col::-webkit-scrollbar {
  width: 0.28vw;
}

ul.header__cascade_flyout_col::-webkit-scrollbar-thumb {
  background: rgba(107, 143, 113, 0.35);
  border-radius: 999px;
}


ul.header__menu_item_dropdown_body {
  width: 18vw;
  display: flex;
  flex-direction: column;
  gap: 0.35vw;
  min-width: 18vw;
}

ul.header__menu_item_dropdown_body li {
  padding: 0;
  border-radius: 12px;
  transition: 0.25s ease;
}

ul.header__menu_item_dropdown_body li a {
  gap: 0.75vw;
  padding: 0.75vw 1vw;
  border-radius: 12px;
  font-size: 0.9vw;
  font-weight: 500;
  color: #111;
  transition: 0.25s ease;
}

ul.header__menu_item_dropdown_body li a svg {
  width: 1.1vw;
  height: 1.1vw;
  flex-shrink: 0;
  color: #6B8F71;
  transition: 0.25s ease;
}

ul.header__menu_item_dropdown_body li.active a,
ul.header__menu_item_dropdown_body li a:hover {
  background: #fff;
  color: #4F6B55;
}

ul.header__menu_item_dropdown_body li.active a svg,
ul.header__menu_item_dropdown_body li a:hover svg {
  color: #4F6B55;
}

main {
  /* padding-top: 2vw; */
}

.cats {
  margin-bottom: 5vw;
}

.shero__row {
  display: flex;
  gap: 4.75vw;
  align-items: center;
}

.shero__image {
  width: 35.3vw;
  height: 28vw;
  min-width: 35.3vw;
}

.shero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.shero__content {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.shero__text {
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
  font-size: 1vw;
  line-height: 140%;
}

section.shero {
  margin-bottom: 3.75vw;
}

.shero .page__title {
  margin-bottom: 2.5vw;
}

.whyus__subtitle {
  text-align: center;
  font-size: 1vw;
  width: 40vw;
  margin: 0 auto;
  margin-bottom: 2.5vw;
  line-height: 130%;
}

.pricelist__list_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25vw;
  gap: 2vw;
  margin-bottom: 0.5vw;
  border: 1px solid #E5ECE5;
  border-radius: 20px;
  background: #F9FBF9;
  font-family: "Manrope", sans-serif;
}

.pricelist__list_item_left {
  display: flex;
  align-items: center;
  gap: 4.5vw;
}

.pricelist__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  padding: 1vw 0;
  padding-bottom: 0;
}

.pricelist__title {
  margin-bottom: 1.25vw;
  font-size: 1.1vw;
  font-weight: 600;
}

.pricelist .page__title {
  margin-bottom: 2vw;
}

.pricelist__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
}

.pricelist__list_item_price {
  font-family: "Manrope", sans-serif;
  font-size: 1.15vw;
  line-height: 1.4;
  color: #111;
  font-weight: 600;
  white-space: nowrap;
}

.pricelist__list_item_title {
  max-width: 70%;
  font-family: "Manrope", sans-serif;
  font-size: 1.05vw;
  line-height: 1.45;
  font-weight: 400;
  color: #111;
}

section.pricelist {
  margin-bottom: 5vw;
}

.route__subtitle {
  font-size: 1vw;
  margin: 0 auto;
  width: 41vw;
  text-align: center;
  line-height: 140%;
  margin-bottom: 3vw;
}

.route__item_title {
  display: flex;
  align-items: center;
  gap: 2.75vw;
  margin-bottom: 2.5vw;
}

.route__item_title_number {
  width: 2.75vw;
  height: 2.75vw;
  min-width: 2.75vw;
  border-radius: 50%;
  background: rgb(246, 227, 231);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(107, 143, 113, 1);
  color: rgba(107, 143, 113, 1);
  font-size: 1.1vw;
}

.route__item_title_text {
  font-size: 1.1vw;
  font-weight: 600;
  line-height: 140%;
}

.route__wrapper {
  width: 29vw;
  margin: 0 auto;
  position: relative;
}

.route__item_step {
  margin-bottom: 2.5vw;
  padding-left: 5.75vw;
  line-height: 130%;
  position: relative;
}

.route__item_step strong {
  margin-bottom: 0.75vw;
  display: block;
  font-size: 1vw;
  font-weight: 600;
}

.route__item_step::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 1vw;
  font-size: 1.1vw;
  color: #6b8f71;
}

.route__item_title_icon {
  width: 2.75vw;
  height: 2.75vw;
  min-width: 2.75vw;
  margin-left: auto;
}

.route__item_title_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.route__wrapper::before {
  content: "";
  height: 90%;
  width: 1px;
  background: transparent;
  position: absolute;
  top: 2vw;
  left: 1.3vw;
  border-left: 1px dashed rgba(107, 143, 113, 1);
  z-index: 1;
}

.route__item {
  z-index: 2;
  position: relative;
}

.route {
  margin-bottom: 5vw;
}

.rooms .page__title {
  margin-bottom: 2.5vw;
}

.noblock .whyus__item {
  background: transparent;
  height: auto;
  padding-bottom: 0;
  padding-top: 0;
  width: 24vw;
}

.noblock .whyus__number {
  opacity: 0;
}

.noblock .whyus__grid {
  gap: 4vw 5vw;
}

.contacts__row {
  display: flex;
  align-items: stretch;
  gap: 2.5vw;
  padding: 2.5vw;
  background: #F9FBF9;
  border: 1px solid #E5ECE5;
  border-radius: 40px;
}

.contacts__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contacts .breadcrumbs--inline {
  margin-bottom: 1.5vw;
}

.contacts__title {
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 115%;
  color: #111;
  margin-bottom: 1vw;
}

.contacts__address {
  font-size: 0.95vw;
  line-height: 150%;
  color: #4f4f4f;
  margin-bottom: 1.5vw;
}

ul.contacts__list {
  list-style: none;
  margin: 0 0 2vw;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85vw;
}

.contacts__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75vw;
}

.contacts__icon {
  width: 1.25vw;
  height: 1.25vw;
  object-fit: contain;
  flex-shrink: 0;
}

.contacts__value {
  font-size: 0.95vw;
  font-weight: 500;
  color: #111;
  line-height: 130%;
  text-decoration: none;
}

.contacts__map {
  flex: 0 0 42%;
  width: auto;
  min-height: 26vw;
  border-radius: 24px;
  overflow: hidden;
  background: #e5e5e5;
}

section.contacts {
  padding: 2.5vw 0;
  margin-bottom: 7.5vw;
}

.place__row {
  display: flex;
  gap: 6.25vw;
}

.place__image {
  width: 22vw;
  height: 19vw;
  min-width: 22vw;
}

.place__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.place .page__title {
  margin-bottom: 2.5vw;
}

.place__col_title {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1vw;
  gap: 0.625vw;
  margin-bottom: 1vw;
}

.place__col_title img {
  width: 1.5vw;
  height: 1.5vw;
  min-width: 1.5vw;
}

.place__col_text {
  line-height: 130%;
  font-size: 1vw;
}

section.place {
  margin-bottom: 5vw;
}

.certificates__item {
  display: flex;
  align-items: center;
  gap: 1.5vw;
}

.certificates__item_image {
  width: 19.5vw;
  height: 25vw;
  min-width: 19.5vw;
}

.certificates__item_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section.certificates {
  margin-bottom: 3.75vw;
}

.certificates__slider {
  overflow: visible;
}

.certificates .page__title {
  margin-bottom: 2vw;
}

.reviews__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5vw;
}

section.textblock {
  margin-bottom: 5vw;
}

.textblock__text {
  width: 48vw;
}

section.textblock .page__title {
  margin-bottom: 2vw;
}

ul.textblock__gal {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5vw;
  margin-bottom: 2.5vw;
}

ul.textblock__gal img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.center .textblock__text {
  text-align: center;
  margin: 0 auto;
  font-size: 1vw;
}

.textblock__text p {
  margin-bottom: 2.5vw;
  line-height: 130%;
}

.textblock__text ul {
  margin-bottom: 2.5vw;
  text-align: left;
  width: 40vw;
  margin: 0 auto;
  margin-bottom: 2.5vw;
  display: flex;
  flex-direction: column;
  gap: 1.9vw;
}

.textblock__text ul li {
  padding-left: 2.25vw;
}

.textblock__text ul li:before {
  content: "";
  width: 1.25vw;
  height: 1.25vw;
  background: url('/wp-content/themes/unicaplus/img/ul_marker.svg');
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.textblock__text ul li {
  position: relative;
}

.center .hero__buttons {
  justify-content: center;
}

.error404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3vw 0;
}

.error404__number {
  font-size: 15vw;
  font-weight: 700;
  color: #4f6b55;
  line-height: 1;
  margin-bottom: 1.5vw;
  user-select: none;
}

.error404 .page__title {
  margin-bottom: 2vw;
}

.error404 .textblock__text {
  margin-bottom: 3vw;
}

.blog__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5vw;
}

.blog--archive .page__title {
  margin-bottom: 2.5vw;
}

.blog__content_top {
  display: flex;
  align-items: center;
  gap: 2vw;
  margin-bottom: 2vw;
}

.blog__content_date {
  display: flex;
  align-items: center;
  gap: 0.625vw;
}

.blog__content_time {
  display: flex;
  align-items: center;
  gap: 0.625vw;
}

.blog__content_text {
  width: 60vw;
}

.blog__content_text img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-bottom: 2vw;
  border-radius: 40px;
}

.blog__content_text {
  font-size: 1vw;
  line-height: 140%;
}

.blog__content_text p {
  margin-bottom: 2vw;
  line-height: 150%;
}

.blog__content_text h1,
.blog__content_text h2,
.blog__content_text h3 {
  margin-bottom: 1.5vw;
  font-size: 1.75vw;
  font-weight: 600;
  padding-top: 1vw;
  line-height: 120%;
}

.pricelist__subtitle {
  font-size: 1.75vw;
  margin-bottom: 2vw;
  font-weight: 600;
  padding-top: 2.5vw;
  color: #6B8F71;
}

.pricelist .pricelist__subtitle:first-child {
  /* border-top: 1px solid #DEDEDE; */
}

.team__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.5vw;
}

section.doctor {
  margin-bottom: 5vw;
}

.doctor__row {
  display: flex;
  gap: 4vw;
}

.doctor__image {
  width: 22.5vw;
  height: 22.5vw;
  min-width: 22.5vw;
}

.doctor__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.doctor__info_item {
  padding-bottom: 1.5vw;
  margin-bottom: 1.5vw;
  border-bottom: 1px solid #DEDEDE;
}

.doctor__info_item_title {
  display: flex;
  align-items: center;
  gap: 0.75vw;
  font-size: 1.1vw;
  font-weight: 700;
  margin-bottom: 1vw;
}

.doctor__info_item_title img {
  width: 2vw;
  height: 2vw;
}

.doctor__info {
  padding-top: 1.5vw;
  border-top: 1px solid #DEDEDE;
}

.doctor__certificates {
  margin-bottom: 5vw;
}

.doctor__certificates .page__title {
  margin-bottom: 2.5vw;
}

.doctor__certificates_slider {
  overflow: visible;
  margin-bottom: 2.5vw;
}

.doctor__certificates_slider .swiper-slide {
  height: auto;
}

.doctor__certificates_slider .swiper-slide a {
  display: block;
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
  box-sizing: border-box;
  height: 25vw;
}

.doctor__certificates_slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.doctor__spec {
  font-size: 1.1vw;
  font-weight: 600;
  margin-bottom: 1.5vw;
}

.doctor__content {
  width: 42vw;
}

shero__reab .shero__image {
  height: 19vw;
}

.shero__reab .shero__image {
  height: 19vw;
}

.shero__reab .shero__row {
  margin-bottom: 2vw;
}

.textblock__reab .textblock__text {
  margin-bottom: 2vw;
}

.about__video {
  width: 40vw;
  height: 22.6vw;
  min-width: 40vw;
}

.about__video img,
.about__video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

section.description {
  margin-bottom: 5vw;
}

.textblock-max-widht .textblock__text {
  width: 100% !important;
}

.description__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.description__image {
  width: 100%;
}

.description__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.description__content {
  display: flex;
  flex-direction: column;
  padding: 3.75vw;
  justify-content: center;
}

h3.description__title {
  font-size: 1.75vw;
  font-weight: 600;
  margin-bottom: 1.5vw;
}

p.description__text {
  font-size: 1vw;
  line-height: 150%;
}

section.alltime {
  background: #EAEAEA;
  margin-bottom: 5vw;
  position: relative;
  padding: 1.25vw;
}

.alltime__image {
  position: absolute;
  top: 0;
  right: 19.5vw;
  height: 100%;
  z-index: 1;
}

.alltime__image img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
  -o-object-position: center;
  object-position: center;
}

.alltime__block {
  background: white;
  padding: 2.5vw 4vw;
  border-radius: 16px;
  width: 41vw;
  margin-left: 12vw;
  position: relative;
  z-index: 2;
}

.alltime__text {
  margin-bottom: 1.5vw;
  line-height: 140%;
}

.header__menu_item a img {
  width: 0.9vw;
  height: 0.9vw;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.alltime__title {
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 2vw;
}

.header__burger {
  display: none;
}

.modal__close svg path {
  fill: #6b8f71;
}

.modal__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal__logo {
  width: 7.5vw;
  margin: 0 auto;
  margin-bottom: 1.5vw;
}

.modal__form input[type=text],
.modal__form input[type=tel] {
  border: 1px solid #D9D9D9;
  padding: 1.1vw 1vw;
  border-radius: 30px;
  font-size: 0.9vw;
  box-shadow: 0px 3px 6px rgba(17, 17, 17, 0.1);
}

.modal__form label {
  display: flex;
  flex-direction: column;
  gap: 0.625vw;
  margin-bottom: 1vw;
}

.consult__form_policy {
  font-size: 0.75vw;
  line-height: 1.45;
}

.consult__form_policy label {
  display: flex;
  align-items: flex-start;
  gap: 0.5vw;
}

.consult__form_policy a {
  text-decoration: underline;
}

.modal:not(.modal--order) .consult__form_policy {
  width: 100%;
  color: rgb(117, 117, 117);
}

.modal:not(.modal--order) .consult__form_policy label {
  align-items: flex-start;
}

.modal:not(.modal--order) .consult__form_policy a {
  color: rgba(107, 143, 113, 1);
}

.team__item .page__button {
  margin-top: auto;
}

.team .swiper-slide {
  height: auto;
}

.team .swiper-slide .team__item {
  height: 100%;
}

.blog__slider .swiper-slide {
  height: auto;
}

.blog__slider .swiper-slide .blog__item {
  height: 100%;
}

.modal__text {
  text-align: center;
  margin-bottom: 1.4vw;
}

.modal__icon {
  width: 3.75vw;
  height: 3.75vw;
  margin: 0 auto;
  margin-bottom: 1.5vw;
}

.modal__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.route__item:last-child .route__item_step::before {
  display: none;
}

.contacts__map iframe {
  width: 100%;
  height: 100%;
  min-height: 26vw;
  border: 0;
  display: block;
}

ol.wp-block-list {
  padding-left: 2vw;
  margin-bottom: 2vw;
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
}

ul.map__row {
  display: flex;
  flex-direction: column;
  gap: 0.4vw;
  max-height: 24vw;
  flex-wrap: wrap;
  margin-bottom: 8vw;
  margin-top: 2vw;
}

li.map__item {
  background: white;
  width: max-content;
  padding: 0.5vw;
  border-radius: 30px;
  font-weight: 500;
  font-size: 0.9vw;
}

li.map__item a {
  color: #111;
}

li.map__item.map__item_child {
  margin-left: 1.9vw;
}

.blog__content_text_textblock {
  width: 100%;
}

.blog__content_text_textblock img {
  width: 40vw;
  object-fit: contain;
}

.header__menu_item_dropdown_row {
  display: flex;
  height: 100%;
  gap: 1.5vw;
}

ul.header__menu_item_dropdown_content_item_list {
  display: grid;
  gap: 0.25vw 1.5vw;
  height: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

ul.header__menu_item_dropdown_content_item_list li a {
  padding: 0.5vw 0.75vw;
  display: block;
  max-width: max-content;
  font-size: 0.85vw;
  line-height: 140%;
  color: #4f4f4f;
  border-radius: 8px;
  transition: 0.25s ease;
}

p.header__menu_item_dropdown_content_item_title {
  padding: 0;
  font-size: 1.1vw;
  font-weight: 600;
  line-height: 130%;
  color: #111;
  margin-bottom: 1vw;
}

.header__menu_item_dropdown_content {
  flex: 1;
  padding-left: 1.5vw;
  border-left: 1px solid #E5ECE5;
  height: 100%;
}

.header__menu_item_dropdown_content_item {
  display: none;
}

.header__menu_item_dropdown_content_item.active {
  display: block;
}

.header__dropdown_tabs {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.header__dropdown_tab_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5vw;
}

.header__dropdown_tab_btn {
  padding: 0.45vw 1vw;
  font-size: 0.75vw;
  font-weight: 500;
  line-height: 130%;
  background: #E5ECE5;
  color: #616161;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.25s ease;
}

.header__dropdown_tab_btn:hover,
.header__dropdown_tab_btn.active {
  background: #6B8F71;
  color: #fff;
}

.header__dropdown_tab_panel {
  display: none;
}

.header__dropdown_tab_panel.active {
  display: block;
}

.blog__content_text a {
  color: #6b8f71;
}

.blog__content_text ul li {
  position: relative;
  padding-left: 2.25vw;
}

.blog__content_text ul {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  margin-bottom: 1vw;
}

.blog__content_text ul li::before {
  content: '';
  width: 1.25vw;
  height: 1.25vw;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/unicaplus/img/ul_marker.svg');
  position: absolute;
  top: 0;
  left: 0;
}

.blog__content_text ol {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  margin-bottom: 1vw;
  padding-left: 2.25vw;
  list-style-position: outside;
}

.blog__content_text ol li {
  padding-left: 0.5vw;
  line-height: 150%;
}

.textblock__text li {
  padding-left: 2.25vw;
}

.textblock__text li::before {
  content: '';
  width: 1.25vw;
  height: 1.25vw;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/unicaplus/img/ul_marker.svg');
  position: absolute;
  top: 0;
  left: 0;
}


.rooms__checklist li {
  position: relative;
  padding-left: 2.25vw;
}

.rooms__checklist li::before {
  content: '';
  width: 1.25vw;
  height: 1.25vw;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/unicaplus/img/ul_marker.svg');
  position: absolute;
  top: 0;
  left: 0;
}

.advent .hero__buttons {
  justify-content: center;
}

section.breadcrumbs-section {
  padding-top: 1.5vw;
  margin-bottom: 1.5vw;
}

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5vw;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs__item {
  padding: 0.4vw 1vw;
  border-radius: 50px;
  background: #E5ECE5;
  font-size: 0.75vw;
  font-weight: 500;
  line-height: 130%;
  color: #616161;
}

.breadcrumbs__link,
.breadcrumbs__text {
  color: inherit;
  text-decoration: none;
}

.breadcrumbs--inline {
  margin-bottom: 1.25vw;
}

.checkblog__image {
  width: 4.3vw;
  height: 4.3vw;
  overflow: hidden;
  border-radius: 50%;
}

.checkblog__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.checkblog__title {
  display: flex;
  align-items: center;
  gap: 0.5vw;
  font-size: 1vw;
  font-weight: 600;
  color: rgba(107, 143, 113, 1);
}

.checkblog__title img {
  width: 1.125vw;
  height: 1.125vw;
  object-fit: contain;
  margin: 0;
}

.checkblog__content {
  display: flex;
  flex-direction: column;
  gap: 0.375vw;
}

.checkblog__name {
  font-size: 1vw;
  font-weight: 600;
  color: #111111;
}

.checkblog__name a {
  color: #111111;
}

.checkblog__role {
  color: #757575;
  font-weight: 600;
  font-size: 1vw;
}

.checkblog {
  display: flex;
  gap: 1.25vw;
  align-items: center;
}

.big_slider_nav {
  width: 4vw;
  height: 4vw;
  box-shadow: 0px 4px 10px 0px rgba(17, 17, 17, 0.08);
}

.big_slider_nav.swiper-button-next {
  left: 97.5%;
}

.big_slider_nav.swiper-button-prev {
  left: -2.5%;
}

.pricelist--head .page__title {
  max-width: 48vw;
  margin-bottom: 3.125vw;
}

.pricelist__tabs {
  display: flex;
  align-items: center;
  gap: 0.25vw;
  width: 100%;
  /* padding: 0.35vw; */
  border: 1px solid rgb(229, 236, 229);
  border-radius: 50px;
  background: rgb(247, 248, 247);
  justify-content: space-between;
}

.pricelist__tab {
  /* flex: 1; */
  padding: 1.25vw 2.5vw;
  border: none;
  border-radius: 50px;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #6B8F71;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.pricelist__tab.is-active {
  background: #6B8F71;
  color: rgb(255, 255, 255);
}

.pricelist.mb-0 {
  margin-bottom: 0;
}

.pricelist__list_item_button button.page__button {
  /* background: transparent; */
  box-shadow: none;
  /* color: rgba(107, 143, 113, 1); */
  padding: 1vw 1.8vw;
}

.blog__content iframe {
  width: 50vw;
  height: 28vw;
}


.pricelist__list .pricelist__list_item:last-child {}

.header__menu_item a svg {
  width: 1.5vw;
  height: 1.5vw;
  min-width: 1.5vw;
}

.childcats__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5vw;
}

.childcats__item {
  background: rgba(229, 236, 229, 1);
  padding: 0.5vw 1vw;
  border-radius: 20px;
  border: none;
}

a.childcats__item__link {
  color: rgba(79, 107, 85, 1);
  font-size: 1vw;
  font-weight: 500;
}

section.childcats {
  margin-top: -4vw;
  margin-bottom: 3.75vw;
}

.page__text {
  font-size: 1vw;
  font-weight: 400;
  color: #2B2B2B;
  line-height: 140%;
}

section.pricelist.pricelist--head {
  margin-bottom: 2.5vw;
}

section.hero.hero--about {
  background: transparent;
  margin-bottom: 7.5vw;
  padding-top: 0;
}

.blog-hero .hero__content {
  justify-content: space-between;
}

.blog-hero .hero__text {
  max-width: 34vw;
  margin-bottom: 1.5vw;
}

.blog-hero .blog__item_meta {
  margin-top: auto;
  margin-bottom: 0;
}

section.blog.blog--single {
  margin-bottom: 7.5vw;
}

section.blog.blog--single .blog__content_text {
  width: 46vw;
}

.hero nav.breadcrumbs.breadcrumbs--inline {
  margin-bottom: 3.75vw;
}

section.basis {
  margin-bottom: 7.5vw;
}

.basis__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3vw;
}

.basis__content {
  flex: 0 0 42%;
}

.basis .page__title {
  margin-bottom: 1.5vw;
  line-height: 110%;
}

.basis__text {
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
}

.basis__text .page__text {
  color: #4f4f4f;
  line-height: 150%;
}

.basis__tags {
  flex: 0 0 48%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5vw;
}

.basis__tag {
  display: inline-flex;
  align-items: center;
  padding: 0.85vw 1.25vw;
  border-radius: 999px;
  font-size: 1vw;
  font-weight: 600;
  line-height: 130%;
  color: #fff;
}

.basis__tag_dark {
  background: #4F6B55;
}

.basis__tag_medium {
  background: #6B8F71;
}

.basis__tag_light {
  background: #96B39A;
}

section.founder {
  margin-bottom: 7.5vw;
}

.founder__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3vw;
  padding: 3.125vw;
  border: 1px solid #E5ECE5;
  border-radius: 20px;
  background: #F9FBF9;
}

.founder__content {
  flex: 1 1 auto;
}

.founder__visual {
  border-radius: 24px;
  overflow: hidden;
  position: sticky;
  top: 2vw;
  width: 37.5vw;
  min-width: 37.5vw;
  height: 41.3vw;
}

.founder__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.founder__title {
  font-size: 2vw;
  font-weight: 600;
  line-height: 110%;
  color: #111;
  margin-bottom: 0.5vw;
}

.founder__subtitle {
  font-size: 0.85vw;
  color: #6B8F71;
  margin-bottom: 1.5vw;
}

.founder__text {
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
  font-size: 1vw;
  line-height: 150%;
  color: #4f4f4f;
  margin-bottom: 1.5vw;
}

.founder__list-title {
  font-size: 0.95vw;
  line-height: 150%;
  color: #4f4f4f;
  margin-bottom: 0.3vw;
}

.founder__list {
  list-style: none;
  margin: 0 0 1.25vw;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.founder__list li {
  position: relative;
  padding-left: 1.25vw;
  font-size: 0.95vw;
  line-height: 150%;
  color: #4f4f4f;
}

.founder__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6vw;
  width: 0.35vw;
  height: 0.35vw;
  border-radius: 50%;
  background: #6B8F71;
}

.blog.blog--related .blog__head {
  margin-bottom: 0;
}

.blog.blog--related .blog__slider {
  grid-row: 2;
}

section.hero.hero--about.blog-hero {
  margin-bottom: 4vw;
}


@media (min-width: 767px) {
  .header__menu_item_dropdown:hover .header__menu_item_dropdown_wrapper {
    opacity: 1;
    visibility: visible;
  }

  .header__menu_item:hover>a {
    color: rgba(107, 143, 113, 1);
  }

  .header__top_menu a:hover,
  .header__menu_item_dropdown_body li a:hover {
    color: #4F6B55;
  }

  ul.header__menu_item_dropdown_content_item_list li a:hover {
    color: #4F6B55;
    background: rgba(107, 143, 113, 0.08);
  }

  .page__button:hover {
    background-color: #4e6d53;
  }

  .page__button.white__button:hover {
    box-shadow: 0 0 0 white;
    background-color: white;
    color: rgba(107, 143, 113, 1);
  }

  a.wehelp__tag:hover,
  a.wehelp__tag:focus-visible {
    opacity: 0.88;
    transform: translateY(-1px);
  }

  .footer__nav a:hover,
  .footer__policy:hover,
  .footer__callback:hover,
  .footer__phone-link:hover,
  .footer__contact-item:hover,
  .footer__brand:hover {
    opacity: 0.8;
  }

  .footer__cta:hover {
    background: rgb(255, 255, 255);
    color: rgb(79, 107, 85);
  }

  .breadcrumbs__link:hover {
    opacity: 0.75;
  }

  .consult .consult__form_policy a:hover {
    text-decoration: underline;
  }

  .pricelist__tab:hover {
    color: rgb(79, 107, 85);
  }

  .pricelist__tab.is-active:hover {
    color: rgb(255, 255, 255);
  }
}

/* Прайсы реабилитации — слайдер пакетов */
section.rehab-price {
  margin-bottom: 7.5vw;
}

.rehab-price .page__title {
  margin-bottom: 2.5vw;
}

.rehab-price__slider-wrap {
  position: relative;
}

.rehab-price__slider {
  overflow: hidden;
  cursor: grab;
}

.rehab-price__slider .swiper-slide {
  height: auto;
}

.rehab-price__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 28vw;
  padding: 0 0.5vw;
  background: #f9fbf9;
  border: 1px solid #E5ECE5;
  border-radius: 20px;
  padding: 1.5vw;
}

.rehab-price__name {
  margin: 0 0 0.75vw;
  font-size: 1.35vw;
  font-weight: 600;
  line-height: 1.25;
  color: #111;
}

.rehab-price__desc {
  margin: 0 0 1.25vw;
  font-size: 0.95vw;
  font-weight: 400;
  line-height: 1.4;
  color: #111;
}

.rehab-price__included {
  margin: 0 0 0.75vw;
  font-size: 0.95vw;
  font-weight: 500;
  line-height: 1.4;
  color: #111;
}

.rehab-price__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rehab-price__list li {
  position: relative;
  padding-left: 1vw;
  margin-bottom: 0.55vw;
  font-size: 0.9vw;
  font-weight: 400;
  line-height: 1.45;
  color: #111;
}

.rehab-price__list li::before {
  content: "";
  position: absolute;
  top: 0.45vw;
  left: 0;
  width: 0.3vw;
  height: 0.3vw;
  border-radius: 50%;
  background: #111;
}

.rehab-price__card-bottom {
  margin-top: auto;
  padding-top: 1.5vw;
}

.rehab-price__cost {
  margin-bottom: 1.25vw;
}

.rehab-price__cost-main {
  margin-bottom: 0.35vw;
  font-size: 1.15vw;
  font-weight: 600;
  line-height: 1.3;
  color: #111;
}

.rehab-price__cost-day {
  font-size: 0.85vw;
  font-weight: 400;
  line-height: 1.3;
  color: #9a9a9a;
}

.rehab-price__cost-note {
  margin-top: 0.5vw;
  font-size: 0.8vw;
  font-weight: 400;
  line-height: 1.35;
  color: #6b6b6b;
}

.rehab-price__btn {
  width: 100%;
  padding: 0.85vw 1.25vw;
  border: 1px solid rgba(107, 143, 113, 1);
  border-radius: 35px;
  background: transparent;
  color: rgba(107, 143, 113, 1);
  font-family: "Montserrat", sans-serif;
  font-size: 0.95vw;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: 0.25s ease;
}

.rehab-price__btn:hover {
  background: rgba(107, 143, 113, 1);
  color: #fff;
}

.rehab-price__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 3vw;
  height: 3vw;
  margin-top: 0;
  border: none;
  border-radius: 50%;
  background: rgba(107, 143, 113, 1);
  color: #fff;
  box-shadow: 0 0.35vw 1vw rgba(17, 17, 17, 0.12);
  transform: translateY(-50%);
  cursor: pointer;
}

.rehab-price__nav:after {
  display: none;
}

.rehab-price__nav svg {
  width: 1.25vw;
  height: 1.25vw;
}

.rehab-price__nav--prev {
  left: -1.5vw;
}

.rehab-price__nav--prev svg {
  transform: rotate(180deg);
}

.rehab-price__nav--next {
  right: -1.5vw;
}

.rehab-price__nav.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

@media (max-width: 767px) {

  .header .container {
    padding: 0 4vw;
  }

  header.header {
    padding: 2.4vw 0;
  }

  .header__bot {
    min-height: 13vw;
  }

  .header__logo {
    width: 50vw;
    height: 12vw;
  }

  .header__logo img {
    object-position: left center;
  }

  .header__burger {
    width: 9vw;
    height: 9vw;
    align-items: center;
  }

  .header__burger span {
    width: 5vw;
    height: 0.55vw;
  }

  .header__burger.active span:nth-child(3) {
    top: -0.55vw;
  }







  .wrapper {
    overflow: hidden;
  }

  body {
    font-size: 3.5vw;
    font-weight: 500;
    color: #111;
    line-height: 130%;
  }

  .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 4vw;
  }

  .header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5vw 0;
    border-bottom: 1px solid #DEDEDE;
    display: none;
  }

  ul.header__media {
    display: flex;
    align-items: center;
    gap: 1vw;
  }

  ul.header__top_menu {
    display: flex;
    align-items: center;
    gap: 0.5vw;
  }

  ul.header__top_menu li a {
    padding: 0.5vw;
    color: #111111;
  }

  .header__top_left {
    display: flex;
    align-items: center;
    gap: 10.5vw;
  }

  .header__top_right a {
    display: flex;
    align-items: center;
    gap: 0.625vw;
  }

  .header__top_left img {
    width: 1.5vw;
    height: 1.5vw;
  }

  .header__top_right a span {
    color: #111;
  }

  .header__bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    flex-direction: row-reverse;
  }

  .header__search-toggle {
    width: 9vw;
    height: 9vw;
    flex-basis: 9vw;
    background: transparent;
    border: 0;
    color: #6B8F71;
  }

  .header__search-toggle svg {
    width: 6vw;
    height: 6vw;
  }

  .header__search-toggle--desktop {
    display: none;
  }

  .header__search-toggle--mobile {
    display: inline-flex;
  }

  .header-search {
    position: fixed;
    top: 18vw;
    left: 4vw;
    right: 4vw;
    width: auto;
    transform: translateY(-2vw);
    z-index: 160;
  }

  .header-search__form {
    gap: 2vw;
    min-height: 13vw;
    padding: 1.5vw 1.75vw 1.5vw 4vw;
    border-radius: 999px;
    box-shadow: 0 3vw 8vw rgba(17, 17, 17, 0.12);
  }

  .header-search__icon {
    width: 5.5vw;
    height: 5.5vw;
    flex-basis: 5.5vw;
  }

  .header-search__input {
    font-size: 4vw;
  }

  .header-search__submit {
    display: none;
  }

  .header-search__close {
    width: 9vw;
    height: 9vw;
    flex-basis: 9vw;
  }

  .header-search__close svg {
    width: 4.5vw;
    height: 4.5vw;
  }

  .header-search__dropdown {
    margin-top: 2vw;
    padding: 1.5vw;
    border-radius: 18px;
    max-height: min(70vh, 115vw);
    box-shadow: 0 3vw 8vw rgba(17, 17, 17, 0.12);
  }

  .header-search__result {
    gap: 2.5vw;
    padding: 3.2vw;
    border-radius: 14px;
  }

  .header-search__result + .header-search__result {
    margin-top: 1vw;
  }

  .header-search__result-top {
    gap: 1.5vw;
    margin-bottom: 1.4vw;
    flex-wrap: wrap;
  }

  .header-search__result-type {
    min-height: 5.5vw;
    padding: 0 2vw;
    font-size: 2.7vw;
  }

  .header-search__result-title {
    font-size: 3.7vw;
  }

  .header-search__result-excerpt {
    font-size: 3.1vw;
  }

  .header-search__price {
    padding: 1.3vw 2vw;
    font-size: 3vw;
  }

  .header-search__message {
    padding: 3.2vw;
    font-size: 3.4vw;
  }

  .search-page {
    padding: 4vw 0 12vw;
  }

  .search-page__inner {
    padding: 7vw 5vw;
    border-radius: 28px;
  }

  .search-page__head {
    max-width: none;
    margin-bottom: 6vw;
  }

  .search-page__breadcrumbs {
    gap: 2vw;
    margin-bottom: 5vw;
  }

  .search-page__breadcrumbs a,
  .search-page__breadcrumbs span {
    min-height: 8vw;
    padding: 0 4vw;
    font-size: 3.2vw;
  }

  .search-page__title {
    margin-bottom: 3vw;
    font-size: 9vw;
  }

  .search-page__summary {
    margin-bottom: 5vw;
    font-size: 4vw;
  }

  .search-page__form {
    gap: 2vw;
    max-width: none;
    min-height: 13vw;
    padding: 1.5vw 1.75vw 1.5vw 4vw;
  }

  .search-page__input {
    font-size: 4vw;
  }

  .search-page__submit {
    height: 9.5vw;
    padding: 0 4.5vw;
    font-size: 3.5vw;
  }

  .search-page__results {
    grid-template-columns: 1fr;
    gap: 3vw;
  }

  .search-page__card {
    min-height: 0;
    padding: 4.5vw;
    border-radius: 18px;
  }

  .search-page__card-top {
    gap: 2vw;
    margin-bottom: 3vw;
    flex-wrap: wrap;
  }

  .search-page__type,
  .search-page__price {
    min-height: 6.5vw;
    padding: 0 2.4vw;
    font-size: 3vw;
  }

  .search-page__card-title {
    margin-bottom: 2.5vw;
    font-size: 5vw;
  }

  .search-page__excerpt {
    font-size: 3.6vw;
  }

  .search-page__link {
    padding-top: 4vw;
    font-size: 3.8vw;
  }

  .search-page__empty {
    max-width: none;
    padding: 4.5vw;
    border-radius: 18px;
  }

  .search-page__empty h2 {
    margin-bottom: 2vw;
    font-size: 5vw;
  }

  .search-page__empty p {
    font-size: 3.7vw;
  }

  .search-page .navigation.pagination {
    margin-top: 5vw;
  }

  .search-page .nav-links {
    gap: 2vw;
  }

  .search-page .page-numbers {
    min-width: 9vw;
    min-height: 9vw;
    padding: 0 3vw;
    font-size: 3.4vw;
  }

  .page__button {
    background: rgba(107, 143, 113, 1);
    padding: 4vw;
    border-radius: 35px;
    color: white;
    font-weight: 600;
    font-size: 4vw;
    /* box-shadow: 0px 6px 6px rgba(238, 54, 97, 0.4); */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5vw;
    transition: 0.25s ease;
  }

  .page__button img,
  .page__button svg {
    width: 6vw;
    height: 6vw;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }

  .hero__buttons {
    display: flex;
    align-items: start;
    gap: 2vw;
    flex-direction: column;
  }

  .header__logo {
    width: 50vw;
    height: 12vw;
  }

  .header__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left center;
    object-position: left center;
  }

  nav.header__menu {
    display: flex;
    align-items: center;
    gap: 0.5vw;
    display: none;
  }

  .header__menu_item {
    padding: 0.5vw;
  }

  .header__menu_item a {
    color: #111;
  }

  .header__tel {
    display: flex;
    flex-direction: column;
    gap: 0.2vw;
    align-items: end;
    width: 49vw;
  }

  .header__tel p {
    font-size: 3vw;
    font-weight: 600;
  }

  .header__tel a img {
    width: 6vw;
    height: 6vw;
  }

  .header__tel a span {
    font-size: 4.5vw;
    font-weight: 700;
    color: #111;
  }

  .header__tel a {
    display: flex;
    align-items: center;
    gap: 0.4vw;
  }

  .header__tel button {
    background: transparent;
    font-size: 3.5vw;
    font-weight: 600;
    color: rgba(107, 143, 113, 1);
  }

  header.header {
    background: white;
    padding: 2.4vw 0;
    position: fixed;
    z-index: 150;
    width: 100%;
  }

  .title {
    font-size: 8vw;
    font-weight: 600;
    margin-bottom: 6vw;
    line-height: 100%;
  }

  section.hero {
    padding-top: 10vw;
    margin-bottom: 2vw;
    padding-bottom: 10vw;
  }

  .hero__row {
    grid-template-columns: 1fr;
    gap: 8vw;
    flex-direction: column;
  }

  .hero__content {
    max-width: 100%;
  }

  .hero__label {
    font-size: 3.5vw;
    margin-bottom: 4vw;
  }

  .hero__title {
    font-size: 7vw;
    margin-bottom: 5vw;
  }

  .hero__text {
    font-size: 4vw;
    margin-bottom: 6vw;
    max-width: 100%;
  }

  .hero--about {
    padding: 6vw 0;
  }

  .hero--about .hero__row {
    flex-direction: column;
    gap: 6vw;
    padding: 5vw;
    border-radius: 6vw;
  }

  .hero--about .hero__content {
    padding: 0;
  }

  .hero--about .hero__text {
    max-width: 100%;
  }

  .hero--about-textonly .hero__row,
  .hero--about-textonly .hero__text {
    width: auto;
    max-width: 100%;
  }

  .hero--about .hero__visual {
    flex: none;
    width: 100%;
    height: 70vw;
    border-radius: 5vw;
  }

  .blog-hero .hero__text {
    margin-bottom: 5vw;
  }

  .blog-hero .blog__item_meta {
    margin-top: 0;
  }

  section.basis {
    margin-bottom: 15vw;
  }

  .basis__row {
    flex-direction: column;
    gap: 8vw;
  }

  .basis__content {
    flex: none;
    width: 100%;
  }

  .basis .page__title {
    margin-bottom: 4vw;
  }

  .basis__text {
    gap: 4vw;
  }

  .basis__text .page__text {
    font-size: 4vw;
  }

  .basis__tags {
    flex: none;
    width: 100%;
    gap: 2.5vw;
  }

  .basis__tag {
    padding: 2.5vw 4vw;
    font-size: 3.2vw;
  }

  section.founder {
    margin-bottom: 15vw;
  }

  .founder__row {
    flex-direction: column-reverse;
    gap: 6vw;
  }

  .founder__visual {
    position: static;
    flex: none;
    width: 100%;
    border-radius: 4vw;
  }

  .founder__title {
    font-size: 6vw;
    margin-bottom: 2vw;
  }

  .founder__subtitle {
    font-size: 3.4vw;
    margin-bottom: 5vw;
  }

  .founder__text {
    gap: 3vw;
    font-size: 4vw;
    margin-bottom: 5vw;
  }

  .founder__list-title {
    font-size: 4vw;
    margin-bottom: 3vw;
  }

  .founder__list {
    gap: 2vw;
    margin-bottom: 5vw;
  }

  .founder__list li {
    padding-left: 5vw;
    font-size: 4vw;
  }

  .founder__list li::before {
    top: 2.4vw;
    width: 1.6vw;
    height: 1.6vw;
  }

  .hero__visual-bg {
    min-height: 80vw;
    border-radius: 5vw;
  }

  .hero__visual-bg::before {
    width: 50vw;
    height: 50vw;
    top: -10vw;
    right: -8vw;
  }

  .hero__visual-bg::after {
    width: 35vw;
    height: 35vw;
    bottom: 10vw;
    left: 4vw;
  }

  .hero__badges {
    top: 4vw;
    left: 4vw;
    gap: 2.5vw;
  }

  .hero__badge {
    padding: 2.5vw 4vw;
    border-radius: 3vw;
    font-size: 3.2vw;
  }

  section.hero-bot {
    margin-bottom: 17.5vw;
  }

  .hero-bot__grid {
    grid-template-columns: 1fr;
    gap: 4vw;
  }

  .hero-bot__item {
    padding: 7vw 4vw;
    gap: 4vw;
    background: rgba(229, 236, 229, 0.55);
    border: 1px solid rgb(225, 232, 225);
    border-radius: 16px;
  }

  .hero-bot__icon {
    width: 16vw;
    height: 16vw;
    min-width: 16vw;
  }

  .hero-bot__icon img {
    width: 8vw;
    height: 8vw;
  }

  .hero__buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 3vw;
  }

  .hero__buttons .page__button {
    width: 100%;
    padding: 4vw 5vw;
    font-size: 3.5vw;
  }

  .hero__cats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5vw;
  }

  .hero__cats_item {
    overflow: hidden;
    height: 58vw;
    border-radius: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  .hero__cats_item>img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .hero__cats_item_bot {
    position: relative;
    z-index: 2;
    display: flex;
    padding: 8vw 6vw;
    gap: 2.5vw;
    justify-content: space-between;
  }

  .hero__cats_item_title {
    font-size: 5vw;
    color: white;
    font-weight: 600;
    line-height: 120%;
    max-width: 41vw;
  }

  .hero__cats_item_arrow svg {
    width: 6vw;
    height: 6vw;
  }

  .hero__cats_item_arrow {
    width: 11vw;
    height: 11vw;
    border-radius: 50%;
    background: white;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2.75vw;
  }

  .hero__cats_item::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(rgba(17, 17, 17, 0), #343434);
  }

  .page__title.center {
    text-align: center;
  }

  .page__title {
    font-size: 6vw;
    font-weight: 600;
    margin-bottom: 4vw;
    line-height: 110%;
  }

  .rooms__subtitle {
    text-align: center;
    margin-bottom: 2.5vw;
  }

  .hero-bot__item p {
    font-weight: 600;
    line-height: 1.3;
  }

  .rooms__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6vw;
  }

  .rooms__item {
    background: white;
    width: 100%;
    max-width: 100%;
    border-radius: 16px;
    overflow: hidden;
  }

  .rooms__item_slider {
    width: 100%;
    max-width: 100%;
    height: 58.5vw;
    background: black;
  }

  .rooms__item_slider .swiper-wrapper {
    /* display: none; */
  }

  .page__subtitle {
    font-size: 4.5vw;
    font-weight: 600;
    color: #111;
  }

  .rooms__item_content {
    padding: 6vw;
    display: flex;
    flex-direction: column;
    gap: 3vw;
  }

  .rooms__count {
    display: flex;
    align-items: center;
    gap: 0.625vw;
  }

  .rooms__count img {
    width: 6vw;
    height: 6vw;
  }

  .rooms__item_bottom {
    padding: 6vw;
    padding-top: 4vw;
    border-top: 1px solid #DEDEDE;
    display: flex;
    flex-direction: column;
    gap: 2.5vw;
  }

  .rooms__item_price {
    text-align: center;
    font-size: 4.5vw;
    color: #6b8f71;
    font-weight: 600;
    margin-bottom: 0.625vw;
  }

  .rooms__item_bottom button {
    width: 100%;
    text-align: center;
  }

  .page__button.white__button {
    /* background: white; */
    /* color: black; */
    /* box-shadow: 0px 6px 6px rgba(17, 17, 17, 0.1); */
    /* border: 1px solid #D9D9D9; */
  }

  ul.rooms__checklist {
    display: flex;
    flex-direction: column;
    gap: 3vw;
    line-height: 130%;
  }

  .rooms {
    margin-bottom: 15vw;
  }

  .services__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4vw;
  }

  .services__item {
    height: auto;
    position: relative;
    background: white;
    overflow: hidden;
    border-radius: 16px;
    padding: 8vw;
  }

  .services__item>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: none;
  }

  .services__item_left {
    position: relative;
    z-index: 2;
    padding: 0;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    height: 100%;
    gap: 4vw;
  }

  .services__item .page__button {
    width: -moz-max-content;
    width: max-content;
    padding: 4vw;
    margin: 0 auto;
    margin-top: auto;
  }

  .services__item_title {
    margin-bottom: 4vw;
  }

  section.services {
    margin-bottom: 22.5vw;
  }

  .services__subtitle {
    margin-bottom: 6vw;
    width: 100%;
    line-height: 130%;
    font-size: 4vw;
  }

  .whyus__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4vw;
    margin-bottom: 10vw;
  }

  .whyus__item {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    background: white;
    padding: 0 7.5vw;
    padding-right: 7.5vw;
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
    display: flex;
    gap: 11vw;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
  }

  .whyus__icon {
    width: 11vw;
    height: 11vw;
    min-width: 11vw;
  }

  .whyus__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }

  .whyus__number {
    position: absolute;
    bottom: 0;
    left: 3vw;
    font-size: 22.5vw;
    font-weight: 400;
    color: #EAEAEA;
  }

  .whyus__content {
    display: flex;
    flex-direction: column;
    gap: 3vw;
  }

  .whyus .page__title {
    margin-bottom: 6vw;
    text-align: center;
  }

  section.whyus {
    margin-bottom: 22.5vw;
  }

  .whyus__buttons .hero__buttons {
    flex-direction: column;
    align-items: center;
  }

  .whyus--home .page__title {
    text-align: left;
    margin-bottom: 4vw;
  }

  .whyus--home .whyus__subtitle {
    max-width: 100%;
    font-size: 4vw;
    margin-bottom: 6vw;
  }

  .whyus--home .whyus__grid {
    grid-template-columns: 1fr;
    gap: 4vw;
  }

  .whyus--home .whyus__item,
  .whyus--home .whyus__item:nth-child(-n+3),
  .whyus--home .whyus__item:nth-child(n+4) {
    grid-column: span 1;
    padding: 6vw 5vw;
    gap: 4vw;
    flex-direction: column;
    border-radius: 30px;
  }

  .whyus--home .whyus__icon {
    width: 12vw;
    height: 12vw;
    min-width: 12vw;
  }

  .whyus--home .whyus__content {
    gap: 3vw;
  }

  .whyus--home .whyus__buttons .hero__buttons {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .whyus--home .whyus__buttons .page__button {
    width: 100%;
  }

  .team__item_image {
    height: 90vw;
    display: block;
    overflow: hidden;
    margin-bottom: 5vw;
    width: 100%;
  }

  section.team {
    margin-bottom: 15vw;
    /* display: none; */
  }

  .team__item {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 8vw;
  }

  .team__item_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .team__item_title {
    text-align: center;
    padding-bottom: 0.625vw;
    margin-bottom: 4vw;
    position: relative;
    padding: 0 6vw;
    padding-bottom: 4vw;
  }

  .team__slider {
    margin-bottom: 6vw;
    overflow: visible;
  }

  .team__slider_bottom .page__button {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }

  .team__item_title::before {
    content: "";
    background: #DEDEDE;
    width: 50vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    transform: translate(-50%, 0px);
  }

  .team__item_text {
    margin-bottom: 5vw;
    text-align: center;
    padding: 0 6vw;
  }

  section.team .page__title {
    margin-bottom: 8vw;
  }

  section.consult {
    margin-bottom: 15vw;
  }

  .consult__inner {
    grid-template-columns: 1fr;
    gap: 5vw;
    padding: 6vw 5vw;
    border-radius: 40px;
  }

  .consult__title {
    max-width: 100%;
    font-size: 6.5vw;
    margin-bottom: 4vw;
  }

  .consult__text {
    max-width: 100%;
    font-size: 4vw;
    margin-bottom: 6vw;
  }

  .consult__form_top {
    flex-direction: column;
    gap: 3vw;
    margin-bottom: 5vw;
    display: flex;
  }

  .consult__form_top label {
    width: 100%;
    min-width: 0;
  }

  .consult__form input[type="text"],
  .consult__form input[type="tel"] {
    padding: 4vw;
    border-radius: 4vw;
    font-size: 16px;
  }

  .consult__submit {
    width: 100%;
    padding: 4vw 5vw;
    border-radius: 4vw;
    font-size: 3.8vw;
  }

  .consult .consult__form_policy {
    font-size: 3.2vw;
  }

  .consult .consult__form_policy span {
    white-space: normal;
  }

  .consult .consult__form_policy label {
    align-items: flex-start;
    gap: 3vw;
  }

  .consult .consult__form_policy input[type="checkbox"] {
    width: 4.5vw;
    height: 4.5vw;
    min-width: 4.5vw;
    margin-top: 0.3vw;
    border-radius: 1vw;
  }

  .consult__form_policy {
    font-size: 3.2vw;
  }

  .consult__image {
    min-height: 100vw;
    border-radius: 40px;
    width: 100%;
  }

  section.consult>img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }

  .consult__left {
    padding-top: 2.6vw;
  }

  .consult .page__title {
    width: 100%;
  }

  .consult__form button[type=submit] {
    height: 100%;
    width: 100%;
  }

  section.reviews {
    margin-bottom: 22.5vw;
    /* display: none; */
  }

  .reviews__item {
    /* background: white; */
    padding: 6vw;
    border-radius: 16px;
    height: 100%;
  }

  .reviews__item_title {
    margin-bottom: 4vw;
    display: flex;
    align-items: center;
    font-weight: 700;
    gap: 2vw;
    font-size: 3.5vw;
  }

  .reviews__item_title img {
    width: 6vw;
    height: 6vw;
  }

  .reviews__more .page__button {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }

  .about__row {
    display: flex;
    gap: 8.5vw;
    align-items: center;
    flex-direction: column;
  }

  .about__left {
    width: 100%;
    height: 72.5vw;
    overflow: hidden;
    border-radius: 16px;
    min-width: 26.3vw;
  }

  .about__left img {
    width: 100%;
    height: 100%;
  }

  section.wehelp {
    margin-bottom: 22.5vw;
  }

  .wehelp .page__title {
    margin-bottom: 4vw;
  }

  .wehelp__subtitle {
    max-width: 100%;
    font-size: 4vw;
    margin-bottom: 6vw;
  }

  .wehelp__grid {
    grid-template-columns: 1fr;
    gap: 4vw;
  }

  .wehelp__card {
    padding: 6vw 5vw;
    border-radius: 16px;
  }

  .wehelp__card-title {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }

  .wehelp__tags {
    gap: 2.5vw;
  }

  .wehelp__tag {
    padding: 2.5vw 4vw;
    font-size: 3.2vw;
  }

  section.approach {
    margin-bottom: 22.5vw;
  }

  .approach .page__title {
    margin-bottom: 4vw;
  }

  .approach__subtitle {
    max-width: 100%;
    font-size: 4vw;
    margin-bottom: 6vw;
  }

  .approach__grid {
    grid-template-columns: 1fr;
    gap: 4vw;
  }

  .approach__card {
    grid-template-columns: 1fr;
    padding: 4vw;
    min-height: auto;
    gap: 5vw;
    flex-direction: column;
  }

  .approach__content {
    padding-top: 0;
  }

  .approach__number {
    font-size: 10vw;
    width: 15vw;
    height: 15vw;
    margin-bottom: 5vw;
  }

  .approach__card-title {
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }

  .approach__card-text {
    font-size: 3.8vw;
  }

  .approach__image {
    min-height: 50vw;
    border-radius: 4vw;
    width: 100%;
  }

  section.quote {
    margin-bottom: 22.5vw;
  }

  .quote__inner {
    grid-template-columns: 1fr;
    gap: 5vw;
    padding: 6vw 5vw;
    border-radius: 16px;
    flex-direction: column;
  }

  .quote__content {
    padding: 4vw;
    padding-left: 6vw;
  }

  .quote__mark {
    font-size: 17vw;
    margin-bottom: 4vw;
  }

  .quote__text {
    font-size: 4.2vw;
    margin-bottom: 5vw;
  }

  .quote__author {
    font-size: 3.5vw;
  }

  .quote__image {
    min-height: 55vw;
    border-radius: 4vw;
    width: 100%;
  }

  section.faq {
    margin-bottom: 10vw;
  }

  .faq .page__title {
    margin-bottom: 6vw;
  }

  .faq__list {
    gap: 2.5vw;
  }

  .faq__trigger {
    padding: 5vw 4.5vw;
    gap: 4vw;
  }

  .faq__item.is-open .faq__trigger {
    padding-bottom: 2.5vw;
  }

  .faq__question {
    font-size: 4vw;
    line-height: 1.35;
  }

  .faq__icon {
    width: 11vw;
    height: 11vw;
  }

  .faq__arrow {
    width: 5vw;
    height: 5vw;
  }

  .faq__answer {
    padding: 0 4.5vw 5vw;
  }

  .faq__answer-text {
    max-width: 100%;
    font-size: 3.5vw;
    line-height: 1.45;
  }

  section.direction {
    margin-bottom: 10vw;
  }

  .direction .page__title {
    margin-bottom: 4vw;
  }

  .direction__subtitle {
    max-width: 100%;
    margin-bottom: 6vw;
    font-size: 4vw;
  }

  .direction__box {
    padding: 5vw 4vw;
    border-radius: 16px;
  }

  .direction__row {
    grid-template-columns: 1fr;
    gap: 2vw;
    padding: 4vw 0;
  }

  .direction__row--head {
    display: none;
  }

  .direction__col {
    font-size: 3.5vw;
  }

  .direction__col--match {
    font-weight: 600;
    color: rgb(79, 107, 85);
  }

  .direction__col--match::before {
    content: 'Подойдет: ';
    font-weight: 500;
    color: rgb(117, 117, 117);
  }

  section.process {
    margin-bottom: 22.5vw;
  }

  .process .page__title {
    margin-bottom: 6vw;
  }

  .process__grid {
    grid-template-columns: 1fr;
    gap: 4vw;
  }

  .process__card {
    min-height: auto;
    padding: 6vw 5vw;
    gap: 4vw;
    border-radius: 30px;
  }

  .process__number {
    width: 10vw;
    height: 10vw;
    font-size: 4vw;
  }

  .process__card-title {
    font-size: 4.5vw;
  }

  .process__card-text {
    font-size: 3.5vw;
  }

  .about .page__title {
    margin-bottom: 6vw;
  }

  section.about {
    margin-bottom: 10vw;
  }

  .about__logo {
    width: 30vw;
  }

  .about__logo img {
    width: 100%;
  }

  .about__right {
    display: flex;
    flex-direction: column;
    gap: 6vw;
    width: 100%;
  }

  .about__right .page__button {
    width: -moz-max-content;
    width: max-content;
  }

  .advent__item {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3vw;
  }

  .advent__item_title {
    font-size: 4.5vw;
    font-weight: 600;
    line-height: 120%;
  }

  .advent__item_icon {
    width: 11vw;
    height: 11vw;
  }

  .advent__item_icon img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
    -o-object-position: center;
    object-position: center;
  }

  .advent__grid {
    gap: 10vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 10vw;
    padding-bottom: 3.75vw;
    border-bottom: 1px solid #DEDEDE;
    border-top: 1px solid #DEDEDE;
    margin-bottom: 10vw;
    flex-direction: column;
  }

  .advent .page__title {
    margin-bottom: 5vw;
  }

  .advent__item_text {
    line-height: 140%;
  }

  .advent__gallery.swiper {
    overflow: visible;
    cursor: grab;
    margin-bottom: 2.5vw;
    display: none;
  }

  .advent__gallery img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 13vw;
  }

  section.blog {
    margin-bottom: 22.5vw;
    /* display: none; */
  }

  .blog__container {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .blog__head {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-column: auto;
    grid-row: auto;
    gap: 3vw;
    margin-bottom: 6vw;
  }

  section.blog .page__title {
    max-width: 100%;
    margin-bottom: 0;
  }

  .blog__slider {
    grid-column: auto;
    grid-row: auto;
    margin-bottom: 0;
  }

  .blog__all.page__button {
    grid-column: auto;
    grid-row: auto;
    width: fit-content;
    margin-top: 6vw;
    padding: 3.5vw 6vw;
    font-size: 3.5vw;
  }

  .blog__nav {
    gap: 3vw;
  }

  .blog__nav-btn.swiper-button-next,
  .blog__nav-btn.swiper-button-prev {
    width: 12vw;
    height: 12vw;
  }

  .blog__nav-btn.swiper-button-next svg,
  .blog__nav-btn.swiper-button-prev svg {
    width: 5vw;
    height: 5vw;
  }

  .blog__item {
    padding: 3vw;
  }

  .blog__item_image {
    height: 48vw;
    border-radius: 4vw;
  }

  .blog__item_content {
    padding: 4vw 1vw 2vw;
  }

  .blog__item_meta {
    flex-wrap: wrap;
    gap: 3vw;
    margin-bottom: 4vw;
    font-size: 3.2vw;
  }

  .blog__item_meta-left {
    gap: 4vw;
  }

  .blog__item_meta-item img {
    width: 4vw;
    height: 4vw;
  }

  .blog__item_date {
    font-size: 3.2vw;
  }

  .blog__item_title {
    font-size: 4.2vw;
    margin-bottom: 3vw;
  }

  .blog__item_text {
    font-size: 3.5vw;
  }

  .blog__item_more {
    padding-top: 4vw;
    font-size: 3.5vw;
    gap: 2vw;
  }

  .blog__item_more img {
    width: 3.5vw;
    height: 3.5vw;
  }

  .footer {
    padding-top: 10vw;
  }

  .footer__top {
    grid-template-columns: 1fr;
    gap: 8vw;
    margin-bottom: 8vw;
  }

  .footer__brand {
    margin-bottom: 2vw;
    width: 48vw;
    height: 15vw;
  }

  .footer__tagline {
    margin-bottom: 4vw;
    font-size: 3.5vw;
  }

  .footer__desc {
    max-width: 100%;
    margin-bottom: 6vw;
    font-size: 3.2vw;
  }

  ul.footer__media {
    gap: 4vw;
    margin-bottom: 6vw;
  }

  ul.footer__media li {
    width: 6vw;
    height: 6vw;
  }

  .footer__copyright {
    font-size: 3.2vw;
  }

  .footer__nav {
    gap: 4vw;
  }

  .footer__nav a {
    font-size: 4vw;
  }

  .footer__right {
    gap: 5vw;
  }

  .footer__phone {
    gap: 2vw;
  }

  .footer__phone-link img {
    width: 5vw;
    height: 5vw;
  }

  .footer__phone-link span {
    font-size: 5vw;
  }

  .footer__callback {
    font-size: 3.5vw;
  }

  .footer__cta {
    width: 100%;
    padding: 4vw 6vw;
    font-size: 3.5vw;
  }

  .footer__contact-item {
    gap: 3vw;
    font-size: 3.5vw;
    line-height: 1.45;
  }

  .footer__contact-item img {
    width: 5vw;
    height: 5vw;
    margin-top: 0.5vw;
  }

  .footer__addresses {
    gap: 4vw;
  }

  .footer__address-title {
    margin-bottom: 1.5vw;
    line-height: 1.35;
  }

  .footer__address-line {
    margin-bottom: 1vw;
    line-height: 1.45;
  }

  .footer__policy {
    margin-top: 2vw;
    font-size: 3.5vw;
  }

  .footer__bottom {
    padding-top: 8vw;
    padding-bottom: 10vw;
    font-size: 3vw;
  }

  .partners {
    padding: 4vw 0 15vw;
  }

  .partners__head {
    max-width: 100%;
    margin-bottom: 6vw;
  }

  .partners__lead {
    margin-top: 4vw;
    font-size: 3.7vw;
  }

  .partners-block {
    padding: 10vw 0;
  }

  .partners-block__head {
    max-width: 100%;
    margin-bottom: 5vw;
  }

  .partners-block__lead {
    margin-top: 3vw;
    font-size: 3.6vw;
  }

  .partners-carousel {
    padding-bottom: 13vw;
  }

  .partners-carousel__card {
    padding: 4vw;
    border-radius: 4vw;
  }

  .partners-carousel__media {
    height: 34vw;
    margin-bottom: 4vw;
    padding: 4vw;
    border-radius: 3vw;
  }

  .partners-carousel__eyebrow {
    margin-bottom: 1.5vw;
    font-size: 3.1vw;
  }

  .partners-carousel__title {
    margin-bottom: 3vw;
    font-size: 4.4vw;
  }

  .partners-carousel__text {
    margin-bottom: 3.5vw;
    font-size: 3.4vw;
  }

  .partners-carousel__meta {
    gap: 2vw;
  }

  .partners-carousel__meta li {
    padding-left: 4vw;
    font-size: 3.3vw;
  }

  .partners-carousel__meta li::before {
    top: 1.8vw;
    width: 1.2vw;
    height: 1.2vw;
  }

  .partners-carousel__nav {
    gap: 3vw;
  }

  .partners-carousel__arrow {
    width: 11vw;
    height: 11vw;
  }

  .partners-carousel--letters {
    padding-bottom: 13vw;
  }

  .partners-carousel__card--letter {
    padding: 4vw;
  }

  .partners-carousel__card--letter .partners__letter-image {
    height: 76vw;
    margin-bottom: 4vw;
    padding: 3vw;
    border-radius: 3vw;
  }

  .partners-carousel__card--letter .partners__letter-image img {
    border-radius: 2vw;
    box-shadow: 0 1.5vw 4vw rgba(17, 17, 17, 0.1);
  }

  .partners__card {
    grid-template-columns: 1fr;
    gap: 5vw;
    padding: 5vw;
    border-radius: 5vw;
  }

  .partners__media {
    min-height: 58vw;
    border-radius: 3.5vw;
  }

  .partners__eyebrow {
    margin-bottom: 2vw;
    font-size: 3.4vw;
  }

  .partners__title {
    margin-bottom: 4vw;
    font-size: 5vw;
  }

  .partners__list {
    gap: 3vw;
  }

  .partners__list li {
    padding-left: 5vw;
    font-size: 3.7vw;
  }

  .partners__list li::before {
    top: 2vw;
    width: 1.5vw;
    height: 1.5vw;
  }

  .partners__nav {
    gap: 3vw;
    margin-top: 4vw;
  }

  .partners__arrow {
    width: 11vw;
    height: 11vw;
  }

  .partners__note {
    max-width: 100%;
    margin-top: 5vw;
    font-size: 3.2vw;
  }

  .partners__letters {
    margin-top: 10vw;
  }

  .partners__section-title {
    margin-bottom: 4vw;
    font-size: 6vw;
  }

  .partners__letter {
    grid-template-columns: 1fr;
    gap: 5vw;
    padding: 5vw;
    border-radius: 5vw;
  }

  .partners__letter-image {
    border-radius: 3.5vw;
  }

  .partners__letter-title {
    margin-bottom: 3vw;
    font-size: 5vw;
  }

  .partners__letter-text {
    max-width: 100%;
    font-size: 3.7vw;
  }

  section.advent {
    margin-bottom: 15vw;
  }

  .rooms__item_slider img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 2.25vw;
    height: 2.25vw;
    background: white;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    display: none;
  }

  .swiper-button-next svg,
  .swiper-button-next img,
  .swiper-button-prev svg,
  .swiper-button-prev img {
    width: 1.5vw;
    height: 1.5vw;
  }

  .swiper-button-prev svg {
    transform: rotate(180deg);
  }

  .reviews .page__title {
    margin-bottom: 6vw;
  }

  .reviews__slider {
    margin-bottom: 6vw;
    overflow: visible;
    cursor: grab;
  }

  .reviews__slider .swiper-slide {
    height: auto;
  }

  .red {
    color: rgba(107, 143, 113, 1);
  }

  .blog__slider {
    overflow: visible;
    margin-bottom: 2.5vw;
  }

  .header__top_right svg,
  .header__top_right img {
    width: 2vw;
    height: 2vw;
  }

  .header__menu_item.header__menu_item_dropdown {
    position: relative;
  }

  ul.header__menu_item_dropdown_body {
    position: absolute;
    top: 100%;
    left: 0;
    width: 18vw;
    padding: 1.25vw 1.4vw;
    display: flex;
    flex-direction: column;
    gap: 0.625vw;
    z-index: 5;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #D9D9D9;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
  }

  ul.header__menu_item_dropdown_body li {
    padding: 0.5vw;
  }

  main {
    padding-top: 19vw;
  }

  .cats {
    margin-bottom: 5vw;
  }

  .shero__row {
    display: flex;
    gap: 6vw;
    align-items: center;
    flex-direction: column;
  }

  .shero__image {
    width: 100%;
    height: 65vw;
    min-width: 35.3vw;
  }

  .shero__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .shero__content {
    display: flex;
    flex-direction: column;
    gap: 6vw;
  }

  .shero__text {
    display: flex;
    flex-direction: column;
    gap: 6.5vw;
    font-size: 4vw;
    line-height: 140%;
  }

  section.shero {
    margin-bottom: 15vw;
  }

  .shero .page__title {
    margin-bottom: 6vw;
  }

  .whyus__subtitle {
    text-align: center;
    font-size: 4vw;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10vw;
    line-height: 130%;
  }

  .pricelist__list_item {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 5vw;
    background: white;
    border-radius: 0;
    flex-direction: column;
    gap: 4vw;
    font-family: "Manrope", sans-serif;
    overflow: visible;
  }

  .pricelist__list_item_left {
    display: flex;
    align-items: center;
    gap: 4vw;
    justify-content: space-between;
    width: 100%;
  }

  .pricelist__list {
    display: flex;
    flex-direction: column;
    gap: 4vw;
  }

  .pricelist__title {
    margin-bottom: 4vw;
    font-size: 5vw;
    font-weight: 600;
    line-height: 1.3;
  }

  .pricelist .page__title {
    margin-bottom: 6vw;
  }

  .pricelist__wrapper {
    display: flex;
    flex-direction: column;
    gap: 6vw;
  }

  .pricelist__list_item_price {
    font-family: "Manrope", sans-serif;
    font-size: 4.7vw;
    line-height: 1.28;
    color: #111;
    font-weight: 600;
    white-space: nowrap;
  }

  .pricelist__list_item_title {
    max-width: 100%;
    font-family: "Manrope", sans-serif;
    font-size: 4.1vw;
    line-height: 1.45;
    font-weight: 400;
    color: #111;
    overflow-wrap: break-word;
  }

  section.pricelist {
    margin-bottom: 15vw;
  }

  .route__subtitle {
    font-size: 3.5vw;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    line-height: 140%;
    margin-bottom: 9vw;
  }

  .route__item_title {
    display: flex;
    align-items: center;
    gap: 5vw;
    margin-bottom: 5vw;
  }

  .route__item_title_number {
    width: 11vw;
    height: 11vw;
    min-width: 11vw;
    border-radius: 50%;
    background: rgb(246, 227, 231);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(107, 143, 113, 1);
    color: rgba(107, 143, 113, 1);
    font-size: 4.5vw;
  }

  .route__item_title_text {
    font-size: 4.5vw;
    font-weight: 600;
    line-height: 130%;
  }

  .route__wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  .route__item_step {
    margin-bottom: 8vw;
    padding-left: 16.75vw;
    line-height: 130%;
    position: relative;
  }

  .route__item_step strong {
    margin-bottom: 0.75vw;
    display: block;
    font-size: 4vw;
    font-weight: 600;
  }

  .route__item_step::before {
    content: "●";
    position: absolute;
    top: 0;
    left: 4vw;
    font-size: 5vw;
    color: #6b8f71;
  }

  .route__item_title_icon {
    width: 11vw;
    height: 11vw;
    min-width: 11vw;
  }

  .route__item_title_icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }

  .route__wrapper::before {
    content: "";
    height: 90%;
    width: 1px;
    background: transparent;
    position: absolute;
    top: 8vw;
    left: 5.3vw;
    border-left: 1px dashed rgba(107, 143, 113, 1);
    z-index: 1;
  }

  .route__item {
    z-index: 2;
    position: relative;
  }

  .route {
    margin-bottom: 15vw;
  }

  .rooms .page__title {
    margin-bottom: 6vw;
  }

  .noblock .whyus__item {
    background: transparent;
    height: auto;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
  }

  .noblock .whyus__number {
    opacity: 0;
  }

  .noblock .whyus__grid {
    gap: 10vw;
  }

  .contacts__row {
    flex-direction: column;
    gap: 6vw;
    padding: 5vw;
    border-radius: 6vw;
  }

  .contacts .breadcrumbs--inline {
    margin-bottom: 4vw;
  }

  .contacts__title {
    font-size: 7vw;
    margin-bottom: 3vw;
  }

  .contacts__address {
    font-size: 4vw;
    margin-bottom: 5vw;
  }

  ul.contacts__list {
    gap: 4vw;
    margin-bottom: 6vw;
  }

  .contacts__icon {
    width: 5vw;
    height: 5vw;
  }

  .contacts__value {
    font-size: 4vw;
  }

  .contacts__map {
    flex: none;
    width: 100%;
    min-height: 70vw;
    border-radius: 5vw;
  }

  .contacts__map iframe {
    min-height: 70vw;
  }

  section.contacts {
    padding: 6vw 0;
    margin-bottom: 15vw;
  }

  .place__row {
    display: flex;
    gap: 8vw;
    flex-direction: column;
  }

  .place__image {
    width: 100%;
    height: 80vw;
    min-width: 22vw;
  }

  .place__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .place .page__title {
    margin-bottom: 6vw;
  }

  .place__col_title {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 4vw;
    gap: 2.625vw;
    margin-bottom: 3vw;
  }

  .place__col_title img {
    width: 6vw;
    height: 6vw;
    min-width: 6vw;
  }

  .place__col_text {
    line-height: 140%;
    font-size: 3.5vw;
  }

  section.place {
    margin-bottom: 15vw;
  }

  .certificates__item {
    display: flex;
    align-items: start;
    gap: 6vw;
    flex-direction: column;
  }

  .certificates__item_image {
    width: 60vw;
    height: 75vw;
    min-width: 60vw;
  }

  .certificates__item_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  section.certificates {
    margin-bottom: 3.75vw;
  }

  .certificates__slider {
    overflow: visible;
  }

  .certificates .page__title {
    margin-bottom: 6vw;
  }

  .reviews__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4vw;
  }

  section.textblock {
    margin-bottom: 15vw;
  }

  .textblock__text {
    width: 100%;
  }

  section.textblock .page__title {
    margin-bottom: 4vw;
  }

  ul.textblock__gal {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4vw;
    margin-bottom: 8vw;
  }

  ul.textblock__gal img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .center .textblock__text {
    text-align: left;
    margin: 0 auto;
    font-size: 4vw;
  }

  .error404 {
    padding: 10vw 0;
  }

  .error404__number {
    font-size: 40vw;
    margin-bottom: 6vw;
  }

  .error404 .page__title {
    margin-bottom: 6vw;
  }

  .error404 .textblock__text {
    margin-bottom: 10vw;
  }

  .error404 .hero__buttons {
    flex-direction: column;
    gap: 4vw;
    width: 100%;
  }

  .error404 .hero__buttons .page__button {
    width: 100%;
    justify-content: center;
  }

  .textblock__text p {
    margin-bottom: 8vw;
    line-height: 130%;
  }

  .textblock__text ul {
    margin-bottom: 2.5vw;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10vw;
    display: flex;
    flex-direction: column;
    gap: 6vw;
  }

  .textblock__text ul li {
    padding-left: 6.25vw;
    line-height: 120%;
  }

  .textblock__text ul li:before {
    content: "";
    width: 4vw;
    height: 4vw;
    background: url('/wp-content/themes/unicaplus/img/ul_marker.svg');
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .textblock__text ul li {
    position: relative;
  }

  .center .hero__buttons {
    justify-content: center;
  }

  .blog__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6vw;
  }

  .blog--archive .page__title {
    margin-bottom: 6vw;
  }

  .blog__content_top {
    display: flex;
    align-items: center;
    gap: 12vw;
    margin-bottom: 6vw;
  }

  .blog__content_date {
    display: flex;
    align-items: center;
    gap: 2.625vw;
  }

  .blog__content_time {
    display: flex;
    align-items: center;
    gap: 2.625vw;
  }

  .blog__content_text {
    width: 100%;
  }

  .blog__content_text img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin-bottom: 6vw;
  }

  .blog__content_text {
    font-size: 4vw;
    line-height: 140%;
  }

  .blog__content_text p {
    margin-bottom: 6vw;
  }


  .blog__content_text h1,
  .blog__content_text h2,
  .blog__content_text h3 {
    margin-bottom: 6vw;
    font-size: 6vw;
    font-weight: 600;
    padding-top: 6vw;
    line-height: 120%;
  }

  .blog__content_text ol {
    display: flex;
    flex-direction: column;
    gap: 6vw;
    margin-bottom: 6vw;
    padding-left: 6.25vw;
    list-style-position: outside;
  }

  .blog__content_text ol li {
    padding-left: 2vw;
    line-height: 150%;
  }

  .pricelist__subtitle {
    font-size: 6vw;
    margin-bottom: 6vw;
    font-weight: 600;
    padding-top: 10vw;
    line-height: 120%;
  }

  .pricelist .pricelist__subtitle:first-child {
    border-top: 1px solid #DEDEDE;
  }

  .team__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5vw;
  }

  section.doctor {
    margin-bottom: 15vw;
  }

  .doctor__row {
    display: flex;
    gap: 6vw;
    flex-direction: column;
  }

  .doctor__image {
    width: 100%;
    height: 100%;
    min-width: 100%;
  }

  .doctor__image img {
    width: 100%;
    height: 100%;
  }

  .doctor__info_item {
    padding-bottom: 6vw;
    margin-bottom: 6vw;
    border-bottom: 1px solid #DEDEDE;
  }

  .doctor__info_item_title {
    display: flex;
    align-items: center;
    gap: 2vw;
    font-size: 4.5vw;
    font-weight: 700;
    margin-bottom: 4vw;
  }

  .doctor__info_item_title img {
    width: 6vw;
    height: 6vw;
  }

  .doctor__info {
    padding-top: 4vw;
    border-top: 1px solid #DEDEDE;
  }

  .doctor__spec {
    font-size: 1.1vw;
    font-weight: 600;
    margin-bottom: 1.5vw;
  }

  .doctor__content {
    width: 100%;
  }

  .doctor__certificates {
    margin-bottom: 15vw;
  }

  .doctor__certificates .page__title {
    margin-bottom: 6vw;
  }

  .doctor__certificates_slider {
    margin-bottom: 6vw;
  }

  .doctor__certificates_slider .swiper-slide a {
    padding: 0;
    border-radius: 4vw;
    height: 125vw;
  }

  shero__reab .shero__image {
    height: 19vw;
  }

  .shero__reab .shero__image {
    height: 52vw;
  }

  .shero__reab .shero__row {
    margin-bottom: 8vw;
  }

  .textblock__reab .textblock__text {
    margin-bottom: 6vw;
  }

  .about__video {
    width: 100%;
    height: 51vw;
    min-width: 40vw;
  }

  .about__video img {
    width: 100%;
    height: 100%;
  }

  .about__video img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  section.description {
    margin-bottom: 15vw;
  }

  .description__row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .description__image {
    width: 100%;
  }

  .description__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .description__content {
    display: flex;
    flex-direction: column;
    padding: 8vw 6vw;
    justify-content: center;
  }

  h3.description__title {
    font-size: 5vw;
    font-weight: 600;
    margin-bottom: 5.5vw;
  }

  p.description__text {
    font-size: 4vw;
    line-height: 150%;
  }

  section.alltime {
    background: #EAEAEA;
    margin-bottom: 5vw;
    position: relative;
    padding: 4vw;
  }

  .alltime__image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1;
    display: none;
  }

  .alltime__image img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
    -o-object-position: center;
    object-position: center;
  }

  .alltime__block {
    background: white;
    padding: 9vw 5vw;
    border-radius: 16px;
    width: 100%;
    margin-left: 0;
    position: relative;
    z-index: 2;
  }

  .alltime__text {
    margin-bottom: 6.5vw;
    line-height: 140%;
  }

  .header__menu_item a img {
    width: 0.9vw;
    height: 0.9vw;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }

  .consult__form_top label {
    width: 100%;
  }

  .consult__form_top label input {
    width: 100%;
  }

  .consult__left {
    padding-top: 8vw;
  }

  button.page__button.header__button {
    display: none;
  }

  .alltime__title {
    font-size: 5vw;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 5vw;
  }

  section.certificates {
    margin-bottom: 15vw;
  }

  .header__burger {
    width: 6vw;
    height: 6vw;
    display: flex;
    gap: 1vw;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    transition: 0.25s ease;
  }

  .header__burger span {
    width: 4vw;
    height: 0.5vw;
    background: #6b8f71;
    display: block;
    transition: 0.25s ease;
    position: relative;
  }

  .header__burger.active span:nth-child(2) {
    opacity: 0;
  }

  .header__burger.active {
    gap: 0;
  }

  .header__burger.active span:nth-child(1) {
    transform: rotate(45deg);
  }

  .header__burger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: -1vw;
  }

  .burger {
    position: fixed;
    inset: 0;
    z-index: 140;
    pointer-events: none;
    display: block;
  }

  .burger__overlay {
    position: absolute;
    inset: 0;
    background: rgba(79, 107, 85, 0.35);
    opacity: 0;
    transition: 0.35s ease;
  }

  .burger__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F9FBF9;
    transform: translateX(-100%);
    transition: 0.4s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 18vw 4vw 8vw;
  }

  .burger__container {
    display: none;
    padding-bottom: 4vw;
  }

  .burger__container.active {
    display: block;
  }

  ul.burger__menu {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0 0 5vw;
    padding: 0 0 5vw;
    border-bottom: 1px solid #E5ECE5;
    list-style: none;
  }

  .burger__menu_item {
    list-style: none;
  }

  .burger__menu_link {
    display: block;
    padding: 2.9vw 0;
    color: #111;
    font-size: 4.5vw;
    font-weight: 600;
    line-height: 130%;
    transition: 0.25s ease;
  }

  button.burger__menu_link {
    width: 100%;
    border: 0;
    background: transparent;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    cursor: pointer;
  }

  .burger__menu_link--service {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4vw;
  }

  .burger__menu_link--service svg {
    width: 5.5vw;
    height: 5.5vw;
    flex-shrink: 0;
    color: #6B8F71;
  }

  .burger__menu_item_main .burger__menu_link {
    color: #4F6B55;
    font-size: 4.8vw;
  }

  ul.burger__menu_item_sub {
    display: flex;
    flex-direction: column;
    gap: 2vw;
    margin: 0 0 2vw;
    padding: 0;
    list-style: none;
  }

  .burger__menu_subitem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3vw;
    padding: 3.5vw 4vw;
    background: #fff;
    border: 1px solid #E5ECE5;
    border-radius: 14px;
    color: #111;
    font-size: 3.8vw;
    font-weight: 500;
    line-height: 130%;
    cursor: pointer;
    transition: 0.25s ease;
  }

  .burger__menu_subitem svg {
    width: 5vw;
    height: 5vw;
    flex-shrink: 0;
    color: #6B8F71;
  }

  ul.burger__bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5vw;
    margin: 0 0 5vw;
    padding: 0;
    list-style: none;
  }

  ul.burger__bottom a {
    display: inline-flex;
    align-items: center;
    padding: 2.5vw 4vw;
    background: #E5ECE5;
    border-radius: 999px;
    color: #4F6B55;
    font-size: 3.2vw;
    font-weight: 600;
    line-height: 130%;
    transition: 0.25s ease;
  }

  .burger__contacts {
    display: flex;
    flex-direction: column;
    gap: 3vw;
    margin-bottom: 5vw;
    padding: 4vw;
    background: #fff;
    border: 1px solid #E5ECE5;
    border-radius: 16px;
  }

  .burger__phone {
    display: flex;
    align-items: center;
    gap: 3vw;
    color: #111;
    font-size: 5vw;
    font-weight: 700;
    line-height: 130%;
  }

  .burger__phone img {
    width: 6vw;
    height: 6vw;
    object-fit: contain;
  }

  .burger__cta.page__button {
    width: 100%;
    padding: 4vw 5vw;
    font-size: 3.8vw;
    font-weight: 600;
  }

  ul.burger__media {
    display: flex;
    gap: 4vw;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  ul.burger__media a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12vw;
    height: 12vw;
    background: #E5ECE5;
    border-radius: 50%;
    transition: 0.25s ease;
  }

  ul.burger__media li img {
    width: 6vw;
    height: 6vw;
    object-fit: contain;
  }

  .burger__menu_prev {
    display: inline-flex;
    align-items: center;
    gap: 2.5vw;
    margin-bottom: 5vw;
    padding: 2.5vw 4vw;
    background: #E5ECE5;
    border: none;
    border-radius: 999px;
    color: #4F6B55;
    font-family: "Montserrat", sans-serif;
    font-size: 3.5vw;
    font-weight: 600;
    line-height: 130%;
    cursor: pointer;
    transition: 0.25s ease;
  }

  .burger__menu_prev svg {
    width: 5vw;
    height: 5vw;
    transform: rotate(180deg);
    color: #6B8F71;
  }

  .burger.active {
    pointer-events: auto;
  }

  .burger.active .burger__overlay {
    opacity: 1;
  }

  .burger.active .burger__panel {
    transform: translateX(0);
  }

  body.burger-open {
    overflow: hidden;
  }



  .modal__form {
    width: 100%;
  }

  .modal__title {
    color: #111;
    text-transform: none;
    margin-bottom: 4vw;
    font-size: 5.5vw;
  }

  .modal__icon {
    width: 15vw;
    height: 15vw;
    margin-bottom: 6vw;
  }

  .modal__logo {
    width: 30vw;
    margin-bottom: 8vw;
  }

  .modal__center .modal__close svg {
    width: 6vw;
    height: 6vw;
    min-width: 6vw;
  }

  .modal__center .modal__close {
    top: 5vw;
    right: 5vw;
  }

  .modal__text {
    margin-bottom: 4vw;
  }

  .advent__gallery {
    border: 1px solid #D9D9D9;
    padding: 1.1vw 1vw;
    border-radius: 30px;
    font-size: 0.9vw;
    box-shadow: 0px 3px 6px rgba(17, 17, 17, 0.1);
  }

  .modal__form input[type=text],
  .modal__form input[type=tel] {
    border: 1px solid #D9D9D9;
    padding: 4vw;
    border-radius: 30px;
    font-size: 16px;
    box-shadow: 0px 3px 6px rgba(17, 17, 17, 0.1);
  }

  .modal:not(.modal--order) .consult__form_policy label {
    gap: 4vw;
  }

  .modal__form label {
    gap: 1vw;
    margin-bottom: 6vw;
  }

  .modal__title.center {
    margin-bottom: 6vw;
  }


  ul.map__row {
    display: flex;
    flex-direction: column;
    gap: 2vw;
    max-height: none;
    flex-wrap: wrap;
    margin-bottom: 10vw;
    margin-top: 8vw;
  }

  li.map__item {
    background: white;
    width: max-content;
    padding: 2vw;
    border-radius: 30px;
    font-weight: 500;
    font-size: 4vw;
  }

  li.map__item a {
    color: #111;
  }

  li.map__item.map__item_child {
    margin-left: 4vw;
  }

  section.breadcrumbs-section {
    padding-top: 6vw;
    margin-bottom: 5vw;
  }

  .breadcrumbs__list {
    gap: 2vw;
  }

  .breadcrumbs__item {
    padding: 2vw 4vw;
    font-size: 3.2vw;
  }

  .breadcrumbs--inline {
    margin-bottom: 4vw;
  }

  .checkblog__image {
    width: 17.5vw;
    height: 17.5vw;
    overflow: hidden;
    border-radius: 50%;
  }

  .checkblog__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .checkblog__title {
    display: flex;
    align-items: center;
    gap: 2vw;
    font-size: 3.5vw;
    font-weight: 600;
    color: rgba(107, 143, 113, 1);
  }

  .checkblog__title img {
    width: 4.5vw;
    height: 4.5vw;
    object-fit: contain;
    margin: 0;
  }

  .checkblog__content {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .checkblog__name {
    font-size: 3.5vw;
    font-weight: 600;
    color: #111111;
  }

  .checkblog__name a {
    color: #111111;
  }

  .checkblog__role {
    color: #757575;
    font-weight: 600;
    font-size: 3.5vw;
  }

  .checkblog {
    display: flex;
    gap: 3vw;
    align-items: center;
  }

  ul.burger__menu_item_sub li {
    list-style: none;
  }

  .rooms__checklist li::before {
    width: 4vw;
    height: 4vw;
  }

  .rooms__checklist li {
    position: relative;
    padding-left: 6vw;
  }


  .hero__buttons button,
  .hero__buttons a {
    width: 70vw;
  }

  .big_slider_nav {
    width: 12vw;
    height: 12vw;
    box-shadow: 0px 4px 10px 0px rgba(17, 17, 17, 0.08);
  }

  .big_slider_nav svg {
    width: 4vw;
    height: 4vw;
  }

  .big_slider_nav.swiper-button-next {
    left: 90.5%;
  }

  .pricelist--head .page__title {
    max-width: 100%;
    margin-bottom: 5vw;
  }

  .pricelist__tabs {
    flex-wrap: wrap;
    gap: 2vw;
    padding: 2vw;
    border-radius: 16px;
  }

  .pricelist__tab {
    flex: 1 1 calc(50% - 2vw);
    padding: 3.5vw 4vw;
    font-size: 3.2vw;
    white-space: normal;
    border-radius: 999px;
  }

  .pricelist.mb-0 {
    margin-bottom: 6vw;
  }


  .whyus__buttons.mt-2 {
    margin-top: 5vw;
  }

  .pricelist__list_item_button button.page__button {
    box-shadow: none;
    min-height: 10.5vw;
    padding: 2.8vw 4vw;
    font-size: 3.5vw;
    line-height: 1.2;
    white-space: nowrap;
  }

  .blog__content iframe {
    width: 100%;
    height: 51vw;
  }

  .services__item .page__button {
    margin: 0;
  }

  section.childcats {
    margin-top: -8vw;
    margin-bottom: 8vw;
  }

  .childcats__item {
    padding: 2vw 3vw;
    border-radius: 40px;
  }

  a.childcats__item__link {
    font-size: 3.5vw;
  }

  .page__text {
    font-size: 4vw;
  }

  .hero__visual {
    height: 102vw;
    width: 100%;
  }

  .hero__image--home {
    object-position: center bottom;
  }

  .hero__badges {
    top: auto;
    bottom: 8vw;
    left: 5vw;
    gap: 1.6vw;
    max-width: 66vw;
  }

  .hero__badge {
    padding: 1.45vw 2.8vw;
    border-radius: 999px;
    font-size: 3.1vw;
    line-height: 120%;
  }

  section.rehab-price {
    margin-bottom: 15vw;
  }

  .rehab-price .page__title {
    margin-bottom: 6vw;
  }

  .rehab-price__slider-wrap {
    padding: 0;
  }

  .rehab-price__slider {
    width: 100%;
    overflow: hidden;
  }

  .rehab-price__slider .swiper-wrapper {
    align-items: flex-start;
  }

  .rehab-price__slider .swiper-slide {
    width: 100% !important;
    height: auto !important;
  }

  .rehab-price__card {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 0;
    justify-content: flex-start;
    padding: 4.5vw;
    overflow: hidden;
    border-radius: 5vw;
  }

  .rehab-price__name {
    margin-bottom: 2vw;
    font-size: 4.4vw;
    line-height: 1.28;
  }

  .rehab-price__desc,
  .rehab-price__included {
    margin-bottom: 3vw;
    font-size: 3.4vw;
    line-height: 1.45;
  }

  .rehab-price__list li {
    padding-left: 4vw;
    margin-bottom: 2vw;
    font-size: 3.3vw;
    line-height: 1.45;
  }

  .rehab-price__list li::before {
    top: 1.5vw;
    width: 1.2vw;
    height: 1.2vw;
  }

  .rehab-price__card-bottom {
    margin-top: 3.5vw;
    padding-top: 0;
    overflow: hidden;
  }

  .rehab-price__cost {
    margin-bottom: 4vw;
  }

  .rehab-price__cost-main {
    margin-bottom: 1.5vw;
    font-size: 4.2vw;
  }

  .rehab-price__cost-day {
    font-size: 3.4vw;
  }

  .rehab-price__cost-note {
    margin-top: 2vw;
    font-size: 3.2vw;
  }

  .rehab-price__btn {
    min-height: 10.5vw;
    padding: 3.5vw 4vw;
    font-size: 3.4vw;
    line-height: 1.2;
  }

  .rehab-price__nav {
    display: none;
  }

  .rehab-price__nav svg {
    width: 4.5vw;
    height: 4.5vw;
  }

  .rehab-price__nav--prev {
    left: 0;
  }

  .rehab-price__nav--next {
    right: 0;
  }

  .header__right {
    display: none;
  }
}

.header__dropdown_tab_panel {
  max-height: 19vw;
  overflow-y: auto;
  padding-right: 0.35vw;
}

.header__dropdown_tab_panel::-webkit-scrollbar {
  width: 0.35vw;
}

.header__dropdown_tab_panel::-webkit-scrollbar-thumb {
  background: rgba(107, 143, 113, 0.35);
  border-radius: 999px;
}

.header__dropdown_tree_root {
  margin-bottom: 0.35vw;
}

.header__dropdown_tree_root a {
  display: inline-block;
  padding: 0.45vw 0.75vw;
  border-radius: 10px;
  color: #4F6B55;
  font-size: 0.86vw;
  font-weight: 600;
  line-height: 130%;
  background: rgba(107, 143, 113, 0.08);
}

ul.header__dropdown_tree,
ul.header__dropdown_tree ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.header__dropdown_tree {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.25vw 1.25vw;
}

ul.header__dropdown_tree li {
  min-width: 0;
}

.header__dropdown_tree_link {
  display: flex;
  align-items: center;
  gap: 0.25vw;
  min-width: 0;
}

ul.header__dropdown_tree li a {
  display: block;
  width: fit-content;
  max-width: 100%;
  padding: 0.42vw 0.6vw;
  border-radius: 8px;
  color: #333;
  font-size: 0.82vw;
  line-height: 130%;
  overflow-wrap: anywhere;
  transition: 0.25s ease;
}

.header__dropdown_tree_toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15vw;
  height: 1.15vw;
  padding: 0;
  flex: 0 0 1.15vw;
  border: 0;
  border-radius: 999px;
  color: #6B8F71;
  background: rgba(107, 143, 113, 0.1);
  cursor: pointer;
  transition: 0.25s ease;
}

.header__dropdown_tree_toggle svg {
  width: 0.75vw;
  height: 0.75vw;
  transition: 0.25s ease;
}

ul.header__dropdown_tree .header__dropdown_tree_nested {
  display: flex;
  flex-direction: column;
  gap: 0.1vw;
  margin: 0.05vw 0 0.35vw 0.55vw;
  padding-left: 0.55vw;
  border-left: 1px solid #E5ECE5;
}

ul.header__dropdown_tree .header__dropdown_tree_item_has_children:not(.open) > .header__dropdown_tree_nested {
  display: none;
}

ul.header__dropdown_tree .header__dropdown_tree_item_has_children.open > .header__dropdown_tree_link .header__dropdown_tree_toggle {
  color: #fff;
  background: #6B8F71;
}

ul.header__dropdown_tree .header__dropdown_tree_item_has_children.open > .header__dropdown_tree_link .header__dropdown_tree_toggle svg {
  transform: rotate(90deg);
}

ul.header__dropdown_tree .header__dropdown_tree_nested li a {
  padding: 0.24vw 0.42vw;
  color: #5f665f;
  font-size: 0.74vw;
}

ul.header__dropdown_tree .header__dropdown_tree_nested .header__dropdown_tree_nested li a {
  color: #7a817a;
  font-size: 0.7vw;
}

@media (min-width: 767px) {
  ul.header__dropdown_tree li a:hover,
  .header__dropdown_tree_root a:hover {
    color: #4F6B55;
    background: rgba(107, 143, 113, 0.08);
  }

  .header__dropdown_tree_toggle:hover {
    color: #fff;
    background: #6B8F71;
  }
}

@media (min-width: 767px) {
  .header__menu_item_dropdown_single .header__menu_item_dropdown_wrapper {
    position: fixed;
    top: var(--dropdown-top, 7.375vw);
    left: var(--dropdown-left, 1.25vw);
    width: var(--dropdown-width, min(53.75vw, calc(100vw - 2.5vw)));
    max-width: calc(100vw - 2.5vw);
    min-height: 0;
    max-height: min(38.75vw, calc(100vh - 9.375vw));
    padding: clamp(1vw, 1.05vw, 1.375vw);
    overflow: hidden;
    transform: translateX(var(--dropdown-shift-x, 0));
  }

  .header__menu_item_dropdown_single .header__menu_item_dropdown_wrapper_fit {
    width: max-content;
    max-width: min(var(--dropdown-width, calc(100vw - 2.5vw)), calc(100vw - 2.5vw));
  }

  .header__menu_item_dropdown_single p.header__menu_item_dropdown_content_item_title {
    margin-bottom: 0.85vw;
    font-size: clamp(1.125vw, 1.1vw, 1.375vw);
  }

  .header__cascade {
    display: flex;
    align-items: stretch;
    gap: 0;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    max-height: min(30vw, calc(100vh - 13.125vw));
    overflow-x: auto;
    overflow-y: hidden;
  }

  .header__menu_item_dropdown_wrapper_fit .header__cascade {
    width: max-content;
  }

  ul.header__cascade_menu {
    flex: 0 0 clamp(14.6875vw, 16vw, 17.8125vw);
    width: clamp(14.6875vw, 16vw, 17.8125vw);
    min-width: 0;
    max-height: inherit;
    padding-right: clamp(0.5vw, 0.55vw, 0.75vw);
    overflow-y: auto;
  }

  .header__cascade_flat ul.header__cascade_menu {
    flex: 1 1 auto;
    width: 100%;
    display: block;
    column-width: 13.75vw;
    column-gap: clamp(1.375vw, 1.6vw, 2.125vw);
    column-rule: 0.0625vw solid #E5ECE5;
    padding-right: clamp(0.5vw, 0.55vw, 0.75vw);
    overflow-x: hidden;
    overflow-y: auto;
  }

  .header__cascade_flat .header__cascade_item {
    min-width: 0;
    break-inside: avoid;
    margin-bottom: 0.05vw;
  }

  .header__cascade_link {
    min-height: clamp(2.125vw, 2.18vw, 2.75vw);
    padding: 0.1vw 0.35vw 0.1vw 0;
    min-width: 0;
  }

  .header__cascade_link a {
    flex: 1 1 auto;
    min-width: 0;
    padding: clamp(0.375vw, 0.38vw, 0.5vw) clamp(2.25vw, 2.2vw, 2.625vw) clamp(0.375vw, 0.38vw, 0.5vw) clamp(0.5vw, 0.5vw, 0.75vw);
    font-size: clamp(0.8125vw, 0.78vw, 0.9375vw);
    overflow-wrap: normal;
    word-break: normal;
  }

  .header__cascade_arrow {
    width: clamp(1.25vw, 1.2vw, 1.5vw);
    height: clamp(1.25vw, 1.2vw, 1.5vw);
    flex-basis: clamp(1.25vw, 1.2vw, 1.5vw);
    flex-shrink: 0;
    margin-left: clamp(-1.875vw, -1.8vw, -1.5vw);
    position: relative;
    z-index: 2;
  }

  ul.header__cascade_flyout_col {
    position: static;
    flex: 0 0 clamp(15.3125vw, 17vw, 19.375vw);
    width: clamp(15.3125vw, 17vw, 19.375vw);
    min-width: 0;
    min-height: 0;
    max-height: inherit;
    padding: 0 clamp(0.3125vw, 0.25vw, 0.4375vw) 0 clamp(0.625vw, 0.65vw, 0.875vw);
    border-left: 0.0625vw solid #E5ECE5;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0.05vw;
    background: transparent;
  }

  ul.header__cascade_flyout_col_dense {
    flex: 0 0 clamp(26.875vw, 30vw, 33.75vw);
    width: clamp(26.875vw, 30vw, 33.75vw);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
    gap: 0.05vw 0.7vw;
    position: relative;
  }

  ul.header__cascade_flyout_col_dense::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 0.0625vw;
    background: #E5ECE5;
    transform: translateX(-0.35vw);
    pointer-events: none;
  }

  .header__cascade_flyout_item {
    min-width: 0;
  }

  .header__cascade_menu::-webkit-scrollbar,
  .header__cascade::-webkit-scrollbar,
  ul.header__cascade_flyout_col::-webkit-scrollbar {
    width: 0.28vw;
    height: 0.28vw;
  }

  .header__cascade_menu::-webkit-scrollbar-thumb,
  .header__cascade::-webkit-scrollbar-thumb,
  ul.header__cascade_flyout_col::-webkit-scrollbar-thumb {
    background: rgba(107, 143, 113, 0.35);
    border-radius: 62.4375vw;
  }
}

.textblock__text p,
.blog__content_text p,
.hero__text p,
.shero__text p,
.page__text p,
.description__text p {
  margin: 0 0 1vw;
  line-height: 150%;
}

.textblock__text p:last-child,
.blog__content_text p:last-child,
.hero__text p:last-child,
.shero__text p:last-child,
.page__text p:last-child,
.description__text p:last-child {
  margin-bottom: 0;
}

.textblock__text p + p,
.blog__content_text p + p,
.hero__text p + p,
.shero__text p + p,
.page__text p + p,
.description__text p + p {
  margin-top: 1vw;
}

.textblock__text ul,
.blog__content_text ul,
.hero__text ul,
.shero__text ul,
.page__text ul,
.description__text ul,
.textblock__text ol,
.blog__content_text ol,
.hero__text ol,
.shero__text ol,
.page__text ol,
.description__text ol {
  display: block;
  width: auto;
  margin: 0 0 1.25vw;
  padding: 0;
}

.textblock__text li,
.blog__content_text li,
.hero__text li,
.shero__text li,
.page__text li,
.description__text li {
  position: relative;
  margin: 0 0 0.65vw;
  padding-left: 1.35vw;
  line-height: 150%;
}

.textblock__text li:last-child,
.blog__content_text li:last-child,
.hero__text li:last-child,
.shero__text li:last-child,
.page__text li:last-child,
.description__text li:last-child {
  margin-bottom: 0;
}

.textblock__text ul li::before,
.blog__content_text ul li::before,
.hero__text ul li::before,
.shero__text ul li::before,
.page__text ul li::before,
.description__text ul li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 0.38vw;
  height: 0.38vw;
  border-radius: 50%;
  background: #6B8F71;
  background-image: none;
  transform: translateY(-50%);
}

.textblock__text ol,
.blog__content_text ol,
.hero__text ol,
.shero__text ol,
.page__text ol,
.description__text ol {
  counter-reset: content-counter;
}

.textblock__text ol li,
.blog__content_text ol li,
.hero__text ol li,
.shero__text ol li,
.page__text ol li,
.description__text ol li {
  counter-increment: content-counter;
}

.textblock__text ol li::before,
.blog__content_text ol li::before,
.hero__text ol li::before,
.shero__text ol li::before,
.page__text ol li::before,
.description__text ol li::before {
  content: counter(content-counter) ".";
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  color: #6B8F71;
  background: none;
  font-weight: 600;
}

@media (max-width: 766px) {
  .textblock__text p,
  .blog__content_text p,
  .hero__text p,
  .shero__text p,
  .page__text p,
  .description__text p {
    margin-bottom: 4vw;
  }

  .textblock__text p + p,
  .blog__content_text p + p,
  .hero__text p + p,
  .shero__text p + p,
  .page__text p + p,
  .description__text p + p {
    margin-top: 4vw;
  }

  .textblock__text ul,
  .blog__content_text ul,
  .hero__text ul,
  .shero__text ul,
  .page__text ul,
  .description__text ul,
  .textblock__text ol,
  .blog__content_text ol,
  .hero__text ol,
  .shero__text ol,
  .page__text ol,
  .description__text ol {
    margin-bottom: 5vw;
  }

  .textblock__text li,
  .blog__content_text li,
  .hero__text li,
  .shero__text li,
  .page__text li,
  .description__text li {
    margin-bottom: 2.5vw;
    padding-left: 5vw;
  }

  .textblock__text ul li::before,
  .blog__content_text ul li::before,
  .hero__text ul li::before,
  .shero__text ul li::before,
  .page__text ul li::before,
  .description__text ul li::before {
    width: 1.5vw;
    height: 1.5vw;
  }
}

section.hero.hero--about + section.pricelist {
  margin-top: -5vw;
}

section.hero.hero--about + section.rehab-price {
  margin-top: -5vw;
}

section.blog.textblock-section {
  margin-bottom: 3vw;
}

section.blog.textblock-section + section.pricelist,
section.blog.textblock-section + section.rehab-price {
  margin-top: -1.5vw;
}

section.pricelist + section.blog {
  margin-top: -3.5vw;
}

@media (max-width: 766px) {
  section.hero.hero--about + section.pricelist {
    margin-top: -8vw;
  }

  section.hero.hero--about + section.rehab-price {
    margin-top: -8vw;
  }

  section.blog.textblock-section {
    margin-bottom: 8vw;
  }

  section.blog.textblock-section + section.pricelist,
  section.blog.textblock-section + section.rehab-price {
    margin-top: -4vw;
  }

  section.pricelist + section.blog {
    margin-top: -10vw;
  }

  section.pricelist {
    margin-bottom: 10vw;
  }

  section.rehab-price {
    margin-bottom: 10vw;
  }

  .pricelist__wrapper {
    gap: 5vw;
  }

  .pricelist__list {
    gap: 3vw;
    padding: 0;
    background: transparent;
    overflow: visible;
  }

  .pricelist__list_item {
    padding: 4.5vw 5vw;
    gap: 4.5vw;
    border: 1px solid #E5ECE5;
    overflow: visible;
  }

  .pricelist__list_item_left {
    align-items: center;
    gap: 3vw;
  }

  .pricelist__list_item_title {
    font-size: 4vw;
    line-height: 1.5;
  }

  .pricelist__list_item_price {
    font-size: 4.5vw;
    line-height: 1.35;
  }

  .pricelist__list_item_button {
    flex-shrink: 0;
  }

  .pricelist__list_item_button button.page__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    height: auto;
    padding: 2.6vw 4vw;
    border-radius: 999px;
    font-size: 3.4vw;
    line-height: 1.25;
  }
}
