@charset "UTF-8";

@font-face {
  font-family: icons;
  font-display: swap;
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Oswald;
  font-display: swap;
  src: url("../fonts/Oswald-Medium.woff2") format("woff2"), url("../fonts/Oswald-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

[class*=_icon-]::before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=_icon-]::before {
  display: block;
}

._icon-copy:before {
  content: "\e900";
}

._icon-facebook:before {
  content: "\e901";
}

._icon-heart:before {
  content: "\e902";
}

._icon-instagram:before {
  content: "\e903";
}

._icon-telegram:before {
  content: "\e904";
}

._icon-tiktok:before {
  content: "\e905";
}

._icon-whatsapp:before {
  content: "\e906";
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

input,
textarea,
select {
  font: inherit;
}

button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}

html {
  height: 100%;
  scroll-behavior: auto;
}

body {
  font-family: "Inter";
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
  height: 100%;
  background-color: #fffde7;
  color: rgba(18, 18, 18, 0.7);
  overflow-wrap: break-word;
}

body._lock {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.no-scroll {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

[class*=__container] {
  max-width: 78.75rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.page__hero {
  padding-top: 250px;
}

.page__hero {
  padding-bottom: 130px;
}

.page__about {
  padding-top: 144px;
}

.page__about {
  padding-bottom: 5rem;
}

.page__see {
  padding: 5rem 0;
}

.page__residents {
  padding-top: 6.25rem;
}

.page__cost {
  padding-top: 6.25rem;
}

.page__gallery {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.page__location {
  padding-bottom: 6.25rem;
}

.page__top {
  padding-top: 250px;
}

.page__top {
  padding-bottom: 130px;
}

.page__sale {
  padding-top: 144px;
}

.page__sale {
  padding-bottom: 6.25rem;
}

.page__contact {
  margin-bottom: 130px;
}

.page__charity {
  padding-top: 13.875rem;
  padding-bottom: 130px;
}

.page__policy {
  padding-top: 233px;
}

.page__policy {
  padding-bottom: 190px;
}

.page__policy-content {
  padding-top: 130px;
}

.page__policy-content {
  padding-bottom: 130px;
}

.title {
  font-family: "Oswald";
  font-size: 60px;
}

.title {
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #74944a;
}

.title:not(:last-child) {
  margin-bottom: 1.3333333333em;
}

.toast {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1000;
  padding: 0.75rem 1rem;
  border: 0.125rem solid #b8eb75;
  border-radius: 6.9375rem;
  background: #74944a;
  color: #b8eb75;
  font-size: 0.875rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0.625rem);
      -ms-transform: translateY(0.625rem);
          transform: translateY(0.625rem);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
}

.toast--show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* =========================
   Gutenberg
========================= */

.page__content {
  line-height: 1.6;
}

/* =========================
   Заголовки
========================= */

.page__content h2 {
  font-family: "Oswald";
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(18, 18, 18, 0.7);
  margin-bottom: 0.8333333333em;
}

.page__content h3 {
  font-family: "Oswald";
  font-size: 1.25rem;
  color: rgba(18, 18, 18, 0.7);
  margin-bottom: 1em;
}

.page__content h4 {
  font-family: "Oswald";
  font-size: 1.125rem;
  color: rgba(18, 18, 18, 0.7);
  margin-bottom: 1.1111111111em;
}

/* =========================
   Текст
========================= */

.page__content p {
  margin-bottom: 1rem;
}

/* =========================
   Списки
========================= */

.page__content ul {
  list-style: disc;
  margin-bottom: 1.25rem;
}

.page__content ul li {
  position: relative;
  padding-left: 1.25rem;
}

.page__content ul li::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  left: 0.375rem;
  top: 0.625rem;
  border-radius: 100%;
  background-color: rgba(18, 18, 18, 0.7);
}

.page__content ol {
  list-style: decimal;
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
}

.page__content li {
  margin-bottom: 0.5rem;
}

/* =========================
   Картинки
========================= */

.page__content .wp-block-image {
  margin: 1.25rem 0;
}

.page__content img {
  max-width: 100%;
  height: auto;
}

/* =========================
   Колонки Gutenberg
========================= */

.page__content .wp-block-columns {
  margin: 1.875rem 0;
  gap: 1.25rem;
}

/* =========================
   Кнопки
========================= */

.page__content .wp-block-button {
  margin: 1.25rem 0;
}

.page__content .wp-block-button__link {
  display: inline-block;
  padding: 0.625rem 1.25rem;
}

/* =========================
   Цитаты
========================= */

.page__content blockquote {
  padding-left: 1.25rem;
  border-left: 0.1875rem solid #ccc;
  margin: 1.25rem 0;
}

/* =========================
   Таблицы
========================= */

.page__content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.25rem;
}

.page__content th,
.page__content td {
  border: 0.0625rem solid #ddd;
  padding: 0.5rem;
}

/* =========================
   Видео / iframe
========================= */

.page__content iframe {
  max-width: 100%;
}

/* =========================
   Общие отступы
========================= */

.page__content > *:not(:last-child) {
  margin-bottom: 2.125rem;
}

.page__content > *:last-child {
  margin-bottom: 0;
}

/* =========================
   Gutenberg align
========================= */

.page__content .alignwide {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page__content .alignfull {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.page-404 {
  padding: 15.625rem 0 6.25rem 0;
  text-align: center;
}

.page-404__title {
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.25rem;
}

.page-404__subtitle {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.page-404__text {
  font-size: 18px;
  color: #74944a;
  margin-bottom: 2rem;
}

.page-404__btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  color: #fffde7;
  background-color: #74944a;
  text-decoration: none;
  border-radius: 6.25rem;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-404__btn:hover {
  background-color: #b8eb75;
  color: #74944a;
}

.support__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9.8125rem;
          flex: 0 0 9.8125rem;
  height: 3.4375rem;
  font-family: "Oswald";
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fffde7;
  background-color: #74944a;
  border-radius: 6.25rem;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.support__btn::before {
  margin-right: 0.3125rem;
  color: #b8eb75;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.support__btn-burger {
  display: none;
}

.support__btn-mini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9.8125rem;
          flex: 0 0 9.8125rem;
  height: 3.4375rem;
  font-family: "Oswald";
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border: 0.125rem solid #b8eb75;
  color: #b8eb75;
  background-color: #74944a;
  border-radius: 6.25rem;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.support__btn-mini::before {
  margin-right: 0.3125rem;
  color: #b8eb75;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.support__btn-burger-mini {
  display: none;
}

.footer__support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.125rem solid #b8eb75;
  border-radius: 6.25rem;
  padding: 0.625rem 1.875rem;
  font-family: "Oswald";
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #b8eb75;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.footer__support::before {
  margin-right: 0.3125rem;
}

.show-more__btn {
  width: 12.6875rem;
  height: 3.125rem;
  font-family: "Oswald";
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fffde7;
  border-radius: 6.25rem;
  background-color: #74944a;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-center {
  text-align: center;
}

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 1.25rem;
  background-color: transparent;
  z-index: 60;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.3125rem;
}

.header__logo img {
  width: 110px;
}

.header__logo img {
  height: 100%;
}

.header__menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  margin-top: 1.25rem;
  height: 3.4375rem;
}

._header-scroll {
  padding: 0.625rem 0;
  background-color: #74944a;
  border-bottom: 0.125rem solid rgba(255, 255, 255, 0.15);
}

._header-scroll .header__logo img {
  height: 5.625rem;
}

._header-scroll .header__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

._header-scroll .header__menu {
  margin-top: 0;
}

._header-scroll .support__btn {
  border: 0.125rem solid #b8eb75;
  color: #b8eb75;
}

._header-scroll .support__btn-burger {
  border: 0.125rem solid #b8eb75;
  color: #b8eb75;
}

.menu__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
}

.menu__body.is-open {
  right: 0;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.menu__list {
  font-family: "Oswald";
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fffde7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  font-size: 1rem;
  text-transform: uppercase;
}

.menu__item a {
  padding: 0.625rem 0.75rem;
  border-bottom: 0.125rem solid transparent;
  -webkit-transition: border-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s;
  white-space: nowrap;
}

.burger-header__social {
  display: none;
}

.icon-menu {
  display: none;
}

.header-mini {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0.625rem 0;
  background-color: #74944a;
  z-index: 60;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-bottom: 0.125rem solid rgba(255, 255, 255, 0.15);
}

.header-mini__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.3125rem;
}

.header-mini__logo img {
  width: 110px;
}

.header-mini__logo img {
  height: 5.625rem;
}

.header-mini__menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  padding-top: 0;
  height: 3.4375rem;
}

