@charset "UTF-8";
:root {
  --color-bg: #fffeee;
  --color-black: #000000;
  --color-dark: #3f4d34;
  --color-nav: #c2cb96;
  --color-gold: #eecb75;
  --color-peach: #f5bda8;
  --color-orange: #f4a258;
  --color-navy: #013d5a;
  --color-sky: #cbdde9;
  --color-light: #fffeee;
  --color-light-gray: #f5f4e5;
  --font-family-first: 'Manrope', Arial, sans-serif;
  --font-family-second: 'Jost', Arial, sans-serif;
  --font-family-third: 'Roboto', sans-serif;
  --container-width: 1200px;
  --container-padding-x: 15px;
  --wrapper-padding-x: 20px;
  --header-height: 51px;
  --border-radius-pill: 3000px;
  --transition-duration: 0.2s;
}

*,
::before,
::after {
  box-sizing: border-box;
}

:where(ul, ol):where([class]) {
  padding-left: 0;
}

body,
:where(blockquote, figure):where([class]) {
  margin: 0;
}

:where(h1, h2, h3, h4, h5, h6, p, ul, ol, dl):where([class]) {
  margin-block: 0;
}

:where(dd[class]) {
  margin-left: 0;
}

:where(fieldset[class]) {
  margin-left: 0;
  padding: 0;
  border: none;
}

:where(ul[class]) {
  list-style: none;
}

:where(address[class]) {
  font-style: normal;
}

p {
  --paragraphMarginBottom: 24px;
  margin-block: 0;
}

p:where(:not([class]):not(:last-child)) {
  margin-bottom: var(--paragraphMarginBottom);
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
textarea,
select,
button {
  font: inherit;
}

html {
  height: 100%;
  scroll-behavior: smooth !important;
}

body {
  min-height: 100%;
  line-height: 1.5;
}

a:where([class]) {
  display: inline-flex;
}

button,
label {
  cursor: pointer;
}

:where([fill]:not([fill=none], [fill^=url])) {
  fill: currentColor;
}

:where([stroke]:not([stroke=none], [stroke^=url])) {
  stroke: currentColor;
}

svg * {
  transition-property: fill, stroke;
}

:where(table) {
  border-collapse: collapse;
  border-color: currentColor;
}

@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.container {
  max-width: var(--container-width);
  margin-inline: auto;
  padding-inline: var(--container-padding-x);
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  clip-path: inset(100%) !important;
  clip: rect(0 0 0 0) !important;
  overflow: hidden !important;
}

@media (max-width: 991px) {
  .hidden-laptop {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .visible-laptop {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-tablet {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .visible-tablet {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media (min-width: 577px) {
  .visible-mobile {
    display: none !important;
  }
}

html {
  overflow-x: clip;
}

body {
  font-family: var(--font-family-first);
  font-weight: 300;
  font-size: 16px;
  color: var(--color-dark);
  background-color: var(--color-bg);
}

a,
button,
input,
textarea,
svg * {
  transition-duration: var(--transition-duration) !important;
  transition-timing-function: ease-in-out !important;
}

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

h1,
h2,
h3,
h4 {
  font-family: var(--font-family-second);
}

.wrapper {
  min-height: 100%;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  padding-inline: var(--wrapper-padding-x);
  overflow-x: clip;
}
@media (max-width: 440px) {
  .wrapper {
    --wrapper-padding-x: 0px;
  }
}

.main {
  position: relative;
  z-index: 1;
  flex-grow: 1;
}

.burger-button {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-family: var(--font-family-first);
}
@media (hover: hover) {
  .burger-button:hover {
    color: var(--color-dark);
    background-color: transparent;
  }
}
@media (hover: none) {
  .burger-button:active {
    color: var(--color-dark);
    background-color: transparent;
  }
}
.burger-button {
  width: 51px;
  height: 51px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: var(--color-dark);
  border-radius: 50%;
}
@media (hover: hover) {
  .burger-button:hover {
    background-color: var(--color-nav);
  }
}
@media (hover: none) {
  .burger-button:active {
    background-color: var(--color-nav);
  }
}
.burger-button__icon {
  width: 22px;
  height: auto;
}
@media (max-width: 576px) {
  .burger-button {
    width: 42px;
    height: 42px;
    aspect-ratio: 1;
  }
  .burger-button__icon {
    width: 18px;
  }
}

.cross-button {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-family: var(--font-family-first);
}
@media (hover: hover) {
  .cross-button:hover {
    color: var(--color-dark);
    background-color: transparent;
  }
}
@media (hover: none) {
  .cross-button:active {
    color: var(--color-dark);
    background-color: transparent;
  }
}
.cross-button {
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  position: relative;
  rotate: 45deg;
}
.cross-button span {
  position: absolute;
  background-color: var(--color-light);
  border-radius: 5px;
}
.cross-button span:nth-child(1), .cross-button span:nth-child(2) {
  top: 50%;
  width: 12px;
  height: 2px;
  translate: 0 -50%;
}
.cross-button span:nth-child(1) {
  right: 50%;
}
.cross-button span:nth-child(2) {
  left: 50%;
}
.cross-button span:nth-child(3), .cross-button span:nth-child(4) {
  left: 50%;
  width: 2px;
  height: 12px;
  translate: -50% 0;
}
.cross-button span:nth-child(3) {
  bottom: 50%;
}
.cross-button span:nth-child(4) {
  top: 50%;
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 10px;
  background-color: var(--color-bg);
}
.header::before, .header::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: var(--wrapper-padding-x);
  background-color: var(--color-bg);
  pointer-events: none;
}
@media (max-width: 440px) {
  .header::before, .header::after {
    content: none;
  }
}
.header::before {
  right: 100%;
}
.header::after {
  left: 100%;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 16px;
  min-height: var(--header-height);
}
.header__menu {
  display: flex;
  align-items: stretch;
  height: var(--header-height);
  flex-shrink: 0;
}
.header__menu-list {
  display: flex;
  align-items: stretch;
  column-gap: 24px;
  height: 100%;
  padding: 0 24px;
  background-color: var(--color-nav);
  border-radius: var(--border-radius-pill);
}
@media (max-width: 1200px) {
  .header__menu-list {
    column-gap: 24px;
    padding: 0 18px;
  }
}
.header__menu-item {
  display: flex;
  align-items: center;
  position: relative;
}
.header__menu-item--dropdown:hover .header__dropdown, .header__menu-item--dropdown:focus-within .header__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header__menu-item--dropdown:hover .header__menu-link--dropdown::after, .header__menu-item--dropdown:focus-within .header__menu-link--dropdown::after {
  transform: rotate(180deg);
}
.header__menu-link {
  display: flex;
  align-items: center;
  height: 100%;
  column-gap: 4px;
  font-family: var(--font-family-first);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-dark);
  white-space: nowrap;
}
@media (hover: hover) {
  .header__menu-link:hover {
    color: var(--color-light);
  }
}
@media (hover: none) {
  .header__menu-link:active {
    color: var(--color-light);
  }
}
.header__menu-link--dropdown {
  cursor: pointer;
}
.header__menu-link--dropdown::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-inline: 4px solid transparent;
  border-top: 5px solid currentColor;
  transform: rotate(0deg);
  transition: transform var(--transition-duration) ease-in-out !important;
}
.header__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 20;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  min-width: 180px;
  padding: 18px 20px;
  background-color: transparent;
  border-radius: 0;
  translate: -50% 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--transition-duration) ease-in-out, visibility var(--transition-duration) ease-in-out !important;
}
.header__dropdown::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: var(--color-light-gray);
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(63, 77, 52, 0.1);
  pointer-events: none;
}
.header__dropdown-link {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--color-dark);
  white-space: nowrap;
}
@media (hover: hover) {
  .header__dropdown-link:hover {
    color: var(--color-nav);
  }
}
@media (hover: none) {
  .header__dropdown-link:active {
    color: var(--color-nav);
  }
}
.header__logo {
  flex-shrink: 0;
  margin-left: auto;
}
@media (max-width: 991px) {
  .header__logo {
    order: -1;
    margin-inline: 0;
  }
}
.header__logo img {
  width: 60px;
  height: auto;
  display: block;
}
@media (max-width: 576px) {
  .header__logo img {
    width: 48px;
  }
}
.header__actions {
  display: flex;
  align-items: stretch;
  column-gap: 10px;
  flex-shrink: 0;
  height: var(--header-height);
}
.header__social {
  display: flex;
  align-items: stretch;
  column-gap: 24px;
  height: 100%;
  padding: 0 24px;
  background-color: var(--color-gold);
  border-radius: var(--border-radius-pill);
}
@media (max-width: 1200px) {
  .header__social {
    column-gap: 16px;
    padding: 0 18px;
  }
}
.header__social-link {
  display: flex;
  align-items: center;
  height: 100%;
  font-family: var(--font-family-first);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-dark);
  white-space: nowrap;
}
@media (hover: hover) {
  .header__social-link:hover {
    color: var(--color-light);
  }
}
@media (hover: none) {
  .header__social-link:active {
    color: var(--color-light);
  }
}
.header__search {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-family: var(--font-family-first);
}
@media (hover: hover) {
  .header__search:hover {
    color: var(--color-dark);
    background-color: transparent;
  }
}
@media (hover: none) {
  .header__search:active {
    color: var(--color-dark);
    background-color: transparent;
  }
}
.header__search {
  width: 51px;
  height: 51px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: var(--color-gold);
  border-radius: 50%;
}
@media (hover: hover) {
  .header__search:hover {
    background-color: var(--color-nav);
  }
}
@media (hover: none) {
  .header__search:active {
    background-color: var(--color-nav);
  }
}
.header__search img {
  width: 21px;
  height: 21px;
}
@media (max-width: 576px) {
  .header__search {
    width: 42px;
    height: 42px;
    aspect-ratio: 1;
  }
  .header__search img {
    width: 18px;
    height: 18px;
  }
}

@keyframes mobile-overlay-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes mobile-overlay-out {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes mobile-overlay-backdrop-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.6;
  }
}
@keyframes mobile-overlay-backdrop-out {
  from {
    opacity: 0.6;
  }
  to {
    opacity: 0;
  }
}
.mobile-overlay {
  margin: 0;
  padding: 0;
  border: none;
  width: 300px;
  max-width: 300px;
  height: 100%;
  background-color: var(--color-dark);
  color: var(--color-light);
}
.mobile-overlay[open], .mobile-overlay:modal {
  display: flex;
  position: fixed;
  inset: unset;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  height: 100%;
  max-height: 100%;
  margin: 0;
  transform: translateX(0);
  animation: mobile-overlay-in 0.35s ease forwards;
}
.mobile-overlay[open].is-closing {
  animation: mobile-overlay-out 0.35s ease forwards;
}
.mobile-overlay::backdrop {
  background-color: var(--color-black);
  opacity: 0.6;
  animation: mobile-overlay-backdrop-in 0.35s ease forwards;
}
.mobile-overlay[open].is-closing::backdrop {
  animation: mobile-overlay-backdrop-out 0.35s ease forwards;
}
.mobile-overlay__inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  min-height: 100%;
  padding: 5px 10px 38px 40px;
  overflow-y: auto;
}
.mobile-overlay__close-button-wrapper {
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
}
.mobile-overlay__logo {
  display: block;
  width: 108px;
  margin: 4px auto 36px;
  flex-shrink: 0;
}
.mobile-overlay__logo img {
  width: 100%;
  height: auto;
}
.mobile-overlay__menu {
  flex-shrink: 0;
}
.mobile-overlay__list {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
.mobile-overlay__item--dropdown {
  width: max-content;
}
.mobile-overlay__item--dropdown .mobile-overlay__sublist {
  display: flex;
  max-height: 0;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
}
.mobile-overlay__item--dropdown.is-open .mobile-overlay__sublist {
  max-height: 200px;
  margin-top: 12px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.mobile-overlay__item--dropdown.is-open .mobile-overlay__link--dropdown::after {
  transform: rotate(180deg);
}
.mobile-overlay__link {
  font-family: var(--font-family-first);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-light);
}
@media (hover: hover) {
  .mobile-overlay__link:hover {
    color: var(--color-light-gray);
  }
}
@media (hover: none) {
  .mobile-overlay__link:active {
    color: var(--color-light-gray);
  }
}
.mobile-overlay__link--current {
  opacity: 0.7;
}
.mobile-overlay__link--dropdown {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  cursor: pointer;
  transition: color var(--transition-duration) ease-in-out !important;
}
.mobile-overlay__link--dropdown::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-inline: 5px solid transparent;
  border-top: 6px solid currentColor;
  transform: rotate(0deg);
  transition: transform var(--transition-duration) ease-in-out !important;
}
.mobile-overlay__sublist {
  flex-direction: column;
  row-gap: 10px;
  transition: opacity var(--transition-duration) ease-in-out, visibility var(--transition-duration) ease-in-out, max-height var(--transition-duration) ease-in-out, margin-top var(--transition-duration) ease-in-out !important;
}
.mobile-overlay__sublink {
  font-family: var(--font-family-first);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-light);
}
@media (hover: hover) {
  .mobile-overlay__sublink:hover {
    color: #fffeee;
  }
}
@media (hover: none) {
  .mobile-overlay__sublink:active {
    color: #fffeee;
  }
}
.mobile-overlay__sublink--current {
  opacity: 0.7;
}
.mobile-overlay__bottom {
  margin-top: auto;
  padding-top: 40px;
  flex-shrink: 0;
}
.mobile-overlay__slogan {
  margin: 0 0 40px;
  font-family: var(--font-family-second);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.15;
  max-width: 8.4em;
  color: #fff;
}
.mobile-overlay__social-list {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.mobile-overlay__social-item {
  display: flex;
  align-items: center;
}
.mobile-overlay__vk, .mobile-overlay__dzen {
  display: flex;
  color: var(--color-orange);
}
@media (hover: hover) {
  .mobile-overlay__vk:hover, .mobile-overlay__dzen:hover {
    color: var(--color-light);
  }
}
@media (hover: none) {
  .mobile-overlay__vk:active, .mobile-overlay__dzen:active {
    color: var(--color-light);
  }
}
.mobile-overlay__vk svg, .mobile-overlay__dzen svg {
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .mobile-overlay[open],
  .mobile-overlay[open].is-closing,
  .mobile-overlay::backdrop,
  .mobile-overlay[open].is-closing::backdrop {
    animation-duration: 0.35s !important;
    animation-iteration-count: 1 !important;
  }
}
.stick {
  --stick-goose-w: 385px;
  --stick-phone-w: 182px;
  --stick-phone-h: 64px;
  --stick-text-w: 200px;
  --stick-text-h: 63px;
  --stick-bg: 250px;
  --stick-logo: 75px;
  --stick-title: 16px;
  --stick-subtitle: 12px;
  --stick-phone-fs: 14px;
  --stick-icon: 32px;
  position: fixed;
  z-index: 60;
  right: 0;
  bottom: 80px;
  width: var(--stick-goose-w);
  height: calc(var(--stick-logo) * 0.32 + var(--stick-bg) + var(--stick-phone-h) * 0.5);
  pointer-events: none;
}
@media (max-width: 991px) {
  .stick {
    --stick-goose-w: 320px;
    --stick-phone-w: 170px;
    --stick-phone-h: 60px;
    --stick-text-w: 170px;
    --stick-text-h: 60px;
    --stick-bg: 220px;
    --stick-logo: 70px;
    --stick-title: 14px;
    --stick-subtitle: 10px;
    --stick-icon: 28px;
    bottom: 56px;
  }
}
@media (max-width: 767px) {
  .stick {
    --stick-goose-w: 305px;
    --stick-phone-w: 160px;
    --stick-phone-h: 50px;
    --stick-text-w: 161px;
    --stick-text-h: 48px;
    --stick-bg: 200px;
    --stick-logo: 60px;
    --stick-title: 14px;
    --stick-subtitle: 10px;
    --stick-phone-fs: 13px;
    --stick-icon: 24px;
    bottom: 40px;
  }
}
@media (max-width: 440px) {
  .stick {
    --stick-goose-w: calc(100vw * 305 / 440);
    --stick-phone-w: calc(100vw * 160 / 440);
    --stick-phone-h: calc(100vw * 50 / 440);
    --stick-text-w: calc(100vw * 161 / 440);
    --stick-text-h: calc(100vw * 48 / 440);
    --stick-bg: calc(100vw * 200 / 440);
    --stick-logo: calc(100vw * 60 / 440);
    --stick-title: calc(100vw * 14 / 440);
    --stick-subtitle: calc(100vw * 10 / 440);
    --stick-phone-fs: calc(100vw * 13 / 440);
    --stick-icon: calc(100vw * 24 / 440);
    bottom: 9.0909090909vw;
  }
}
.stick.is-hidden {
  display: none;
}
.stick__close {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 34px;
  width: var(--stick-logo);
  height: var(--stick-logo);
  padding: 0;
  border: none;
  border-radius: 50%;
  background: none;
  cursor: pointer;
  pointer-events: auto;
  filter: drop-shadow(-1px 0 22px rgba(0, 0, 0, 0.2));
}
@media (max-width: 991px) {
  .stick__close {
    left: 28px;
  }
}
@media (max-width: 767px) {
  .stick__close {
    left: 50px;
  }
}
.stick__logo {
  display: block;
  width: 100%;
  height: auto;
}
.stick__bg {
  position: absolute;
  z-index: 0;
  top: calc(var(--stick-logo) * 0.32);
  right: 63px;
  width: var(--stick-bg);
  height: var(--stick-bg);
  border-radius: 22px;
  background-color: var(--color-dark);
  box-shadow: 0 4px 22px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .stick__bg {
    right: 40px;
    border-radius: 18px;
  }
}
@media (max-width: 767px) {
  .stick__bg {
    right: 28px;
    border-radius: 16px;
  }
}
@media (max-width: 440px) {
  .stick__bg {
    right: 6.3636363636vw;
  }
}
.stick__goose {
  position: absolute;
  z-index: 5;
  top: calc(var(--stick-logo) * 0.78 + 3px);
  left: 0;
  width: var(--stick-goose-w);
  height: auto;
  pointer-events: none;
}
@media (max-width: 991px) {
  .stick__goose {
    top: calc(var(--stick-logo) * 0.78 + 10px);
  }
}
@media (max-width: 767px) {
  .stick__goose {
    top: calc(var(--stick-logo) * 0.78 + 6px);
  }
}
.stick__text {
  position: absolute;
  z-index: 3;
  top: calc(var(--stick-logo) * 0.6);
  right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: var(--stick-text-w);
  height: var(--stick-text-h);
  padding: 8px 0px 8px 24px;
  border-radius: 30px;
  background-color: var(--color-gold);
  box-shadow: 0 4px 22px rgba(0, 0, 0, 0.2);
  pointer-events: auto;
  color: var(--color-dark);
}
@media (max-width: 991px) {
  .stick__text {
    right: 8px;
    padding: 6px 6px 6px 20px;
  }
}
@media (max-width: 767px) {
  .stick__text {
    right: 4px;
    padding: 6px 6px 6px 16px;
    border-radius: 24px;
  }
}
@media (max-width: 440px) {
  .stick__text {
    right: 0.9090909091vw;
    padding: 1.3636363636vw 1.3636363636vw 1.3636363636vw 3.6363636364vw;
  }
}
.stick__title {
  font-family: var(--font-family-second);
  font-size: var(--stick-title);
  font-weight: 700;
  line-height: 1.2;
}
.stick__subtitle {
  font-size: var(--stick-subtitle);
  font-weight: 400;
  line-height: 1.3;
}
.stick__phone {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 3;
  top: calc(var(--stick-logo) * 0.32 + var(--stick-bg) - var(--stick-phone-h) * 0.5);
  right: 97px;
  column-gap: 8px;
  width: var(--stick-phone-w);
  height: var(--stick-phone-h);
  border-radius: 30px;
  background-color: var(--color-nav);
  box-shadow: 4px 0 22px rgba(0, 0, 0, 0.2);
  pointer-events: auto;
  font-size: var(--stick-phone-fs);
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-dark);
}
@media (max-width: 991px) {
  .stick__phone {
    right: 65px;
  }
}
@media (max-width: 767px) {
  .stick__phone {
    right: 48px;
    border-radius: 24px;
    column-gap: 6px;
  }
}
@media (max-width: 440px) {
  .stick__phone {
    right: 10.9090909091vw;
  }
}
@media (hover: hover) {
  .stick__phone:hover {
    background-color: var(--color-dark);
    color: var(--color-light);
  }
}
@media (hover: none) {
  .stick__phone:active {
    background-color: var(--color-dark);
    color: var(--color-light);
  }
}
.stick__phone-icon {
  display: block;
  width: var(--stick-icon);
  height: var(--stick-icon);
  object-fit: contain;
}