.header-mini__burger {
  display: none;
}

.footer {
  padding: 2.125rem 0;
  background-color: #74944a;
}

.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.875rem;
  border-bottom: 0.125rem solid rgba(255, 255, 255, 0.25);
  padding-bottom: 2.125rem;
}

.footer__body:not(:last-child) {
  margin-bottom: 2.125rem;
}

.footer__menu {
  margin-left: auto;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__item {
  font-family: "Oswald";
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fffde7;
  border-bottom: 0.125rem solid transparent;
  -webkit-transition: border-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s;
}

.footer__item a {
  padding: 0.625rem 0.75rem;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.75rem;
  color: rgba(255, 253, 231, 0.8);
}

.footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.footer__copy a {
  text-decoration: underline;
}

.footer__devel a {
  text-decoration: underline;
}

.hero {
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0, 0, 0, 0.6)), color-stop(75%, rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0) 75%);
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.hero__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.hero__content {
  max-width: 41.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
}

.content-hero__title {
  font-family: "Oswald";
  font-size: 60px;
}

.content-hero__title {
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fffde7;
}

.content-hero__title span {
  color: #b8eb75;
}

.content-hero__text {
  max-width: 30.9375rem;
  font-size: 1.25rem;
  color: #fffde7;
}

.content-hero__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.content-hero__social li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 6.9375rem;
  border: 0.125rem solid rgba(255, 255, 255, 0.25);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.content-hero__social li a::before {
  font-size: 1.5rem;
  color: rgba(255, 253, 231, 0.8);
}