.footer {
  position: relative;
  z-index: 0;
  margin-top: auto;
  margin-inline: calc(-1 * var(--wrapper-padding-x));
}
.footer__skyline {
  overflow: hidden;
  height: 64px;
  pointer-events: none;
  background: url("../images/shared/footer.svg") repeat-x center bottom/auto 64px;
}
@media (max-width: 767px) {
  .footer__skyline {
    height: 32px;
    background-size: auto 32px;
  }
}
.footer__skyline-img {
  display: none;
}
.footer__inner {
  padding: 30px 0 60px;
  background-color: var(--color-dark);
  color: var(--color-light);
}
@media (max-width: 767px) {
  .footer__inner {
    padding: 30px;
  }
}
@media (max-width: 440px) {
  .footer__inner {
    padding: 24px 0 40px;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 40px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer__top {
    flex-direction: column;
    row-gap: 32px;
  }
}
.footer__logo {
  flex-shrink: 0;
}
.footer__logo img {
  display: block;
  width: 80px;
  height: auto;
}
@media (max-width: 576px) {
  .footer__logo img {
    width: 64px;
  }
}
.footer__menu {
  display: flex;
  column-gap: 40px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .footer__menu {
    width: 100%;
    justify-content: space-between;
  }
}
.footer__menu-list {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  min-width: 160px;
  line-height: 1;
}
@media (max-width: 576px) {
  .footer__menu-list {
    min-width: 0;
  }
}
.footer__menu-title {
  margin-bottom: 4px;
  font-family: var(--font-family-second);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 1px;
  color: var(--color-nav);
}
.footer__menu-link {
  font-family: var(--font-family-first);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-orange);
}
@media (hover: hover) {
  .footer__menu-link:hover {
    color: var(--color-light);
  }
}
@media (hover: none) {
  .footer__menu-link:active {
    color: var(--color-light);
  }
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 24px;
}
@media (max-width: 576px) {
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }
}
.footer__copy {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}
.footer__copy-text, .footer__copy-link {
  font-family: var(--font-family-first);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--color-nav);
}
@media (hover: hover) {
  .footer__copy-link:hover {
    color: var(--color-light);
  }
}
@media (hover: none) {
  .footer__copy-link:active {
    color: var(--color-light);
  }
}
.footer__social-list {
  display: flex;
  align-items: center;
  column-gap: 16px;
  flex-shrink: 0;
}
.footer__social-item {
  display: flex;
  align-items: center;
}
.footer__social-link {
  display: flex;
  color: var(--color-orange);
}
@media (hover: hover) {
  .footer__social-link:hover {
    color: var(--color-light);
  }
}
@media (hover: none) {
  .footer__social-link:active {
    color: var(--color-light);
  }
}
.footer__social-link svg {
  display: block;
}
.footer__social-link path {
  fill: currentColor;
}

[data-zoom] {
  cursor: zoom-in;
}

@keyframes zoom-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoom-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes zoom-img-out {
  from {
    transform: scale(1) translateY(0);
  }
  to {
    transform: scale(0.7) translateY(50%);
  }
}
.zoom {
  margin: 0;
  padding: 15px;
  overflow: hidden;
  border: 0;
  background-color: var(--color-bg);
}
.zoom[open], .zoom:modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  animation-name: zoom-in !important;
  animation-duration: 0.3s !important;
  animation-timing-function: ease-in-out !important;
  animation-fill-mode: both !important;
}
.zoom.is-closing {
  animation-name: zoom-out !important;
}
.zoom.is-closing .zoom__img {
  animation-name: zoom-img-out !important;
  animation-duration: 0.3s !important;
  animation-timing-function: ease-in-out !important;
  animation-fill-mode: both !important;
}
.zoom::backdrop {
  background-color: var(--color-bg);
}
.zoom[open]::backdrop {
  animation-name: zoom-in !important;
  animation-duration: 0.3s !important;
  animation-timing-function: ease-in-out !important;
  animation-fill-mode: both !important;
}
.zoom.is-closing::backdrop {
  animation-name: zoom-out !important;
}
.zoom__img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(100vh - 30px);
  margin: auto;
  object-fit: contain;
  cursor: zoom-out;
}
.zoom__close {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-family: var(--font-family-first);
}
@media (hover: hover) {
  .zoom__close:hover {
    color: var(--color-dark);
    background-color: transparent;
  }
}
@media (hover: none) {
  .zoom__close:active {
    color: var(--color-dark);
    background-color: transparent;
  }
}
.zoom__close {
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 2;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 3px rgba(1, 1, 1, 0.1);
  cursor: pointer;
  transition: background-color 0.3s ease-in-out !important;
}
.zoom__close svg {
  display: block;
  width: 12px;
  height: 12px;
}
@media (hover: hover) {
  .zoom__close:hover {
    background-color: #fff;
  }
}
@media (hover: none) {
  .zoom__close:active {
    background-color: #fff;
  }
}

@keyframes search-down {
  from {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  to {
    max-height: 200px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@keyframes search-popup-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.search {
  position: fixed;
  top: calc(var(--header-height) + 20px);
  right: 0;
  left: 0;
  z-index: 40;
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: var(--color-light-gray);
  pointer-events: none;
  transition-property: max-height, padding !important;
  transition-duration: 0.4s !important;
  transition-timing-function: ease-in-out !important;
}
.search.is-open {
  max-height: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  pointer-events: auto;
  animation-name: search-down !important;
  animation-duration: 0.4s !important;
  animation-timing-function: ease-in-out !important;
  animation-fill-mode: both !important;
}
.search__form {
  display: flex;
  align-items: center;
  max-width: 660px;
  margin-inline: auto;
  padding-inline: var(--container-padding-x);
}
@media (max-width: 767px) {
  .search__form {
    flex-direction: column;
    row-gap: 12px;
  }
}
.search__field {
  position: relative;
  flex-grow: 1;
  width: 100%;
  min-width: 0;
}
.search__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  z-index: 1;
  width: 18px;
  height: 18px;
  margin-block: auto;
  color: #b6b6b6;
  pointer-events: none;
}
.search__icon path {
  fill: #b6b6b6;
}
.search__input {
  width: 100%;
  height: 50px;
  padding: 0 20px 0 52px;
  border: 1px solid var(--color-dark);
  border-radius: 30px;
  background-color: transparent;
  font-family: var(--font-family-first);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-dark);
}
.search__input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #b6b6b6;
  opacity: 1;
}
.search__submit.button {
  flex-shrink: 0;
  min-height: 0;
  margin-left: 20px;
  padding: 14px 60px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
@media (hover: hover) {
  .search__submit.button:hover {
    background-color: var(--color-nav);
    color: var(--color-light);
  }
}
@media (hover: none) {
  .search__submit.button:active {
    background-color: var(--color-nav);
    color: var(--color-light);
  }
}
@media (max-width: 767px) {
  .search__submit.button {
    width: 100%;
    margin-left: 0;
  }
}

.search-popup {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: fixed;
  inset: 0;
  z-index: 80;
  overflow: auto;
  padding: 0 20px;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-property: opacity, visibility !important;
  transition-duration: 0.3s !important;
  transition-timing-function: ease-in-out !important;
}
.search-popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation-name: search-popup-in !important;
  animation-duration: 0.3s !important;
  animation-timing-function: ease-in-out !important;
  animation-fill-mode: both !important;
}
.search-popup__dialog {
  position: relative;
  width: 100%;
  max-width: 760px;
  min-height: 90vh;
  margin: 5vh auto;
  padding: 60px 60px 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .search-popup__dialog {
    margin: 0 auto 0;
    padding: 60px 20px 0;
  }
}
.search-popup__close {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-family: var(--font-family-first);
}
@media (hover: hover) {
  .search-popup__close:hover {
    color: var(--color-dark);
    background-color: transparent;
  }
}
@media (hover: none) {
  .search-popup__close:active {
    color: var(--color-dark);
    background-color: transparent;
  }
}
.search-popup__close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 25px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.search-popup__close svg {
  display: block;
  width: 20px;
  height: 20px;
}
.search-popup__heading {
  margin: 0 15px 25px;
  font-family: var(--font-family-second);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-dark);
}
@media (max-width: 767px) {
  .search-popup__heading {
    margin: 0 0 20px;
    font-size: 18px;
  }
}
.search-popup__empty {
  margin: 0 15px;
  font-size: 16px;
  line-height: 1.4;
  color: var(--color-dark);
}
.search-popup__empty[hidden] {
  display: none;
}
.search-popup__list {
  display: flex;
  flex-direction: column;
  list-style: none;
}
.search-popup__list[hidden] {
  display: none;
}
.search-popup__item {
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 0 15px;
  color: inherit;
}
@media (hover: hover) {
  .search-popup__item:hover .search-popup__title {
    color: var(--color-orange);
  }
}
@media (hover: none) {
  .search-popup__item:active .search-popup__title {
    color: var(--color-orange);
  }
}
@media (max-width: 767px) {
  .search-popup__item {
    padding: 0;
  }
}
.search-popup__thumb {
  display: block;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  margin-right: 15px;
  border: 1px solid #eee;
  object-fit: cover;
  background-color: var(--color-sky);
}
.search-popup__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.search-popup__title {
  margin-bottom: 3px;
  font-family: var(--font-family-second);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--color-black);
}
.search-popup__title b {
  font-weight: 600;
}
.search-popup__text {
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--color-dark);
  opacity: 0.5;
  text-overflow: ellipsis;
}
.search-popup__text b {
  font-weight: 600;
  opacity: 1;
}
.search-popup__pages {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 8px;
  row-gap: 8px;
  margin: 20px 15px 40px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .search-popup__pages {
    margin-inline: 0;
  }
}
.search-popup__pages[hidden] {
  display: none;
}
.search-popup__page {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-family: var(--font-family-first);
}
@media (hover: hover) {
  .search-popup__page:hover {
    color: var(--color-dark);
    background-color: transparent;
  }
}
@media (hover: none) {
  .search-popup__page:active {
    color: var(--color-dark);
    background-color: transparent;
  }
}
.search-popup__page {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 28px;
  max-width: 54px;
  height: 28px;
  padding: 0 8px;
  border: 1px solid var(--color-black);
  background-color: transparent;
  font-family: var(--font-family-first);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-black);
  cursor: pointer;
}
.search-popup__page.is-active {
  opacity: 0.3;
  pointer-events: none;
}
@media (hover: hover) {
  .search-popup__page:hover {
    color: var(--color-orange);
    border-color: var(--color-orange);
  }
}
@media (hover: none) {
  .search-popup__page:active {
    color: var(--color-orange);
    border-color: var(--color-orange);
  }
}

.section-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 24px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .section-header {
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 36px;
  }
  .section-header .badge {
    order: -1;
  }
}
@media (max-width: 440px) {
  .section-header {
    margin-bottom: 24px;
  }
}
.section-header--wide {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .section-header--wide {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .section-header--wide {
    margin-bottom: 36px;
  }
}
@media (max-width: 440px) {
  .section-header--wide {
    margin-bottom: 24px;
  }
}

.section-intro {
  max-width: 689px;
}
.section-intro--narrow {
  max-width: 452px;
}

.section-title {
  font-family: var(--font-family-second);
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-dark);
}
@media (max-width: 991px) {
  .section-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .section-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section-header .section-title {
    font-size: 28px;
  }
}
@media (max-width: 440px) {
  .section-header .section-title {
    font-size: 22px;
  }
}
.section-title--navy {
  color: var(--color-navy);
}

.section-text {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-dark);
}
@media (max-width: 767px) {
  .section-text {
    margin-top: 12px;
    font-size: 14px;
  }
}
.section-header .section-text {
  max-width: 459px;
}
.section-text--navy {
  color: var(--color-navy);
}
.section-text--wide, .section-header .section-text--wide {
  max-width: 652px;
}
.section-text--full, .section-header .section-text--full {
  max-width: none;
}

@keyframes badge-wheel-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.badge {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  column-gap: 12px;
  min-height: 66px;
  padding: 12px 20px 12px 16px;
  border: 2px solid var(--color-dark);
  border-radius: var(--border-radius-pill);
  color: var(--color-dark);
}
@media (hover: hover) {
  .badge:hover {
    background-color: #b1b98a;
  }
}
@media (hover: none) {
  .badge:active {
    background-color: #b1b98a;
  }
}
@media (max-width: 767px) {
  .badge {
    min-height: 56px;
    padding: 10px 16px 10px 12px;
  }
}
.badge--navy {
  border-color: var(--color-navy);
  color: var(--color-navy);
}
@media (hover: hover) {
  .badge--navy:hover {
    background-color: #b9cbd8;
  }
}
@media (hover: none) {
  .badge--navy:active {
    background-color: #b9cbd8;
  }
}
.badge--peach {
  border-color: var(--color-navy);
  color: var(--color-navy);
}
@media (hover: hover) {
  .badge--peach:hover {
    background-color: #e0b09e;
  }
}
@media (hover: none) {
  .badge--peach:active {
    background-color: #e0b09e;
  }
}
.badge--gold {
  background-color: var(--color-gold);
}
@media (hover: hover) {
  .badge--gold:hover {
    background-color: #ddb969;
  }
}
@media (hover: none) {
  .badge--gold:active {
    background-color: #ddb969;
  }
}
.badge__icon {
  display: block;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  object-fit: contain;
  transform-origin: center;
  animation: badge-wheel-spin 6s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .badge__icon {
    animation-duration: 6s !important;
    animation-iteration-count: infinite !important;
  }
}
@media (max-width: 767px) {
  .badge__icon {
    width: 32px;
    height: 32px;
  }
}
.badge__title {
  font-family: var(--font-family-second);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .badge__title {
    font-size: 16px;
  }
}
.badge__text {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 18px 60px;
  border: none;
  border-radius: 30px;
  background-color: var(--color-dark);
  font-family: var(--font-family-second);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-light);
  white-space: nowrap;
  cursor: pointer;
}
@media (hover: hover) {
  .button:hover {
    background-color: var(--color-nav);
    color: var(--color-dark);
  }
}
@media (hover: none) {
  .button:active {
    background-color: var(--color-nav);
    color: var(--color-dark);
  }
}
@media (max-width: 767px) {
  .button {
    min-height: 52px;
    padding: 14px 36px;
    font-size: 15px;
  }
}
@media (max-width: 440px) {
  .button {
    padding: 14px 24px;
    font-size: 14px;
  }
}
@media (hover: hover) {
  .button--orange:hover {
    background-color: var(--color-dark);
    color: var(--color-orange);
  }
}
@media (hover: none) {
  .button--orange:active {
    background-color: var(--color-dark);
    color: var(--color-orange);
  }
}

@keyframes cards-item-in {
  from {
    opacity: 0;
    transform: translateY(-28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  list-style: none;
}
@media (max-width: 767px) {
  .cards {
    gap: 32px;
  }
}
.cards--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}
@media (max-width: 767px) {
  .cards--grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cards--grid .cards__item {
  width: auto;
  background-color: var(--color-light);
}
.cards--grid .card__media {
  background-color: var(--color-light);
}
.cards--in .cards__item, .swiper-slide-active .cards__item {
  animation-name: cards-item-in !important;
  animation-duration: 0.55s !important;
  animation-timing-function: ease-out !important;
  animation-fill-mode: both !important;
  animation-iteration-count: 1 !important;
}
.swiper-slide-active .cards__item:nth-child(1) {
  animation-delay: 0s !important;
}
.swiper-slide-active .cards__item:nth-child(2) {
  animation-delay: 0.12s !important;
}
.swiper-slide-active .cards__item:nth-child(3) {
  animation-delay: 0.24s !important;
}
.cards__item {
  width: 360px;
  overflow: hidden;
  border-radius: 30px;
  background-color: var(--color-sky);
  opacity: 0;
  transform: translateY(-28px);
}
@media (max-width: 767px) {
  .cards__item {
    width: 100%;
    border-radius: 20px;
  }
}
.cards__item[hidden] {
  display: none;
}
.cards__item.is-in {
  animation-name: cards-item-in !important;
  animation-duration: 0.55s !important;
  animation-timing-function: ease-out !important;
  animation-fill-mode: both !important;
  animation-delay: var(--in-delay, 0s) !important;
}

.card {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
}
@media (hover: hover) {
  .card:hover .card__img {
    scale: 1.03;
  }
}
@media (hover: none) {
  .card:active .card__img {
    scale: 1.03;
  }
}
.card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  background-color: var(--color-sky);
}
.card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale var(--transition-duration) ease-in-out !important;
}
.card__mark {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 154px;
  min-height: 50px;
  padding: 8px 10px;
  border-radius: 50px;
  background-color: var(--color-orange);
  font-family: var(--font-family-third);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: var(--color-dark);
}
.card__title {
  margin-top: 16px;
  padding-inline: 20px;
  font-family: var(--font-family-second);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-dark);
}
.card__text {
  margin-top: 8px;
  padding: 0 20px 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-dark);
}
@media (max-width: 767px) {
  .card__text {
    font-size: 14px;
  }
}

.catalog-slider {
  position: relative;
}
.catalog-slider__slider {
  overflow: hidden;
}
.catalog-slider__slider .swiper-wrapper {
  transition-property: transform !important;
  transition-duration: 0.5s !important;
  transition-timing-function: ease !important;
}
.catalog-slider__slider .swiper-slide {
  height: auto;
}
.catalog-slider__slide {
  height: auto;
  overflow: hidden;
  border-radius: 30px;
  background-color: var(--color-light);
}
@media (max-width: 767px) {
  .catalog-slider__slide {
    border-radius: 20px;
  }
}
.catalog-slider__slide .card {
  height: 100%;
}
@media (min-width: 768px) {
  .catalog-slider__slide {
    opacity: 0;
    transform: translateY(-28px);
  }
  .catalog-slider__slide.is-in {
    animation-name: cards-item-in !important;
    animation-duration: 0.55s !important;
    animation-timing-function: ease-out !important;
    animation-fill-mode: both !important;
    animation-iteration-count: 1 !important;
    animation-delay: var(--in-delay, 0s) !important;
  }
}
.catalog-slider__nav {
  display: none;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  margin-top: 40px;
}
.catalog-slider:has(.swiper-initialized) .catalog-slider__nav {
  display: flex;
}
.catalog-slider__prev, .catalog-slider__next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: var(--color-dark);
  color: var(--color-light);
  cursor: pointer;
}
.catalog-slider__prev svg, .catalog-slider__next svg {
  display: block;
  width: 10px;
  height: 18px;
  flex-shrink: 0;
}
.catalog-slider__prev::after, .catalog-slider__next::after {
  display: none !important;
  content: none !important;
}
@media (hover: hover) {
  .catalog-slider__prev:hover, .catalog-slider__next:hover {
    background-color: var(--color-nav);
    color: var(--color-dark);
  }
}
@media (hover: none) {
  .catalog-slider__prev:active, .catalog-slider__next:active {
    background-color: var(--color-nav);
    color: var(--color-dark);
  }
}
.catalog-slider__prev.swiper-button-disabled, .catalog-slider__next.swiper-button-disabled {
  background-color: #b6b6b6;
  color: var(--color-light);
  pointer-events: none;
  cursor: default;
}
.catalog-slider__prev svg {
  transform: scaleX(-1);
}

@keyframes scroll-hint-circle {
  0% {
    opacity: 1;
    transform: translateX(0);
    width: 16px;
    animation-timing-function: ease-in-out;
  }
  27% {
    opacity: 1;
    transform: translateX(-20px);
    width: 21px;
    animation-timing-function: ease-out;
  }
  37% {
    opacity: 1;
    transform: translateX(-22px);
    width: 16px;
    animation-timing-function: ease-in-out;
  }
  54% {
    opacity: 0;
    transform: translateX(-22px);
    width: 16px;
    animation-timing-function: ease-in-out;
  }
  100% {
    opacity: 0;
    transform: translateX(-22px);
    width: 16px;
  }
}
.scroll-hint {
  display: none;
  font-size: 0;
  text-align: right;
  pointer-events: none;
  mix-blend-mode: multiply;
}
@media (max-width: 960px) {
  .scroll-hint {
    display: block;
    margin: 15px 0;
  }
}
@media (max-width: 576px) {
  .scroll-hint {
    margin: 10px 0;
  }
}
.scroll-hint__icon {
  display: inline-block;
  vertical-align: top;
  overflow: visible;
}
.scroll-hint__circle {
  fill: rgba(150, 150, 150, 0.16) !important;
  animation: scroll-hint-circle 2.9s infinite linear;
}

.catalog-slider:has(.swiper-lock) .scroll-hint {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .scroll-hint__circle {
    animation-duration: 2.9s !important;
    animation-iteration-count: infinite !important;
  }
}
.tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 8px;
  row-gap: 8px;
  margin-bottom: 40px;
  list-style: none;
}
@media (max-width: 767px) {
  .tabs {
    margin-bottom: 28px;
  }
}
.tabs__tab {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 8px 20px;
  border: none;
  border-radius: var(--border-radius-pill);
  background-color: var(--color-nav);
  cursor: pointer;
  font-family: var(--font-family-first);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-dark);
}
@media (hover: hover) {
  .tabs__tab:hover {
    background-color: var(--color-dark);
    color: var(--color-nav);
  }
}
@media (hover: none) {
  .tabs__tab:active {
    background-color: var(--color-dark);
    color: var(--color-nav);
  }
}
.tabs__tab.is-active {
  background-color: var(--color-dark);
  color: var(--color-nav);
}

.crumbs {
  padding: 40px 0 0;
}
@media (max-width: 767px) {
  .crumbs {
    padding: 28px 0 0;
  }
}
@media (max-width: 440px) {
  .crumbs {
    padding: 20px var(--container-padding-x) 0;
  }
}
.crumbs__list {
  display: flex;
  align-items: center;
  column-gap: 8px;
  padding-left: 34px;
  list-style: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--color-dark);
}
.crumbs__item:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  font-size: 14px;
}
@media (hover: hover) {
  .crumbs__link:hover {
    color: var(--color-nav);
  }
}
@media (hover: none) {
  .crumbs__link:active {
    color: var(--color-nav);
  }
}

.page-intro {
  padding: 80px 0 40px;
}
@media (max-width: 991px) {
  .page-intro {
    padding: 60px 0 32px;
  }
}
@media (max-width: 767px) {
  .page-intro {
    padding: 48px 0 24px;
  }
}
@media (max-width: 440px) {
  .page-intro {
    padding: 36px var(--container-padding-x) 16px;
  }
}
.page-intro .section-title {
  max-width: 720px;
}
.page-intro .section-text {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .page-intro .section-text {
    margin-top: 12px;
  }
}
@media (max-width: 440px) {
  .page-intro .section-text {
    font-size: 12px;
  }
}
.page-intro--compact {
  padding: 80px 0 60px;
}
@media (max-width: 991px) {
  .page-intro--compact {
    padding: 60px 0 42px;
  }
}
@media (max-width: 767px) {
  .page-intro--compact {
    padding: 48px 0 24px;
  }
}
@media (max-width: 440px) {
  .page-intro--compact {
    padding: 36px var(--container-padding-x) 16px;
  }
}
.page-intro--compact .section-title {
  max-width: 575px;
}
.page-intro--compact .section-text {
  max-width: 460px;
}

.page-banner {
  padding: 30px 0 80px;
}
@media (max-width: 767px) {
  .page-banner {
    padding: 20px 0 40px;
  }
}
.page-banner__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
}
@media (max-width: 440px) {
  .page-banner__img {
    border-radius: 0;
  }
}

.page-links {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .page-links {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .page-links {
    padding: 60px 0;
  }
}
@media (max-width: 440px) {
  .page-links {
    padding: 48px var(--container-padding-x);
  }
}
.page-links__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  list-style: none;
}
@media (max-width: 767px) {
  .page-links__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.page-links__link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 180px;
  padding: 20px;
  background-color: var(--color-nav);
  border-radius: 30px;
  color: var(--color-dark);
}
@media (hover: hover) {
  .page-links__link:hover {
    background-color: #aeb87e;
  }
}
@media (hover: none) {
  .page-links__link:active {
    background-color: #aeb87e;
  }
}
@media (max-width: 991px) {
  .page-links__link {
    min-height: 152px;
  }
}
@media (max-width: 767px) {
  .page-links__link {
    flex-direction: row;
    align-items: center;
    min-height: 76px;
    padding: 16px 20px;
  }
}
.page-links__link--outline {
  background-color: transparent;
  border: 2px solid var(--color-nav);
}
@media (hover: hover) {
  .page-links__link--outline:hover {
    background-color: #aeb87e;
    border-color: #aeb87e;
  }
}
@media (hover: none) {
  .page-links__link--outline:active {
    background-color: #aeb87e;
    border-color: #aeb87e;
  }
}
.page-links__title {
  font-family: var(--font-family-second);
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-dark);
}
@media (max-width: 991px) {
  .page-links__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .page-links__title {
    font-size: 24px;
  }
}
.page-links__arrow {
  display: block;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}

.tips {
  margin-inline: calc(-1 * var(--wrapper-padding-x));
  padding: 80px 0;
  background-color: var(--color-gold);
  border-radius: 30px;
}
@media (max-width: 767px) {
  .tips {
    padding: 48px 0;
  }
}
@media (max-width: 440px) {
  .tips {
    padding: 36px 0;
  }
}
.tips__header {
  margin-bottom: 60px;
  padding-inline: 15px;
}
.tips__header .section-title {
  max-width: 720px;
}
.tips__header .section-text {
  max-width: 640px;
}
.tips__list {
  list-style: none;
}
.tips__item {
  display: flex;
  flex-direction: column;
  row-gap: 120px;
  height: 100%;
  min-height: 220px;
  padding: 20px 18px;
  background-color: var(--color-light);
  border-radius: 30px;
}
@media (max-width: 767px) {
  .tips__item {
    min-height: 0;
    row-gap: 16px;
    padding: 16px;
    border-radius: 20px;
  }
}
@media (max-width: 440px) {
  .tips__item {
    row-gap: 12px;
    padding: 14px;
  }
}
.tips__icon {
  display: block;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .tips__icon {
    width: 40px;
    height: 40px;
  }
}
.tips__body {
  min-width: 0;
}
.tips__name {
  font-family: var(--font-family-second);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-dark);
  overflow-wrap: break-word;
}
@media (max-width: 767px) {
  .tips__name {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .tips__name {
    font-size: 16px;
  }
}
.tips__text {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-dark);
  overflow-wrap: break-word;
}
@media (max-width: 767px) {
  .tips__text {
    margin-top: 6px;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .tips__text {
    font-size: 13px;
  }
}

.catalog {
  padding: 40px 0 80px;
}
@media (max-width: 767px) {
  .catalog {
    padding: 24px 0 48px;
  }
}
@media (max-width: 440px) {
  .catalog {
    padding: 16px var(--container-padding-x) 36px;
  }
}

.banner {
  padding: 20px 0;
}
@media (max-width: 767px) {
  .banner {
    padding: 12px 0;
  }
}
@media (max-width: 440px) {
  .banner {
    padding: 0;
  }
}
.banner__inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: clamp(16px, 2.2vw, 30px);
  aspect-ratio: 1680/682;
  container-type: size;
  container-name: banner;
}
@media (max-width: 767px) {
  .banner__inner {
    aspect-ratio: 880/1200;
  }
}
@media (max-width: 440px) {
  .banner__inner {
    border-radius: 0;
  }
}
.banner__bg {
  position: absolute;
  inset: 0;
  display: block;
  line-height: 0;
}
.banner__bg-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.banner__content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  padding: 165px 24px 48px;
  text-align: center;
}
@media (max-width: 1200px) {
  .banner__content {
    padding: 72px 20px 36px;
  }
}
@media (max-width: 991px) {
  .banner__content {
    padding: 56px 20px 28px;
  }
}
@media (max-width: 900px) {
  .banner__content {
    padding: 36px 16px 20px;
  }
}
@media (max-width: 767px) {
  .banner__content {
    row-gap: 8px;
    justify-content: center;
    padding: 80px 12px 24px;
  }
}
@media (max-width: 576px) {
  .banner__content {
    padding: 72px 12px 20px;
  }
}
@media (max-width: 440px) {
  .banner__content {
    padding: 64px 10px 16px;
  }
}
.banner__eyebrow, .banner__subtitle {
  max-width: 28em;
  font-size: clamp(13px, 2.6cqh, 18px);
  font-weight: 400;
  line-height: 1.35;
  color: var(--color-navy);
}
.banner__title {
  max-width: 10em;
  font-size: clamp(32px, 14.2cqh, 82px);
  font-weight: 900;
  line-height: 0.98;
  text-transform: uppercase;
  color: var(--color-dark);
}
@media (max-width: 767px) {
  .banner__title {
    font-size: clamp(34px, 7.4cqh, 56px);
    line-height: 1;
  }
}
@media (max-width: 440px) {
  .banner__title {
    font-size: clamp(26px, 7.2vw, 32px);
  }
}
.banner__nav {
  margin-top: auto;
  padding-top: 24px;
  width: 100%;
}
@media (max-width: 991px) {
  .banner__nav {
    padding-top: 12px;
  }
}
@media (max-width: 900px) {
  .banner__nav {
    padding-top: 4px;
  }
}
@media (max-width: 767px) {
  .banner__nav {
    margin-top: 20px;
    padding-top: 0;
  }
}
.banner__nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: clamp(8px, 1.2cqw, 16px);
  row-gap: clamp(8px, 2cqh, 12px);
}
@media (max-width: 767px) {
  .banner__nav-list {
    margin-bottom: 50px;
  }
}
.banner__nav-link {
  display: flex;
  align-items: center;
  column-gap: clamp(8px, 1.2cqw, 12px);
  padding: 16px 18px 12px;
  background-color: var(--color-light);
  border-radius: var(--border-radius-pill);
  font-size: clamp(12px, 2.7cqh, 16px);
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  color: var(--color-dark);
}
@media (hover: hover) {
  .banner__nav-link:hover {
    background-color: #fdfbd9;
  }
}
@media (hover: none) {
  .banner__nav-link:active {
    background-color: #fdfbd9;
  }
}
@media (max-width: 767px) {
  .banner__nav-link {
    padding: 12px 12px 10px;
    font-size: 13px;
    column-gap: 8px;
  }
}
@media (max-width: 440px) {
  .banner__nav-link {
    padding: 10px 10px 8px;
    font-size: 10px;
  }
}
.banner__nav-icon {
  display: block;
  flex-shrink: 0;
  width: clamp(18px, 4.6cqh, 28px);
  height: clamp(18px, 4.6cqh, 28px);
  object-fit: contain;
}
@media (max-width: 767px) {
  .banner__nav-icon {
    width: 18px;
    height: 18px;
  }
}