.about__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: calc(0px + 85 * (100vw - 320px) / 1120);
}

.about__block:not(:last-child) {
  margin-bottom: 5rem;
}

.block-about__grid {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (16.875rem)[2];
  grid-template-columns: repeat(2, 16.875rem);
  gap: 20px;
}

.block-about__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.block-about__content p:not(:last-child) {
  margin-bottom: 1.1111111111em;
}

.block-about__content p span {
  color: #121212;
}

.block-about__quote {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.block-about__quote blockquote {
  margin-bottom: 1.25rem;
}

.block-about__quote blockquote p {
  font-style: italic;
}

.block-about__quote figcaption {
  color: #121212;
}

.block-about__quote figcaption cite {
  font-style: normal;
}

.block-about__quote::before {
  content: "";
  position: absolute;
  background-image: url(../img/about/quotes.svg);
  width: 2.1875rem;
  height: 1.875rem;
  top: -3.125rem;
  left: 48%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.block-about__quote::after {
  content: "";
  position: absolute;
  background-image: url(../img/about/quotes.svg);
  width: 2.1875rem;
  height: 1.875rem;
  left: 48%;
  bottom: -2.375rem;
  -webkit-transform: rotate(180deg) translateY(-50%);
      -ms-transform: rotate(180deg) translateY(-50%);
          transform: rotate(180deg) translateY(-50%);
}

.block-about__images {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.block-about__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
}

.grid-about__item {
  position: relative;
  border-radius: 0.75rem;
  height: 11.25rem;
  font-family: "Oswald";
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fffde7;
}

.grid-about__item span {
  color: #b8eb75;
}

.item-about_1 {
  background-color: #74944a;
}

.item-about_1 img {
  position: absolute;
  width: 2.25rem;
  height: 2.1875rem;
  top: 1.25rem;
  left: 1.25rem;
}

.item-about_4 {
  border: 0.1875rem solid #74944a;
}

.item-about_4 img {
  position: absolute;
  width: 2.375rem;
  height: 2.125rem;
  top: 1.25rem;
  left: 1.25rem;
}

.item-about_4 p {
  color: #74944a;
}

.item-about__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
}

.item-about__text {
  max-width: 14.375rem;
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
}

.see {
  background-color: #74944a;
}

.see__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px;
}