@container banner (max-height: 310px) {
  .banner__content {
    row-gap: 4px;
    padding: 60px 12px 16px;
  }
  .banner__title {
    font-size: clamp(28px, 13cqh, 42px);
  }
  .banner__eyebrow,
  .banner__subtitle {
    font-size: clamp(12px, 4.2cqh, 14px);
  }
  .banner__nav {
    padding-top: 6px;
  }
  .banner__nav-link {
    padding: 10px 10px 8px;
    font-size: 12px;
    column-gap: 6px;
  }
  .banner__nav-icon {
    width: 16px;
    height: 16px;
  }
}
@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.marquee {
  position: relative;
  z-index: 3;
  margin-inline: calc(-1 * var(--wrapper-padding-x));
  overflow-x: clip;
}
.marquee__inner {
  position: relative;
  padding: 90px 0 120px;
}
@media (max-width: 767px) {
  .marquee__inner {
    padding: 55px 0 75px;
  }
}
@media (max-width: 440px) {
  .marquee__inner {
    padding: 52px 0;
  }
}
.marquee__goose {
  position: absolute;
  pointer-events: none;
  height: auto;
}
.marquee__goose--left {
  z-index: 2;
  left: 260px;
  bottom: -5px;
  width: 241px;
}
.marquee__goose--right {
  z-index: 0;
  top: -50px;
  right: 90px;
  width: 270px;
  transform: rotate(8deg);
}
@media (max-width: 1200px) {
  .marquee__goose--left {
    left: 0px;
  }
  .marquee__goose--right {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .marquee__goose--left {
    width: 150px;
    left: -8px;
  }
  .marquee__goose--right {
    top: -30px;
    width: 160px;
  }
}
@media (max-width: 440px) {
  .marquee__goose--left {
    width: 140px;
    left: 20px;
  }
  .marquee__goose--right {
    top: -22px;
    width: 150px;
  }
}
.marquee__viewport {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 12px;
  height: 110px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .marquee__viewport {
    height: 96px;
  }
}
@media (max-width: 440px) {
  .marquee__viewport {
    row-gap: 8px;
    height: 82px;
  }
}
.marquee__row {
  overflow: hidden;
}
.marquee__track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 40s linear infinite;
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .marquee__track {
    animation-duration: 40s !important;
    animation-iteration-count: infinite !important;
  }
}
.marquee__row:first-child .marquee__track {
  animation-duration: 32s;
}
@media (prefers-reduced-motion: reduce) {
  .marquee__row:first-child .marquee__track {
    animation-duration: 32s !important;
  }
}
.marquee--together-right .marquee__track {
  animation-direction: reverse;
}
.marquee--together-left .marquee__track {
  animation-direction: normal;
}
.marquee--split .marquee__row:first-child .marquee__track {
  animation-direction: reverse;
}
.marquee--split .marquee__row:nth-child(2) .marquee__track {
  animation-direction: normal;
}
.marquee__list {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  column-gap: 12px;
  padding-right: 12px;
  margin: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .marquee__list {
    column-gap: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 440px) {
  .marquee__list {
    column-gap: 8px;
    padding-right: 8px;
  }
}
.marquee__item {
  display: flex;
  align-items: center;
  column-gap: 10px;
  height: 46px;
  padding: 0 18px 0 12px;
  border: 1px solid var(--color-orange);
  border-radius: 30px;
  background-color: var(--color-bg);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .marquee__item {
    column-gap: 8px;
    height: 40px;
    padding: 0 14px 0 10px;
  }
}
@media (max-width: 440px) {
  .marquee__item {
    column-gap: 6px;
    height: 36px;
    padding: 0 12px 0 8px;
  }
}
.marquee__icon {
  flex-shrink: 0;
  width: clamp(15px, 0.66vw + 12px, 20px);
  height: clamp(15px, 0.66vw + 12px, 20px);
  border-radius: 50%;
  background-color: var(--color-orange);
}
.marquee__text {
  font-family: var(--font-family-second);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-orange);
}
@media (max-width: 767px) {
  .marquee__text {
    font-size: 16px;
  }
}
@media (max-width: 440px) {
  .marquee__text {
    font-size: 14px;
  }
}

.events {
  margin-inline: calc(-1 * var(--wrapper-padding-x));
  padding: 120px 0;
  background-color: var(--color-nav);
  color: var(--color-dark);
  border-radius: 30px;
}
@media (max-width: 767px) {
  .events {
    padding: 100px 0;
  }
}
@media (max-width: 440px) {
  .events {
    padding: 60px 0;
  }
}
@media (max-width: 440px) {
  .events .section-text {
    font-size: 13px;
  }
}
.events__list {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  max-width: 760px;
  margin-inline: auto;
  list-style: none;
  background-color: var(--color-light);
  border-radius: 30px;
}
.events__card {
  display: block;
}
@media (hover: hover) {
  .events__card:hover .events__img {
    scale: 1.03;
  }
}
@media (hover: none) {
  .events__card:active .events__img {
    scale: 1.03;
  }
}
.events__media {
  position: relative;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  aspect-ratio: 1;
  background-color: var(--color-dark);
}
@media (max-width: 767px) {
  .events__media {
    border-radius: 20px 20px 0 0;
  }
}
.events__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale var(--transition-duration) ease-in-out !important;
}
.events__tags {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: calc(100% - 30px);
  padding: 7px 12px;
  list-style: none;
  background-color: var(--color-bg);
  border-radius: var(--border-radius-pill);
}
@media (max-width: 440px) {
  .events__tags {
    top: 10px;
    left: 10px;
    padding: 5px 10px;
  }
}
.events__tag {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
  color: var(--color-dark);
}
.events__tag:not(:last-child)::after {
  content: "·";
  margin-inline: 2px;
}
@media (max-width: 440px) {
  .events__tag {
    font-size: 11px;
  }
}
.events__card-text {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  padding-inline: 20px;
}
@media (max-width: 767px) {
  .events__card-text {
    padding-inline: 12px;
  }
}
.events__card-title {
  margin-top: 16px;
  font-family: var(--font-family-second);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-dark);
}
@media (max-width: 767px) {
  .events__card-title {
    font-size: 16px;
  }
}
.events__card-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-dark);
}
@media (max-width: 767px) {
  .events__card-subtitle {
    font-size: 14px;
  }
}
.events__date {
  display: inline-block;
  padding-bottom: 18px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-dark);
  letter-spacing: 1px;
}
.events__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
  margin-top: 135px;
}
@media (max-width: 767px) {
  .events__footer {
    margin-top: 100px;
  }
}
.events__more {
  display: none;
}

.gifts {
  position: relative;
  z-index: 4;
  margin-inline: calc(-1 * var(--wrapper-padding-x));
  padding: 120px var(--wrapper-padding-x);
}
@media (max-width: 767px) {
  .gifts {
    padding: 100px var(--wrapper-padding-x) 80px;
  }
}
@media (max-width: 440px) {
  .gifts {
    padding: 90px var(--wrapper-padding-x) 60px;
  }
}
.gifts__inner {
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
}
.gifts__popup {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  height: auto;
}
.gifts__popup--left {
  left: 30px;
  bottom: -160px;
  width: 270px;
  transform: rotate(-8deg);
}
.gifts__popup--right {
  right: 30px;
  top: -165px;
  width: 250px;
  transform: rotate(-15deg);
}
@media (max-width: 767px) {
  .gifts__popup--left {
    bottom: -135px;
    width: 220px;
  }
  .gifts__popup--right {
    top: -135px;
    width: 200px;
  }
}
@media (max-width: 440px) {
  .gifts__popup--left {
    bottom: -100px;
    width: 170px;
  }
  .gifts__popup--right {
    top: -120px;
    width: 180px;
  }
}
.gifts__slider {
  position: relative;
  z-index: 2;
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding-bottom: 40px;
  overflow: hidden !important;
}
.gifts__slider .swiper-wrapper {
  transition-property: transform !important;
  transition-duration: 0.8s !important;
  transition-timing-function: ease !important;
}
@media (max-width: 767px) {
  .gifts__slider .swiper-wrapper {
    height: auto;
  }
}
.gifts__item {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  height: auto;
  padding-inline: var(--wrapper-padding-x);
  overflow: visible;
  background: none;
}
.gifts__slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1160px;
  height: 360px;
  border-radius: 30px;
  background-color: var(--color-gold);
  color: var(--color-dark);
}
@media (max-width: 1200px) {
  .gifts__slide {
    max-width: 940px;
    height: 442px;
  }
}
@media (max-width: 991px) {
  .gifts__slide {
    max-width: 620px;
    height: 473px;
  }
}
@media (max-width: 767px) {
  .gifts__slide {
    max-width: 460px;
    height: auto;
    aspect-ratio: 460/562;
  }
}
@media (max-width: 440px) {
  .gifts__slide {
    aspect-ratio: 440/660;
  }
}
.gifts__slide--products {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 36px 26px 28px;
  text-align: center;
}
@media (max-width: 1200px) {
  .gifts__slide--products {
    padding: 36px 32px 24px;
  }
}
@media (max-width: 991px) {
  .gifts__slide--products {
    padding: 40px 10px 30px;
  }
}
@media (max-width: 767px) {
  .gifts__slide--products {
    padding: 36px 10px 28px;
  }
}
@media (max-width: 440px) {
  .gifts__slide--products {
    gap: clamp(0px, 30px * (100vw - 320px) / 120px, 30px);
  }
}
.gifts__slide--souvenirs {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--color-dark);
  color: var(--color-light);
  text-align: center;
  padding: 40px 24px 0;
}
@media (max-width: 1200px) {
  .gifts__slide--souvenirs {
    padding: 55px 24px 0;
  }
}
@media (max-width: 767px) {
  .gifts__slide--souvenirs {
    padding: 65px 20px 0;
  }
}
@media (max-width: 440px) {
  .gifts__slide--souvenirs {
    padding: 90px 16px 20px;
  }
}
.gifts__slide--rhythm {
  background-color: var(--color-gold);
}
.gifts__slide--catering {
  background-color: var(--color-nav);
}
.gifts__title {
  position: relative;
  z-index: 2;
  font-family: var(--font-family-second);
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: inherit;
}
@media (max-width: 991px) {
  .gifts__title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .gifts__title {
    font-size: 28px;
  }
}
@media (max-width: 440px) {
  .gifts__title {
    font-size: 30px;
  }
}
.gifts__text {
  position: relative;
  z-index: 2;
  max-width: 825px;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: inherit;
}
@media (max-width: 767px) {
  .gifts__text {
    margin-top: 12px;
    font-size: 14px;
  }
}
@media (max-width: 440px) {
  .gifts__text {
    font-size: 16px;
  }
}
.gifts__features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 10px;
  row-gap: 10px;
  margin-top: 28px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .gifts__features {
    margin-top: 22px;
    column-gap: 10px;
    row-gap: 12px;
  }
}
@media (max-width: 767px) {
  .gifts__features {
    order: 2;
    margin-top: 14px;
    row-gap: 10px;
  }
}
.gifts__feature {
  display: flex;
  align-items: center;
  column-gap: 8px;
  padding: 6px 12px 6px 8px;
  border: 1px solid var(--color-light);
  border-radius: var(--border-radius-pill);
  background-color: var(--color-gold);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-dark);
  white-space: nowrap;
}
@media (max-width: 991px) {
  .gifts__feature {
    padding: 7px 16px;
    font-size: 16px;
    white-space: nowrap;
  }
  .gifts__feature:nth-child(1) {
    order: 1;
  }
  .gifts__feature:nth-child(5) {
    order: 2;
  }
  .gifts__feature:nth-child(3) {
    order: 3;
  }
  .gifts__feature:nth-child(2) {
    order: 4;
  }
  .gifts__feature:nth-child(4) {
    order: 5;
  }
  .gifts__feature:nth-child(6) {
    order: 6;
  }
  .gifts__feature:nth-child(7) {
    order: 7;
  }
}
@media (max-width: 767px) {
  .gifts__feature {
    padding: 7px 16px;
    font-size: 12px;
  }
  .gifts__feature:nth-child(1) {
    order: 1;
    flex-basis: 100%;
    max-width: fit-content;
  }
  .gifts__feature:nth-child(2) {
    order: 2;
    flex-basis: 100%;
    max-width: fit-content;
  }
  .gifts__feature:nth-child(3) {
    order: 3;
    flex-basis: 100%;
    max-width: fit-content;
  }
  .gifts__feature:nth-child(4) {
    order: 4;
  }
  .gifts__feature:nth-child(5) {
    order: 5;
  }
  .gifts__feature:nth-child(6) {
    order: 6;
    flex-basis: 100%;
    max-width: fit-content;
  }
  .gifts__feature:nth-child(7) {
    order: 7;
    flex-basis: 100%;
    max-width: fit-content;
  }
}
@media (max-width: 440px) {
  .gifts__feature {
    font-size: clamp(10px, 2.7272727273vw, 12px);
  }
}
.gifts__feature-dot {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color-dark);
}
.gifts__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  min-height: 52px;
  padding: 14px 36px;
  margin-top: auto;
  border-radius: var(--border-radius-pill);
  background-color: var(--color-dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-light);
  white-space: nowrap;
}
@media (hover: hover) {
  .gifts__link:hover {
    color: var(--color-orange);
  }
}
@media (hover: none) {
  .gifts__link:active {
    color: var(--color-orange);
  }
}
.gifts__slide--souvenirs .gifts__link, .gifts__slide--catering .gifts__link {
  background-color: var(--color-gold);
  color: var(--color-dark);
}
@media (hover: hover) {
  .gifts__slide--souvenirs .gifts__link:hover, .gifts__slide--catering .gifts__link:hover {
    background-color: var(--color-orange);
  }
}
@media (hover: none) {
  .gifts__slide--souvenirs .gifts__link:active, .gifts__slide--catering .gifts__link:active {
    background-color: var(--color-orange);
  }
}
.gifts__slide--souvenirs .gifts__title, .gifts__slide--souvenirs .gifts__text {
  color: var(--color-light);
}
.gifts__slide--products .gifts__title {
  font-size: 40px;
  max-width: none;
}
@media (max-width: 991px) {
  .gifts__slide--products .gifts__title {
    font-size: 30px;
    max-width: 400px;
    line-height: 1.05;
  }
}
@media (max-width: 767px) {
  .gifts__slide--products .gifts__title {
    font-size: 28px;
    max-width: 340px;
  }
}
@media (max-width: 440px) {
  .gifts__slide--products .gifts__title {
    font-size: 22px;
  }
}
.gifts__slide--products .gifts__text {
  margin-top: 18px;
}
@media (max-width: 991px) {
  .gifts__slide--products .gifts__text {
    margin-top: 14px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .gifts__slide--products .gifts__text {
    max-width: 380px;
    margin-top: 16px;
    font-size: 14px;
  }
}
@media (hover: hover) {
  .gifts__slide--products .gifts__link:hover {
    background-color: var(--color-nav);
    color: var(--color-dark);
  }
}
@media (hover: none) {
  .gifts__slide--products .gifts__link:active {
    background-color: var(--color-nav);
    color: var(--color-dark);
  }
}
@media (max-width: 767px) {
  .gifts__slide--products .gifts__link {
    order: 1;
    margin-top: 12px;
  }
}
@media (max-width: 576px) {
  .gifts__slide--products .gifts__link {
    min-height: 40px;
    padding: 10px 22px;
    font-size: 12px;
  }
}
.gifts__leaf {
  position: absolute;
  top: 0;
  z-index: 1;
  pointer-events: none;
  width: 226px;
  height: auto;
}
.gifts__leaf--left {
  left: 0;
}
.gifts__leaf--right {
  right: 0;
}
@media (max-width: 991px) {
  .gifts__leaf {
    width: 160px;
  }
}
@media (max-width: 440px) {
  .gifts__leaf {
    width: 180px;
  }
}
.gifts__photos {
  list-style: none;
}
.gifts__photo-img {
  display: block;
  width: 70%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .gifts__photo-img {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .gifts__photo-img {
    width: 70%;
  }
}
.gifts__slide--souvenirs .gifts__photos {
  position: absolute;
  left: 53%;
  bottom: 0;
  z-index: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  translate: -44% 30%;
}
@media (max-width: 991px) {
  .gifts__slide--souvenirs .gifts__photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    justify-items: stretch;
    align-items: stretch;
    left: 60%;
    top: 9%;
    bottom: auto;
    width: 94%;
    aspect-ratio: 1;
    overflow: visible;
    translate: -50% 0;
  }
}
@media (max-width: 767px) {
  .gifts__slide--souvenirs .gifts__photos {
    top: 18%;
  }
}
@media (max-width: 440px) {
  .gifts__slide--souvenirs .gifts__photos {
    top: 34%;
  }
}
.gifts__slide--souvenirs .gifts__photo {
  flex: 0 0 46%;
  max-width: 530px;
  margin-left: -27%;
  aspect-ratio: 1;
}
@media (max-width: 1200px) {
  .gifts__slide--souvenirs .gifts__photo {
    flex: 0 0 57%;
    margin-left: -37%;
  }
}
@media (max-width: 991px) {
  .gifts__slide--souvenirs .gifts__photo {
    position: relative;
    flex: none;
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .gifts__slide--souvenirs .gifts__photo:nth-child(1) {
    z-index: 1;
    transform: scale(1.85) translate(10%, 8%);
  }
  .gifts__slide--souvenirs .gifts__photo:nth-child(2) {
    z-index: 2;
    transform: scale(1.8) translate(-15%, 8%);
  }
  .gifts__slide--souvenirs .gifts__photo:nth-child(3) {
    z-index: 3;
    transform: scale(1.8) translate(38%, -30%);
  }
  .gifts__slide--souvenirs .gifts__photo:nth-child(4) {
    z-index: 4;
    transform: scale(1.9) translate(14%, -28%);
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .gifts__slide--souvenirs .gifts__photo:nth-child(2) {
    transform: scale(1.8) translate(-6%, 17%);
  }
  .gifts__slide--souvenirs .gifts__photo:nth-child(3) {
    transform: scale(1.8) translate(22%, -14%);
  }
  .gifts__slide--souvenirs .gifts__photo:nth-child(4) {
    transform: scale(1.9) translate(6%, 2%);
  }
}
.gifts__slide--souvenirs .gifts__photo:first-child {
  margin-left: 0;
}
.gifts__slide--souvenirs .gifts__photo-img {
  object-fit: contain;
}
.gifts__slide--souvenirs .gifts__link {
  margin-top: auto;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .gifts__slide--souvenirs .gifts__link {
    margin-bottom: 18px;
  }
}
.gifts__tags {
  position: absolute;
  inset: 0;
  z-index: 2;
  list-style: none;
  pointer-events: none;
}
.gifts__tag {
  position: absolute;
  padding: 10px 24px;
  background-color: var(--color-light);
  border-radius: var(--border-radius-pill);
  font-family: var(--font-family-second);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-dark);
  white-space: nowrap;
}
.gifts__tag:nth-child(1) {
  top: 45%;
  left: 10%;
}
.gifts__tag:nth-child(2) {
  top: 66%;
  left: 21%;
}
.gifts__tag:nth-child(3) {
  top: 60%;
  left: 60%;
}
.gifts__tag:nth-child(4) {
  top: 45%;
  right: 7%;
}
@media (max-width: 991px) {
  .gifts__tag {
    font-size: 16px;
    padding: 9px 25px;
  }
  .gifts__tag:nth-child(1) {
    top: 38%;
    left: 3%;
  }
  .gifts__tag:nth-child(2) {
    top: 32%;
    left: auto;
    right: 30%;
  }
  .gifts__tag:nth-child(3) {
    top: 66%;
    left: 17%;
  }
  .gifts__tag:nth-child(4) {
    top: 49%;
    left: auto;
    right: 3%;
  }
}
@media (max-width: 767px) {
  .gifts__tag:nth-child(2) {
    top: 40%;
    right: 9%;
  }
  .gifts__tag:nth-child(3) {
    left: 8%;
  }
  .gifts__tag:nth-child(4) {
    top: 67%;
    right: 1%;
  }
}
@media (max-width: 440px) {
  .gifts__tag:nth-child(1) {
    top: 45%;
    left: 3%;
  }
  .gifts__tag:nth-child(2) {
    top: 51%;
    right: 9%;
  }
  .gifts__tag:nth-child(3) {
    top: 70%;
    left: 2%;
  }
  .gifts__tag:nth-child(4) {
    top: 80%;
    right: 0.5%;
  }
}
.gifts__rhythm-body {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 420px;
  height: 100%;
  padding: 75px 40px 28px;
}
@media (max-width: 1200px) {
  .gifts__rhythm-body {
    padding: 120px 32px 0px;
  }
}
@media (max-width: 991px) {
  .gifts__rhythm-body {
    max-width: none;
    padding: 36px 28px 20px;
  }
}
@media (max-width: 767px) {
  .gifts__rhythm-body {
    padding: 45px;
  }
}
@media (max-width: 440px) {
  .gifts__rhythm-body {
    padding: 50px 30px;
  }
}
.gifts__slide--rhythm .gifts__title {
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  color: var(--color-light);
  max-width: 8em;
}
@media (max-width: 991px) {
  .gifts__slide--rhythm .gifts__title {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .gifts__slide--rhythm .gifts__title {
    font-size: 64px;
  }
}
@media (max-width: 440px) {
  .gifts__slide--rhythm .gifts__title {
    font-size: 14.5454545455vw;
  }
}
.gifts__pills {
  list-style: none;
}
.gifts__pill {
  position: absolute;
  z-index: 3;
  padding: 21px 26px;
  background-color: var(--color-light);
  border-radius: var(--border-radius-pill);
  font-family: var(--font-family-second);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-dark);
  white-space: nowrap;
}
.gifts__pill:first-child {
  top: 55px;
  left: 340px;
}
.gifts__pill:last-child {
  top: 40px;
  right: 160px;
}
@media (max-width: 991px) {
  .gifts__pill:first-child {
    top: 25px;
    left: 225px;
  }
  .gifts__pill:last-child {
    top: 168px;
    left: auto;
    right: 52px;
  }
}
@media (max-width: 767px) {
  .gifts__pill:first-child {
    top: 32px;
    left: 250px;
  }
  .gifts__pill:last-child {
    top: 275px;
    right: 16px;
  }
}
@media (max-width: 440px) {
  .gifts__pill {
    font-size: 16px;
    padding: 14px 18px;
  }
  .gifts__pill:first-child {
    top: 32px;
    left: 56.8181818182vw;
  }
  .gifts__pill:last-child {
    top: 275px;
    right: 16px;
  }
}
.gifts__phone {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 400px;
  bottom: 90px;
  margin-top: 0;
  z-index: 3;
  column-gap: 8px;
  min-height: 50px;
  padding: 0 18px;
  border-radius: var(--border-radius-pill);
  background-color: var(--color-nav);
  font-family: var(--font-family-second);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: var(--color-dark);
}
@media (hover: hover) {
  .gifts__phone:hover {
    color: var(--color-light);
    background-color: var(--color-dark);
  }
}
@media (hover: none) {
  .gifts__phone:active {
    color: var(--color-light);
    background-color: var(--color-dark);
  }
}
@media (max-width: 991px) {
  .gifts__phone {
    left: auto;
    right: 0;
    bottom: 112px;
  }
}
@media (max-width: 767px) {
  .gifts__phone {
    right: 60px;
    bottom: 72px;
  }
}
@media (max-width: 440px) {
  .gifts__phone {
    min-height: 44px;
    padding: 0 14px;
    font-size: 13px;
  }
}
.gifts__phone-icon {
  width: 34px;
  height: 34px;
  object-fit: contain;
}
@media (max-width: 440px) {
  .gifts__phone-icon {
    width: 28px;
    height: 28px;
  }
}
.gifts__slide--rhythm .gifts__link {
  position: absolute;
  left: 298px;
  bottom: 28px;
  margin-top: 0;
  z-index: 3;
}
@media (hover: hover) {
  .gifts__slide--rhythm .gifts__link:hover {
    color: var(--color-dark);
    background-color: var(--color-nav);
  }
}
@media (hover: none) {
  .gifts__slide--rhythm .gifts__link:active {
    color: var(--color-dark);
    background-color: var(--color-nav);
  }
}
@media (max-width: 991px) {
  .gifts__slide--rhythm .gifts__link {
    left: 232px;
    bottom: 28px;
  }
}
@media (max-width: 767px) {
  .gifts__slide--rhythm .gifts__link {
    left: 50%;
    bottom: 20px;
    translate: -50% 0;
  }
}
@media (max-width: 440px) {
  .gifts__slide--rhythm .gifts__link {
    min-height: 44px;
    padding: 12px 28px;
    font-size: 13px;
  }
}
.gifts__cover {
  position: absolute;
  top: -16px;
  left: 37%;
  z-index: 1;
  width: 384px;
  height: 384px;
  object-fit: cover;
  border-radius: 30px;
  pointer-events: none;
  transform: rotate(-10deg);
}
@media (max-width: 1200px) {
  .gifts__cover {
    width: 434px;
    height: 434px;
    left: 30%;
    top: 10px;
  }
}
@media (max-width: 991px) {
  .gifts__cover {
    width: 410px;
    height: 410px;
    left: -2%;
    top: 16%;
  }
}
@media (max-width: 767px) {
  .gifts__cover {
    width: 440px;
    height: 440px;
    top: 22%;
    left: -12%;
  }
}
@media (max-width: 440px) {
  .gifts__cover {
    top: 38%;
  }
}
.gifts__goose {
  position: absolute;
  right: 24px;
  bottom: 4px;
  z-index: 2;
  width: 328px;
  height: auto;
  pointer-events: none;
}
@media (max-width: 991px) {
  .gifts__goose {
    z-index: 4;
    width: 196px;
    top: 55px;
    right: 8px;
    bottom: auto;
  }
}
@media (max-width: 767px) {
  .gifts__goose {
    z-index: 4;
    width: 200px;
    top: 160px;
    bottom: auto;
  }
}
@media (max-width: 440px) {
  .gifts__goose {
    width: 168px;
    top: 175px;
    right: -15px;
  }
}
.gifts__catering-body {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 36px 0px 32px 48px;
}
@media (max-width: 1200px) {
  .gifts__catering-body {
    max-width: 520px;
    padding: 52px 0px 34px 48px;
  }
}
@media (max-width: 991px) {
  .gifts__catering-body {
    max-width: 380px;
    padding: 38px 16px 44px 40px;
  }
}
@media (max-width: 767px) {
  .gifts__catering-body {
    max-width: none;
    padding: 38px 8px 16px 30px;
  }
}
@media (max-width: 440px) {
  .gifts__catering-body {
    padding-left: 15px;
  }
}
.gifts__slide--catering .gifts__title {
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  max-width: none;
}
@media (max-width: 991px) {
  .gifts__slide--catering .gifts__title {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .gifts__slide--catering .gifts__title {
    font-size: 36px;
  }
}
@media (max-width: 440px) {
  .gifts__slide--catering .gifts__title {
    font-size: 8.1818181818vw;
  }
}
.gifts__slide--catering .gifts__text {
  max-width: 400px;
  margin-top: auto;
  font-family: var(--font-family-second);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .gifts__slide--catering .gifts__text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .gifts__slide--catering .gifts__text {
    order: -1;
    max-width: 380px;
    margin-top: 0;
    margin-bottom: 16px;
  }
}
@media (max-width: 440px) {
  .gifts__slide--catering .gifts__text {
    margin-bottom: 6.8181818182vw;
    font-size: 4.0909090909vw;
  }
}
.gifts__slide--catering .gifts__link {
  position: absolute;
  right: 48px;
  bottom: 32px;
  margin-top: 0;
  z-index: 4;
}
@media (max-width: 1200px) {
  .gifts__slide--catering .gifts__link {
    right: 30px;
  }
}
@media (max-width: 991px) {
  .gifts__slide--catering .gifts__link {
    right: 28px;
    bottom: 24px;
  }
}
@media (max-width: 767px) {
  .gifts__slide--catering .gifts__link {
    left: 50%;
    right: auto;
    bottom: 20px;
    translate: -50% 0;
  }
}
.gifts__catering-photos {
  position: absolute;
  top: 8px;
  right: 24px;
  z-index: 1;
  width: 420px;
  height: 344px;
  list-style: none;
}
@media (max-width: 1200px) {
  .gifts__catering-photos {
    width: 370px;
    height: 400px;
    top: 16px;
    right: 20px;
  }
}
@media (max-width: 991px) {
  .gifts__catering-photos {
    width: 300px;
    height: 310px;
    top: 108px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .gifts__catering-photos {
    width: 100%;
    height: 380px;
    top: 188px;
    right: 0;
    left: 0;
  }
}
@media (max-width: 440px) {
  .gifts__catering-photos {
    top: 69.3181818182vw;
    height: 86.3636363636vw;
  }
}
.gifts__catering-photo {
  position: absolute;
  width: 202px;
  height: 202px;
  overflow: hidden;
  border-radius: 24px;
}
.gifts__catering-photo:nth-child(1) {
  top: 65px;
  left: -30px;
  z-index: 1;
  transform: rotate(-8deg);
}
.gifts__catering-photo:nth-child(2) {
  top: -6px;
  right: 4px;
  z-index: 2;
  transform: rotate(5deg);
}
.gifts__catering-photo:nth-child(3) {
  right: 92px;
  bottom: 8px;
  z-index: 3;
  transform: rotate(-10deg);
}
@media (max-width: 1200px) {
  .gifts__catering-photo {
    width: 200px;
    height: 200px;
  }
  .gifts__catering-photo:nth-child(1) {
    top: 70px;
    left: -40px;
  }
  .gifts__catering-photo:nth-child(2) {
    top: -15px;
    right: 15px;
  }
  .gifts__catering-photo:nth-child(3) {
    top: 165px;
    right: 60px;
    transform: rotate(-12deg);
  }
}
@media (max-width: 991px) {
  .gifts__catering-photo {
    width: 156px;
    height: 156px;
  }
  .gifts__catering-photo:nth-child(1) {
    top: 72px;
    left: -14px;
  }
  .gifts__catering-photo:nth-child(2) {
    top: 8px;
    right: 8px;
  }
  .gifts__catering-photo:nth-child(3) {
    top: auto;
    right: 16px;
    bottom: 16px;
    transform: rotate(-8deg);
  }
}
@media (max-width: 767px) {
  .gifts__catering-photo {
    width: 240px;
    height: 240px;
    border-radius: 24px;
  }
  .gifts__catering-photo:nth-child(1) {
    top: 16px;
    left: -38px;
    transform: rotate(-10deg);
  }
  .gifts__catering-photo:nth-child(2) {
    top: 4px;
    right: -10px;
    transform: rotate(4deg);
  }
  .gifts__catering-photo:nth-child(3) {
    top: auto;
    right: 108px;
    bottom: 4px;
    transform: rotate(15deg);
  }
}
@media (max-width: 440px) {
  .gifts__catering-photo {
    width: 57.9545454545vw;
    height: 57.9545454545vw;
  }
  .gifts__catering-photo:nth-child(1) {
    top: -9.0909090909vw;
    left: -12.5vw;
  }
  .gifts__catering-photo:nth-child(2) {
    top: -22.7272727273vw;
    right: -10.2272727273vw;
  }
  .gifts__catering-photo:nth-child(3) {
    bottom: 13.6363636364vw;
    top: auto;
    right: 18.1818181818vw;
  }
}
.gifts__catering-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gifts__pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.gifts .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px !important;
  background-color: var(--color-nav);
  opacity: 1;
}

.gifts .swiper-pagination-bullet-active {
  background-color: var(--color-dark);
}

.attractions {
  margin-inline: calc(-1 * var(--wrapper-padding-x));
  padding: 120px var(--wrapper-padding-x);
  background-color: var(--color-sky);
  color: var(--color-dark);
  border-radius: 30px;
}
@media (max-width: 767px) {
  .attractions {
    padding: 60px var(--wrapper-padding-x) 70px;
  }
}
@media (max-width: 440px) {
  .attractions {
    padding: 48px var(--wrapper-padding-x) 56px;
  }
}
.attractions__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}

.food {
  position: relative;
  margin-inline: calc(-1 * var(--wrapper-padding-x));
  padding: 120px var(--wrapper-padding-x);
  overflow-x: clip;
  background-color: var(--color-gold);
  color: var(--color-dark);
  border-radius: 30px;
}
@media (max-width: 767px) {
  .food {
    padding: 60px var(--wrapper-padding-x) 70px;
  }
}
@media (max-width: 440px) {
  .food {
    padding: 48px var(--wrapper-padding-x) 56px;
  }
}
.food .container {
  position: relative;
}
.food .section-header {
  position: relative;
  z-index: 2;
}
.food__popup {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  height: auto;
}
.food__popup--right {
  top: -135px;
  right: -20px;
  width: 240px;
  transform: rotate(10deg);
}
.food__popup--left {
  bottom: -180px;
  left: 50px;
  width: 230px;
  transform: rotate(-3deg);
}
@media (max-width: 991px) {
  .food__popup--right {
    width: 200px;
  }
  .food__popup--left {
    left: 30px;
    width: 190px;
  }
}
@media (max-width: 767px) {
  .food__popup--right {
    top: -90px;
    width: 160px;
  }
  .food__popup--left {
    bottom: -125px;
    width: 160px;
  }
}
@media (max-width: 440px) {
  .food__popup--right {
    right: 0px;
  }
  .food__popup--left {
    left: 155px;
    transform: rotate(20deg);
  }
}
.food__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}

.places {
  margin-inline: calc(-1 * var(--wrapper-padding-x));
  padding: 120px var(--wrapper-padding-x);
  background-color: var(--color-peach);
  color: var(--color-dark);
  border-radius: 30px;
}
@media (max-width: 767px) {
  .places {
    padding: 60px var(--wrapper-padding-x) 70px;
  }
}
@media (max-width: 440px) {
  .places {
    padding: 48px var(--wrapper-padding-x) 56px;
  }
}
.places__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}