.see__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30.5625rem;
          flex: 0 1 30.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
}

.see__images {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 38.125rem;
          flex: 0 1 38.125rem;
}

.see__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-see__title {
  font-family: "Oswald";
  font-size: 2.625rem;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #b8eb75;
}

.content-see__text {
  color: #fffde7;
}

.content-see__text p:not(:last-child) {
  margin-bottom: 1.1111111111em;
}

.residents__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

.residents__item:last-child::before {
  content: "Африка в Карпатах";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 150%;
  color: #121212;
  border-radius: 6.25rem;
  width: 10.5rem;
  height: 1.9375rem;
  top: 0.9375rem;
  left: 0.9375rem;
  background-color: #ffe100;
}

.residents-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(200px, 1fr))[3];
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  row-gap: 3.125rem;
}

.item-residents__images img {
  width: 100%;
  height: 255px;
}

.item-residents__images img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
}

.item-residents__title {
  font-family: "Oswald";
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(18, 18, 18, 0.7);
}

.cost__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: calc(50px + 50 * (100vw - 320px) / 1120);
  border-radius: 0.75rem;
  padding-top: 60px;
}

.cost__body {
  padding-right: 60px;
}

.cost__body {
  padding-bottom: 60px;
}

.cost__body {
  padding-left: 60px;
}

.cost__body {
  background-color: #74944a;
}

.cost__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 41.25rem;
          flex: 0 1 41.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}

.cost__ticket {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 21.25rem;
          flex: 0 1 21.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.125rem;
}

.content-cost__title {
  font-family: "Oswald";
  font-size: 60px;
}

.content-cost__title {
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fffde7;
}

.content-cost__text {
  margin-top: auto;
  color: #fffde7;
}

.ticket-cost__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
  border: 0.125rem solid rgba(255, 255, 255, 0.25);
  border-radius: 6.25rem;
  padding: 0.75rem 1.25rem;
}

.ticket-cost__item dt {
  font-family: "Oswald";
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fffde7;
  white-space: nowrap;
}

.ticket-cost__price {
  font-family: "Oswald";
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #b8eb75;
  white-space: nowrap;
}

.ticket-cost__text {
  font-family: "Oswald";
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center;
  color: #ffe100;
}

.ticket-cost-list {
  display: -ms-grid;
  display: grid;
  gap: 0.75rem;
}

.gallery__item {
  vertical-align: top;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  margin-bottom: 2.125rem;
}

.gallery__item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
}

.gallery__item video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
}

.gallery-grid {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 2.125rem;
     -moz-column-gap: 2.125rem;
          column-gap: 2.125rem;
  max-width: 75.75rem;
  font-size: 0;
  line-height: 0;
  margin: 0 auto 3.125rem auto;
}

.gallery__item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  -webkit-column-break-inside: avoid;
  margin-bottom: 2.125rem;
  display: block;
}

.gallery__item:first-child {
  margin-top: 0;
}

.gallery__item img,
.gallery__item video {
  width: 100%;
  display: block;
}

.gallery__item video {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.location__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
  padding: 0 2.1875rem;
}