.transport {
  position: relative;
  z-index: 1;
  margin-inline: calc(-1 * var(--wrapper-padding-x));
  padding: 80px var(--wrapper-padding-x) 100px;
  overflow-x: clip;
  background-color: var(--color-nav);
  color: var(--color-dark);
  border-radius: 30px;
}
@media (max-width: 767px) {
  .transport {
    padding: 60px var(--wrapper-padding-x) 70px;
  }
}
@media (max-width: 440px) {
  .transport {
    padding: 48px var(--wrapper-padding-x) 56px;
  }
}
.transport .container {
  position: relative;
}
.transport .section-header {
  position: relative;
  z-index: 2;
}
.transport__popup {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  height: auto;
}
.transport__popup--left {
  top: -120px;
  right: 200px;
  width: 240px;
  transform: rotate(8deg);
}
.transport__popup--right {
  z-index: 1;
  right: 40px;
  bottom: -210px;
  width: 310px;
}
@media (max-width: 991px) {
  .transport__popup--left {
    right: 50px;
    width: 200px;
  }
  .transport__popup--right {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .transport__popup--left {
    top: -85px;
    right: 20px;
    width: 160px;
  }
  .transport__popup--right {
    right: 90px;
    bottom: -150px;
    width: 200px;
  }
}
@media (max-width: 440px) {
  .transport__popup--right {
    right: 10px;
    bottom: -125px;
  }
}
.transport__footer {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

.guesthouses {
  position: relative;
  z-index: 4;
  margin-inline: calc(-1 * var(--wrapper-padding-x));
  padding: 80px var(--wrapper-padding-x) 120px;
}
@media (max-width: 767px) {
  .guesthouses {
    padding: 60px var(--wrapper-padding-x) 90px;
  }
}
@media (max-width: 440px) {
  .guesthouses {
    padding: 48px var(--wrapper-padding-x) 70px;
  }
}
.guesthouses__inner {
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
}
.guesthouses__popup {
  position: absolute;
  z-index: 4;
  right: 50px;
  bottom: -115px;
  width: 280px;
  height: auto;
  pointer-events: none;
}
@media (max-width: 991px) {
  .guesthouses__popup {
    right: 80px;
    width: 220px;
  }
}
@media (max-width: 767px) {
  .guesthouses__popup {
    right: 30px;
    bottom: -110px;
    width: 180px;
  }
}
@media (max-width: 440px) {
  .guesthouses__popup {
    right: 20px;
  }
}
.guesthouses__slider {
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding-bottom: 40px;
  overflow: hidden !important;
}
.guesthouses__slider .swiper-wrapper {
  transition-property: transform !important;
  transition-duration: 0.8s !important;
  transition-timing-function: ease !important;
}
@media (max-width: 767px) {
  .guesthouses__slider .swiper-wrapper {
    height: auto;
  }
}
.guesthouses__item {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  height: auto;
  padding-inline: var(--wrapper-padding-x);
  overflow: visible;
  background: none;
}
.guesthouses__slide {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 1160px;
  height: 360px;
  border-radius: 30px;
}
@media (max-width: 1200px) {
  .guesthouses__slide {
    max-width: 940px;
    height: 400px;
  }
}
@media (max-width: 991px) {
  .guesthouses__slide {
    max-width: 620px;
    min-height: 475px;
  }
}
@media (max-width: 767px) {
  .guesthouses__slide {
    flex-direction: column;
    max-width: 460px;
    height: 562px;
    min-height: 0;
  }
}
.guesthouses__slide--sky {
  background-color: var(--color-sky);
  color: var(--color-navy);
}
.guesthouses__slide--nav {
  background-color: var(--color-nav);
  color: var(--color-dark);
}
.guesthouses__slide--gold {
  background-color: var(--color-gold);
  color: var(--color-navy);
}
.guesthouses__slide--dark {
  background-color: var(--color-dark);
  color: var(--color-light);
}
.guesthouses__media {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.guesthouses__media picture {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .guesthouses__media {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
  }
}
.guesthouses__slide--end .guesthouses__media {
  bottom: -168px;
  right: 0px;
  width: 430px;
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .guesthouses__slide--end .guesthouses__media {
    bottom: -153px;
    width: 390px;
  }
}
@media (max-width: 991px) {
  .guesthouses__slide--end .guesthouses__media {
    top: auto;
    left: auto;
    right: 0;
    bottom: -20px;
    width: 440px;
    transform: none;
  }
}
@media (max-width: 767px) {
  .guesthouses__slide--end .guesthouses__media {
    position: absolute;
    top: auto;
    left: 50%;
    right: auto;
    bottom: -40px;
    width: 100%;
    margin: 0;
    transform: translateX(-50%);
  }
}
.guesthouses__slide--start .guesthouses__media {
  top: 0;
  left: 0;
  width: 401px;
}
@media (max-width: 1200px) {
  .guesthouses__slide--start .guesthouses__media {
    width: 448px;
  }
}
@media (max-width: 991px) {
  .guesthouses__slide--start .guesthouses__media {
    top: auto;
    left: auto;
    right: 0;
    bottom: -20px;
    width: 440px;
  }
}
@media (max-width: 767px) {
  .guesthouses__slide--start .guesthouses__media {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
  }
}
.guesthouses__slide--dark .guesthouses__media {
  left: -36px;
}
@media (max-width: 991px) {
  .guesthouses__slide--dark .guesthouses__media {
    top: auto;
    left: auto;
    right: 0;
    bottom: -20px;
    width: 440px;
  }
}
@media (max-width: 767px) {
  .guesthouses__slide--dark .guesthouses__media {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin: 0;
  }
}
.guesthouses__img {
  display: block;
  width: 100%;
  height: auto;
}
.guesthouses__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .guesthouses__body {
    align-items: center;
    text-align: center;
  }
}
.guesthouses__slide--end .guesthouses__body {
  max-width: 82%;
  padding: 36px 24px 32px 48px;
}
@media (max-width: 1200px) {
  .guesthouses__slide--end .guesthouses__body {
    max-width: 86%;
    padding: 32px 140px 28px 36px;
  }
}
@media (max-width: 991px) {
  .guesthouses__slide--end .guesthouses__body {
    max-width: none;
    padding: 35px 24px 32px 40px;
  }
}
@media (max-width: 767px) {
  .guesthouses__slide--end .guesthouses__body {
    max-width: none;
    padding: 28px 20px 40px;
    height: 100%;
  }
}
.guesthouses__slide--start .guesthouses__body {
  margin-left: auto;
  max-width: 68%;
  padding: 36px 40px 32px 60px;
}
@media (max-width: 1200px) {
  .guesthouses__slide--start .guesthouses__body {
    max-width: 70%;
    padding: 32px 32px 28px 200px;
  }
}
@media (max-width: 991px) {
  .guesthouses__slide--start .guesthouses__body {
    margin-left: 0;
    max-width: none;
    padding: 35px 24px 32px 40px;
  }
}
@media (max-width: 767px) {
  .guesthouses__slide--start .guesthouses__body {
    margin-left: 0;
    max-width: none;
    padding: 24px 9px 32px;
    height: auto;
  }
}
@media (max-width: 1200px) {
  .guesthouses__slide--dark .guesthouses__body {
    padding: 32px 32px 28px 138px;
  }
}
@media (max-width: 991px) {
  .guesthouses__slide--dark .guesthouses__body {
    margin-left: 0;
    max-width: none;
    padding: 28px 24px 32px 28px;
  }
}
@media (max-width: 767px) {
  .guesthouses__slide--dark .guesthouses__body {
    padding: 24px 9px 32px;
  }
}
.guesthouses__title {
  font-family: var(--font-family-second);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.05;
  color: inherit;
}
@media (max-width: 991px) {
  .guesthouses__title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .guesthouses__title {
    width: 100%;
    font-size: 26px;
    text-align: center;
  }
}
@media (max-width: 440px) {
  .guesthouses__title {
    font-size: 24px;
  }
}
.guesthouses__text {
  max-width: 540px;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: inherit;
}
@media (max-width: 991px) {
  .guesthouses__text {
    margin-top: 16px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .guesthouses__text {
    max-width: none;
    text-align: center;
  }
}
.guesthouses__features {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
  margin-top: 25px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .guesthouses__features {
    max-width: 400px;
    column-gap: 16px;
    row-gap: 16px;
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .guesthouses__features {
    column-gap: 6px;
    row-gap: 8px;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .guesthouses__slide--start .guesthouses__features {
    max-width: none;
    justify-content: center;
    margin-top: 10px;
  }
}
.guesthouses__feature {
  display: flex;
  align-items: center;
  column-gap: 8px;
  padding: 6px 12px 6px 8px;
  border: 1px solid var(--color-light);
  border-radius: var(--border-radius-pill);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
}
@media (max-width: 767px) {
  .guesthouses__feature {
    padding: 4px 10px 4px 6px;
  }
}
.guesthouses__slide--sky .guesthouses__feature {
  background-color: var(--color-sky);
}
.guesthouses__slide--nav .guesthouses__feature {
  background-color: var(--color-nav);
}
.guesthouses__slide--gold .guesthouses__feature {
  background-color: var(--color-gold);
}
@media (max-width: 767px) {
  .guesthouses__slide--dark .guesthouses__feature {
    font-size: 13px;
  }
}
.guesthouses__slide--dark .guesthouses__features {
  justify-content: start;
  justify-items: start;
}
@media (max-width: 991px) {
  .guesthouses__slide--dark .guesthouses__features {
    display: flex;
    max-width: 460px;
  }
}
@media (max-width: 767px) {
  .guesthouses__slide--dark .guesthouses__features {
    display: flex;
    max-width: none;
    justify-content: center;
    column-gap: 6px;
    margin-top: 20px;
  }
}
@media (max-width: 440px) {
  .guesthouses__slide--dark .guesthouses__features {
    margin-top: 15px;
    column-gap: 4px;
  }
}
.guesthouses__slide--dark .guesthouses__feature {
  background-color: var(--color-dark);
}
.guesthouses__feature-dot {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: currentColor;
}
.guesthouses__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 3;
  width: 173px;
  min-height: 52px;
  padding: 0 20px;
  margin: 0;
  border-radius: var(--border-radius-pill);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .guesthouses__link {
    left: 50% !important;
    right: auto;
    top: auto;
    bottom: 36px !important;
    width: 160px;
    min-height: 46px;
    transform: translateX(-50%);
  }
}
@media (max-width: 440px) {
  .guesthouses__link {
    width: auto;
    min-height: 42px;
    padding: 12px 28px;
    font-size: 11px;
  }
}
.guesthouses__row {
  display: flex;
  align-items: flex-end;
  column-gap: 16px;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .guesthouses__row {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 32px;
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .guesthouses__row {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .guesthouses__slide--end .guesthouses__row {
    flex: 1 1 auto;
    align-items: center;
    justify-content: space-between;
    row-gap: 24px;
    margin-top: 20px;
  }
}
.guesthouses__row .guesthouses__features {
  flex: 1 1 auto;
  min-width: 0;
  margin-top: 0;
}
@media (max-width: 767px) {
  .guesthouses__row .guesthouses__features {
    flex: none;
    justify-content: center;
  }
}
.guesthouses__row .guesthouses__link {
  flex-shrink: 0;
  margin-top: 0;
}
.guesthouses__slide--sky .guesthouses__link {
  left: 49%;
  bottom: 45px;
  background-color: var(--color-gold);
  color: var(--color-navy);
}
@media (hover: hover) {
  .guesthouses__slide--sky .guesthouses__link:hover {
    background-color: var(--color-light);
  }
}
@media (hover: none) {
  .guesthouses__slide--sky .guesthouses__link:active {
    background-color: var(--color-light);
  }
}
@media (max-width: 1200px) {
  .guesthouses__slide--sky .guesthouses__link {
    left: 37%;
    bottom: 40px;
  }
}
@media (max-width: 991px) {
  .guesthouses__slide--sky .guesthouses__link {
    left: 100px;
    bottom: 28px;
  }
}
.guesthouses__slide--nav .guesthouses__link {
  left: 37%;
  bottom: 32px;
  background-color: var(--color-dark);
  color: var(--color-light);
}
@media (hover: hover) {
  .guesthouses__slide--nav .guesthouses__link:hover {
    background-color: var(--color-light);
    color: var(--color-dark);
  }
}
@media (hover: none) {
  .guesthouses__slide--nav .guesthouses__link:active {
    background-color: var(--color-light);
    color: var(--color-dark);
  }
}
@media (max-width: 1200px) {
  .guesthouses__slide--nav .guesthouses__link {
    left: 54%;
    bottom: 40px;
  }
}
@media (max-width: 991px) {
  .guesthouses__slide--nav .guesthouses__link {
    left: 40px;
    bottom: 28px;
  }
}
.guesthouses__slide--gold .guesthouses__link {
  left: 5%;
  bottom: 41px;
  background-color: var(--color-navy);
  color: var(--color-light);
}
@media (hover: hover) {
  .guesthouses__slide--gold .guesthouses__link:hover {
    background-color: var(--color-sky);
    color: var(--color-navy);
  }
}
@media (hover: none) {
  .guesthouses__slide--gold .guesthouses__link:active {
    background-color: var(--color-sky);
    color: var(--color-navy);
  }
}
@media (max-width: 1200px) {
  .guesthouses__slide--gold .guesthouses__link {
    left: 4%;
    bottom: 90px;
  }
}
@media (max-width: 991px) {
  .guesthouses__slide--gold .guesthouses__link {
    left: 40px;
    bottom: 28px;
  }
}
.guesthouses__slide--dark .guesthouses__link {
  left: 37%;
  bottom: 32px;
  background-color: var(--color-light);
  color: var(--color-dark);
}
@media (hover: hover) {
  .guesthouses__slide--dark .guesthouses__link:hover {
    background-color: var(--color-nav);
  }
}
@media (hover: none) {
  .guesthouses__slide--dark .guesthouses__link:active {
    background-color: var(--color-nav);
  }
}
@media (max-width: 1200px) {
  .guesthouses__slide--dark .guesthouses__link {
    left: 46%;
    bottom: 40px;
  }
}
@media (max-width: 991px) {
  .guesthouses__slide--dark .guesthouses__link {
    left: 40px;
    bottom: 28px;
  }
}
.guesthouses__pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.guesthouses .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px !important;
  background-color: var(--color-nav);
  opacity: 1;
}

.guesthouses .swiper-pagination-bullet-active {
  background-color: var(--color-dark);
}

@keyframes poster-in {
  from {
    opacity: 0;
    transform: translateY(-28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.poster-feed {
  position: relative;
  margin-inline: calc(-1 * var(--wrapper-padding-x));
  padding: 120px var(--wrapper-padding-x);
  overflow: visible;
  background-color: var(--color-nav);
  border-radius: 30px;
  color: var(--color-dark);
}
@media (max-width: 767px) {
  .poster-feed {
    padding: 45px var(--wrapper-padding-x) 48px;
  }
}
@media (max-width: 440px) {
  .poster-feed {
    padding: 36px var(--wrapper-padding-x) 40px;
    border-radius: 0;
  }
}
.poster-feed__inner {
  position: relative;
  overflow: visible;
}
.poster-feed__slider {
  overflow: hidden;
}
.poster-feed__slider .swiper-wrapper {
  transition-property: transform !important;
  transition-duration: 0.5s !important;
  transition-timing-function: ease !important;
}
.poster-feed__slide {
  width: 260px;
  height: auto;
  animation-name: poster-in !important;
  animation-duration: 0.55s !important;
  animation-timing-function: ease-out !important;
  animation-fill-mode: both !important;
}
.poster-feed__slide:nth-child(1) {
  animation-delay: 0s !important;
}
.poster-feed__slide:nth-child(2) {
  animation-delay: 0.08s !important;
}
.poster-feed__slide:nth-child(3) {
  animation-delay: 0.16s !important;
}
.poster-feed__slide:nth-child(4) {
  animation-delay: 0.24s !important;
}
.poster-feed__slide:nth-child(5) {
  animation-delay: 0.32s !important;
}
.poster-feed__slide:nth-child(6) {
  animation-delay: 0.4s !important;
}
.poster-feed__slide:nth-child(7) {
  animation-delay: 0.48s !important;
}
.poster-feed__slide:nth-child(8) {
  animation-delay: 0.56s !important;
}
.poster-feed__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background-color: var(--color-light);
  border-radius: 30px;
  color: inherit;
}
@media (hover: hover) {
  .poster-feed__card:hover .poster-feed__img {
    scale: 1.03;
  }
}
@media (hover: none) {
  .poster-feed__card:active .poster-feed__img {
    scale: 1.03;
  }
}
.poster-feed__media {
  overflow: hidden;
  aspect-ratio: 1;
  background-color: var(--color-light);
}
.poster-feed__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale var(--transition-duration) ease-in-out !important;
}
.poster-feed__body {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding: 16px 20px 24px;
}
.poster-feed__title {
  font-family: var(--font-family-second);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-dark);
}
.poster-feed__text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-dark);
}
.poster-feed__prev, .poster-feed__next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 130px;
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: var(--color-dark);
  color: var(--color-light);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.poster-feed__prev svg, .poster-feed__next svg {
  display: block;
  width: 10px;
  height: 18px;
  flex-shrink: 0;
}
.poster-feed__prev::after, .poster-feed__next::after {
  display: none !important;
  content: none !important;
}
@media (hover: hover) {
  .poster-feed__prev:hover, .poster-feed__next:hover {
    background-color: var(--color-light);
    color: var(--color-dark);
  }
}
@media (hover: none) {
  .poster-feed__prev:active, .poster-feed__next:active {
    background-color: var(--color-light);
    color: var(--color-dark);
  }
}
.poster-feed__prev {
  left: min(-8px, -50vw + var(--container-width) / 2 + var(--wrapper-padding-x));
}
.poster-feed__prev svg {
  transform: scaleX(-1);
}
@media (max-width: 767px) {
  .poster-feed__prev {
    left: 0;
  }
}
.poster-feed__next {
  right: min(-8px, -50vw + var(--container-width) / 2 + var(--wrapper-padding-x));
}
@media (max-width: 767px) {
  .poster-feed__next {
    right: 0;
  }
}
.poster-feed:has(.swiper-initialized) .poster-feed__prev:not(.swiper-button-disabled), .poster-feed:has(.swiper-initialized) .poster-feed__next:not(.swiper-button-disabled) {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.poster-widget {
  padding: 60px 0 0;
}
@media (max-width: 767px) {
  .poster-widget {
    padding: 48px 0 0;
  }
}
@media (max-width: 440px) {
  .poster-widget {
    padding: 36px var(--container-padding-x) 0;
  }
}
.poster-widget__inner {
  max-width: 1160px;
  margin-inline: auto;
  animation-name: poster-in !important;
  animation-duration: 0.55s !important;
  animation-timing-function: ease-out !important;
  animation-fill-mode: both !important;
}
.poster-widget iframe {
  display: block;
  width: 100%;
  border: 0;
  transition-property: height !important;
  transition-duration: 0.45s !important;
  transition-timing-function: ease !important;
  animation-name: poster-in !important;
  animation-duration: 0.55s !important;
  animation-timing-function: ease-out !important;
  animation-fill-mode: both !important;
}
.poster-widget a,
.poster-widget button {
  transition-duration: 0.35s !important;
}

.blog-posts {
  padding: 40px 0 120px;
}
.blog-posts .container {
  padding-inline: 0;
}
@media (max-width: 1200px) {
  .blog-posts .container {
    padding-inline: var(--container-padding-x);
  }
}
@media (max-width: 767px) {
  .blog-posts {
    padding: 24px 0 72px;
  }
}
@media (max-width: 440px) {
  .blog-posts {
    padding: 16px var(--container-padding-x) 48px;
  }
}
.blog-posts__columns {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  column-gap: 40px;
}
@media (max-width: 1200px) {
  .blog-posts__columns {
    display: block;
    columns: 2;
    column-gap: 32px;
  }
}
@media (max-width: 767px) {
  .blog-posts__columns {
    column-gap: 24px;
  }
}
@media (max-width: 576px) {
  .blog-posts__columns {
    columns: 1;
  }
}
.blog-posts__column {
  display: flex;
  flex-direction: column;
  row-gap: 70px;
  width: 360px;
  list-style: none;
}
@media (max-width: 1200px) {
  .blog-posts__column {
    display: contents;
  }
}
.blog-posts__item {
  width: 100%;
}
@media (max-width: 1200px) {
  .blog-posts__item {
    break-inside: avoid;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .blog-posts__item {
    margin-bottom: 40px;
  }
}
.blog-posts__card {
  display: flex;
  flex-direction: column;
  color: inherit;
}
@media (hover: hover) {
  .blog-posts__card:hover .blog-posts__img {
    scale: 1.03;
  }
}
@media (hover: none) {
  .blog-posts__card:active .blog-posts__img {
    scale: 1.03;
  }
}
.blog-posts__media {
  overflow: hidden;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .blog-posts__media {
    border-radius: 24px;
  }
}
.blog-posts__img {
  display: block;
  width: 100%;
  height: auto;
  transition: scale var(--transition-duration) ease-in-out !important;
}
.blog-posts__tag {
  margin-top: 16px;
  font-family: var(--font-family-second);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2.5px;
  line-height: 1.2;
  color: var(--color-orange);
}
@media (max-width: 767px) {
  .blog-posts__tag {
    margin-top: 12px;
  }
}
.blog-posts__title {
  margin-top: 8px;
  font-family: var(--font-family-second);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-dark);
}
@media (max-width: 767px) {
  .blog-posts__title {
    margin-top: 6px;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .blog-posts__title {
    font-size: 15px;
  }
}

.town-ages {
  margin-inline: calc(-1 * var(--wrapper-padding-x));
  padding: 80px var(--wrapper-padding-x) 0;
  overflow-x: clip;
  background-color: var(--color-sky);
  border-radius: 30px;
  color: var(--color-dark);
}
@media (max-width: 991px) {
  .town-ages {
    padding: 60px var(--wrapper-padding-x) 0;
  }
}
@media (max-width: 767px) {
  .town-ages {
    padding: 48px var(--wrapper-padding-x) 0;
  }
}
@media (max-width: 440px) {
  .town-ages {
    padding: 36px var(--container-padding-x) 0;
    border-radius: 0;
  }
}
.town-ages__title {
  max-width: 720px;
  font-family: var(--font-family-second);
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-navy);
}
@media (max-width: 991px) {
  .town-ages__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .town-ages__title {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .town-ages__title {
    font-size: 28px;
  }
}
@media (max-width: 440px) {
  .town-ages__title {
    font-size: 24px;
  }
}
.town-ages__text {
  max-width: 520px;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-navy);
}
@media (max-width: 991px) {
  .town-ages__text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .town-ages__text {
    margin-top: 12px;
    font-size: 16px;
  }
}
@media (max-width: 440px) {
  .town-ages__text {
    font-size: 12px;
  }
}
.town-ages__list {
  position: relative;
  display: flex;
  justify-content: space-between;
  column-gap: 16px;
  margin-top: 48px;
  padding-bottom: 60px;
  list-style: none;
}
.town-ages__list::before {
  content: "";
  position: absolute;
  top: 81px;
  left: calc((100% - 64px) / 10);
  z-index: 0;
  width: 100vw;
  height: 2px;
  background-color: var(--color-light);
  pointer-events: none;
}
@media (max-width: 1200px) {
  .town-ages__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 20px;
    margin-top: 36px;
  }
  .town-ages__list::before {
    left: calc((100% - 40px) / 6);
  }
}
@media (max-width: 991px) {
  .town-ages__list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 28px;
    padding-bottom: 48px;
  }
  .town-ages__list::before {
    top: 81px;
    right: auto;
    left: 50%;
    width: 2px;
    height: auto;
    bottom: 0;
    translate: -50% 0;
  }
}
@media (max-width: 767px) {
  .town-ages__list {
    padding-bottom: 36px;
  }
}
@media (max-width: 440px) {
  .town-ages__list {
    padding-bottom: 28px;
  }
}
.town-ages__item {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  min-width: 0;
}
.town-ages__item:nth-child(4)::before {
  content: "";
  position: absolute;
  top: 81px;
  left: 50%;
  z-index: 0;
  display: none;
  width: 100vw;
  height: 2px;
  background-color: var(--color-light);
  pointer-events: none;
}
@media (max-width: 1200px) {
  .town-ages__item:nth-child(4)::before {
    display: block;
  }
}
@media (max-width: 991px) {
  .town-ages__item:nth-child(4)::before {
    display: none;
  }
}
.town-ages__year {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 20px 20px 20px 20px;
  border-radius: var(--border-radius-pill);
  background-color: var(--color-light);
  font-family: var(--font-family-second);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: var(--color-dark);
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .town-ages__year {
    white-space: normal;
  }
}
@media (max-width: 991px) {
  .town-ages__year {
    font-size: 22px;
  }
}
@media (max-width: 440px) {
  .town-ages__year {
    font-size: 18px;
  }
}
.town-ages__stem {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 2px;
  height: 28px;
  background-color: #fff;
}
.town-ages__stem::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid var(--color-light);
  border-radius: 50%;
  background-color: var(--color-nav);
  translate: -50% -50%;
}
.town-ages__card {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 190px;
  padding: 20px 18px 20px 18px;
  border-radius: 30px;
  background-color: var(--color-light);
}
@media (max-width: 1200px) {
  .town-ages__card {
    height: 140px;
  }
}
@media (max-width: 991px) {
  .town-ages__card {
    width: 60%;
    height: 150px;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .town-ages__card {
    height: auto;
  }
}
.town-ages__card-title {
  font-family: var(--font-family-second);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-dark);
}
@media (max-width: 991px) {
  .town-ages__card-title {
    font-size: 20px;
  }
}
@media (max-width: 440px) {
  .town-ages__card-title {
    font-size: 16px;
  }
}
.town-ages__card-text {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-dark);
}
@media (max-width: 991px) {
  .town-ages__card-text {
    font-size: 16px;
  }
}
@media (max-width: 440px) {
  .town-ages__card-text {
    font-size: 12px;
  }
}

@keyframes town-seasons-item-in {
  from {
    opacity: 0;
    transform: translateY(-28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.town-seasons {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .town-seasons {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .town-seasons {
    padding-top: 48px;
  }
}
@media (max-width: 440px) {
  .town-seasons {
    padding-top: 36px;
  }
}
.town-seasons__head {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .town-seasons__head {
    margin-bottom: 28px;
  }
}
@media (max-width: 440px) {
  .town-seasons__head {
    padding-inline: var(--container-padding-x);
  }
}
.town-seasons__title {
  max-width: 720px;
  font-family: var(--font-family-second);
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-dark);
}
@media (max-width: 991px) {
  .town-seasons__title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .town-seasons__title {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .town-seasons__title {
    font-size: 24px;
  }
}
.town-seasons__text {
  max-width: 560px;
  margin-top: 16px;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-dark);
}
@media (max-width: 767px) {
  .town-seasons__text {
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 14px;
  }
}
@media (max-width: 440px) {
  .town-seasons__text {
    font-size: 12px;
  }
}
.town-seasons__tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 8px;
  row-gap: 8px;
  list-style: none;
}
.town-seasons__tab {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 8px 20px;
  border: none;
  border-radius: var(--border-radius-pill);
  background-color: var(--color-nav);
  cursor: pointer;
  font-family: var(--font-family-first);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-dark);
}
@media (hover: hover) {
  .town-seasons__tab:hover {
    background-color: var(--color-dark);
    color: var(--color-nav);
  }
}
@media (hover: none) {
  .town-seasons__tab:active {
    background-color: var(--color-dark);
    color: var(--color-nav);
  }
}
.town-seasons__tab.is-active {
  background-color: var(--color-dark);
  color: var(--color-nav);
}
.town-seasons__body {
  margin-inline: calc(-1 * var(--wrapper-padding-x));
  padding: 48px var(--wrapper-padding-x) 80px;
  border-radius: 30px;
  background-color: var(--color-sky);
  transition: background-color var(--transition-duration) ease-in-out;
}
.town-seasons__body[data-season=winter] {
  background-color: var(--color-sky);
}
.town-seasons__body[data-season=spring] {
  background-color: var(--color-peach);
}
.town-seasons__body[data-season=summer] {
  background-color: var(--color-nav);
}
.town-seasons__body[data-season=autumn] {
  background-color: var(--color-orange);
}
@media (max-width: 767px) {
  .town-seasons__body {
    padding: 32px var(--wrapper-padding-x) 48px;
  }
}
@media (max-width: 440px) {
  .town-seasons__body {
    padding: 24px var(--container-padding-x) 36px;
    border-radius: 0;
  }
}
.town-seasons__intro {
  max-width: 720px;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(-28px);
}
.town-seasons__intro[hidden] {
  display: none;
}
.town-seasons__intro.is-in {
  animation-name: town-seasons-item-in !important;
  animation-duration: 0.55s !important;
  animation-timing-function: ease-out !important;
  animation-fill-mode: both !important;
  animation-delay: var(--in-delay, 0s) !important;
}
@media (max-width: 767px) {
  .town-seasons__intro {
    margin-bottom: 28px;
  }
}
.town-seasons__season {
  font-family: var(--font-family-second);
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-dark);
}
@media (max-width: 767px) {
  .town-seasons__season {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .town-seasons__season {
    font-size: 24px;
  }
}
.town-seasons__lead {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-dark);
}
@media (max-width: 767px) {
  .town-seasons__lead {
    margin-top: 12px;
    font-size: 14px;
  }
}
.town-seasons__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 40px;
  list-style: none;
}
@media (max-width: 767px) {
  .town-seasons__list {
    gap: 16px;
  }
}
.town-seasons__item {
  position: relative;
  width: 360px;
  padding: 24px 20px 150px;
  border-radius: 30px;
  background-color: var(--color-light);
  opacity: 0;
  transform: translateY(-28px);
}
@media (max-width: 767px) {
  .town-seasons__item {
    width: 100%;
    border-radius: 20px;
  }
}
.town-seasons__item[hidden] {
  display: none;
}
.town-seasons__item.is-in {
  animation-name: town-seasons-item-in !important;
  animation-duration: 0.55s !important;
  animation-timing-function: ease-out !important;
  animation-fill-mode: both !important;
  animation-delay: var(--in-delay, 0s) !important;
}
.town-seasons__pic {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  display: none;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}
.town-seasons__item.is-in .town-seasons__pic {
  display: block;
}
.town-seasons__date {
  margin-bottom: 8px;
  font-family: var(--font-family-second);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-dark);
}
.town-seasons__card-title {
  font-family: var(--font-family-second);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-dark);
}
.town-seasons__card-text {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-dark);
}
@media (max-width: 767px) {
  .town-seasons__card-text {
    font-size: 14px;
  }
}

@keyframes town-feed-in {
  from {
    opacity: 0;
    transform: translateY(-28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.town-feed {
  position: relative;
  margin-inline: calc(-1 * var(--wrapper-padding-x));
  padding: 80px var(--wrapper-padding-x) 80px;
  overflow-x: clip;
  background-color: var(--color-gold);
  border-radius: 30px;
  color: var(--color-dark);
}
@media (max-width: 767px) {
  .town-feed {
    padding: 48px var(--wrapper-padding-x) 48px;
  }
}
@media (max-width: 440px) {
  .town-feed {
    padding: 36px var(--wrapper-padding-x) 40px;
    border-radius: 0;
  }
}
.town-feed__inner {
  position: relative;
  overflow: visible;
}
.town-feed__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .town-feed__head {
    margin-bottom: 28px;
  }
}
.town-feed__title {
  max-width: 720px;
  font-family: var(--font-family-second);
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-dark);
}
@media (max-width: 991px) {
  .town-feed__title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .town-feed__title {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .town-feed__title {
    font-size: 24px;
  }
}
.town-feed__text {
  max-width: 560px;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-dark);
}
@media (max-width: 767px) {
  .town-feed__text {
    margin-top: 12px;
    font-size: 14px;
  }
}
@media (max-width: 440px) {
  .town-feed__text {
    font-size: 12px;
  }
}
.town-feed__nav {
  display: flex;
  flex-shrink: 0;
  column-gap: 8px;
  margin-top: 8px;
}
.town-feed__slider {
  overflow: visible !important;
}
.town-feed__slider .swiper-wrapper {
  transition-property: transform !important;
  transition-duration: 0.5s !important;
  transition-timing-function: ease !important;
}
.town-feed__slide {
  display: flex;
  width: 560px;
  height: auto;
  animation-name: town-feed-in !important;
  animation-duration: 0.55s !important;
  animation-timing-function: ease-out !important;
  animation-fill-mode: both !important;
}
.town-feed__slide:nth-child(1) {
  animation-delay: 0s !important;
}
.town-feed__slide:nth-child(2) {
  animation-delay: 0.08s !important;
}
.town-feed__slide:nth-child(3) {
  animation-delay: 0.16s !important;
}
.town-feed__slide:nth-child(4) {
  animation-delay: 0.24s !important;
}
.town-feed__slide:nth-child(5) {
  animation-delay: 0.32s !important;
}
.town-feed__slide:nth-child(6) {
  animation-delay: 0.4s !important;
}
@media (max-width: 767px) {
  .town-feed__slide {
    width: min(560px, 100vw - 48px);
  }
}
@media (max-width: 440px) {
  .town-feed__slide {
    width: calc(100vw - 32px);
  }
}
.town-feed__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 567px;
  overflow: hidden;
  background-color: var(--color-light);
  border-radius: 30px;
  color: inherit;
}
@media (max-width: 767px) {
  .town-feed__card {
    min-height: 0;
    border-radius: 20px;
  }
}
@media (hover: hover) {
  .town-feed__card:hover .town-feed__img {
    scale: 1.03;
  }
}
@media (hover: none) {
  .town-feed__card:active .town-feed__img {
    scale: 1.03;
  }
}
.town-feed__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  row-gap: 8px;
  padding: 24px 28px 16px;
}
.town-feed__card-title {
  font-family: var(--font-family-second);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-dark);
}
@media (max-width: 767px) {
  .town-feed__card-title {
    font-size: 18px;
  }
}
.town-feed__card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-dark);
}
@media (max-width: 767px) {
  .town-feed__card-text {
    font-size: 14px;
  }
}
.town-feed__order {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  margin-bottom: 20px;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  font-family: var(--font-family-first);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #d66301;
}
@media (hover: hover) {
  .town-feed__order:hover {
    color: var(--color-dark);
  }
}
@media (hover: none) {
  .town-feed__order:active {
    color: var(--color-dark);
  }
}
.town-feed__media {
  overflow: hidden;
  flex-shrink: 0;
  height: 315px;
  background-color: var(--color-light);
}
@media (max-width: 767px) {
  .town-feed__media {
    height: auto;
    aspect-ratio: 16/9;
  }
}
.town-feed__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale var(--transition-duration) ease-in-out !important;
}
.town-feed__prev, .town-feed__next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #d66301;
  color: var(--color-light);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.town-feed__prev svg, .town-feed__next svg {
  display: block;
  width: 10px;
  height: 18px;
  flex-shrink: 0;
}
.town-feed__prev::after, .town-feed__next::after {
  display: none !important;
  content: none !important;
}
@media (hover: hover) {
  .town-feed__prev:hover, .town-feed__next:hover {
    background-color: var(--color-dark);
    color: var(--color-light);
  }
}
@media (hover: none) {
  .town-feed__prev:active, .town-feed__next:active {
    background-color: var(--color-dark);
    color: var(--color-light);
  }
}
.town-feed__prev svg {
  transform: scaleX(-1);
}
.town-feed:has(.swiper-initialized) .town-feed__prev:not(.swiper-button-disabled), .town-feed:has(.swiper-initialized) .town-feed__next:not(.swiper-button-disabled) {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.town-feed__eat {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-height: 60px;
  margin-top: 40px;
  margin-inline: auto;
  padding: 16px 32px;
  border-radius: var(--border-radius-pill);
  background-color: var(--color-dark);
  font-family: var(--font-family-second);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-light);
}
@media (hover: hover) {
  .town-feed__eat:hover {
    background-color: var(--color-nav);
    color: var(--color-dark);
  }
}
@media (hover: none) {
  .town-feed__eat:active {
    background-color: var(--color-nav);
    color: var(--color-dark);
  }
}
@media (max-width: 767px) {
  .town-feed__eat {
    margin-top: 28px;
    min-height: 48px;
  }
}