.location__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 26.4375rem;
          flex: 0 1 26.4375rem;
  display: -ms-grid;
  display: grid;
  gap: 3.125rem;
}

.location__images {
  max-width: 40.4375rem;
  width: 100%;
  height: 25rem;
}

.location__images iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
}

.content-location__item {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
  font-family: "Oswald";
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(18, 18, 18, 0.7);
}

.item-location__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.4375rem;
          flex: 0 0 3.4375rem;
  height: 3.4375rem;
  border-radius: 0.75rem;
  background-color: #74944a;
}

.item-location__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.item-location__address address {
  font-style: normal;
}

.item-location__schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.item-location__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-style: normal;
}

.phone-location p {
  font-family: "Inter";
  font-weight: 600;
  font-size: 1rem;
  line-height: 150%;
  text-transform: none;
}

.social-location__title {
  color: rgba(18, 18, 18, 0.7);
}

.social-location__title:not(:last-child) {
  margin-bottom: 0.6666666667em;
}

.social-location__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.social-location__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 6.9375rem;
  background-color: #74944a;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.social-location__list li a::before {
  font-size: 1.5rem;
  color: #fffde7;
}

.top {
  position: relative;
}

.top::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

.top__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.top__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.top__body {
  display: -ms-grid;
  display: grid;
  gap: 3.125rem;
  position: relative;
  max-width: 53rem;
  margin: 0 auto;
}

.top__title {
  font-family: "Oswald";
  font-size: 60px;
}

.top__title {
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #fffde7;
}

.top__title span {
  color: #b8eb75;
}

.top__text {
  font-size: 20px;
  text-align: center;
  color: #fffde7;
}

.sale__item {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}

.sale-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(200px, 1fr))[3];
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  row-gap: 3.125rem;
}

.item-sale__images img {
  width: 100%;
  height: 255px;
}

.item-sale__images img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
}

.item-sale__content {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}

.item-sale__title {
  font-family: "Oswald";
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(18, 18, 18, 0.7);
}

.item-sale__text {
  font-size: 1rem;
  line-height: 150%;
  color: rgba(18, 18, 18, 0.7);
}

.item-sale__text p:not(:last-child) {
  margin-bottom: 1.25em;
}

.contact__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.125rem;
  padding-top: 60px;
}

.contact__body {
  padding-right: 60px;
}

.contact__body {
  padding-bottom: 60px;
}

.contact__body {
  padding-left: 60px;
}

.contact__body {
  border-radius: 0.75rem;
  background-color: #74944a;
}

.contact__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 29.9375rem;
          flex: 0 1 29.9375rem;
  display: -ms-grid;
  display: grid;
  gap: 2.125rem;
}

.contact__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32.4375rem;
          flex: 0 1 32.4375rem;
  display: -ms-grid;
  display: grid;
  gap: 2.125rem;
}

.content-contact__title {
  font-family: "Oswald";
  font-size: 60px;
}

.content-contact__title {
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fffde7;
}

.content-contact__text {
  color: rgba(255, 253, 231, 0.8);
}

.info-contact__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}

.info-contact__social {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}

.phone-info__images {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 3.4375rem;
          flex: 0 1 3.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3.4375rem;
  border-radius: 0.75rem;
  background-color: #ffe100;
}

.phone-info__address a {
  font-family: "Oswald";
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-style: normal;
  color: #ffe100;
}

.phone-info__address p {
  font-weight: 600;
  font-size: 0.9375rem;
  font-style: normal;
  color: rgba(255, 253, 231, 0.8);
}

.social-contact__title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: rgba(255, 253, 231, 0.8);
  text-align: center;
}

.social-contact__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.social-contact__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Oswald";
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fffde7;
  border: 0.125rem solid rgba(255, 255, 255, 0.25);
  border-radius: 6.25rem;
  padding: 0.75rem 1.5rem;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.social-contact__item a::before {
  margin-right: 0.625rem;
}

.charity__body:not(:last-child) {
  margin-bottom: 130px;
}

.charity__title {
  max-width: 42.5rem;
  margin: 0 auto;
}

.charity__title:not(:last-child) {
  margin-bottom: 0.8333333333em;
}

.charity__text {
  max-width: 59.625rem;
  margin: 0 auto;
  text-align: center;
  text-wrap: balance;
}

.transfer__title {
  font-family: "Oswald";
  font-size: 2.625rem;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #74944a;
  margin-bottom: 1.1904761905em;
}

.transfer__list {
  max-width: 35.3125rem;
  margin: 0 auto;
}

.transfer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
  border-bottom: 0.125rem solid rgba(18, 18, 18, 0.15);
  padding: 1rem 0;
}

.transfer__item dt {
  color: rgba(18, 18, 18, 0.7);
}

.copy-field__value {
  display: inline-block;
  font-family: "Oswald";
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(18, 18, 18, 0.7);
}

.copy-field__btn::before {
  margin: 0 0.625rem;
  color: rgba(18, 18, 18, 0.4);
}

.value-score {
  font-size: 20px;
}

.policy {
  position: relative;
}

.policy::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

.policy__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.policy__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.policy__title {
  position: relative;
  font-family: "Oswald";
  font-weight: 500;
  font-size: 60px;
}

.policy__title {
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #fffde7;
}

.content-policy__wrapper {
  max-width: 50rem;
  margin: 0 auto;
}

@media (min-width: 20em) {
  .wrapper {
    overflow: hidden;
  }
}

@media (max-width: 1220px) {
  .page__hero {
    padding-top: calc(272px + -22 * (100vw - 320px) / 900);
  }

  .page__hero {
    padding-bottom: calc(162px + -32 * (100vw - 320px) / 900);
  }

  .page__about {
    padding-top: calc(225px + -81 * (100vw - 320px) / 900);
  }

  .page__top {
    padding-top: calc(272px + -22 * (100vw - 320px) / 900);
  }

  .page__top {
    padding-bottom: calc(162px + -32 * (100vw - 320px) / 900);
  }

  .page__sale {
    padding-top: calc(110px + 34 * (100vw - 320px) / 900);
  }

  .page__contact {
    margin-bottom: calc(110px + 20 * (100vw - 320px) / 900);
  }

  .page__charity {
    padding-bottom: calc(110px + 20 * (100vw - 320px) / 900);
  }

  .page__policy {
    padding-top: calc(217px + 16 * (100vw - 320px) / 900);
  }

  .page__policy {
    padding-bottom: calc(130px + 60 * (100vw - 320px) / 900);
  }

  .page__policy-content {
    padding-top: calc(110px + 20 * (100vw - 320px) / 900);
  }

  .page__policy-content {
    padding-bottom: calc(110px + 20 * (100vw - 320px) / 900);
  }

  .title {
    font-size: calc(42px + 18 * (100vw - 320px) / 900);
  }

  .header__logo img {
    width: calc(90px + 20 * (100vw - 320px) / 900);
  }

  .header-mini__logo img {
    width: calc(90px + 20 * (100vw - 320px) / 900);
  }

  .content-hero__title {
    font-size: calc(42px + 18 * (100vw - 320px) / 900);
  }

  .block-about__grid {
    gap: calc(10px + 10 * (100vw - 320px) / 900);
  }

  .see__body {
    gap: calc(50px + 50 * (100vw - 320px) / 900);
  }

  .item-residents__images img {
    height: calc(215px + 40 * (100vw - 320px) / 900);
  }

  .cost__body {
    padding-top: calc(80px + -20 * (100vw - 320px) / 900);
  }

  .cost__body {
    padding-right: calc(20px + 40 * (100vw - 320px) / 900);
  }

  .cost__body {
    padding-bottom: calc(80px + -20 * (100vw - 320px) / 900);
  }

  .cost__body {
    padding-left: calc(20px + 40 * (100vw - 320px) / 900);
  }

  .content-cost__title {
    font-size: calc(40px + 20 * (100vw - 320px) / 900);
  }

  .top__title {
    font-size: calc(42px + 18 * (100vw - 320px) / 900);
  }

  .item-sale__images img {
    height: calc(215px + 40 * (100vw - 320px) / 900);
  }

  .contact__body {
    padding-top: calc(50px + 10 * (100vw - 320px) / 900);
  }

  .contact__body {
    padding-right: calc(24px + 36 * (100vw - 320px) / 900);
  }

  .contact__body {
    padding-bottom: calc(50px + 10 * (100vw - 320px) / 900);
  }

  .contact__body {
    padding-left: calc(24px + 36 * (100vw - 320px) / 900);
  }

  .content-contact__title {
    font-size: calc(42px + 18 * (100vw - 320px) / 900);
  }

  .charity__body:not(:last-child) {
    margin-bottom: calc(110px + 20 * (100vw - 320px) / 900);
  }

  .value-score {
    font-size: calc(16px + 4 * (100vw - 320px) / 900);
  }

  .policy__title {
    font-size: calc(36px + 24 * (100vw - 320px) / 900);
  }
}