@keyframes aboutus-owl-sway {
  0%, 100% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
}
@keyframes aboutus-wheel-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.aboutus-intro {
  padding: 80px 0 40px;
}
@media (max-width: 991px) {
  .aboutus-intro {
    padding: 60px 0 32px;
  }
}
@media (max-width: 767px) {
  .aboutus-intro {
    padding: 48px 0 24px;
  }
}
@media (max-width: 440px) {
  .aboutus-intro {
    padding: 36px var(--container-padding-x) 16px;
  }
}
.aboutus-intro__inner {
  position: relative;
  min-height: 520px;
}
@media (max-width: 1200px) {
  .aboutus-intro__inner {
    min-height: 480px;
  }
}
@media (max-width: 991px) {
  .aboutus-intro__inner {
    min-height: 0;
    aspect-ratio: 640/660;
  }
}
.aboutus-intro__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 726px;
}
@media (max-width: 991px) {
  .aboutus-intro__copy {
    max-width: 74%;
  }
}
.aboutus-intro__title {
  max-width: 726px;
  font-family: var(--font-family-second);
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-dark);
}
@media (max-width: 991px) {
  .aboutus-intro__title {
    max-width: none;
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .aboutus-intro__title {
    font-size: 24px;
  }
}
.aboutus-intro__text {
  max-width: 470px;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-dark);
}
@media (max-width: 991px) {
  .aboutus-intro__text {
    max-width: 28em;
  }
}
@media (max-width: 767px) {
  .aboutus-intro__text {
    margin-top: 12px;
    font-size: 14px;
  }
}
@media (max-width: 440px) {
  .aboutus-intro__text {
    font-size: 12px;
  }
}
.aboutus-intro__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
  row-gap: 10px;
  margin-top: 40px;
  list-style: none;
}
@media (max-width: 991px) {
  .aboutus-intro__social {
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .aboutus-intro__social {
    margin-top: 28px;
  }
}
@media (max-width: 440px) {
  .aboutus-intro__social {
    margin-top: 20px;
  }
}
.aboutus-intro__social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 144px;
  height: 52px;
  padding: 0 24px;
  border-radius: 30px;
  background-color: var(--color-dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-light);
}
@media (hover: hover) {
  .aboutus-intro__social-link:hover {
    background-color: var(--color-nav);
    color: var(--color-dark);
  }
}
@media (hover: none) {
  .aboutus-intro__social-link:active {
    background-color: var(--color-nav);
    color: var(--color-dark);
  }
}
.aboutus-intro__social-link--dzen {
  min-width: 106px;
}
@media (max-width: 440px) {
  .aboutus-intro__social-link {
    min-width: 110px;
    height: 42px;
    padding: 0 16px;
    font-size: 11px;
  }
  .aboutus-intro__social-link--dzen {
    min-width: 80px;
  }
}
.aboutus-intro__note {
  max-width: 380px;
  margin-top: 88px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-dark);
}
@media (max-width: 991px) {
  .aboutus-intro__note {
    max-width: 240px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .aboutus-intro__note {
    font-size: 14px;
  }
}
@media (max-width: 440px) {
  .aboutus-intro__note {
    margin-top: 20px;
    font-size: 12px;
  }
}
.aboutus-intro__note-link {
  color: var(--color-orange);
}
@media (hover: hover) {
  .aboutus-intro__note-link:hover {
    color: var(--color-dark);
  }
}
@media (hover: none) {
  .aboutus-intro__note-link:active {
    color: var(--color-dark);
  }
}
.aboutus-intro__mosaic {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 0;
  width: 620px;
  height: 430px;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .aboutus-intro__mosaic {
    width: 520px;
    height: 361px;
  }
}
@media (max-width: 991px) {
  .aboutus-intro__mosaic {
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.aboutus-intro__square, .aboutus-intro__owl, .aboutus-intro__photo, .aboutus-intro__wheel {
  position: absolute;
}
.aboutus-intro__square {
  border-radius: 10px;
}
.aboutus-intro__square--peach {
  top: 81.4%;
  left: 0;
  width: 12.9%;
  height: 18.6%;
  background-color: var(--color-peach);
}
@media (max-width: 991px) {
  .aboutus-intro__square--peach {
    top: 89.4%;
    left: 13.9%;
    width: 12.5%;
    height: 12.1%;
  }
}
.aboutus-intro__square--gold {
  top: 86%;
  left: 61.3%;
  width: 9.7%;
  height: 14%;
  background-color: var(--color-gold);
}
@media (max-width: 991px) {
  .aboutus-intro__square--gold {
    top: 92.1%;
    left: 65.8%;
    width: 9.4%;
    height: 9.1%;
  }
}
.aboutus-intro__square--sky {
  top: 0;
  left: 90.3%;
  width: 9.7%;
  height: 14%;
  background-color: var(--color-sky);
}
@media (max-width: 991px) {
  .aboutus-intro__square--sky {
    top: 30.9%;
    left: 90.3%;
    width: 9.4%;
    height: 9.1%;
  }
}
.aboutus-intro__owl {
  top: 14.4%;
  left: 14%;
  width: 22.4%;
  height: auto;
  transform-origin: 50% 80%;
  animation: aboutus-owl-sway 3s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .aboutus-intro__owl {
    animation-duration: 3s !important;
    animation-iteration-count: infinite !important;
  }
}
@media (max-width: 991px) {
  .aboutus-intro__owl {
    top: 49.1%;
    left: 80.3%;
    width: 17.3%;
  }
}
.aboutus-intro__photo {
  display: block;
  object-fit: cover;
  border-radius: 30px;
}
.aboutus-intro__photo--1 {
  top: 20.9%;
  left: 45.2%;
  width: 25.8%;
  height: 37.2%;
}
@media (max-width: 991px) {
  .aboutus-intro__photo--1 {
    top: 55%;
    left: 52%;
    width: 21.9%;
    height: 21.2%;
  }
}
.aboutus-intro__photo--2 {
  top: 62.8%;
  left: 16.1%;
  width: 25.8%;
  height: 37.2%;
}
@media (max-width: 991px) {
  .aboutus-intro__photo--2 {
    top: 78.8%;
    left: 27.5%;
    width: 21.9%;
    height: 21.2%;
  }
}
.aboutus-intro__photo--3 {
  top: 62.8%;
  left: 74.2%;
  width: 25.8%;
  height: 37.2%;
}
@media (max-width: 991px) {
  .aboutus-intro__photo--3 {
    top: 78.8%;
    left: 76.6%;
    width: 21.9%;
    height: 21.2%;
  }
}
@media (max-width: 640px) {
  .aboutus-intro__photo {
    border-radius: 28px;
  }
}
.aboutus-intro__wheel {
  width: 12.9%;
  height: auto;
  transform-origin: center;
  animation: aboutus-wheel-spin 5s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .aboutus-intro__wheel {
    animation-duration: 5s !important;
    animation-iteration-count: infinite !important;
  }
}
.aboutus-intro__wheel--peach {
  top: 20.9%;
  left: 87.1%;
}
@media (max-width: 991px) {
  .aboutus-intro__wheel--peach {
    top: 40.3%;
    left: 72.3%;
    width: 7%;
  }
}
.aboutus-intro__wheel--green {
  top: 62.8%;
  left: 45.2%;
  width: 12.9%;
  animation-direction: reverse;
}
@media (max-width: 991px) {
  .aboutus-intro__wheel--green {
    top: 78.8%;
    left: 52%;
    width: 10.9%;
  }
}
@media (max-width: 640px) {
  .aboutus-intro__inner {
    min-height: 0;
    aspect-ratio: auto;
  }
  .aboutus-intro__copy, .aboutus-intro__title, .aboutus-intro__text, .aboutus-intro__note {
    max-width: none;
  }
  .aboutus-intro__social {
    margin-top: 28px;
  }
  .aboutus-intro__note {
    margin-top: 36px;
  }
  .aboutus-intro__mosaic {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 460/400;
    margin-top: 12px;
  }
  .aboutus-intro__square--peach, .aboutus-intro__square--sky {
    display: none;
  }
  .aboutus-intro__square--gold {
    top: 78%;
    left: 50%;
    width: 9%;
    height: 10%;
  }
  .aboutus-intro__owl {
    top: 0;
    left: auto;
    right: 0;
    width: 22%;
  }
  .aboutus-intro__photo--1 {
    top: 12%;
    left: 36%;
    width: 28%;
    height: 32%;
  }
  .aboutus-intro__photo--2 {
    top: 58%;
    left: 0;
    width: 28%;
    height: 32%;
  }
  .aboutus-intro__photo--3 {
    top: 58%;
    left: auto;
    right: 0;
    width: 28%;
    height: 32%;
  }
  .aboutus-intro__wheel--peach {
    top: 22%;
    left: 0;
    width: 20%;
  }
  .aboutus-intro__wheel--green {
    top: 54%;
    left: 36%;
    width: 13%;
  }
}

.aboutus-tour {
  padding: 60px 0 120px;
}
@media (max-width: 991px) {
  .aboutus-tour {
    padding: 48px 0 80px;
  }
}
@media (max-width: 767px) {
  .aboutus-tour {
    padding: 36px 0 60px;
  }
}
@media (max-width: 440px) {
  .aboutus-tour {
    padding: 28px var(--container-padding-x) 48px;
  }
}
.aboutus-tour__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 40px;
}
@media (max-width: 767px) {
  .aboutus-tour__inner {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }
}
@media (max-width: 640px) {
  .aboutus-tour__inner {
    align-items: center;
    text-align: center;
  }
}
.aboutus-tour__text {
  max-width: 760px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-dark);
}
@media (max-width: 767px) {
  .aboutus-tour__text {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .aboutus-tour__text {
    text-align: center;
  }
}
@media (max-width: 440px) {
  .aboutus-tour__text {
    font-size: 12px;
  }
}
.aboutus-tour__phone {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  min-width: 231px;
  height: 60px;
  padding: 0 32px;
  border-radius: 32px;
  background-color: var(--color-dark);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-light);
}
@media (hover: hover) {
  .aboutus-tour__phone:hover {
    background-color: var(--color-nav);
    color: var(--color-dark);
  }
}
@media (hover: none) {
  .aboutus-tour__phone:active {
    background-color: var(--color-nav);
    color: var(--color-dark);
  }
}
@media (max-width: 440px) {
  .aboutus-tour__phone {
    min-width: 180px;
    height: 48px;
    padding: 0 20px;
    font-size: 14px;
  }
}

.event {
  padding: 40px 0 120px;
  color: var(--color-dark);
}
@media (max-width: 991px) {
  .event {
    padding: 32px 0 80px;
  }
}
@media (max-width: 767px) {
  .event {
    padding: 24px 0 60px;
  }
}
@media (max-width: 440px) {
  .event {
    padding: 16px 0 48px;
  }
}
.event .container {
  max-width: 790px;
}
.event__title {
  font-family: var(--font-family-second);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-dark);
}
@media (max-width: 991px) {
  .event__title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .event__title {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .event__title {
    font-size: 24px;
  }
}
.event__cover {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 24px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .event__cover {
    margin-top: 20px;
  }
}
@media (max-width: 440px) {
  .event__cover {
    margin-top: 16px;
    border-radius: 0;
  }
}
.event__hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 32px 0;
  border: 0;
  background-color: var(--color-dark);
}
@media (max-width: 440px) {
  .event__hr {
    margin: 24px 0;
  }
}
.event__body {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-dark);
}
@media (max-width: 767px) {
  .event__body {
    font-size: 16px;
  }
}
@media (max-width: 440px) {
  .event__body {
    font-size: 14px;
  }
}
.event__body p + p {
  margin-top: 1em;
}
.event__body ul {
  margin-top: 1em;
  padding-left: 1.4em;
  list-style: disc;
}
.event__body li + li {
  margin-top: 0.2em;
}
.event__cta {
  display: inline-block;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-orange);
}
@media (hover: hover) {
  .event__cta:hover {
    color: var(--color-dark);
  }
}
@media (hover: none) {
  .event__cta:active {
    color: var(--color-dark);
  }
}
@media (max-width: 767px) {
  .event__cta {
    font-size: 16px;
  }
}
@media (max-width: 440px) {
  .event__cta {
    font-size: 14px;
  }
}
.event__credit {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-dark);
}
@media (max-width: 767px) {
  .event__credit {
    font-size: 16px;
  }
}
@media (max-width: 440px) {
  .event__credit {
    font-size: 14px;
  }
}
.event__notice {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-dark);
}
@media (max-width: 767px) {
  .event__notice {
    font-size: 16px;
  }
}
@media (max-width: 440px) {
  .event__notice {
    font-size: 14px;
  }
}
.event__gallery {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-top: 24px;
  list-style: none;
}
.event__gallery-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
}
@media (max-width: 440px) {
  .event__gallery-img {
    border-radius: 20px;
  }
}
.event__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 16px;
  row-gap: 8px;
  margin-top: 45px;
}
.event__date {
  font-family: var(--font-family-second);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-dark);
}
.event__tag {
  font-family: var(--font-family-second);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-orange);
}

.event-facts {
  margin-top: 32px;
}
@media (max-width: 440px) {
  .event-facts {
    margin-top: 24px;
  }
}
.event-facts__kicker {
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-dark);
}
@media (max-width: 767px) {
  .event-facts__kicker {
    font-size: 16px;
  }
}
@media (max-width: 440px) {
  .event-facts__kicker {
    margin-bottom: 24px;
    font-size: 14px;
  }
}
.event-facts__item + .event-facts__item {
  margin-top: 32px;
}
@media (max-width: 440px) {
  .event-facts__item + .event-facts__item {
    margin-top: 24px;
  }
}
.event-facts__value {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-dark);
}
@media (max-width: 767px) {
  .event-facts__value {
    font-size: 18px;
  }
}
@media (max-width: 440px) {
  .event-facts__value {
    font-size: 16px;
  }
}
.event-facts__label {
  margin-top: 4px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-dark);
}
@media (max-width: 767px) {
  .event-facts__label {
    font-size: 16px;
  }
}
@media (max-width: 440px) {
  .event-facts__label {
    font-size: 14px;
  }
}

.guide {
  padding: 80px 0 120px;
  color: var(--color-dark);
}
@media (max-width: 991px) {
  .guide {
    padding: 48px 0 80px;
  }
}
@media (max-width: 767px) {
  .guide {
    padding: 32px 0 60px;
  }
}
@media (max-width: 440px) {
  .guide {
    padding: 24px 0 48px;
  }
}
.guide__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 991px) {
  .guide__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.guide__info {
  min-width: 0;
}
.guide__title {
  font-family: var(--font-family-second);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-dark);
}
.guide__cta {
  display: inline-block;
  margin-top: 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-orange);
}
@media (hover: hover) {
  .guide__cta:hover {
    color: var(--color-dark);
  }
}
@media (hover: none) {
  .guide__cta:active {
    color: var(--color-dark);
  }
}
.guide__body {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-dark);
}
.guide__body p + p {
  margin-top: 1.3em;
}

.guide-gallery {
  position: relative;
  min-width: 0;
}
.guide-gallery__slider {
  overflow: hidden;
  border-radius: 30px;
  aspect-ratio: 1;
}
.guide-gallery__slider .swiper-wrapper,
.guide-gallery__slider .swiper-slide {
  height: 100%;
}
.guide-gallery__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.guide-gallery__prev, .guide-gallery__next {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-family: var(--font-family-first);
}
@media (hover: hover) {
  .guide-gallery__prev:hover, .guide-gallery__next:hover {
    color: var(--color-dark);
    background-color: transparent;
  }
}
@media (hover: none) {
  .guide-gallery__prev:active, .guide-gallery__next:active {
    color: var(--color-dark);
    background-color: transparent;
  }
}
.guide-gallery__prev, .guide-gallery__next {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  background-color: var(--color-dark);
  color: var(--color-light);
  transform: translateY(-50%);
}
.guide-gallery__prev svg, .guide-gallery__next svg {
  display: block;
  width: 10px;
  height: 18px;
  flex-shrink: 0;
}
.guide-gallery__prev::after, .guide-gallery__next::after {
  display: none !important;
  content: none !important;
}
@media (hover: hover) {
  .guide-gallery__prev:hover, .guide-gallery__next:hover {
    background-color: var(--color-light);
    color: var(--color-dark);
  }
}
@media (hover: none) {
  .guide-gallery__prev:active, .guide-gallery__next:active {
    background-color: var(--color-light);
    color: var(--color-dark);
  }
}
.guide-gallery__prev {
  left: 12px;
  transform: translateY(-50%) scaleX(-1);
}
.guide-gallery__next {
  right: 12px;
}
.guide-gallery:not(.guide-gallery--multi) .guide-gallery__prev, .guide-gallery:not(.guide-gallery--multi) .guide-gallery__next {
  display: none;
}

.guide-contacts {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-dark);
}
.guide-contacts__row + .guide-contacts__row {
  margin-top: 0;
}
.guide-contacts__phone {
  color: var(--color-dark);
}
.guide-contacts__site {
  color: var(--color-orange);
}
@media (hover: hover) {
  .guide-contacts__site:hover {
    color: var(--color-dark);
  }
}
@media (hover: none) {
  .guide-contacts__site:active {
    color: var(--color-dark);
  }
}

.post {
  margin-inline: calc(-1 * var(--wrapper-padding-x));
  padding: 95px 0;
  color: var(--color-dark);
  background-color: #fff;
}
@media (max-width: 991px) {
  .post {
    padding: 64px 0;
  }
}
@media (max-width: 767px) {
  .post {
    padding: 48px 0;
  }
}
@media (max-width: 440px) {
  .post {
    padding: 32px 0;
  }
}
.post .container {
  max-width: 790px;
}
.post__cover {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
  border-radius: 0;
}
.post__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 15px;
  row-gap: 8px;
  padding-bottom: 15px;
}
.post__date {
  font-family: var(--font-family-second);
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.5px;
  color: rgba(0, 0, 0, 0.5);
}
.post__tag {
  font-family: var(--font-family-second);
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}
.post__title {
  padding-bottom: 15px;
  font-family: var(--font-family-second);
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  color: var(--color-dark);
}
@media (max-width: 991px) {
  .post__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .post__title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .post__title {
    font-size: 24px;
  }
}
.post__body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-dark);
}
@media (max-width: 440px) {
  .post__body {
    font-size: 14px;
  }
}
.post__body h2,
.post__body h3,
.post__body h4 {
  margin-top: 32px;
  margin-bottom: 12px;
  font-family: var(--font-family-first);
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-dark);
}
.post__body h2:first-child,
.post__body h3:first-child,
.post__body h4:first-child {
  margin-top: 0;
}
.post__body h2 {
  font-size: 30px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .post__body h2 {
    font-size: 28px;
  }
}
@media (max-width: 440px) {
  .post__body h2 {
    font-size: 26px;
  }
}
.post__body h3 {
  font-size: 28px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .post__body h3 {
    font-size: 26px;
  }
}
@media (max-width: 440px) {
  .post__body h3 {
    font-size: 24px;
  }
}
.post__body h4 {
  font-size: 22px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .post__body h4 {
    font-size: 20px;
  }
}
@media (max-width: 440px) {
  .post__body h4 {
    font-size: 18px;
  }
}
.post__body p {
  margin-top: 0;
  margin-bottom: 0;
}
.post__body ul + p,
.post__body ol + p {
  margin-top: 1em;
}
.post__body p + p {
  margin-top: 1em;
}
.post__body ul,
.post__body ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
}
.post__body ul {
  list-style: disc;
}
.post__body ol {
  list-style: decimal;
  padding-left: 22px;
}
.post__body li + li {
  margin-top: 0;
}
.post__body li ul,
.post__body li ol {
  margin-top: 0;
  margin-bottom: 0;
}
.post__body hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 40px 0;
  border: 0;
  background-color: #000;
}
@media (max-width: 440px) {
  .post__body hr {
    margin: 32px 0;
  }
}
.post__body hr + h2,
.post__body hr + h3,
.post__body hr + h4 {
  margin-top: 0;
}