@media (max-width: 75em) {
  .support__btn {
    margin-bottom: 3.125rem;
    color: #b8eb75;
    border: 0.125rem solid #b8eb75;
  }

  .support__btn-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 6.25rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 9.8125rem;
            flex: 0 1 9.8125rem;
    height: 3.125rem;
    font-family: "Oswald";
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fffde7;
    background-color: #74944a;
  }

  .support__btn-burger::before {
    margin-right: 0.3125rem;
  }

  .support__btn-mini {
    margin-bottom: 3.125rem;
  }

  .support__btn-burger-mini {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 0.125rem solid #b8eb75;
    border-radius: 6.25rem;
    max-width: 9.8125rem;
    width: 100%;
    height: 3.125rem;
    font-family: "Oswald";
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #b8eb75;
  }

  .support__btn-burger-mini::before {
    margin-right: 0.3125rem;
  }

  .header__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header__menu {
    margin-top: 0;
  }

  .header__menu::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 5;
  }

  .header__menu.is-open::before {
    opacity: 1;
    visibility: visible;
  }

  .menu__body {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 16.0625rem;
    height: 100dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    right: -100%;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    background: #74944a;
    z-index: 10;
    padding: 9rem 1.5625rem 1.875rem;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .burger-header__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.75rem;
  }

  .burger-header__social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 3.4375rem;
    height: 3.4375rem;
    border-radius: 111px;
    border: 0.125rem solid rgba(255, 255, 255, 0.25);
  }

  .icon-menu {
    display: block;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.4375rem;
            flex: 0 0 3.4375rem;
    height: 3.4375rem;
    top: 0rem;
    background-color: transparent;
    border: 0.0625rem solid rgba(255, 253, 231, 0.8);
    border-radius: 6.25rem;
    cursor: pointer;
    z-index: 11;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    position: absolute;
    width: 1.5625rem;
    height: 0.125rem;
    background-color: rgba(255, 253, 231, 0.8);
  }

  .icon-menu::before {
    top: 1.0625rem;
  }

  .icon-menu::after {
    bottom: 1.0625rem;
    width: 1rem;
    left: 1.4375rem;
  }

  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }

  .icon-menu.menu-open span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }

  .icon-menu.menu-open::before {
    left: 28%;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: calc(50% - 0.0625rem);
  }

  .icon-menu.menu-open::after {
    left: 28%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: calc(50% - 0.0625rem);
    width: 1.5625rem;
  }

  .header-mini__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header-mini__menu {
    padding-top: 0;
  }

  .header-mini__menu::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 5;
  }

  .header-mini__menu.is-open::before {
    opacity: 1;
    visibility: visible;
  }

  .header-mini__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.125rem;
  }
}

@media (max-width: 61.99875em) {
  .hero__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 3.125rem;
  }

  .hero__stamp {
    position: absolute;
    bottom: -16.375rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

  .about__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.25rem;
  }

  .about__block:not(:last-child) {
    margin-bottom: 7.5rem;
  }

  .block-about_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3.125rem;
  }

  .see__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .see__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .see__images {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .residents-grid {
    -ms-grid-columns: (minmax(200px, 1fr))[2];
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }

  .cost__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    border-radius: 0;
  }

  .cost__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .cost__ticket {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .gallery-grid {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }

  .location__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .location__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .content-location__social {
    margin: 0 auto;
  }

  .content-location__social p {
    text-align: center;
  }

  .sale-grid {
    -ms-grid-columns: (minmax(200px, 1fr))[2];
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
}

@media (max-width: 47.99875em) {
  .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.125rem;
  }

  .footer__bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }

  .footer__copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .hero::before {
    background: transparent;
  }

  .contact__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .contact__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .contact__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (max-width: 40.625em) {
  .block-about__grid {
    -ms-grid-columns: (16.875rem)[1];
    grid-template-columns: repeat(1, 16.875rem);
  }
}

@media (max-width: 37.5em) {
  .residents-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 20.3125rem;
    margin: 0 auto;
  }

  .gallery-grid {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }

  .sale-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 22.5rem;
    margin: 0 auto;
  }
}

@media (max-width: 34.375em) {
  .transfer__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .copy-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .copy-field__value {
    width: 100%;
  }
}

@media (max-width: 29.99875em) {
  .page-404 {
    padding: 9.375rem 0 6.25rem 0;
  }

  .footer__menu {
    margin: 0;
  }

  .footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .content-hero__title span {
    display: block;
  }

  .content-see__title span {
    display: block;
  }

  .location__body {
    padding: 0;
  }

  .top__title {
    text-align: left;
  }

  .top__text {
    text-align: left;
  }

  .charity__text {
    text-align: left;
  }

  .policy::before {
    background: rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 22.5em) {
  .header__logo img {
    width: 4.375rem;
  }

  .header-mini__logo img {
    width: 4.375rem;
  }
}

@media (max-width: 21.875em) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

@media (any-hover: hover) {
  .support__btn:hover {
    background-color: #b8eb75;
    color: #74944a;
  }

  .support__btn:hover::before {
    color: #74944a;
  }

  .support__btn-mini:hover {
    background-color: #b8eb75;
    color: #74944a;
  }

  .support__btn-mini:hover::before {
    color: #74944a;
  }

  .footer__support:hover {
    background-color: #b8eb75;
    color: #74944a;
  }

  .show-more__btn:hover {
    background-color: #b8eb75;
    color: #74944a;
  }

  ._header-scroll .support__btn:hover {
    background-color: #b8eb75;
    color: #74944a;
  }

  ._header-scroll .support__btn:hover::before {
    color: #74944a;
  }

  ._header-scroll .support__btn-burger:hover {
    background-color: #b8eb75;
    color: #74944a;
  }

  ._header-scroll .support__btn-burger:hover::before {
    color: #74944a;
  }

  .menu__item a:hover {
    border-color: #b8eb75;
  }

  .footer__item:hover {
    border-color: #b8eb75;
  }

  .content-hero__social li a:hover {
    border-color: #fffde7;
  }

  .content-hero__social li a:hover::before {
    color: #fffde7;
  }

  .phone-location a:hover {
    text-decoration: underline;
  }

  .social-location__list li a:hover {
    background-color: #b8eb75;
  }

  .phone-info__address a:hover {
    text-decoration: underline;
  }

  .social-contact__item a:hover {
    background-color: #b8eb75;
    color: #74944a;
  }

  .social-contact__item a:hover::before {
    color: #74944a;
  }
}