@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,600;1,400&family=Inter:wght@400;500;600&display=swap");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.not-selectable {
  -webkit-user-select: none;
  user-select: none;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel * {
  box-sizing: inherit;
}

.carousel *:before {
  box-sizing: inherit;
}

.carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: .25;
  transition: opacity .15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button.is-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: .3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
  user-select: none;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity .15s ease;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #FFF);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container * {
  box-sizing: inherit;
}

.fancybox__container *::before {
  box-sizing: inherit;
}

.fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #FFF);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: .15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption {
  animation: .15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav {
  animation: .15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .carousel__dots {
  animation: .15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: .15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop {
  animation: .15s ease both fancybox-fadeOut;
}

.fancybox__container.is-animated.is-closing .fancybox__caption {
  animation: .15s ease both fancybox-fadeOut;
}

.fancybox__container.is-animated.is-closing .fancybox__nav {
  animation: .15s ease both fancybox-fadeOut;
}

.fancybox__container.is-animated.is-closing .carousel__dots {
  animation: .15s ease both fancybox-fadeOut;
}

.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: .15s ease both fancybox-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: .15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: .15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #FFF, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #CCC rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #CCC;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content {
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #FFF;
}

.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #FFF;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #FFF;
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #FFF;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #FFF);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #FFF);
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}

.fancybox__no-click {
  pointer-events: none;
}

.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}

.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox-fadeIn {
  animation: .15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: .1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: .2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: .15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  animation: .15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: .15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}

.fancybox__image {
  transform-origin: 0 0;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  opacity: 0;
  transition: opacity .15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: .92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
  user-select: none;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}

body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0;
}

body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}

body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}

body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0;
}

body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}

body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}

body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0;
}

body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}

body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}

body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0;
}

body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}

body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}

body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0;
}

body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}

body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}

body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0;
}

body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}

body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}

body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0;
}

body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}

body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}

body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0;
}

body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}

body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}

body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0;
}

body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}

body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}

body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0;
}

body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}

body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}

body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0;
}

body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}

body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}

body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0;
}

body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}

body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}

body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0;
}

body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}

body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}

body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0;
}

body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}

body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}

body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0;
}

body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}

body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}

body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0;
}

body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}

body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}

body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0;
}

body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}

body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}

body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0;
}

body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}

body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}

body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0;
}

body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}

body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}

body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0;
}

body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}

body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}

body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0;
}

body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}

body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}

body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0;
}

body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}

body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}

body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0;
}

body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}

body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}

body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0;
}

body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}

body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}

body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0;
}

body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}

body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}

body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0;
}

body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}

body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}

body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0;
}

body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}

body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}

body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0;
}

body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}

body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}

body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0;
}

body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}

body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}

body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0;
}

body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}

body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}

body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0;
}

body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}

body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}

body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0;
}

body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}

body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}

body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0;
}

body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}

body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}

body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0;
}

body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}

body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}

body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0;
}

body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}

body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}

body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0;
}

body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}

body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}

body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0;
}

body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}

body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}

body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0;
}

body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}

body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}

body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0;
}

body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}

body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}

body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0;
}

body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}

body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}

body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0;
}

body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}

body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}

body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0;
}

body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}

body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}

body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0;
}

body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}

body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}

body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0;
}

body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}

body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}

body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0;
}

body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}

body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}

body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0;
}

body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}

body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}

body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0;
}

body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}

body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}

body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0;
}

body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}

body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}

body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0;
}

body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}

body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}

body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0;
}

body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}

body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}

body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0;
}

body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}

body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}

body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0;
}

body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}

body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}

body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0;
}

body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}

body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}

body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0;
}

body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}

body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}

body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0;
}

body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}

body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}

body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0;
}

body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}

body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}

body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0;
}

body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}

body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}

body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0;
}

body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}

body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}

body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0;
}

body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}

body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}

body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0;
}

body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate3d(0, 0, 0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template, [hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: 800;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #1F1F1F;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

optgroup {
  font-weight: 700;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

body {
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding-top: 95px;
}

@media (max-width: 1200px) {
  body {
    padding-top: 70px;
  }
}

body.hidden-ov {
  overflow: hidden;
  height: 100vh;
}

body.hidden-ov::after {
  position: absolute;
  z-index: 10;
  background: rgba(0, 0, 0, 0.9);
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none !important;
}

body.popup-open, body.hidden-ov2 {
  overflow: hidden;
  height: 100vh;
}

* {
  box-sizing: border-box;
  -webkit-text-decoration-skip: objects;
}

a {
  transition: all 0.5s;
  color: #96763E;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

@media (max-width: 1500px) {
  .container {
    max-width: 1250px;
  }
}

@media print {
  .container {
    padding: 0;
  }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
}

h1, .h1 {
  font-size: 40px;
  line-height: 48px;
}

@media (max-width: 1500px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 40px;
  }
}

@media (max-width: 1200px) {
  h1, .h1 {
    font-size: 32px;
    line-height: 36px;
  }
}

h2, .h2 {
  font-size: 36px;
  line-height: 44px;
}

@media (max-width: 1500px) {
  h2, .h2 {
    font-size: 32px;
  }
}

@media (max-width: 1200px) {
  h2, .h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

h3, .h3 {
  font-size: 32px;
  line-height: 40px;
}

@media (max-width: 1500px) {
  h3, .h3 {
    font-size: 28px;
  }
}

@media (max-width: 1200px) {
  h3, .h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

h4, .h4 {
  font-size: 28px;
  line-height: 36px;
}

h5, .h5 {
  font-size: 24px;
  line-height: 32px;
}

h6, .h6 {
  font-size: 20px;
  line-height: 28px;
}

p {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 1500px) {
  p {
    font-size: 15px;
  }
}

p.small {
  font-size: 14px;
  line-height: 20px;
}

p.large {
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 1500px) {
  p.large {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  p.large {
    font-size: 16px;
    line-height: 24px;
  }
}

button {
  cursor: pointer;
}

.btn {
  background: #96763E;
  border-radius: 5px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 15px 24px;
  display: inline-block;
  border: 1px solid #96763E;
  cursor: pointer;
}

.btn:hover {
  background: #725A2F;
  color: #FFFFFF;
}

.btn img {
  transition: all 0.3s;
}

.btn svg {
  transition: all 0.3s;
}

.btn--outline:hover {
  background: #96763E;
  color: #FFFFFF;
}

.btn--outline:hover img {
  filter: brightness(0) invert(1);
}

@media (max-width: 1500px) {
  .btn {
    font-size: 14px;
    padding: 13px 20px;
  }
}

.btn--outline {
  background: transparent;
  color: #96763E;
}

.grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 23px 40px;
}

@media (max-width: 767px) {
  .grid2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px 40px;
}

@media (max-width: 767px) {
  .grid3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 23px 40px;
}

@media (max-width: 1200px) {
  .grid4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .grid4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.only-mobile {
  display: none;
}

@media (max-width: 1200px) {
  .only-mobile {
    display: block;
  }
}

.link-underline {
  position: relative;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 3px;
}

.link-underline::after {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  bottom: 0;
  background-color: currentColor;
  content: " ";
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: left center;
  height: 2px;
}

.link-underline::after {
  background: #96763E;
}

.link-underline::before {
  position: absolute;
  right: -24px;
  top: 5px;
  background: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_13630_11422)"><path d="M4.5 9H13.5" stroke="%2396763E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.75 5.25L13.5 9L9.75 12.75" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_13630_11422"><rect width="18" height="18" fill="white"/></clipPath></defs></svg>') no-repeat center;
  width: 18px;
  height: 18px;
  content: "";
  transition: all 0.3s;
}

.link-underline:hover::before {
  right: -30px;
}

.link-underline:hover, a:hover .link-underline {
  color: inherit;
}

.link-underline:hover:not(:disabled):not(.disabled)::after, a:hover .link-underline:not(:disabled):not(.disabled)::after {
  transform-origin: right center;
  transform: scaleX(0);
}

.tooltip {
  background: rgba(0, 0, 0, 0.9);
  color: #FFFFFF;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  z-index: 999;
  pointer-events: none;
  transition: opacity 0.3s;
}

.tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
  pointer-events: none;
  transition: opacity 0.3s;
}

.header {
  background: #FFFFFF;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}

.header .menu-toggle {
  display: none;
}

.header .menu-toggle.open {
  background: url('data:image/svg+xml,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 5C0 2.23858 2.23858 0 5 0H43C45.7614 0 48 2.23858 48 5V43C48 45.7614 45.7614 48 43 48H5C2.23858 48 0 45.7614 0 43V5Z" fill="%2396763E"/><path d="M33 33L15 15" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M33 15L15 33" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat;
}

.header .menu-toggle.open svg {
  opacity: 0;
}

.header__nav .header__actions {
  display: none;
}

.header__nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.header__nav > ul > li {
  margin: 0 30px 0 0;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.header__nav > ul > li.has-children {
  padding: 0 30px 0 0;
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_15406_8376" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect x="24" y="1.04907e-06" width="24" height="24" transform="rotate(90 24 1.04907e-06)" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_15406_8376)"><path d="M12 12.6L15.9 8.70005C16.0833 8.51672 16.3166 8.42505 16.6 8.42505C16.8833 8.42505 17.1166 8.51672 17.3 8.70005C17.4833 8.88338 17.575 9.11672 17.575 9.40005C17.575 9.68338 17.4833 9.91672 17.3 10.1L12.7 14.7C12.6 14.8 12.4916 14.8709 12.375 14.9125C12.2583 14.9542 12.1333 14.975 12 14.975C11.8666 14.975 11.7416 14.9542 11.625 14.9125C11.5083 14.8709 11.4 14.8 11.3 14.7L6.69995 10.1C6.51662 9.91672 6.42495 9.68338 6.42495 9.40005C6.42495 9.11672 6.51662 8.88338 6.69995 8.70005C6.88329 8.51672 7.11662 8.42505 7.39995 8.42505C7.68329 8.42505 7.91662 8.51672 8.09995 8.70005L12 12.6Z" fill="%23575757"/></g></svg>') right center no-repeat;
}

.header__nav > ul > li.has-children:hover {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g transform="rotate(180 12 12)"><mask id="mask0_13626_8376" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect x="24" y="1.04907e-06" width="24" height="24" transform="rotate(90 24 1.04907e-06)" fill="%2396763E"/></mask><g mask="url(%23mask0_13626_8376)"><path d="M12 12.6L15.9 8.70005C16.0833 8.51672 16.3166 8.42505 16.6 8.42505C16.8833 8.42505 17.1166 8.51672 17.3 8.70005C17.4833 8.88338 17.575 9.11672 17.575 9.40005C17.575 9.68338 17.4833 9.91672 17.3 10.1L12.7 14.7C12.6 14.8 12.4916 14.8709 12.375 14.9125C12.2583 14.9542 12.1333 14.975 12 14.975C11.8666 14.975 11.7416 14.9542 11.625 14.9125C11.5083 14.8709 11.4 14.8 11.3 14.7L6.69995 10.1C6.51662 9.91672 6.42495 9.68338 6.42495 9.40005C6.42495 9.11672 6.51662 8.88338 6.69995 8.70005C6.88329 8.51672 7.11662 8.42505 7.39995 8.42505C7.68329 8.42505 7.91662 8.51672 8.09995 8.70005L12 12.6Z" fill="%2396763E"/></g></g></svg>');
}

.header__nav > ul > li > a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.3px;
}

.header__nav > ul > li > a:hover {
  color: #96763E;
}

.header__nav .submenu {
  background: #FFF;
  position: absolute;
  left: 0;
  top: 76px;
  padding-bottom: 30px;
  right: 0;
  display: flex;
  padding-top: 48px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.1);
}

.header__nav .submenu .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header__nav .submenu .title {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}

.header__nav .submenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header__nav .submenu ul li:not(:last-child) {
  margin-bottom: 5px;
}

.header__nav .submenu ul li a {
  text-decoration: none;
  color: #000000;
  font-size: 14px;
}

.header__nav .submenu ul li a:hover {
  color: #96763E;
}

.header__actions .btn {
  margin-left: 20px;
}

.header__advisor div {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 16px 0 0;
}

.header__advisor img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  transition: all 0.3s;
}

.header__advisor:hover {
  color: #96763E;
}

.header__advisor:hover img {
  transform: scale(1.1);
}

@media (max-width: 1200px) {
  .header {
    padding-top: 16px;
    padding-bottom: 12px;
  }
  .header .menu-toggle {
    display: block;
    position: absolute;
    right: 24px;
    top: 10px;
    width: 48px;
    height: 48px;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
  }
  .header__logo img {
    max-width: 180px;
  }
  .header__nav.open {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #FFF;
    display: block;
  }
  .header__nav .header__actions {
    display: block !important;
    text-align: center;
  }
  .header__nav > ul {
    display: block;
  }
  .header__nav > ul > li {
    margin: 0 !important;
    padding-right: 0 !important;
  }
  .header__nav > ul > li:nth-child(2) {
    display: none;
  }
  .header__nav > ul > li.has-children {
    background-position: right 0 top 15px;
  }
  .header__nav > ul > li.has-children.active {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_13525_13516" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect x="1.04907e-06" y="24" width="24" height="24" transform="rotate(-90 1.04907e-06 24)" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_13525_13516)"><path d="M11.9998 11.4L8.09981 15.3C7.91647 15.4833 7.68314 15.575 7.39981 15.575C7.11647 15.575 6.88314 15.4833 6.69981 15.3C6.51647 15.1166 6.42481 14.8833 6.42481 14.6C6.42481 14.3166 6.51647 14.0833 6.69981 13.9L11.2998 9.29995C11.3998 9.19995 11.5081 9.12912 11.6248 9.08745C11.7415 9.04579 11.8665 9.02495 11.9998 9.02495C12.1331 9.02495 12.2581 9.04579 12.3748 9.08745C12.4915 9.12912 12.5998 9.19995 12.6998 9.29995L17.2998 13.9C17.4831 14.0833 17.5748 14.3166 17.5748 14.6C17.5748 14.8833 17.4831 15.1166 17.2998 15.3C17.1165 15.4833 16.8831 15.575 16.5998 15.575C16.3165 15.575 16.0831 15.4833 15.8998 15.3L11.9998 11.4Z" fill="%2396763E"/></g></svg>');
  }
  .header__nav .submenu {
    position: static !important;
    padding: 24px !important;
    background: #FCF9F3;
    margin-top: 12px;
    width: auto;
    margin-left: -24px;
    margin-right: -24px;
    max-width: none;
    display: none;
  }
  .header__nav .submenu .container {
    padding: 0 !important;
  }
  .header__nav .submenu .col {
    margin-bottom: 30px;
  }
  .header__nav .submenu .container {
    display: block;
  }
  .header__nav .submenu .title {
    font-size: 16px;
  }
  .header__nav .submenu ul {
    width: 100%;
  }
  .header__nav .submenu ul li a {
    font-size: 14px;
  }
  .header__actions .btn {
    width: 100%;
    margin: 0 0 0 0;
  }
  .header__actions .btn:not(:last-child) {
    margin-bottom: 12px;
  }
}

@media (max-width: 1320px) {
  .header__nav > ul > li {
    margin-right: 10px;
  }
}

@media all and (min-width: 1200px) {
  .header__nav > ul > li.has-children:hover .submenu {
    opacity: 1;
    visibility: visible;
  }
}

@media all and (max-width: 1200px) {
  .header__nav > ul > li.has-children.active .submenu {
    display: block;
    position: relative;
    opacity: 1;
    visibility: visible;
    top: 0;
    left: 0;
    right: 0;
  }
}

@media (max-width: 1500px) {
  .header__nav > ul > li > a {
    font-size: 14px;
  }
}

.header__container {
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  align-items: center;
}

@media (max-width: 1500px) {
  .header__container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.header__nav {
  margin: 0 0 0 80px;
}

@media (max-width: 1320px) {
  .header__nav {
    margin: 0 0 0 25px;
  }
}

@media (max-width: 1200px) {
  .header__nav {
    display: none;
    margin: 0;
    padding: 0 24px 24px 24px;
    overflow: auto;
    max-height: calc(100vh - 70px);
  }
}

.header__actions {
  margin-left: auto;
  display: flex;
  align-items: center;
}

@media (max-width: 1200px) {
  .header__actions {
    display: none;
  }
}

.header__advisor {
  display: flex;
  align-items: center;
  margin: 1px 13px 0 1px;
  text-decoration: none;
  color: #000;
}

@media (max-width: 1500px) {
  .header__advisor {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .header__advisor {
    justify-content: center;
    margin-bottom: 20px;
  }
}

.breadcrumbs {
  background: #FFFBF2;
  border-bottom: 1px solid #F4ECE0;
  padding: 20px 0;
  color: #575757;
  font-size: 13px;
  overflow: auto;
}

.breadcrumbs .container {
  max-width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  align-items: center;
}

.breadcrumbs a {
  text-decoration: none;
  color: #575757;
}

.breadcrumbs a:hover {
  color: #96763E;
}

.breadcrumbs .sep {
  margin: 0 5px;
}

.breadcrumbs.border {
  background: #FFF;
  border-top: 1px solid #F4ECE0;
  margin-top: 1px;
}

@media (max-width: 1500px) {
  .breadcrumbs .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs .container {
    white-space: nowrap;
  }
}

.footer {
  background: #FCF9F3;
  padding: 37px 0 100px 0;
}

@media (max-width: 1200px) {
  .footer .container {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .container .newsletter-form {
    width: 100%;
    order: 1;
  }
  .footer .container .footer-socials {
    width: 100%;
    order: 2;
  }
  .footer .container .footer-list-vertical {
    width: 100%;
    order: 3;
  }
  .footer .container .footer-columns {
    width: 100%;
    order: 4;
  }
  .footer .container .footer-bottom {
    width: 100%;
    order: 5;
  }
}

.newsletter-form {
  background: #FFF;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsletter-form h3 {
  margin: 0 0 0 0;
}

.newsletter-form .custom-select__trigger {
  font-size: 16px !important;
}

.newsletter-form .text {
  width: 46%;
}

.newsletter-form .img {
  width: 50%;
}

.newsletter-form .img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.newsletter-form__fields .form-wrap:nth-child(1) {
  width: 60%;
}

.newsletter-form__fields .form-wrap:nth-child(2) {
  width: 22%;
  position: relative;
}

.newsletter-form__fields .form-wrap:nth-child(2) .custom-select {
  width: 100%;
}

.newsletter-form__consent label {
  font-size: 12px;
  line-height: 16px;
  position: relative;
  display: block;
  padding: 0 0 0 43px;
  cursor: pointer;
}

.newsletter-form__consent label::after {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #C9C9C9;
  border-radius: 5px;
  width: 29px;
  height: 29px;
  content: "";
}

.newsletter-form__consent label:has(input:checked)::after {
  background: url('data:image/svg+xml,<svg width="13" height="10" viewBox="0 0 13 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.94052 6.80635L10.4437 0.303117C10.6458 0.101039 10.903 0 11.2153 0C11.5276 0 11.7848 0.101039 11.9869 0.303117C12.189 0.505194 12.29 0.762384 12.29 1.07469C12.29 1.38699 12.189 1.64418 11.9869 1.84626L4.71209 9.12105C4.49164 9.3415 4.23445 9.45173 3.94052 9.45173C3.64658 9.45173 3.38939 9.3415 3.16895 9.12105L0.303117 6.25522C0.101039 6.05315 0 5.79596 0 5.48365C0 5.17135 0.101039 4.91416 0.303117 4.71209C0.505194 4.51001 0.762384 4.40897 1.07469 4.40897C1.38699 4.40897 1.64418 4.51001 1.84626 4.71209L3.94052 6.80635Z" fill="%231C1B1F"/></svg>') center center no-repeat;
}

.newsletter-form__consent label input {
  opacity: 0;
  position: absolute;
}

@media (max-width: 1200px) {
  .newsletter-form {
    padding: 20px;
  }
  .newsletter-form .text {
    width: 100%;
    order: 2;
  }
  .newsletter-form .img {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
  .newsletter-form .btn {
    width: 100%;
  }
  .newsletter-form__fields .form-wrap:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
  }
  .newsletter-form__fields .form-wrap:nth-child(2) {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 1500px) {
  .newsletter-form .text {
    width: 57%;
  }
  .newsletter-form .img {
    width: 39%;
  }
}

.newsletter-form__fields {
  display: flex;
  margin-top: 24px;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .newsletter-form__fields {
    flex-wrap: wrap;
  }
}

.newsletter-form__consent {
  padding: 19px 0 0 0;
}

.form-styled {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form-styled .form-wrap {
  width: 49%;
  margin-bottom: 15px;
}

.form-styled .form-wrap--full {
  width: 100%;
}

.form-styled button.btn {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .form-styled .form-wrap {
    width: 100%;
  }
}

.form-wrap {
  position: relative;
}

.form-wrap:not(.star-rating-wrap) > label {
  position: absolute;
  left: 15px;
  top: 15px;
  pointer-events: none;
  transition: all 0.3s;
}

.form-wrap.allways-show > label {
  top: 0px !important;
  color: #575757;
  font-size: 12px;
}

.form-wrap:focus-within > label {
  top: 0px !important;
  color: #575757;
  font-size: 12px;
}

.form-wrap.active > label {
  top: 0px !important;
  color: #575757;
  font-size: 12px;
}

.form-wrap.allways-show input:not([type=date]) {
  padding-top: 20px;
}

.form-wrap.allways-show textarea {
  padding-top: 20px;
}

.form-wrap:focus-within input:not([type=date]) {
  padding-top: 20px;
}

.form-wrap:focus-within textarea {
  padding-top: 20px;
}

.form-wrap.active input:not([type=date]) {
  padding-top: 20px;
}

.form-wrap.active textarea {
  padding-top: 20px;
}

.form-wrap.allways-show input:not([type=date])::placeholder {
  opacity: 0.5;
}

.form-wrap.allways-show textarea::placeholder {
  opacity: 0.5;
}

.form-wrap:has(input[type=date]:not(:disabled)):after {
  position: absolute;
  right: 15px;
  bottom: 22px;
  content: "";
  background: #FFF url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_13712_7826)"><path d="M16.25 3.125L3.75 3.125C3.40482 3.125 3.125 3.40482 3.125 3.75L3.125 16.25C3.125 16.5952 3.40482 16.875 3.75 16.875H16.25C16.5952 16.875 16.875 16.5952 16.875 16.25V3.75C16.875 3.40482 16.5952 3.125 16.25 3.125Z" stroke="%231B1B1B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.75 1.875V4.375" stroke="%231B1B1B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.25 1.875V4.375" stroke="%231B1B1B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M3.125 6.875L16.875 6.875" stroke="%231B1B1B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 11.25C10.5178 11.25 10.9375 10.8303 10.9375 10.3125C10.9375 9.79473 10.5178 9.375 10 9.375C9.48223 9.375 9.0625 9.79473 9.0625 10.3125C9.0625 10.8303 9.48223 11.25 10 11.25Z" fill="%231B1B1B"/><path d="M13.4375 11.25C13.9553 11.25 14.375 10.8303 14.375 10.3125C14.375 9.79473 13.9553 9.375 13.4375 9.375C12.9197 9.375 12.5 9.79473 12.5 10.3125C12.5 10.8303 12.9197 11.25 13.4375 11.25Z" fill="%231B1B1B"/><path d="M6.5625 14.375C7.08027 14.375 7.5 13.9553 7.5 13.4375C7.5 12.9197 7.08027 12.5 6.5625 12.5C6.04473 12.5 5.625 12.9197 5.625 13.4375C5.625 13.9553 6.04473 14.375 6.5625 14.375Z" fill="%231B1B1B"/><path d="M10 14.375C10.5178 14.375 10.9375 13.9553 10.9375 13.4375C10.9375 12.9197 10.5178 12.5 10 12.5C9.48223 12.5 9.0625 12.9197 9.0625 13.4375C9.0625 13.9553 9.48223 14.375 10 14.375Z" fill="%231B1B1B"/><path d="M13.4375 14.375C13.9553 14.375 14.375 13.9553 14.375 13.4375C14.375 12.9197 13.9553 12.5 13.4375 12.5C12.9197 12.5 12.5 12.9197 12.5 13.4375C12.5 13.9553 12.9197 14.375 13.4375 14.375Z" fill="%231B1B1B"/></g><defs><clipPath id="clip0_13712_7826"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>') center no-repeat;
  width: 20px;
  height: 20px;
  pointer-events: none;
}

@media (max-width: 767px) {
  .form-wrap:not(.star-rating-wrap) > label {
    font-size: 13px;
  }
  .form-wrap:has(#time-to) > div:first-child {
    display: none;
  }
}

@media (max-width: 1500px) {
  .form-wrap:has(input[type=date]:not(:disabled)):after {
    bottom: 15px;
  }
}

.star-rating-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.star-rating-wrap label {
  flex: 0 0 auto;
  margin-right: 0;
  font-size: 16px;
  line-height: 1.4;
}

.star-rating-wrap #star-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 20px;
}

.star-rating-wrap #star-rating img.star {
  cursor: pointer;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  display: block;
}

.star-rating-wrap #star-rating button.star {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(150, 118, 62, 0.2);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: color .2s ease, transform .2s ease;
}

.star-rating-wrap #star-rating button.star.is-active {
  color: #96763E;
}

.star-rating-wrap #star-rating button.star:focus {
  outline: none;
}

.star-rating-wrap #star-rating button.star:focus-visible {
  outline: 1px solid rgba(150, 118, 62, 0.45);
  outline-offset: 2px;
}

.checkbox-wrap label {
  font-size: 13px;
  line-height: 16px;
  position: relative;
  display: block;
  padding: 0 0 0 43px;
  cursor: pointer;
}

.checkbox-wrap label::after {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #C9C9C9;
  border-radius: 5px;
  width: 29px;
  height: 29px;
  content: "";
}

.checkbox-wrap label:has(input:checked)::after {
  background: url('data:image/svg+xml,<svg width="13" height="10" viewBox="0 0 13 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.94052 6.80635L10.4437 0.303117C10.6458 0.101039 10.903 0 11.2153 0C11.5276 0 11.7848 0.101039 11.9869 0.303117C12.189 0.505194 12.29 0.762384 12.29 1.07469C12.29 1.38699 12.189 1.64418 11.9869 1.84626L4.71209 9.12105C4.49164 9.3415 4.23445 9.45173 3.94052 9.45173C3.64658 9.45173 3.38939 9.3415 3.16895 9.12105L0.303117 6.25522C0.101039 6.05315 0 5.79596 0 5.48365C0 5.17135 0.101039 4.91416 0.303117 4.71209C0.505194 4.51001 0.762384 4.40897 1.07469 4.40897C1.38699 4.40897 1.64418 4.51001 1.84626 4.71209L3.94052 6.80635Z" fill="%231C1B1F"/></svg>') center center no-repeat;
}

.checkbox-wrap label input {
  opacity: 0;
  position: absolute;
}

form input[type=date], form input[type=text], form input[type=number], form input[type=email] {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #CCC;
  border-radius: 5px;
  font-size: 14px;
  margin-right: 10px;
  height: 56px;
}

@media (max-width: 1200px) {
  form input[type=date], form input[type=text], form input[type=number], form input[type=email] {
    height: 52px;
  }
}

@media (max-width: 767px) {
  form input[type=date], form input[type=text], form input[type=number], form input[type=email] {
    margin-right: 0;
  }
}

form input[type=date]::placeholder, form input[type=text]::placeholder, form input[type=number]::placeholder, form input[type=email]::placeholder {
  opacity: 1;
  color: #000000;
}

form input[type=date] {
  background: none !important;
}

form input[type=number] {
  -moz-appearance: textfield;
}

form input[type=number]::-webkit-outer-spin-button, form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #CCC;
  border-radius: 5px;
  font-size: 14px;
  margin-right: 10px;
  height: 94px;
}

form textarea::placeholder {
  opacity: 1;
  color: #000000;
}

form select {
  padding: 12px 40px 12px 15px;
  border: 1px solid #CCC;
  border-radius: 5px;
  font-size: 14px;
  height: 56px;
  margin-right: 10px;
  width: 100%;
  appearance: none;
}

.footer-list-vertical {
  display: flex;
  align-items: center;
  margin: 32px 0 0 0;
}

.footer-list-vertical .btn {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
}

.footer-list-vertical .btn svg {
  margin: -5px 0 -6px 8px;
}

.footer-list-vertical .btn svg path {
  transition: all 0.3s;
}

.footer-list-vertical .btn:hover svg path {
  stroke: #FFFFFF;
}

.footer-list-vertical a:not(.btn) {
  color: #000000;
  text-decoration: none;
  margin: 0 15px 0 0;
}

.footer-list-vertical a:not(.btn):hover {
  color: #96763E;
}

@media (max-width: 1500px) {
  .footer-list-vertical {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .footer-list-vertical {
    display: block;
  }
  .footer-list-vertical .btn {
    margin: 20px 0 0 0;
  }
  .footer-list-vertical a:not(.btn) {
    display: block;
    margin: 0 0 10px 0;
  }
}

.footer-socials {
  display: flex;
  align-items: center;
  margin: 35px 0 0 0;
  flex-wrap: wrap;
}

.footer-socials span {
  font-size: 20px;
  margin: 0 28px 0 0;
}

.footer-socials a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  margin: 0 5px 0 0;
}

.footer-socials a svg path {
  transition: all 0.3s;
}

.footer-socials a:hover {
  background: #000000;
}

.footer-socials a:hover svg path {
  fill: #FFFFFF;
}

@media (max-width: 1200px) {
  .footer-socials span {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}

.footer-columns {
  display: flex;
  justify-content: space-between;
  margin: 42px 0 0 0;
  flex-wrap: wrap;
}

.footer-columns .footer-col {
  width: 17%;
}

.footer-columns .footer-col__title {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 16px 0;
}

.footer-columns .footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-columns .footer-col ul li {
  margin-bottom: 4px;
}

.footer-columns .footer-col ul li a {
  font-size: 13px;
  text-decoration: none;
  color: #000000;
}

.footer-columns .footer-col ul li a:hover {
  color: #96763E;
}

@media (max-width: 1200px) {
  .footer-columns .footer-col {
    width: 50%;
    margin-bottom: 40px;
  }
  .footer-columns .footer-col:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  .footer-columns .footer-col {
    width: 100%;
  }
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.footer-bottom a {
  text-decoration: none;
  color: #000000;
  font-size: 14px;
}

.footer-bottom a:hover {
  color: #96763E;
}

.footer-bottom .right {
  font-size: 14px;
}

.footer-bottom .left a {
  margin-right: 10px;
}

.footer-bottom .left div {
  font-size: 14px;
  margin-top: 5px;
}

@media (max-width: 1200px) {
  .footer-bottom .right {
    width: 100%;
  }
  .footer-bottom .left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.box-information-right {
  position: fixed;
  right: 24px;
  bottom: 100px;
  width: calc(100% - 77px);
  max-width: 480px;
  background: #FFF;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.box-information-right p {
  margin: 0;
}

.box-information-right.open {
  opacity: 1;
  visibility: visible;
}

.box-information-right .close-box {
  position: absolute;
  right: 5px;
  top: -25px;
  cursor: pointer;
}

.box-information-right .img {
  width: 70px;
}

.box-information-right .img img {
  display: block;
  width: 100%;
  border-radius: 50%;
}

.box-information-right .text {
  width: calc(100% - 90px);
  font-size: 14px;
  line-height: 20px;
}

.box-information-right .text a {
  color: #977733;
  text-decoration: none;
}

.hero-search {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 46px 0;
}

.hero-search__tab:not(.hero-search__tab--active):hover {
  background: #000000;
}

.hero-search__field:nth-child(1) {
  width: 22%;
}

.hero-search__field:nth-child(1) input {
  padding-left: 50px;
}

.hero-search__field:nth-child(2) {
  width: 16.5%;
}

.hero-search__field:nth-child(3) {
  width: 16%;
}

.hero-search__field:nth-child(4) {
  width: 14%;
}

.hero-search__field:nth-child(5) {
  width: 15.7%;
}

.hero-search__field label {
  position: relative;
  display: block;
}

.hero-search__field label svg {
  position: absolute;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
}

.hero-search__field label .search-dropdown {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
  background: #FFF;
  right: 0;
  padding: 20px 20px 0 20px;
  z-index: 5000;
  border-radius: 5px;
  display: none;
}

.hero-search__field label .search-dropdown:has(.active) {
  display: block;
}

.hero-search__field label .search-dropdown .dropdown-category {
  font-weight: bold;
  font-size: 16px;
}

.hero-search__field label .search-dropdown .dropdown-item {
  font-size: 14px;
  line-height: 24px;
  margin: 8px 0;
  cursor: pointer;
}

.hero-search__field label .search-dropdown .dropdown-item:hover {
  color: #96763E;
}

.hero-search__field label .search-dropdown .search-on-map {
  border-top: 1px solid #F4F4F4;
  text-decoration: none;
  color: #000;
  display: block;
  margin-left: -20px;
  margin-right: -20px;
  font-size: 14px;
  padding-left: 53px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_13508_19065)"><path d="M6 3L11 8L6 13" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_13508_19065"><rect width="16" height="16" fill="white" transform="translate(6.99382e-07 16) rotate(-90)"/></clipPath></defs></svg>') right 20px center no-repeat;
}

.hero-search__field label .search-dropdown .search-on-map:hover {
  color: #96763E;
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_13507_5443)"><path d="M6 3L11 8L6 13" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_13507_5443"><rect width="16" height="16" fill="white" transform="translate(6.99382e-07 16) rotate(-90)"/></clipPath></defs></svg>');
}

.hero-search__field label .search-dropdown .search-results {
  overflow: auto;
  max-height: 225px;
  margin-bottom: 20px;
}

.hero-search__field label .search-dropdown .search-results::-webkit-scrollbar {
  width: 5px;
  background: #EBE6E0;
  border-radius: 5px;
}

.hero-search__field label .search-dropdown .search-results::-webkit-scrollbar-track {
  box-shadow: none;
}

.hero-search__field label .search-dropdown .search-results::-webkit-scrollbar-thumb {
  background-color: #BDB6AA;
  border-radius: 5px;
  outline: none;
}

.hero-search__field input {
  border: 1px solid #C9C9C9;
  border-radius: 5px;
  height: 60px;
  padding: 0 10px 0 50px !important;
  width: 100%;
  font-size: 14px;
}

.hero-search__field input[type=number] {
  -moz-appearance: textfield;
}

.hero-search__field input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.hero-search__field input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.hero-search__field input::placeholder {
  color: #000000;
  opacity: 1;
}

.hero-search__map-toggle label {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5.35px);
  border-radius: 5px;
  color: #FFF;
  position: relative;
  padding: 8px 79px 8px 12px;
  font-size: 15px;
  cursor: pointer;
}

.hero-search__map-toggle label input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.hero-search__map-toggle label::after {
  position: absolute;
  background: #FFF;
  border-radius: 6px;
  right: 9px;
  top: 5px;
  width: 60px;
  height: 31px;
  content: "";
}

.hero-search__map-toggle label::before {
  position: absolute;
  right: 40px;
  height: 25px;
  width: 25px;
  background: rgba(150, 118, 62, 0.4);
  content: "";
  z-index: 1;
  border-radius: 3px;
  transition: all 0.3s;
}

.hero-search__map-toggle label:has(input:checked)::before {
  background: #96763E;
  right: 14px;
}

.hero-search .btn {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.hero-search .btn svg {
  margin-left: 5px;
}

.hero-search--subpage .hero-search__title {
  font-size: 32px;
  text-align: left;
  margin-bottom: 30px;
}

@media (max-width: 1500px) {
  .hero-search {
    padding: 80px 0 42px 0;
  }
  .hero-search__field:nth-child(1) {
    width: 30%;
  }
  .hero-search__field:nth-child(1) input {
    padding-left: 39px;
  }
  .hero-search__field label svg {
    left: 12px;
  }
  .hero-search__field input {
    border-radius: 5px;
    height: 56px;
    padding: 0 10px 0 39px !important;
    width: 100%;
    font-size: 13px;
  }
  .hero-search__map-toggle label {
    font-size: 13px;
  }
}

@media (max-width: 1200px) {
  .hero-search {
    padding: 25px 0 0 0;
    background-size: auto 505px;
    background-position: center top;
  }
  .hero-search__field input {
    height: 52px;
  }
  .hero-search__map-toggle label {
    background: none;
    color: #000000;
    padding: 8px 0 8px 70px;
  }
  .hero-search__map-toggle label::after {
    right: auto;
    left: 0;
    border: 1px solid #C9C9C9;
  }
  .hero-search__map-toggle label::before {
    right: auto;
    left: 5px;
    top: 9px;
  }
  .hero-search__map-toggle label:has(input:checked)::before {
    right: auto;
    left: 32px;
  }
  .hero-search .btn {
    width: 100%;
    justify-content: center;
  }
}

.hero-search__title {
  text-align: center;
  font-size: 40px;
  line-height: 48px;
}

@media (max-width: 1200px) {
  .hero-search__title {
    font-size: 32px;
    margin: 0 0 0 0;
    line-height: 42px;
  }
}

.hero-search__subtitle {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  margin: 40px 0 56px 0;
}

@media (max-width: 1500px) {
  .hero-search__subtitle {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    margin: 29px 0 57px 0;
  }
}

@media (max-width: 1200px) {
  .hero-search__subtitle {
    font-size: 18px;
    margin: 40px 0 44px 0;
  }
}

.hero-search__form {
  position: relative;
  z-index: 10;
}

@media (max-width: 1200px) {
  .hero-search__form {
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 0 10px 10px 10px;
    margin-top: 128px;
  }
}

.hero-search__tabs {
  display: flex;
  align-items: flex-start;
}

.hero-search__tab {
  background: #575757;
  font-family: "Playfair Display", serif;
  border-radius: 5px;
  padding: 15px 20px 15px 19px;
  margin-right: 5px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s;
}

@media (max-width: 1200px) {
  .hero-search__tab {
    margin-top: -58px;
  }
}

.hero-search__tab--active {
  background: #FFFFFF;
  color: #000000;
  padding: 19px 22px 15px 22px;
  border-radius: 5px 5px 0 0;
}

.hero-search__fields {
  background: #FFFFFF;
  display: flex;
  padding: 22px;
  border-radius: 0 0 10px 10px;
}

@media (max-width: 1500px) {
  .hero-search__fields {
    padding: 20px;
  }
}

@media (max-width: 1200px) {
  .hero-search__fields {
    display: block;
    background: none;
    border-radius: 0 10px 10px 10px;
  }
}

.hero-search__field {
  margin-right: 20px;
}

@media (max-width: 1500px) {
  .hero-search__field {
    margin-right: 10px;
  }
}

@media (max-width: 1200px) {
  .hero-search__field {
    width: 100% !important;
    margin-bottom: 20px;
  }
}

.hero-search__map-toggle {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
  padding: 0 53px 0 0;
}

@media (max-width: 1500px) {
  .hero-search__map-toggle {
    padding: 0;
  }
}

@media (max-width: 1200px) {
  .hero-search__map-toggle {
    justify-content: flex-start;
    padding: 0 0 22px 17px;
    margin: 0;
  }
}

.hero-search--subpage {
  background: #FFFBF2;
  padding: 16px 0 32px 0;
  margin-bottom: 54px;
}

.search-form-map__field.custom-select.has-selected .label-animation,
.hero-search__field.custom-select.has-selected .label-animation {
  top: -2px;
  left: 50px;
}

.custom-select {
  position: relative;
}

.custom-select .label-animation {
  position: absolute;
  left: 16px;
  top: 16px;
  pointer-events: none;
  transition: all 0.3s;
  opacity: 0;
}

.custom-select.has-selected .label-animation {
  top: 0;
  opacity: 1;
  color: #575757;
  font-size: 12px;
}

.custom-select .select-name {
  position: absolute;
  left: 16px !important;
  top: 14px !important;
  transition: all 0.3s;
  font-size: 13px;
}

.custom-select:has(.select-name).has-selected .select-name {
  top: 0px !important;
  color: #575757;
  font-size: 12px;
}

.custom-select:has(.select-name).has-selected .custom-select__trigger {
  color: #000 !important;
  padding-top: 10px;
}

.custom-select.single li:after {
  display: none;
}

.custom-select:has(.select-name) .custom-select__trigger {
  color: transparent !important;
}

.custom-select__trigger::after {
  position: absolute;
  right: 17px;
  top: 19px;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_15406_4745)"><path d="M16.25 7.5L10 13.75L3.75 7.5" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_15406_4745"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>') center center no-repeat;
  content: "";
}

.custom-select__trigger.select-typ {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_15406_4729)"><path d="M1.875 18.125H18.125" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.375 1.875V18.125" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M15.625 18.125V1.875" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.5 5H8.75" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.25 5H12.5" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.5 8.125H8.75" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.25 8.125H12.5" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.5 11.25H8.75" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.25 11.25H12.5" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.125 18.125V14.375H11.875V18.125" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M3.125 1.875H16.875" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_15406_4729"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
  background-position: left 19px center;
  background-repeat: no-repeat;
  padding-left: 50px;
}

.custom-select__trigger.select-udg {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_15406_4761)"><path d="M3.125 10H16.875" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 3.125V16.875" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_15406_4761"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
  background-position: left 19px center;
  background-repeat: no-repeat;
  padding-left: 50px;
}

.custom-select.open .inner {
  opacity: 1;
  visibility: visible;
}

.custom-select.open .custom-select__trigger::after {
  transform: rotate(180deg);
}

.custom-select .inner {
  padding: 20px 16px 20px 20px;
  background: #FFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  opacity: 0;
  visibility: hidden;
  min-width: 100%;
  z-index: 10;
}

.custom-select ul {
  margin: 0;
  padding: 0 20px 0 0;
  list-style: none;
  overflow: auto;
  max-height: 200px;
}

.custom-select ul::-webkit-scrollbar {
  width: 5px;
  background: #EBE6E0;
  border-radius: 5px;
}

.custom-select ul::-webkit-scrollbar-track {
  box-shadow: none;
}

.custom-select ul::-webkit-scrollbar-thumb {
  background-color: #BDB6AA;
  border-radius: 5px;
  outline: none;
}

.custom-select ul li {
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  padding: 4px 0;
}

.custom-select ul li a {
  color: #000;
  text-decoration: none;
}

.custom-select ul li::after {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #FFF;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  border: 1px solid #C9C9C9;
  content: "";
  width: 29px;
  height: 29px;
}

.custom-select ul li.selected::after {
  background-image: url('data:image/svg+xml,<svg width="13" height="10" viewBox="0 0 13 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.94052 6.80635L10.4437 0.303117C10.6458 0.101039 10.903 0 11.2153 0C11.5276 0 11.7848 0.101039 11.9869 0.303117C12.189 0.505194 12.29 0.762384 12.29 1.07469C12.29 1.38699 12.189 1.64418 11.9869 1.84626L4.71209 9.12105C4.49164 9.3415 4.23445 9.45173 3.94052 9.45173C3.64658 9.45173 3.38939 9.3415 3.16895 9.12105L0.303117 6.25522C0.101039 6.05315 0 5.79596 0 5.48365C0 5.17135 0.101039 4.91416 0.303117 4.71209C0.505194 4.51001 0.762384 4.40897 1.07469 4.40897C1.38699 4.40897 1.64418 4.51001 1.84626 4.71209L3.94052 6.80635Z" fill="%231C1B1F"/></svg>');
}

@media all and (min-width: 1024px) {
  .custom-select .select-name {
    top: 19px !important;
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .custom-select__trigger::after {
    top: 14px;
    transform: scale(0.8);
  }
  .custom-select__trigger.select-typ {
    padding-left: 40px;
    background-position: left 12px center;
  }
  .custom-select__trigger.select-udg {
    padding-left: 40px;
    background-position: left 12px center;
  }
  .custom-select.open .custom-select__trigger::after {
    transform: rotate(180deg) scale(0.8);
  }
}

.custom-select__trigger {
  border: 1px solid #C9C9C9;
  background: none;
  border-radius: 5px;
  height: 56px;
  padding: 0 40px 0 15px;
  width: 100%;
  font-size: 14px;
  text-align: left;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  color: #000 !important;
}

@media (max-width: 1500px) {
  .custom-select__trigger {
    height: 56px;
  }
}

@media (max-width: 1200px) {
  .custom-select__trigger {
    height: 52px;
    padding-left: 15px;
    font-size: 13px;
  }
}

.recommended-objects {
  padding: 96px 0 69px 0;
}

.recommended-objects h2 {
  margin: 0 0 50px 0;
}

.recommended-objects.bg-yellow {
  padding: 64px 0;
}

@media (max-width: 1500px) {
  .recommended-objects {
    padding: 63px 0;
  }
}

@media (max-width: 1200px) {
  .recommended-objects {
    padding: 45px 0;
  }
  .recommended-objects h2 {
    margin-bottom: 24px;
  }
}

.slider-object .slick-list {
  margin: 0 -20px;
}

.slider-object .slick-slide {
  padding: 0 20px;
}

.bg-yellow {
  background: #FFFBF2;
}

.bg-yellow .object-card:not(:hover) {
  background: transparent;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin-top: 50px;
}

.slick-dots li {
  margin: 0 3px;
}

.slick-dots li button {
  padding: 0;
  margin: 0;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #96763E;
  opacity: 0.2;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

.object-card-action {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
  display: flex;
  gap: 8px;
}

.object-card-action button {
  border-radius: 50%;
  background: #FFF;
  border: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  transition: all 0.3s;
  cursor: pointer;
}

.object-card-action button svg {
  width: 20px;
  height: 20px;
}

.object-card-action button:hover {
  background: #96763E;
}

.object-card-action button:hover svg path {
  stroke: #FFF;
}

.object-card-action button svg path {
  transition: all 0.3s;
}

.object-card-action button.is-active {
  background: #96763E;
}

.object-card-action button[aria-pressed="true"] {
  background: #96763E;
}

.object-card-action button.is-active svg path {
  stroke: #FFF;
}

.object-card-action button[aria-pressed="true"] svg path {
  stroke: #FFF;
}

.object-card {
  cursor: pointer;
  position: relative;
  background: #FFFFFF;
  transition: all 0.3s;
  border-radius: 10px;
}

.object-card .distance {
  background: #FCF9F3;
  font-size: 13px;
  padding: 7px;
}

.object-card:hover {
  z-index: 10;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.object-card:hover .image {
  border-radius: 10px 10px 0 0;
}

.object-card:hover .image img {
  transform: scale(1.05);
}

.object-card:hover .object-card__info::after {
  opacity: 1;
}

.object-card:hover .object-card__info::before {
  opacity: 1;
  visibility: visible;
}

.object-card .image {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.3s;
}

.object-card .image img {
  display: block;
  aspect-ratio: 355/266;
  width: 100%;
  transition: all 0.3s;
}

.object-card .link-object {
  color: #000;
  text-decoration: none;
}

.object-card .link-object h3 {
  margin: 0 0 5px 0;
  font-size: 20px;
  line-height: 32px;
}

.object-card .link-object h3 a {
  color: #000;
  text-decoration: none;
  display: block;
  text-align: left;
}

.object-card .link-object h3 a:hover {
  color: #96763E;
}

.object-card .link-object span a {
  color: #575757;
  text-decoration: none;
}

.object-card .link-object span a:hover {
  color: #96763E;
  text-decoration: none !important;
}

.object-card__info::after {
  position: absolute;
  right: 20px;
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_15406_8076)"><path d="M6 12H18" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M13 7L18 12L13 17" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_15406_8076"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>') center center no-repeat;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  opacity: 0;
  transition: all 0.3s;
}

.object-card__info::before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 80%;
  background: #FFF;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 39%);
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.object-card__info span {
  color: #575757;
}

.object-card__info > a {
  color: #575757;
  text-decoration: none;
}

.object-card--small .link-object {
  display: flex;
  justify-content: space-between;
}

.object-card--small .link-object .image {
  width: 136px;
  border-radius: 10px !important;
}

.object-card--small .link-object .object-card__info {
  width: calc(100% - 136px);
  padding: 15px 0 0 20px;
}

.object-card--small .link-object .object-card__info h3 {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 1500px) {
  .object-card .link-object h3 {
    font-size: 18px;
  }
  .object-card__info span {
    font-size: 13px;
  }
  .object-card__info > a {
    font-size: 13px;
  }
}

@media (max-width: 1200px) {
  .object-card--small .link-object .image {
    width: 112px;
  }
  .object-card--small .link-object .object-card__info {
    width: calc(100% - 130px);
    padding: 15px 0 0 1px;
  }
}

.object-card__info {
  padding: 15px 20px;
  position: relative;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

.object-card--small {
  margin-bottom: 38px;
  box-shadow: none !important;
}

@media (max-width: 1200px) {
  .object-card--small {
    margin-bottom: 0;
  }
}

.conference-rooms {
  background: #FCF9F3;
  padding: 105px 0;
}

.conference-rooms .container {
  display: flex;
  justify-content: space-between;
}

.conference-rooms__map::after {
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38.94%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
}

.conference-rooms__map img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: all 0.3s;
}

.conference-rooms__map:hover {
  cursor: pointer;
}

.conference-rooms__map:hover img {
  transform: scale(1.05);
}

.conference-rooms__map:hover .conference-rooms__map-label {
  background-position: right 30px center;
}

.conference-rooms__content h2 {
  margin: -9px 0 39px 0;
}

.conference-rooms__filters button {
  background: none;
  padding: 0 0 17px 0;
  border: none;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  margin: 0 18px 0 0;
  cursor: pointer;
  transition: all 0.3s;
  border-bottom: 3px solid transparent;
}

.conference-rooms__filters button:hover {
  border-bottom: 3px solid #96763E;
}

.conference-rooms__filters button.active {
  border-bottom: 3px solid #96763E;
}

.conference-rooms__list button {
  display: none;
}

.conference-rooms__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 39px 60px;
}

.conference-rooms__list ul li {
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.conference-rooms__list ul li:hover a {
  color: #96763E;
}

.conference-rooms__list ul li:hover b {
  opacity: 0;
}

.conference-rooms__list ul li:hover::after {
  opacity: 1;
  visibility: visible;
}

.conference-rooms__list ul li::after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_15406_6255)"><path d="M6 12H18" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M13 7L18 12L13 17" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_15406_6255"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>') center center no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  content: "";
  transform: translateY(-50%);
}

.conference-rooms__list ul li b {
  color: #96763E;
  font-weight: 600;
  transition: all 0.3s;
}

.conference-rooms__list ul li a {
  text-decoration: none;
  color: #000000;
  position: relative;
}

@media (max-width: 1500px) {
  .conference-rooms {
    padding: 75px 0;
  }
  .conference-rooms__map img {
    height: 480px;
  }
  .conference-rooms__filters button {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .conference-rooms {
    padding: 45px 0 30px 0;
  }
  .conference-rooms .container {
    flex-wrap: wrap;
  }
  .conference-rooms__map img {
    height: 300px;
  }
  .conference-rooms__content h2 {
    display: none;
  }
  .conference-rooms__list button {
    background: none;
    border: none;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    margin: 0 0 18px 0;
    padding: 0;
    display: block;
    color: #000 !important;
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_13543_8690)"><path d="M17 10L12 15L7 10" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_13543_8690"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>') right 0 center no-repeat;
    width: 100%;
    cursor: pointer;
    text-align: left;
  }
  .conference-rooms__list button.open {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 14L12 9L17 14" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }
  .conference-rooms__list ul {
    grid-template-columns: repeat(1, 1fr);
    display: none;
  }
  .conference-rooms__list ul li {
    margin-bottom: 17px;
  }
}

.conference-rooms__map {
  width: 320px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

@media (max-width: 1200px) {
  .conference-rooms__map {
    width: 100%;
    margin-bottom: 27px;
  }
}

.conference-rooms__map-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  font-family: "Playfair Display", serif;
  color: #FFF;
  font-size: 28px;
  line-height: 36px;
  z-index: 10;
  transition: all 0.3s;
  background: url('data:image/svg+xml,<svg width="49" height="49" viewBox="0 0 49 49" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_13455_6040)"><path d="M12.25 24.5H36.75" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M26.5417 14.2917L36.7501 24.5L26.5417 34.7083" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_13455_6040"><rect width="49" height="49" fill="white"/></clipPath></defs></svg>') right 40px center no-repeat;
}

.conference-rooms__content {
  width: calc(100% - 400px);
}

@media (max-width: 1200px) {
  .conference-rooms__content {
    width: 100%;
  }
}

.conference-rooms__filters {
  margin-bottom: 44px;
  border-bottom: 1px solid #96763E;
}

@media (max-width: 1200px) {
  .conference-rooms__filters {
    display: none;
  }
}

@media (max-width: 1200px) {
  .conference-rooms__list {
    display: block !important;
  }
}

.featured-objects {
  padding: 96px 0;
}

.featured-objects h2 {
  margin: 0 0 62px 0;
}

@media (max-width: 1500px) {
  .featured-objects {
    padding: 59px 0 24px 0;
  }
  .featured-objects .grid4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1200px) {
  .featured-objects {
    padding: 50px 0;
  }
  .featured-objects h2 {
    margin: 0 0 42px 0;
  }
  .featured-objects .grid4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }
}

@media (max-width: 600px) {
  .featured-objects .grid4 {
    grid-template-columns: repeat(1, 1fr);
    gap: 21px 0;
  }
}

.articles-section {
  background: #FCF9F3;
  padding: 96px 0 54px 0;
}

.articles-section .section-heading {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 64px;
}

.articles-section .section-heading h2 {
  margin: 0 0 0 0;
  max-width: 48%;
}

.articles-section .section-heading p {
  max-width: 51%;
}

.articles-section__nav button {
  background: none;
  padding: 0 0 17px 0;
  border: none;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  margin: 0 18px 0 0;
  cursor: pointer;
  transition: all 0.3s;
  border-bottom: 3px solid transparent;
}

.articles-section__nav button:hover {
  border-bottom: 3px solid #96763E;
}

.articles-section__nav button.active {
  border-bottom: 3px solid #96763E;
}

.articles-section .toggle-mobile {
  display: none;
}

.articles-section__more a {
  background: #FFF url('data:image/svg+xml,<svg width="49" height="49" viewBox="0 0 49 49" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_13451_5522)"><path d="M12.25 24.5H36.75" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M26.5415 14.2916L36.7498 24.5L26.5415 34.7083" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_13451_5522"><rect width="49" height="49" fill="white"/></clipPath></defs></svg>') left 40px bottom 40px no-repeat;
  border-radius: 10px;
  padding: 40px;
  display: block;
  height: 100%;
  font-family: "Playfair Display", serif;
  color: #000;
  text-decoration: none;
  font-size: 28px;
  line-height: 36px;
}

.articles-section__more a:hover {
  background-color: #96763E;
  background-image: url('data:image/svg+xml,<svg width="49" height="49" viewBox="0 0 49 49" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_13451_5522)"><path d="M12.25 24.5H36.75" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M26.5415 14.2916L36.7498 24.5L26.5415 34.7083" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_13451_5522"><rect width="49" height="49" fill="white"/></clipPath></defs></svg>');
  color: #FFF;
}

.articles-section__calendar h2 {
  margin: 0 0 0 0;
}

@media (max-width: 1500px) {
  .articles-section {
    padding: 61px 0 54px 0;
  }
  .articles-section .section-heading p {
    margin: 0;
    max-width: 37%;
  }
  .articles-section__nav button {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .articles-section {
    padding: 48px 0 54px 0;
  }
  .articles-section .section-heading {
    margin-bottom: 32px;
  }
  .articles-section .section-heading h2 {
    max-width: 100%;
  }
  .articles-section .section-heading h2 br {
    display: none;
  }
  .articles-section .section-heading p {
    max-width: 100%;
    margin: 19px 0 0 0;
  }
  .articles-section .toggle-mobile {
    background: none;
    border: none;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    margin: 0 0 18px 0;
    padding: 0;
    display: block;
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_13543_8690)"><path d="M17 10L12 15L7 10" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_13543_8690"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>') right 0 center no-repeat;
    width: 100%;
    color: #000 !important;
    cursor: pointer;
    text-align: left;
  }
  .articles-section .toggle-mobile.open {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 14L12 9L17 14" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }
  .articles-section__more a {
    background-position: right 20px center;
    font-size: 20px;
  }
}

@media all and (min-width: 1201px) {
  .articles-section__grid.active {
    display: flex !important;
  }
}

.articles-section__nav {
  margin-bottom: 44px;
  border-bottom: 1px solid #96763E;
}

@media (max-width: 1200px) {
  .articles-section__nav {
    display: none;
  }
}

.articles-section__grid {
  display: none;
}

@media (max-width: 1200px) {
  .articles-section__grid {
    display: none;
  }
}

.articles-section__more {
  width: 242px;
}

@media (max-width: 1200px) {
  .articles-section__more {
    width: 100%;
    margin-bottom: 30px;
  }
}

.articles-section__calendar {
  background: #FFF;
  border-radius: 10px;
  padding: 60px;
  margin-top: 96px;
}

@media (max-width: 1500px) {
  .articles-section__calendar {
    margin-top: 45px;
  }
}

@media (max-width: 1200px) {
  .articles-section__calendar {
    padding: 30px 20px;
    margin-top: 56px;
  }
}

.calendar-list {
  position: relative;
  padding: 30px 0 0 0;
}

.calendar-list__header a {
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  position: relative;
  margin: 0 35px 0 0;
  position: relative;
  color: inherit;
}

.calendar-list__header a::after {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  bottom: 0;
  background-color: currentColor;
  content: " ";
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: left center;
  height: 2px;
}

.calendar-list__header a::before {
  position: absolute;
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_15406_8112)"><path d="M6 12H18" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M13 7L18 12L13 17" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_15406_8112"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>') right center no-repeat;
  content: "";
  right: -32px;
  top: 50%;
  transition: all 0.3s;
  transform: translateY(-50%);
}

.calendar-list__header a:after {
  background: #96763E;
}

.calendar-list__header a:hover::before {
  right: -37px;
}

.calendar-list__title:hover {
  color: #96763E;
}

.calendar-list__arrow:hover {
  transform: translateX(5px);
}

@media (max-width: 1200px) {
  .calendar-list {
    padding-bottom: 60px;
  }
  .calendar-list__arrow svg {
    transform: scale(0.8);
  }
}

.calendar-list__header {
  position: absolute;
  right: 0;
  top: -36px;
}

@media (max-width: 1200px) {
  .calendar-list__header {
    left: 0;
    top: auto;
    bottom: 20px;
  }
}

.calendar-list__header a:hover, a:hover .calendar-list__header a {
  color: inherit;
}

.calendar-list__header a:hover:not(:disabled):not(.disabled)::after, a:hover .calendar-list__header a:not(:disabled):not(.disabled)::after {
  transform-origin: right center;
  transform: scaleX(0);
}

.calendar-list__item {
  display: flex;
  border-bottom: 1px solid #96763E;
  padding: 44px 0 24px 0;
}

@media (max-width: 1200px) {
  .calendar-list__item {
    display: block;
    padding: 20px 0 8px 0;
    margin: 0 0 21px 0;
  }
}

.calendar-list__date {
  width: 16%;
  padding: 0 20px;
}

@media (max-width: 1500px) {
  .calendar-list__date {
    width: 21%;
  }
}

@media (max-width: 1200px) {
  .calendar-list__date {
    width: 100%;
    padding: 0;
    font-size: 14px;
  }
}

.calendar-list__info {
  width: 34%;
  padding-right: 20px;
}

@media (max-width: 1500px) {
  .calendar-list__info {
    width: 46%;
  }
}

@media (max-width: 1200px) {
  .calendar-list__info {
    width: 100%;
    padding-right: 0;
  }
}

.calendar-list__desc {
  width: 37%;
  color: #575757;
  font-size: 15px;
}

@media (max-width: 1500px) {
  .calendar-list__desc {
    width: 18%;
  }
}

@media (max-width: 1200px) {
  .calendar-list__desc {
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    margin: 6px 0 9px 0;
  }
}

.calendar-list__title {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
  color: #000;
}

@media (max-width: 1200px) {
  .calendar-list__title {
    font-size: 18px;
    line-height: 25px;
    margin: 5px 0 0 0;
  }
}

@media (max-width: 1200px) {
  .calendar-list__location {
    font-size: 14px;
  }
}

.calendar-list__arrow {
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 20px;
  transition: all 0;
}

.article-card {
  margin-right: 40px;
  width: 394px;
}

.article-card:hover .article-card__content::after {
  opacity: 1;
}

.article-card:hover .article-card__content::before {
  opacity: 1;
  visibility: visible;
}

.article-card:hover .article-card__image img {
  transform: scale(1.05);
}

.article-card__image img {
  display: block;
  aspect-ratio: 395/290;
  border-radius: 10px;
  width: 100%;
  transition: all 0.3s;
}

.article-card h3 {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 10px 0;
}

.article-card h3 a {
  text-decoration: none;
  color: #000;
}

.article-card__content::after {
  position: absolute;
  right: 20px;
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_15406_8076)"><path d="M6 12H18" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M13 7L18 12L13 17" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_15406_8076"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>') center center no-repeat;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
}

.article-card__content::before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 80%;
  background: #FFF;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FCF9F3 70%);
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  pointer-events: none;
}

@media (max-width: 1500px) {
  .article-card {
    width: 280px;
  }
}

@media (max-width: 1200px) {
  .article-card {
    display: inline-block;
    vertical-align: top;
    width: calc(33.33% - 45px);
  }
}

@media (max-width: 767px) {
  .article-card {
    width: 100%;
  }
}

.article-card__image {
  overflow: hidden;
  display: block;
  border-radius: 10px;
}

.article-card__meta {
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 1500px) {
  .article-card__meta {
    font-size: 12px;
  }
}

.article-card__content {
  padding: 20px;
  position: relative;
}

.text-img {
  padding: 108px 0 0 0;
}

.text-img .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.text-img .text {
  width: 45%;
}

.text-img .text h2 {
  margin: 47px 0 41px 0;
}

.text-img .text p {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 26px 0;
}

.text-img .img {
  position: sticky;
  top: 10px;
  width: 46%;
}

.text-img .img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .text-img {
    padding: 0 0 30px 0;
    overflow: hidden;
  }
  .text-img .text {
    width: 100%;
  }
  .text-img .img {
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
}

@media (max-width: 1500px) {
  .text-img .text p {
    font-size: 18px;
  }
}

.toggle-text {
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  color: inherit;
}

.toggle-text::after {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  bottom: 0;
  background-color: currentColor;
  content: " ";
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: left center;
  height: 2px;
}

.toggle-text:after {
  background: #96763E;
}

.toggle-text span:nth-child(2) {
  display: none;
}

.toggle-text.open span:nth-child(1) {
  display: none;
}

.toggle-text.open span:nth-child(2) {
  display: inline;
}

.toggle-text:hover, a:hover .toggle-text {
  color: inherit;
}

.toggle-text:hover:not(:disabled):not(.disabled)::after, a:hover .toggle-text:not(:disabled):not(.disabled)::after {
  transform-origin: right center;
  transform: scaleX(0);
}

.for-whom {
  padding: 8px 0;
}

.for-whom__item h3 {
  margin: 24px 0 32px 0;
}

.for-whom__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px;
  margin: 59px 0 0 0;
}

@media (max-width: 1200px) {
  .for-whom__grid {
    display: block;
  }
}

.for-whom__item {
  background: linear-gradient(0deg, #FFFFFF 0%, #FCF9F3 100%);
  border-radius: 10px;
  padding: 60px;
}

@media (max-width: 1200px) {
  .for-whom__item {
    padding: 24px;
  }
}

.stats-section {
  margin: 85px 0;
  overflow: hidden;
}

.stats-section .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.stats-section.reverse .container {
  flex-direction: row-reverse;
}

.stats-section.reverse .container .stats-section__text {
  padding-left: 69px;
}

.stats-section__img img {
  display: block;
  max-width: 100%;
}

.stats-section__text p {
  font-size: 20px;
  line-height: 28px;
  margin: 30px 0;
}

@media (max-width: 1500px) {
  .stats-section__text p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 1200px) {
  .stats-section.reverse .container .stats-section__text {
    padding: 0;
  }
}

.stats-section__img {
  width: 45%;
}

@media (max-width: 1200px) {
  .stats-section__img {
    width: 100%;
  }
}

.stats-section__text {
  width: 46%;
}

@media (max-width: 1500px) {
  .stats-section__text {
    width: 49%;
  }
}

@media (max-width: 1200px) {
  .stats-section__text {
    width: 100%;
    text-align: center;
  }
}

.partners {
  padding: 23px 0 76px 0;
}

.partners h2 {
  margin: 0 0 49px 0;
}

.partners__list img {
  filter: grayscale(1);
  width: auto !important;
  max-width: 100%;
  display: block !important;
  margin: 0 auto;
}

.partners p {
  margin: 49px 0 0 0;
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 1500px) {
  .partners p {
    font-size: 18px;
    line-height: 26px;
  }
}

.partners .item {
  display: flex;
  border-bottom: 1px solid #F4F4F4;
  padding-bottom: 60px;
  margin-bottom: 60px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.partners .item .left {
  width: 360px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.partners .item .right {
  width: calc(100% - 400px);
}

.partners .item .h4 {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .partners .item {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .partners .item .left {
    width: 100%;
  }
  .partners .item .right {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .partners .item .left {
    width: 200px;
  }
  .partners .item .right {
    width: calc(100% - 220px);
  }
}

.partners__list {
  display: block;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

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

.search-map .popup-map-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media all and (min-width: 1023px) {
  .search-map .mobile-toggle-search {
    display: none;
  }
}

.search-map .mobile-toggle-search {
  padding: 10px 24px;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  cursor: pointer;
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 14L10 8L16 14" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') right 24px center no-repeat;
}

.search-map .mobile-toggle-search .count-markers {
  display: none;
}

.search-map .mobile-toggle-search .count-markers::after {
  content: ")";
}

.search-map .mobile-toggle-search .count-markers::before {
  content: "(";
}

.search-map .mobile-toggle-search.active {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 10L14 16L8 10" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-position: right 28px center;
}

.search-map .mobile-toggle-search.active + div {
  display: block;
}

.search-map .mobile-toggle-search.active + div.search-form-map {
  max-height: calc(100vh - 170px);
  overflow: auto;
}

.search-map__right {
  width: 470px;
  background: #FCF9F3;
  padding: 20px 30px;
  margin: -61px 0 0 -25px;
  overflow: auto;
  max-height: 100vh;
}

@media all and (max-height: 650px) and (min-width: 1024px) {
  .search-map__right .inner .map-markers-scroll {
    min-height: auto !important;
    max-height: none !important;
  }
  .search-map__right .inner .search-map-markers {
    min-height: auto !important;
    max-height: none !important;
  }
}

@media all and (max-width: 1023px) {
  .search-map__right {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
  }
}

.search-map .map-right-search {
  width: calc(100% - 470px);
}

@media all and (max-width: 1023px) {
  .search-map .map-right-search {
    width: 100%;
  }
}

.search-map #search-button {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 350px;
  display: none;
}

@media all and (max-width: 1023px) {
  .search-map #search-button {
    bottom: auto;
    max-width: 300px;
    min-width: 0;
    width: 100%;
    transform: translateX(-50%) translateY(-110px);
  }
}

.search-map #search-button::after {
  width: 24px;
  height: 24px;
  content: "";
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_13698_8832)"><path d="M11.5 18C15.0899 18 18 15.0899 18 11.5C18 7.91015 15.0899 5 11.5 5C7.91015 5 5 7.91015 5 11.5C5 15.0899 7.91015 18 11.5 18Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16 16L20 20" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_13698_8832"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>') center no-repeat;
  margin: -5px 0 -3px 8px;
  display: inline-block;
  vertical-align: middle;
}

.search-map #search-button.active {
  display: inline-block;
}

.search-map #delete-button {
  background: #FCF9F3;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50px);
  border: none;
  padding: 5px 0;
  font-size: 14px;
  color: #96763E;
  display: none;
  max-width: 300px;
  width: 100%;
}

@media all and (min-width: 1024px) {
  .search-map #delete-button {
    margin: 0 0 0 210px;
    width: 50px;
    height: 50px;
    bottom: -5px;
    text-indent: -9999px;
  }
  .search-map #delete-button::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 0 !important;
  }
}

.search-map #delete-button.active {
  display: block;
}

.search-map #delete-button::after {
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_13665_13972)"><path d="M16.875 4.375H3.125" stroke="%2396763E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.125 8.125V13.125" stroke="%2396763E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.875 8.125V13.125" stroke="%2396763E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M15.625 4.375V16.25C15.625 16.4158 15.5592 16.5747 15.4419 16.6919C15.3247 16.8092 15.1658 16.875 15 16.875H5C4.83424 16.875 4.67527 16.8092 4.55806 16.6919C4.44085 16.5747 4.375 16.4158 4.375 16.25V4.375" stroke="%2396763E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.125 4.375V3.125C13.125 2.79348 12.9933 2.47554 12.7589 2.24112C12.5245 2.0067 12.2065 1.875 11.875 1.875H8.125C7.79348 1.875 7.47554 2.0067 7.24112 2.24112C7.0067 2.47554 6.875 2.79348 6.875 3.125V4.375" stroke="%2396763E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_13665_13972"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  margin: -6px 0 -5px 10px;
}

.search-map .map-markers {
  display: none;
}

.search-map .info-draw {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  padding: 14px 14px 14px 48px;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #96763E;
  border-radius: 5px;
  background: #FFFFFF url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_13664_13791)"><path d="M7.24141 16.875H3.75C3.58424 16.875 3.42527 16.8091 3.30806 16.6919C3.19085 16.5747 3.125 16.4157 3.125 16.25V12.7586C3.12508 12.593 3.19082 12.4343 3.30781 12.3172L12.9422 2.68279C13.0594 2.56567 13.2183 2.49988 13.384 2.49988C13.5497 2.49988 13.7086 2.56567 13.8258 2.68279L17.3172 6.17185C17.4343 6.28905 17.5001 6.44796 17.5001 6.61365C17.5001 6.77934 17.4343 6.93825 17.3172 7.05545L7.68281 16.6922C7.56569 16.8092 7.40695 16.8749 7.24141 16.875Z" stroke="%2396763E" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.625 5L15 9.375" stroke="%2396763E" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.8125 7.1875L5.3125 14.6875" stroke="%2396763E" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.46035 16.8351L3.16504 12.5398" stroke="%2396763E" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_13664_13791"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>') left 20px center no-repeat;
}

.search-map .close-polygon-hint {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(150, 118, 62, 0.24);
  background: #FFFFFF;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  color: #96763E;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  pointer-events: auto;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  transform: translate(-50%, calc(-100% - 16px));
  z-index: 20;
}

.search-map .close-polygon-hint.active {
  display: block;
}

.search-map .close-polygon-hint::after {
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  border-right: 1px solid rgba(150, 118, 62, 0.24);
  border-bottom: 1px solid rgba(150, 118, 62, 0.24);
  content: "";
  transform: translateX(-50%) rotate(45deg);
}

@media all and (max-width: 1023px) {
  .search-map .info-draw {
    top: 20px;
    width: 100%;
    max-width: calc(100vw - 40px);
  }
  .search-map .close-polygon-hint {
    font-size: 11px;
    padding: 7px 10px;
  }
}

.search-map .map-google {
  position: relative;
}

.search-map .search-form-map {
  background: #FFF;
  padding: 20px;
  border-radius: 5px;
}

@media all and (max-width: 1023px) {
  .search-map .search-form-map {
    display: none;
  }
}

.search-map .search-form-map__info {
  background: #FCF9F3 url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_13664_13674)"><path d="M8.68969 20.25H4.5C4.30109 20.25 4.11032 20.171 3.96967 20.0303C3.82902 19.8897 3.75 19.6989 3.75 19.5V15.3103C3.75009 15.1117 3.82899 14.9212 3.96938 14.7806L15.5306 3.21937C15.6713 3.07883 15.862 2.99988 16.0608 2.99988C16.2596 2.99988 16.4503 3.07883 16.5909 3.21937L20.7806 7.40625C20.9212 7.54689 21.0001 7.73758 21.0001 7.9364C21.0001 8.13523 20.9212 8.32592 20.7806 8.46656L9.21937 20.0306C9.07883 20.171 8.88834 20.2499 8.68969 20.25Z" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.75 6L18 11.25" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M15.375 8.625L6.375 17.625" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.95223 20.2022L3.79785 15.0479" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_13664_13674"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>') left 20px center no-repeat;
  padding: 20px 20px 20px 64px;
  margin-bottom: 20px;
}

.search-map .search-form-map__info strong {
  display: block;
  font-size: 16px;
}

.search-map .search-form-map__info span {
  display: block;
  font-size: 13px;
  line-height: 16px;
}

.search-map .search-form-map__info div {
  position: relative;
}

.search-map .search-form-map__info div:nth-child(2) {
  display: none;
}

.search-map .search-form-map__info .deselect {
  background: none;
  border: none;
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_13664_14147)"><path d="M16.875 4.375H3.125" stroke="%2396763E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.125 8.125V13.125" stroke="%2396763E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.875 8.125V13.125" stroke="%2396763E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M15.625 4.375V16.25C15.625 16.4158 15.5592 16.5747 15.4419 16.6919C15.3247 16.8092 15.1658 16.875 15 16.875H5C4.83424 16.875 4.67527 16.8092 4.55806 16.6919C4.44085 16.5747 4.375 16.4158 4.375 16.25V4.375" stroke="%2396763E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.125 4.375V3.125C13.125 2.79348 12.9933 2.47554 12.7589 2.24112C12.5245 2.0067 12.2065 1.875 11.875 1.875H8.125C7.79348 1.875 7.47554 2.0067 7.24112 2.24112C7.0067 2.47554 6.875 2.79348 6.875 3.125V4.375" stroke="%2396763E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_13664_14147"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>') right center no-repeat;
  color: #96763E;
  font-size: 14px;
  padding-right: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .search-map .search-form-map__info .deselect {
    text-indent: -9999px;
  }
}

.search-map .search-form-map__info.selected {
  background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 28C22.6274 28 28 22.6274 28 16C28 9.37258 22.6274 4 16 4C9.37258 4 4 9.37258 4 16C4 22.6274 9.37258 28 16 28Z" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16 22C19.3137 22 22 19.3137 22 16C22 12.6863 19.3137 10 16 10C12.6863 10 10 12.6863 10 16C10 19.3137 12.6863 22 16 22Z" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.search-map .search-form-map__info.selected div:nth-child(1) {
  display: none;
}

.search-map .search-form-map__info.selected div:nth-child(2) {
  display: block;
}

.search-map .search-form-map__field {
  margin-bottom: 20px;
}

.search-map .search-form-map__field label {
  position: relative;
  display: block;
}

.search-map .search-form-map__field svg {
  position: absolute;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1500px) {
  .search-map .search-form-map__field svg {
    left: 13px;
  }
}

.search-map .search-form-map__field input {
  border: 1px solid #C9C9C9;
  border-radius: 5px;
  height: 60px;
  padding: 0 10px 0 50px !important;
  width: 100%;
  font-size: 14px;
}

.search-map .search-form-map__field input::placeholder {
  opacity: 0;
}

@media (max-width: 1500px) {
  .search-map .search-form-map__field input {
    border-radius: 5px;
    height: 56px;
    padding: 0 10px 0 39px !important;
    width: 100%;
    font-size: 13px;
  }
}

@media (max-width: 1200px) {
  .search-map .search-form-map__field input {
    height: 52px;
  }
}

.search-map .search-form-map__field input[type=number] {
  -moz-appearance: textfield;
}

.search-map .search-form-map__field input[type=number]::-webkit-outer-spin-button, .search-map .search-form-map__field input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.search-map .search-form-map__field input::placeholder {
  color: #000000;
  opacity: 1;
}

.search-map .search-form-map .btn {
  position: relative;
  width: 100%;
}

.search-map .search-form-map .btn::after {
  width: 24px;
  height: 24px;
  content: "";
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_13698_8832)"><path d="M11.5 18C15.0899 18 18 15.0899 18 11.5C18 7.91015 15.0899 5 11.5 5C7.91015 5 5 7.91015 5 11.5C5 15.0899 7.91015 18 11.5 18Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16 16L20 20" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_13698_8832"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>') center no-repeat;
  margin: -5px 0 -3px 8px;
  display: inline-block;
  vertical-align: middle;
}

.search-map .search-form-map .btn:disabled {
  opacity: 0.5 !important;
  background: #96763E !important;
  cursor: auto;
}

.search-map .search-map-markers {
  min-height: calc(100vh - 500px);
  display: flex;
  flex-direction: column;
}

@media all and (max-width: 1023px) {
  .search-map .search-map-markers {
    display: none;
    min-height: 0;
    max-height: calc(100vh - 160px);
  }
}

.search-map .search-map-markers h3 {
  font-size: 20px;
}

@media all and (max-width: 1023px) {
  .search-map .search-map-markers h3 {
    display: none;
  }
}

.search-map .search-map-markers .map-markers-inner {
  border-radius: 10px;
  background: #FFF;
  padding: 30px 15px 30px 30px;
  position: relative;
}

.search-map .search-map-markers .map-markers-inner.scrolling::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FCF9F3 100%);
  content: "";
  opacity: 1;
  transition: all 0.3s;
}

.search-map .search-map-markers .map-markers-inner.scrolling.scrolled::after {
  opacity: 0;
}

.search-map .search-map-markers .map-markers-scroll {
  overflow: auto;
  max-height: calc(100vh - 600px);
  padding-right: 15px;
}

@media all and (max-width: 1023px) {
  .search-map .search-map-markers .map-markers-scroll {
    max-height: calc(100vh - 200px);
  }
}

.search-map .search-map-markers .map-markers-scroll::-webkit-scrollbar {
  width: 5px;
  background: #EBE6E0;
  border-radius: 5px;
}

.search-map .search-map-markers .map-markers-scroll::-webkit-scrollbar-track {
  box-shadow: none;
}

.search-map .search-map-markers .map-markers-scroll::-webkit-scrollbar-thumb {
  background-color: #BDB6AA;
  border-radius: 5px;
  outline: none;
}

.search-map .search-map-markers__info {
  text-align: center;
  margin: auto;
}

.search-map .search-map-markers__info h4 {
  margin: 0 0 0 0;
  font-size: 20px;
}

.search-map .search-map-markers__info p {
  font-size: 14px;
}

.search-map .search-map-markers.searched .search-map-markers__info {
  display: none;
}

.search-map .search-map-markers.searched .map-markers {
  display: block;
}

.search-map .search-map-markers.empty .search-map-markers__info {
  display: none;
}

.search-map .search-map-markers.empty .search-map-markers__empty {
  display: block !important;
  text-align: center;
  margin: auto;
}

.search-map .search-map-markers.empty .search-map-markers__empty h4 {
  margin: 0 0 0 0;
  font-size: 20px;
}

.search-map .search-map-markers.empty .search-map-markers__empty p {
  font-size: 14px;
}

.search-map .search-map-markers .marker-popup-outer {
  cursor: pointer;
  position: relative;
}

.search-map .search-map-markers .marker-popup-outer:not(:last-child) {
  margin-bottom: 20px;
}

.search-map .search-map-markers .marker-popup-outer::after {
  position: absolute;
  right: 20px;
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_15406_8076)"><path d="M6 12H18" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M13 7L18 12L13 17" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_15406_8076"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>') center center no-repeat;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  opacity: 0;
  transition: all 0.3s;
}

.search-map .search-map-markers .marker-popup-outer::before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30%;
  background: #FFF;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 39%);
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.search-map .search-map-markers .marker-popup-outer:hover::after {
  opacity: 1;
}

.search-map .search-map-markers .marker-popup-outer:hover::before {
  opacity: 1;
  visibility: visible;
}

.ads {
  margin: 40px 0;
}

.ads .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ads img {
  max-width: 100%;
}

.heading-list {
  margin: 45px 0px 50px 0;
}

.similar-list {
  margin: 50px 0;
}

.similar-list h3 {
  margin: 0 0 50px 0;
}

.nav-list {
  margin: 70px 0;
}

.nav-list .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}

.nav-list .count {
  font-size: 24px;
}

.nav-list .btn svg {
  margin: -5px 5px -6px -10px;
}

.nav-list .pagination {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1200px) {
  .nav-list {
    margin: 40px 0;
  }
  .nav-list .container {
    justify-content: center;
  }
  .nav-list .count {
    width: 100%;
    font-size: 18px;
    text-align: center;
    display: block;
  }
  .nav-list .pagination {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.list-sorter {
  display: flex;
  gap: 16px;
  align-items: center;
  min-width: 200px;
}

.object-recommend {
  background-color: rgba(151, 71, 255, 0.9);
  background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_15423_7010)"><path d="M6.8075 25.1925C5.6575 24.0425 6.42 21.6263 5.835 20.2113C5.2275 18.75 3 17.5625 3 16C3 14.4375 5.2275 13.25 5.835 11.7887C6.42 10.375 5.6575 7.9575 6.8075 6.8075C7.9575 5.6575 10.375 6.42 11.7887 5.835C13.2562 5.2275 14.4375 3 16 3C17.5625 3 18.75 5.2275 20.2113 5.835C21.6263 6.42 24.0425 5.6575 25.1925 6.8075C26.3425 7.9575 25.58 10.3737 26.165 11.7887C26.7725 13.2562 29 14.4375 29 16C29 17.5625 26.7725 18.75 26.165 20.2113C25.58 21.6263 26.3425 24.0425 25.1925 25.1925C24.0425 26.3425 21.6263 25.58 20.2113 26.165C18.75 26.7725 17.5625 29 16 29C14.4375 29 13.25 26.7725 11.7887 26.165C10.375 25.58 7.9575 26.3425 6.8075 25.1925Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M11 17L14 20L21 13" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_15423_7010"><rect width="32" height="32" fill="white"/></clipPath></defs></svg>');
  background-position: 19px center;
  background-repeat: no-repeat;
  border-radius: 5px;
  padding: 16px 15px 16px 60px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  color: #FFF;
  font-family: "Playfair Display", serif;
  font-size: 14px;
}

.distance {
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 5px;
  background: #FFECC7;
  z-index: 10;
  font-size: 15px;
  padding: 10px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination a {
  width: 56px;
  height: 56px;
  margin: 0 6px;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #2D3540;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #2D3540;
  background-position: center;
  background-repeat: no-repeat;
}

.pagination span {
  width: 56px;
  height: 56px;
  margin: 0 6px;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #2D3540;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #2D3540;
  background-position: center;
  background-repeat: no-repeat;
}

.pagination a:not(span):hover {
  background-color: #2D3540;
  color: #FFF;
}

.pagination a.next {
  background-color: #2D3540;
  color: #FFF;
}

.pagination a.prev {
  background-color: #2D3540;
  color: #FFF;
}

.pagination a.current {
  background-color: #2D3540;
  color: #FFF;
}

.pagination span:not(span):hover {
  background-color: #2D3540;
  color: #FFF;
}

.pagination span.next {
  background-color: #2D3540;
  color: #FFF;
}

.pagination span.prev {
  background-color: #2D3540;
  color: #FFF;
}

.pagination span.current {
  background-color: #2D3540;
  color: #FFF;
}

.pagination a.prev {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_15423_7347" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" transform="matrix(-1 0 0 1 24 0)" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_15423_7347)"><path d="M11.4002 12L15.3002 8.09999C15.4835 7.91665 15.5752 7.68332 15.5752 7.39999C15.5752 7.11665 15.4835 6.88332 15.3002 6.69999C15.1169 6.51665 14.8835 6.42499 14.6002 6.42499C14.3169 6.42499 14.0835 6.51665 13.9002 6.69999L9.3002 11.3C9.2002 11.4 9.12936 11.5083 9.0877 11.625C9.04603 11.7417 9.0252 11.8667 9.0252 12C9.0252 12.1333 9.04603 12.2583 9.0877 12.375C9.12936 12.4917 9.2002 12.6 9.3002 12.7L13.9002 17.3C14.0835 17.4833 14.3169 17.575 14.6002 17.575C14.8835 17.575 15.1169 17.4833 15.3002 17.3C15.4835 17.1167 15.5752 16.8833 15.5752 16.6C15.5752 16.3167 15.4835 16.0833 15.3002 15.9L11.4002 12Z" fill="white"/></g></svg>');
}

.pagination span.prev {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_15423_7347" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" transform="matrix(-1 0 0 1 24 0)" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_15423_7347)"><path d="M11.4002 12L15.3002 8.09999C15.4835 7.91665 15.5752 7.68332 15.5752 7.39999C15.5752 7.11665 15.4835 6.88332 15.3002 6.69999C15.1169 6.51665 14.8835 6.42499 14.6002 6.42499C14.3169 6.42499 14.0835 6.51665 13.9002 6.69999L9.3002 11.3C9.2002 11.4 9.12936 11.5083 9.0877 11.625C9.04603 11.7417 9.0252 11.8667 9.0252 12C9.0252 12.1333 9.04603 12.2583 9.0877 12.375C9.12936 12.4917 9.2002 12.6 9.3002 12.7L13.9002 17.3C14.0835 17.4833 14.3169 17.575 14.6002 17.575C14.8835 17.575 15.1169 17.4833 15.3002 17.3C15.4835 17.1167 15.5752 16.8833 15.5752 16.6C15.5752 16.3167 15.4835 16.0833 15.3002 15.9L11.4002 12Z" fill="white"/></g></svg>');
}

.pagination a.next {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_15423_7361" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_15423_7361)"><path d="M12.5998 12L8.6998 8.09999C8.51647 7.91665 8.4248 7.68332 8.4248 7.39999C8.4248 7.11665 8.51647 6.88332 8.6998 6.69999C8.88314 6.51665 9.11647 6.42499 9.3998 6.42499C9.68314 6.42499 9.91647 6.51665 10.0998 6.69999L14.6998 11.3C14.7998 11.4 14.8706 11.5083 14.9123 11.625C14.954 11.7417 14.9748 11.8667 14.9748 12C14.9748 12.1333 14.954 12.2583 14.9123 12.375C14.8706 12.4917 14.7998 12.6 14.6998 12.7L10.0998 17.3C9.91647 17.4833 9.68314 17.575 9.3998 17.575C9.11647 17.575 8.88314 17.4833 8.6998 17.3C8.51647 17.1167 8.4248 16.8833 8.4248 16.6C8.4248 16.3167 8.51647 16.0833 8.6998 15.9L12.5998 12Z" fill="white"/></g></svg>');
}

.pagination span.next {
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_15423_7361" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_15423_7361)"><path d="M12.5998 12L8.6998 8.09999C8.51647 7.91665 8.4248 7.68332 8.4248 7.39999C8.4248 7.11665 8.51647 6.88332 8.6998 6.69999C8.88314 6.51665 9.11647 6.42499 9.3998 6.42499C9.68314 6.42499 9.91647 6.51665 10.0998 6.69999L14.6998 11.3C14.7998 11.4 14.8706 11.5083 14.9123 11.625C14.954 11.7417 14.9748 11.8667 14.9748 12C14.9748 12.1333 14.954 12.2583 14.9123 12.375C14.8706 12.4917 14.7998 12.6 14.6998 12.7L10.0998 17.3C9.91647 17.4833 9.68314 17.575 9.3998 17.575C9.11647 17.575 8.88314 17.4833 8.6998 17.3C8.51647 17.1167 8.4248 16.8833 8.4248 16.6C8.4248 16.3167 8.51647 16.0833 8.6998 15.9L12.5998 12Z" fill="white"/></g></svg>');
}

@media (max-width: 1500px) {
  .pagination a {
    width: 52px;
    height: 52px;
  }
  .pagination span {
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 1200px) {
  .pagination a {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .pagination span {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}

.object-list .container {
  display: grid;
  gap: 45px 40px;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767px) {
  .object-list .container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.object-card-full {
  position: relative;
  border-radius: 10px;
  transition: all 0.3s;
}

.object-card-full .object-card-action button {
  width: 44px;
  height: 44px;
}

.object-card-full .object-card-image {
  overflow: hidden;
  display: block;
  border-radius: 10px;
  position: relative;
}

.object-card-full .object-card-image img {
  transition: all 0.3s ease;
  display: block;
  width: 100%;
}

.object-card-full:hover .object-card-image {
  border-radius: 10px 10px 0 0;
}

.object-card-full:hover .object-card-image img {
  transform: scale(1.05);
  border-radius: 10px 10px 0 0;
}

.object-card-full .object-card-info {
  padding: 15px 25px;
}

.object-card-full .object-card-info:has(.buttons) {
  padding-bottom: 100px;
}

.object-card-full .object-card-info h3 {
  margin: 0;
  font-weight: normal;
}

.object-card-full .object-card-info .category {
  font-size: 14px;
  display: block;
  color: #000000;
  text-decoration: none;
}

.object-card-full .object-card-info .category:hover {
  color: #96763E;
}

.object-card-full .object-card-info .title {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  line-height: 32px;
  margin: 13px 0 11px 0;
  display: block;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.object-card-full .object-card-info .title:hover {
  color: #96763E;
}

.object-card-full .object-card-info .location {
  font-size: 14px;
  color: #000;
  display: block;
  text-decoration: none;
}

.object-card-full .object-card-info .location:hover {
  color: #96763E;
}

.object-card-full .icon-list {
  margin: 15px 0;
}

.object-card-full .buttons {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 25px;
}

.object-card-full .buttons .btn {
  text-align: center;
}

.object-card-full .description {
  font-size: 15px;
}

.object-card-full:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

@media all and (max-width: 1024px) {
  .object-card-full .object-card-info:has(.buttons) {
    padding-bottom: 160px;
  }
  .object-card-full .buttons {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 1200px) {
  .object-card-full .object-card-info .title {
    font-size: 24px;
  }
}

.icon-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.icon-list .item {
  width: 28%;
  display: flex;
  align-items: center;
}

.icon-list .item .icon {
  min-width: 40px;
}

.icon-list .item .icon img {
  display: block;
}

.icon-list .item span {
  font-size: 14px;
  line-height: 17px;
  padding-right: 20px;
}

.icon-list .item strong {
  font-size: 14px;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .icon-list {
    display: block;
  }
  .icon-list .item {
    width: 100%;
    margin: 5px 0;
  }
}

.listing-add-object {
  border-radius: 10px;
  padding: 100px 80px;
  background: url("../img/Frame 944.jpg") center bottom/cover no-repeat;
  min-height: 800px;
}

@media (max-width: 1200px) {
  .listing-add-object {
    min-height: 0;
  }
}

.listing-add-object h2, .listing-add-object .h1 {
  margin: 0;
  position: relative;
  z-index: 10;
}

.listing-add-object p {
  font-size: 19px;
  line-height: 28px;
  margin: 30px 0 30px 0;
  position: relative;
  z-index: 10;
}

.listing-add-object .btn {
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .listing-add-object {
    padding: 40px;
    position: relative;
    overflow: hidden;
  }
  .listing-add-object::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    content: "";
  }
}

.sub-heading-title h2 {
  margin: 50px 0;
}

.listing-article {
  margin: 80px 0 40px 0;
}

.listing-article h2 {
  margin: 0 0 44px 0;
}

.listing-article .articles-section__more a:not(:hover) {
  background-color: #FCF9F3;
}

.listing-article .article-card__content::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 70%);
}

@media (max-width: 1200px) {
  .listing-article .articles-section__grid {
    display: block !important;
  }
}

.seo-listing p,
.blog-content p {
  font-size: 14px;
  line-height: 20px;
}

.seo-listing h1, .seo-listing .h1,
.blog-content h1,
.blog-content .h1 {
  font-size: 36px;
  line-height: 44px;
}

@media (max-width: 1500px) {
  .seo-listing h1, .seo-listing .h1,
  .blog-content h1,
  .blog-content .h1 {
    font-size: 32px;
    line-height: 39px;
  }
}

@media (max-width: 1200px) {
  .seo-listing h1, .seo-listing .h1,
  .blog-content h1,
  .blog-content .h1 {
    font-size: 26px;
    line-height: 30px;
  }
}

.seo-listing h2, .seo-listing .h2,
.blog-content h2,
.blog-content .h2 {
  font-size: 34px;
  line-height: 44px;
}

@media (max-width: 1500px) {
  .seo-listing h2, .seo-listing .h2,
  .blog-content h2,
  .blog-content .h2 {
    font-size: 30px;
  }
}

@media (max-width: 1200px) {
  .seo-listing h2, .seo-listing .h2,
  .blog-content h2,
  .blog-content .h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

.seo-listing h3, .seo-listing .h3,
.blog-content h3,
.blog-content .h3 {
  font-size: 28px;
  line-height: 36px;
}

@media (max-width: 1500px) {
  .seo-listing h3, .seo-listing .h3,
  .blog-content h3,
  .blog-content .h3 {
    font-size: 26px;
  }
}

@media (max-width: 1200px) {
  .seo-listing h3, .seo-listing .h3,
  .blog-content h3,
  .blog-content .h3 {
    font-size: 22px;
    line-height: 28px;
  }
}

.seo-listing h4, .seo-listing .h4,
.blog-content h4,
.blog-content .h4 {
  font-size: 26px;
  line-height: 34px;
}

.seo-listing h5, .seo-listing .h5,
.blog-content h5,
.blog-content .h5 {
  font-size: 22px;
  line-height: 32px;
}

.seo-listing h6, .seo-listing .h6,
.blog-content h6,
.blog-content .h6 {
  font-size: 20px;
  line-height: 28px;
}

.seo-listing {
  margin: 40px 0;
}

.faq-section {
  margin: 50px 0;
}

.faq-section .item {
  border: 1px solid #F4F4F4;
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 10px;
  transition: all 0.3s;
}

.faq-section .item:hover {
  background: #FCF9F3;
  border-color: #FCF9F3;
}

.faq-section .item.open {
  background: #FCF9F3;
  border-color: #FCF9F3;
}

.faq-section .item p {
  margin: 0;
  font-size: 15px;
}

.faq-section .item .accordion-btn {
  background: none;
  display: block;
  border: none;
  font-size: 17px;
  width: 100%;
  padding: 0;
  text-align: left;
  padding-right: 40px;
  cursor: pointer;
  margin: 0;
  color: #000000 !important;
  background: url('data:image/svg+xml,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_15423_7369)"><path d="M15.4375 7.125L9.5 13.0625L3.5625 7.125" stroke="%2396763E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_15423_7369"><rect width="19" height="19" fill="white"/></clipPath></defs></svg>') right 0 center no-repeat;
}

.faq-section .item .accordion-btn h3 {
  margin: 0;
  font-size: 17px;
  font-family: "PT Sans", sans-serif;
  line-height: normal;
}

.faq-section .item .accordion-slide {
  display: none;
  padding-top: 15px;
}

.city-list {
  margin: 80px 0;
}

.city-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.city-list ul a {
  display: inline-block;
  background-color: #FCF9F3;
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 15px;
  text-decoration: none;
  color: #000;
}

.city-list ul a:hover {
  background-color: #96763E;
  color: #FFF;
}

@media (max-width: 767px) {
  .city-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

.article-grid .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

@media (max-width: 1200px) {
  .article-grid .container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .article-grid .container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.article-grid .article-card {
  width: 100%;
}

.article-grid .article-card__content::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 70%);
}

.kalendarium-section {
  padding-bottom: 60px;
}

.kalendarium-section .calendar-list {
  padding-top: 0;
}

.kalendarium-section + .nav-list {
  margin-top: 0;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .kalendarium-section {
    padding-bottom: 20px;
  }
  .kalendarium-section .calendar-list {
    padding-bottom: 0;
  }
}

.compare-heading {
  padding-top: 50px;
  padding-bottom: 73px;
}

.compare-heading .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.compare-heading h1 {
  margin: 0 0 20px 0;
}

.compare-heading .buttons a {
  background: #FCF9F3;
  border-radius: 5px;
  padding: 10px 10px 10px 42px;
  text-decoration: none;
  color: #1B1B1B;
  margin: 3px 0;
  margin-left: 23px;
  font-size: 15px;
  position: relative;
  display: inline-block;
}

.compare-heading .buttons a:first-child {
  margin-left: 0;
}

.compare-heading .buttons a img {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.compare-heading .buttons a:hover {
  color: #FFF;
  background: #96763E;
}

.compare-heading .buttons a:hover img {
  filter: brightness(0) invert(1);
}

@media (max-width: 767px) {
  .compare-heading .buttons {
    margin-top: 0;
    width: 100%;
    text-align: left;
  }
  .compare-heading .buttons span {
    display: none;
  }
  .compare-heading .buttons a {
    margin-left: 10px;
    width: 40px;
    height: 40px !important;
    display: inline-block;
    vertical-align: top;
    padding-left: 35px;
  }
}

.compare-heading--kalendarium {
  padding-bottom: 0;
}

.category-list {
  margin: 40px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.category-list li {
  margin-right: 15px;
  margin-bottom: 15px;
}

.category-list a {
  display: inline-block;
  background-color: #FCF9F3;
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 15px;
  text-decoration: none;
  color: #000;
  margin: 3px 0;
}

.category-list a:hover {
  background-color: #96763E;
  color: #FFF;
}

.compare-table {
  padding-bottom: 70px;
}

.compare-table__row:nth-child(odd) {
  background: #FCF9F3;
}

.compare-table__row:first-child {
  padding: 0;
  background: none !important;
  margin-bottom: -13px;
}

.compare-table__row:first-child .compare-table__cell {
  padding: 0;
}

.compare-table__cell:not(:last-child) {
  margin-right: 2%;
}

.compare-table__image img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.compare-table__remove:hover {
  background-color: #96763E;
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_15428_5858)"><path d="M16.875 4.375H3.125" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.125 8.125V13.125" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.875 8.125V13.125" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M15.625 4.375V16.25C15.625 16.4158 15.5592 16.5747 15.4419 16.6919C15.3247 16.8092 15.1658 16.875 15 16.875H5C4.83424 16.875 4.67527 16.8092 4.55806 16.6919C4.44085 16.5747 4.375 16.4158 4.375 16.25V4.375" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.125 4.375V3.125C13.125 2.79348 12.9933 2.47554 12.7589 2.24112C12.5245 2.0067 12.2065 1.875 11.875 1.875H8.125C7.79348 1.875 7.47554 2.0067 7.24112 2.24112C7.0067 2.47554 6.875 2.79348 6.875 3.125V4.375" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_15428_5858"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
}

.compare-table__remove span {
  display: block;
  line-height: 24px;
}

.compare-table__title:hover {
  color: #96763E;
}

.compare-table__location:hover {
  color: #96763E;
}

.compare-table__link:hover {
  text-decoration: underline;
}

.compare-table .btn {
  margin: 8px 0 0 0;
}

.compare-table__contact a {
  text-decoration: none !important;
}

.compare-table__link-target::after {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  bottom: 0;
  background-color: currentColor;
  content: " ";
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: left center;
  height: 2px;
}

.compare-table__link-target::after {
  background: #96763E;
}

.compare-table__link-target::before {
  position: absolute;
  right: -33px;
  top: 0;
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_15428_5290)"><path d="M20.25 9.75L20.2491 3.75094L14.25 3.75" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.75 11.25L20.25 3.75" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.25 12.75V19.5C17.25 19.6989 17.171 19.8897 17.0303 20.0303C16.8897 20.171 16.6989 20.25 16.5 20.25H4.5C4.30109 20.25 4.11032 20.171 3.96967 20.0303C3.82902 19.8897 3.75 19.6989 3.75 19.5V7.5C3.75 7.30109 3.82902 7.11032 3.96967 6.96967C4.11032 6.82902 4.30109 6.75 4.5 6.75H11.25" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_15428_5290"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>') center right no-repeat;
  width: 24px;
  height: 24px;
  content: "";
}

@media (max-width: 767px) {
  .compare-table {
    overflow-x: auto;
  }
}

@media print {
  .compare-table__link-target::before {
    display: none;
  }
  .compare-table__image img {
    width: 150px;
  }
  .compare-table__cell:not(:last-child) {
    margin-right: 0;
  }
}

.compare-table__row {
  display: flex;
  padding: 28px 0;
}

@media print {
  .compare-table__row {
    padding: 10px 0;
  }
}

.compare-table__cell {
  width: 23%;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .compare-table__cell {
    min-width: 200px;
  }
}

.compare-table__cell--label {
  font-weight: bold;
  width: 25.5%;
  margin: 0 !important;
}

@media (max-width: 767px) {
  .compare-table__cell--label {
    min-width: 150px;
  }
}

@media print {
  .compare-table__cell--label {
    font-size: 12px;
  }
}

.compare-table__image {
  position: relative;
}

.compare-table__remove {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #FFF url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_15428_5858)"><path d="M16.875 4.375H3.125" stroke="%2396763E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.125 8.125V13.125" stroke="%2396763E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.875 8.125V13.125" stroke="%2396763E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M15.625 4.375V16.25C15.625 16.4158 15.5592 16.5747 15.4419 16.6919C15.3247 16.8092 15.1658 16.875 15 16.875H5C4.83424 16.875 4.67527 16.8092 4.55806 16.6919C4.44085 16.5747 4.375 16.4158 4.375 16.25V4.375" stroke="%2396763E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.125 4.375V3.125C13.125 2.79348 12.9933 2.47554 12.7589 2.24112C12.5245 2.0067 12.2065 1.875 11.875 1.875H8.125C7.79348 1.875 7.47554 2.0067 7.24112 2.24112C7.0067 2.47554 6.875 2.79348 6.875 3.125V4.375" stroke="%2396763E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_15428_5858"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>') center no-repeat;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  color: transparent;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}

@media print {
  .compare-table__remove {
    display: none;
  }
}

.compare-table__title {
  font-size: 18px;
  display: block;
  color: #000;
  text-decoration: none;
  font-family: "Playfair Display", serif;
}

.compare-table__location {
  font-size: 15px;
  margin-top: 7px;
  color: #575757;
  text-decoration: none;
}

.compare-table__contact {
  padding: 17px 0 0 0;
}

.compare-table__link {
  color: #96763E;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 11px;
}

.compare-table__link-target {
  color: #1B1B1B;
  font-size: 16px;
  margin: 18px 0 0 19px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  position: relative;
  color: inherit;
}

@media print {
  .compare-table__link-target {
    padding-right: 0;
  }
}

.compare-table__link-target:hover, a:hover .compare-table__link-target {
  color: inherit;
}

.compare-table__link-target:hover:not(:disabled):not(.disabled)::after, a:hover .compare-table__link-target:not(:disabled):not(.disabled)::after {
  transform-origin: right center;
  transform: scaleX(0);
}

.deleted-all {
  display: none;
}

.deleted-all + .compare-list-empty {
  display: block !important;
  text-align: center;
  padding: 100px 0 200px 0;
}

@media print {
  .ads,
  .footer, .breadcrumbs, .header, .compare-heading {
    display: none;
  }
  .compare-table__cell, .compare-table__title {
    font-size: 14px;
    padding: 0;
    width: 100%;
  }
  .fixed-bottom {
    display: none !important;
  }
  .compare-table__contact .btn,
  .compare-table__contact .compare-table__link-target {
    display: none !important;
  }
  .compare-table__image img {
    margin-bottom: 20px;
  }
}

#compareEmailFormV2 {
  max-width: 100% !important;
}

#compareEmailFormV2 .form-wrap {
  width: 100% !important;
}

#compareEmailFormV2 .form-wrap:not(.star-rating-wrap) > label {
  left: 21px;
  top: 19px;
}

#compareEmailFormV2 .form-wrap input::placeholder {
  opacity: 0;
}

.blog-heading {
  padding: 37px 0 69px 0;
}

.blog-heading .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1490px;
}

.blog-heading .container .left {
  width: 37%;
  padding: 0 0 0 0;
}

.blog-heading .container .left .date {
  display: block;
  margin: 41px 0 19px 0;
}

.blog-heading .container .left .btn img {
  margin: -9px 7px -5px -4px;
  display: inline-block;
  vertical-align: middle;
}

.blog-heading .container .left .footer-socials {
  margin: 53px 0 0 0;
}

.blog-heading .container .left .footer-socials span {
  font-size: 14px;
}

.blog-heading .container .right {
  width: 50%;
  overflow: hidden;
}

.blog-heading .container .right img {
  display: block;
  max-width: 100%;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .blog-heading {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .blog-heading .container .left {
    width: 100%;
  }
  .blog-heading .container .left .date {
    margin-top: 19px;
  }
  .blog-heading .container .left .footer-socials {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .blog-heading .container .right {
    width: 100%;
    margin-top: 20px;
  }
}

.blog-content .container {
  display: flex;
  justify-content: space-between;
  max-width: 1330px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.blog-content .left {
  width: 66%;
}

.blog-content .left img {
  margin: 15px 0;
  border-radius: 10px;
}

@media (max-width: 1200px) {
  .blog-content .left {
    width: 100%;
  }
}

.blog-content .left ul:not(.category-list) {
  margin: 19px 0 0 20px;
  padding: 0;
  list-style: none;
}

.blog-content .left ul:not(.category-list) li {
  padding: 0 0 9px 28px;
  position: relative;
}

.blog-content .left ul:not(.category-list) li::after {
  position: absolute;
  z-index: 10;
  background: #96763E;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 0;
  top: 6px;
}

.blog-content .right {
  width: 28%;
  position: sticky;
  top: 30px;
  padding-bottom: 40px;
}

@media (max-width: 1200px) {
  .blog-content .right {
    width: 100%;
    padding-bottom: 100px;
  }
}

.blog-content .recommended-objects {
  padding: 20px 0;
}

blockquote {
  background: #FCF9F3;
  padding: 16px 40px;
  border-radius: 10px;
  margin: 20px 0;
}

blockquote p {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
}

.reminder-form {
  background: linear-gradient(0deg, #FFFFFF 0%, #FCF9F3 100%);
  border-radius: 20px;
  padding: 20px;
}

.reminder-form h3 {
  margin: 0 0 0 0;
  font-size: 24px;
  line-height: 32px;
}

.reminder-form .newsletter-form__fields .form-wrap:nth-child(1) {
  width: calc(100% - 110px);
}

.comming-events {
  padding: 48px 0 0 0;
}

.comming-events:first-child {
  padding: 0;
}

.comming-events h3 {
  margin: 0 0 40px 0;
  font-size: 24px;
}

.comming-events .object-card--small {
  margin-bottom: 20px;
}

.comming-events .object-card--small .link-object .object-card__info {
  padding-top: 0;
  width: calc(100% - 125px);
}

.comming-events .object-card--small .link-object .image {
  width: 110px;
}

.comming-events .calendar-list__header {
  position: static;
}

.comming-events .object-card__info span {
  font-size: 14px;
}

.article-recommended {
  padding-top: 64px;
  overflow: hidden;
}

.article-recommended .articles-section__more a:not(:hover) {
  background-color: #FCF9F3;
}

.article-recommended .article-card__content::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 70%);
}

@media (max-width: 1200px) {
  .article-recommended .articles-section__grid {
    display: block !important;
  }
}

.button-list {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
}

.button-list li {
  margin-left: 10px;
  margin-bottom: 5px;
}

.button-list li a {
  display: flex;
  align-items: center;
  background: #FCF9F3;
  color: #000;
  text-decoration: none;
  padding: 10px;
  border-radius: 5px;
}

.button-list li a.active {
  color: #FFF;
  background: #96763E;
}

.button-list li a.active img {
  filter: brightness(0) invert(1);
}

.button-list li a.active i {
  background: #FFF;
  color: #96763E;
}

.button-list li a:not(.active):hover {
  color: #FFF;
  background: #96763E;
}

.button-list li a:not(.active):hover img {
  filter: brightness(0) invert(1);
}

.button-list li a:not(.active):hover i {
  background: #FFF;
  color: #96763E;
}

.button-list li a.active:hover {
  color: #000;
  background: #FCF9F3;
}

.button-list li a.active:hover img {
  filter: none;
}

.button-list li a.active:hover i {
  background: #96763E;
  color: #FFF;
}

.button-list li a img {
  margin-right: 10px;
  transition: all 0.3s;
}

.button-list li a i {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #FFF;
  background: #96763E;
  font-style: normal;
  margin: 0 0 0 8px;
  text-align: center;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .button-list li a span {
    display: none !important;
  }
  .button-list li a img {
    margin-right: 0;
  }
}

.object-card-bottom-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(2.5px);
  padding: 10px 24px;
  display: none;
}

.object-card-bottom-fixed .btn {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.object-card-bottom-fixed .button-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.object-card-bottom-fixed .button-list li {
  margin: 0;
}

@media (max-width: 767px) {
  .object-card-bottom-fixed {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.object-card-heading {
  padding: 35px 0 22px 0;
  border-bottom: 1px solid #F4F4F4;
}

.object-card-heading .category {
  color: #575757;
  font-size: 16px;
  margin: -5px 0 0 0;
  text-decoration: none;
}

.object-card-heading .category:hover {
  color: #96763E;
}

.object-card-heading .title {
  margin: 12px 0 9px 0;
}

.object-card-heading .location {
  color: #575757;
  font-size: 20px;
}

.object-card-heading .location a {
  color: #575757;
  text-decoration: none;
}

.object-card-heading .location a:hover {
  color: #96763E;
}

.object-card-heading .action-list {
  display: flex;
  margin: 28px 0 5px 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.object-card-heading .action-list li {
  margin-right: 10px;
  margin-bottom: 5px;
}

.object-card-heading .action-list a {
  display: flex;
  align-items: center;
  background: #FCF9F3;
  color: #000;
  text-decoration: none;
  padding: 10px;
  border-radius: 5px;
}

.object-card-heading .action-list a span:nth-child(2) {
  display: none;
}

.object-card-heading .action-list a:hover {
  color: #FFF;
  background: #96763E;
}

.object-card-heading .action-list a:hover img {
  filter: brightness(0) invert(1);
}

.object-card-heading .action-list a img {
  margin-right: 10px;
  transition: all 0.3s;
}

.object-card-heading .action-list a.active span:nth-child(2) {
  display: inline;
}

.object-card-heading .action-list a.active span:nth-child(3) {
  display: none;
}

.object-card-main .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.object-card-main .container > .left {
  width: 73.5%;
  padding: 15px 46px 0 0;
  border-right: 1px solid #F4F4F4;
}

@media (max-width: 1500px) {
  .object-card-main .container > .left {
    width: 68%;
  }
}

@media (max-width: 1200px) {
  .object-card-main .container > .left {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
}

.object-card-main .container > .right {
  width: 26.5%;
  padding: 32px 0 50px 29px;
  position: sticky;
  top: 20px;
}

@media (max-width: 1500px) {
  .object-card-main .container > .right {
    width: 31%;
  }
}

@media (max-width: 1200px) {
  .object-card-main .container > .right {
    width: 100%;
    padding-left: 0;
    border-right: none;
    padding: 0 !important;
    padding-bottom: 50px;
  }
}

.gallery-main__image {
  overflow: hidden;
  border-radius: 10px;
}

.gallery-main__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1094/655;
  transition: all 0.3s;
}

.gallery-main__image:hover img {
  transform: scale(1.05);
}

.gallery-main__thumb {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 40px 0 44px 0;
}

.gallery-main__thumb a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.gallery-main__thumb a img {
  display: block;
  width: 100%;
  aspect-ratio: 338/253;
  transition: all 0.3s;
}

.gallery-main__thumb a span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: "Playfair Display", serif;
  font-size: 56px;
  background: linear-gradient(0deg, rgba(150, 118, 62, 0.5), rgba(150, 118, 62, 0.5));
}

.gallery-main__thumb a:hover img {
  transform: scale(1.05);
}

@media (max-width: 1200px) {
  .gallery-main__thumb {
    gap: 20px;
    margin: 20px 0;
  }
}

@media (max-width: 767px) {
  .gallery-main__thumb {
    margin-top: 30px;
    margin-bottom: 30px;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery-main__thumb a span {
    font-size: 30px;
  }
}

@media (max-width: 600px) {
  .gallery-main__thumb {
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 0;
  }
}

.is-video {
  display: block;
  position: relative;
}

.is-video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: url('data:image/svg+xml,<svg width="119" height="120" viewBox="0 0 119 120" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_13560_8827)"><path d="M59.5 105C84.1457 105 104.125 84.8528 104.125 60C104.125 35.1472 84.1457 15 59.5 15C34.8543 15 14.875 35.1472 14.875 60C14.875 84.8528 34.8543 105 59.5 105Z" fill="url(%23paint0_linear_13560_8827)" fill-opacity="0.8"/><path d="M79.9531 60L50.2031 41.25V78.75L79.9531 60Z" fill="%2396763E"/></g><defs><linearGradient id="paint0_linear_13560_8827" x1="14.875" y1="37.3428" x2="105.474" y2="39.2" gradientUnits="userSpaceOnUse"><stop stop-color="%23FFFBF2"/><stop offset="1" stop-color="%23FBF8F3"/></linearGradient><clipPath id="clip0_13560_8827"><rect width="119" height="120" fill="white"/></clipPath></defs></svg>') center no-repeat;
  background-size: contain;
}

.box-information {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin: 44px 0 48px 0;
}

.box-information__item img {
  width: 33px;
  height: 33px;
}

.box-information__item strong {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  display: block;
  font-weight: 500;
  margin: 11px 0 14px 5px;
}

@media (max-width: 1200px) {
  .box-information {
    gap: 20px;
    margin: 30px 0;
  }
  .box-information__item strong {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .box-information {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .box-information {
    grid-template-columns: repeat(1, 1fr);
  }
}

.box-information__item {
  background: linear-gradient(0deg, #FFFFFF 0%, #FCF9F3 100%);
  padding: 20px;
  border-radius: 10px;
}

.object-card-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #FFF;
  border-bottom: 1px solid #F4F4F4;
}

.object-card-nav::after {
  position: absolute;
  top: 0;
  right: -46px;
  left: -1000px;
  height: 1px;
  background: #F4F4F4;
  content: "";
}

.object-card-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.object-card-nav ul li:not(:last-child) {
  margin-right: 20px;
}

.object-card-nav ul li a {
  padding: 15px 0;
  color: #000;
  text-decoration: none;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 500;
  display: block;
  border-bottom: 3px solid transparent;
}

.object-card-nav ul li a:hover {
  border-bottom: 3px solid #96763E;
}

.object-card-nav ul li a.active {
  border-bottom: 3px solid #96763E;
}

@media (max-width: 1200px) {
  .object-card-nav {
    display: none;
  }
}

@media (max-width: 1500px) {
  .object-card-nav ul li a {
    font-size: 16px;
  }
}

.description {
  padding: 14px 0 0 0;
}

.description p {
  margin: 24px 0;
}

.description h2 {
  margin: 24px 0;
}

.avaiable-rooms {
  border: 1px solid #C9C9C9;
  border-radius: 10px;
  padding: 37px 48px;
  margin: 43px 0 48px 0;
  overflow: auto;
}

.avaiable-rooms .thead {
  display: flex;
  align-self: center;
  margin-bottom: 12px;
}

.avaiable-rooms .thead img {
  margin-bottom: 5px;
  display: block;
}

.avaiable-rooms .thead .col2 {
  padding: 14px 0 10px 22px;
  font-size: 13px;
  margin: 29px 0 0 0;
  position: relative;
}

.avaiable-rooms .thead .col3 {
  padding: 14px 0 10px 22px;
  font-size: 13px;
  margin: 29px 0 0 0;
  position: relative;
}

.avaiable-rooms .thead .col4 {
  padding: 14px 0 10px 22px;
  font-size: 13px;
  margin: 29px 0 0 0;
  position: relative;
}

.avaiable-rooms .thead .col5 {
  padding: 14px 0 10px 22px;
  font-size: 13px;
  margin: 29px 0 0 0;
  position: relative;
}

.avaiable-rooms .thead .col6 {
  padding: 14px 0 10px 22px;
  font-size: 13px;
  margin: 29px 0 0 0;
  position: relative;
}

.avaiable-rooms .thead .col2::before {
  position: absolute;
  width: 20px;
  height: 40px;
  background: url('data:image/svg+xml,<svg width="20" height="40" viewBox="0 0 20 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.83366 11.6667L10.0003 7.50001L14.167 11.6667" stroke="%23575757" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><g clip-path="url(%23clip0_13629_74)"><path d="M14.1663 28.3333L9.99967 32.5L5.83301 28.3333" stroke="%23575757" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_13629_74"><rect width="20" height="20" fill="white" transform="translate(0 20)"/></clipPath></defs></svg>') center no-repeat;
  right: 5px;
  top: 13px;
  content: "";
}

.avaiable-rooms .thead .col3::before {
  position: absolute;
  width: 20px;
  height: 40px;
  background: url('data:image/svg+xml,<svg width="20" height="40" viewBox="0 0 20 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.83366 11.6667L10.0003 7.50001L14.167 11.6667" stroke="%23575757" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><g clip-path="url(%23clip0_13629_74)"><path d="M14.1663 28.3333L9.99967 32.5L5.83301 28.3333" stroke="%23575757" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_13629_74"><rect width="20" height="20" fill="white" transform="translate(0 20)"/></clipPath></defs></svg>') center no-repeat;
  right: 5px;
  top: 13px;
  content: "";
}

.avaiable-rooms .thead .col4::before {
  position: absolute;
  width: 20px;
  height: 40px;
  background: url('data:image/svg+xml,<svg width="20" height="40" viewBox="0 0 20 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.83366 11.6667L10.0003 7.50001L14.167 11.6667" stroke="%23575757" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><g clip-path="url(%23clip0_13629_74)"><path d="M14.1663 28.3333L9.99967 32.5L5.83301 28.3333" stroke="%23575757" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_13629_74"><rect width="20" height="20" fill="white" transform="translate(0 20)"/></clipPath></defs></svg>') center no-repeat;
  right: 5px;
  top: 13px;
  content: "";
}

.avaiable-rooms .thead .col5::before {
  position: absolute;
  width: 20px;
  height: 40px;
  background: url('data:image/svg+xml,<svg width="20" height="40" viewBox="0 0 20 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.83366 11.6667L10.0003 7.50001L14.167 11.6667" stroke="%23575757" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><g clip-path="url(%23clip0_13629_74)"><path d="M14.1663 28.3333L9.99967 32.5L5.83301 28.3333" stroke="%23575757" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_13629_74"><rect width="20" height="20" fill="white" transform="translate(0 20)"/></clipPath></defs></svg>') center no-repeat;
  right: 5px;
  top: 13px;
  content: "";
}

.avaiable-rooms .thead .col6::before {
  position: absolute;
  width: 20px;
  height: 40px;
  background: url('data:image/svg+xml,<svg width="20" height="40" viewBox="0 0 20 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.83366 11.6667L10.0003 7.50001L14.167 11.6667" stroke="%23575757" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><g clip-path="url(%23clip0_13629_74)"><path d="M14.1663 28.3333L9.99967 32.5L5.83301 28.3333" stroke="%23575757" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_13629_74"><rect width="20" height="20" fill="white" transform="translate(0 20)"/></clipPath></defs></svg>') center no-repeat;
  right: 5px;
  top: 13px;
  content: "";
}

.avaiable-rooms .thead .col2.sort-desc::before {
  background: url('data:image/svg+xml,<svg width="20" height="40" viewBox="0 0 20 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.83366 11.6667L10.0003 7.50001L14.167 11.6667" stroke="%23575757" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><defs><clipPath id="clip0_13629_74"><rect width="20" height="20" fill="white" transform="translate(0 20)"/></clipPath></defs></svg>') center no-repeat;
}

.avaiable-rooms .thead .col3.sort-desc::before {
  background: url('data:image/svg+xml,<svg width="20" height="40" viewBox="0 0 20 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.83366 11.6667L10.0003 7.50001L14.167 11.6667" stroke="%23575757" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><defs><clipPath id="clip0_13629_74"><rect width="20" height="20" fill="white" transform="translate(0 20)"/></clipPath></defs></svg>') center no-repeat;
}

.avaiable-rooms .thead .col4.sort-desc::before {
  background: url('data:image/svg+xml,<svg width="20" height="40" viewBox="0 0 20 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.83366 11.6667L10.0003 7.50001L14.167 11.6667" stroke="%23575757" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><defs><clipPath id="clip0_13629_74"><rect width="20" height="20" fill="white" transform="translate(0 20)"/></clipPath></defs></svg>') center no-repeat;
}

.avaiable-rooms .thead .col5.sort-desc::before {
  background: url('data:image/svg+xml,<svg width="20" height="40" viewBox="0 0 20 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.83366 11.6667L10.0003 7.50001L14.167 11.6667" stroke="%23575757" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><defs><clipPath id="clip0_13629_74"><rect width="20" height="20" fill="white" transform="translate(0 20)"/></clipPath></defs></svg>') center no-repeat;
}

.avaiable-rooms .thead .col6.sort-desc::before {
  background: url('data:image/svg+xml,<svg width="20" height="40" viewBox="0 0 20 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.83366 11.6667L10.0003 7.50001L14.167 11.6667" stroke="%23575757" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><defs><clipPath id="clip0_13629_74"><rect width="20" height="20" fill="white" transform="translate(0 20)"/></clipPath></defs></svg>') center no-repeat;
}

.avaiable-rooms .thead .col2.sort-asc::before {
  background: url('data:image/svg+xml,<svg width="20" height="40" viewBox="0 0 20 40" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_13629_74)"><path d="M14.1663 28.3333L9.99967 32.5L5.83301 28.3333" stroke="%23575757" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_13629_74"><rect width="20" height="20" fill="white" transform="translate(0 20)"/></clipPath></defs></svg>') center no-repeat;
}

.avaiable-rooms .thead .col3.sort-asc::before {
  background: url('data:image/svg+xml,<svg width="20" height="40" viewBox="0 0 20 40" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_13629_74)"><path d="M14.1663 28.3333L9.99967 32.5L5.83301 28.3333" stroke="%23575757" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_13629_74"><rect width="20" height="20" fill="white" transform="translate(0 20)"/></clipPath></defs></svg>') center no-repeat;
}

.avaiable-rooms .thead .col4.sort-asc::before {
  background: url('data:image/svg+xml,<svg width="20" height="40" viewBox="0 0 20 40" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_13629_74)"><path d="M14.1663 28.3333L9.99967 32.5L5.83301 28.3333" stroke="%23575757" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_13629_74"><rect width="20" height="20" fill="white" transform="translate(0 20)"/></clipPath></defs></svg>') center no-repeat;
}

.avaiable-rooms .thead .col5.sort-asc::before {
  background: url('data:image/svg+xml,<svg width="20" height="40" viewBox="0 0 20 40" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_13629_74)"><path d="M14.1663 28.3333L9.99967 32.5L5.83301 28.3333" stroke="%23575757" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_13629_74"><rect width="20" height="20" fill="white" transform="translate(0 20)"/></clipPath></defs></svg>') center no-repeat;
}

.avaiable-rooms .thead .col6.sort-asc::before {
  background: url('data:image/svg+xml,<svg width="20" height="40" viewBox="0 0 20 40" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_13629_74)"><path d="M14.1663 28.3333L9.99967 32.5L5.83301 28.3333" stroke="%23575757" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_13629_74"><rect width="20" height="20" fill="white" transform="translate(0 20)"/></clipPath></defs></svg>') center no-repeat;
}

.avaiable-rooms .thead .col2 {
  background: linear-gradient(0deg, #FFFFFF 0%, #FCF9F3 100%);
  border-radius: 10px 0 0 0;
  position: relative;
}

.avaiable-rooms .thead .col2::after {
  position: absolute;
  left: 0;
  white-space: nowrap;
  content: "Rozmiary sali";
  font-size: 14px;
  font-weight: bold;
  bottom: calc(100% + 5px);
}

.avaiable-rooms .thead .col3 {
  background: linear-gradient(0deg, #FFFFFF 0%, #FCF9F3 100%);
  border-radius: 0 10px 0 0;
  margin-right: 10px;
}

.avaiable-rooms .thead .col4 {
  background: linear-gradient(0deg, #FFFFFF 0%, #FCF9F3 100%);
  border-radius: 10px 0 0 0;
  margin-left: 10px;
  position: relative;
}

.avaiable-rooms .thead .col4::after {
  position: absolute;
  left: 0;
  white-space: nowrap;
  content: "Liczba miejsc w rozmieszczeniu";
  font-size: 14px;
  font-weight: bold;
  bottom: calc(100% + 5px);
}

.avaiable-rooms .thead .col5 {
  background: linear-gradient(0deg, #FFFFFF 0%, #FCF9F3 100%);
}

.avaiable-rooms .thead .col6 {
  background: linear-gradient(0deg, #FFFFFF 0%, #FCF9F3 100%);
  border-radius: 0 10px 0 0;
}

.avaiable-rooms .tbody .row {
  padding: 20px 0 20px 20px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 10px;
}

.avaiable-rooms .tbody .row:nth-child(odd) {
  background: #FCF9F3;
}

.avaiable-rooms .col1 {
  width: 49%;
  display: flex;
  align-items: center;
}

.avaiable-rooms .col1 a {
  display: none;
  width: 180px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.avaiable-rooms .col1 a::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 34px;
  height: 34px;
  background: url('data:image/svg+xml,<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 5C0 2.23858 2.23858 0 5 0H29C31.7614 0 34 2.23858 34 5V29C34 31.7614 31.7614 34 29 34H5C2.23858 34 0 31.7614 0 29V5Z" fill="black" fill-opacity="0.5"/><g clip-path="url(%23clip0_13629_273)"><path d="M25.25 9.5H11.75C11.3358 9.5 11 9.83579 11 10.25V20.75C11 21.1642 11.3358 21.5 11.75 21.5H25.25C25.6642 21.5 26 21.1642 26 20.75V10.25C26 9.83579 25.6642 9.5 25.25 9.5Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M21.125 14C21.7463 14 22.25 13.4963 22.25 12.875C22.25 12.2537 21.7463 11.75 21.125 11.75C20.5037 11.75 20 12.2537 20 12.875C20 13.4963 20.5037 14 21.125 14Z" fill="white"/><path d="M11 17.0647L14.5944 13.4694C14.664 13.3996 14.7467 13.3443 14.8378 13.3066C14.9288 13.2688 15.0264 13.2494 15.125 13.2494C15.2236 13.2494 15.3212 13.2688 15.4122 13.3066C15.5033 13.3443 15.586 13.3996 15.6556 13.4694L20.3103 18.125L22.7188 15.7194C22.8594 15.5788 23.0501 15.4999 23.2489 15.4999C23.4477 15.4999 23.6384 15.5788 23.7791 15.7194L26 17.9431" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M23 21.5V23.75C23 23.9489 22.921 24.1397 22.7803 24.2803C22.6397 24.421 22.4489 24.5 22.25 24.5H8.75C8.55109 24.5 8.36032 24.421 8.21967 24.2803C8.07902 24.1397 8 23.9489 8 23.75V13.25C8 13.0511 8.07902 12.8603 8.21967 12.7197C8.36032 12.579 8.55109 12.5 8.75 12.5H11" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_13629_273"><rect width="24" height="24" fill="white" transform="translate(5 5)"/></clipPath></defs></svg>') center no-repeat;
  content: "";
}

.avaiable-rooms .col1 a:first-child {
  display: block;
}

.avaiable-rooms .col1 a img {
  width: 100%;
  display: block;
  aspect-ratio: 180/135;
  transition: all 0.3s;
}

.avaiable-rooms .col1 a:hover img {
  transform: scale(1.05);
}

.avaiable-rooms .col1 .room-name {
  margin-left: 60px;
}

.avaiable-rooms .col1 h3 {
  font-size: 24px;
}

.avaiable-rooms .col2 {
  width: 10%;
}

.avaiable-rooms .col3 {
  width: 10%;
}

.avaiable-rooms .col4 {
  width: 10%;
}

.avaiable-rooms .col5 {
  width: 10%;
}

.avaiable-rooms .col6 {
  width: 10%;
}

.avaiable-rooms--event .thead .col2::after {
  content: "Parametry przestrzeni";
}

.avaiable-rooms--event .thead .col4::after {
  content: "Mozliwosci realizacji";
}

@media (max-width: 1500px) {
  .avaiable-rooms {
    padding: 37px 25px;
  }
}

@media (max-width: 1200px) {
  .avaiable-rooms {
    padding: 24px;
  }
  .avaiable-rooms .thead {
    flex-wrap: wrap;
  }
  .avaiable-rooms .thead .col1 {
    width: 100%;
  }
  .avaiable-rooms .tbody .row {
    flex-wrap: wrap;
    padding: 20px;
  }
  .avaiable-rooms .tbody .row .col1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .avaiable-rooms .tbody .row .col2 {
    width: 100%;
    margin: 0;
    text-align: right;
    display: flex;
    justify-content: space-between;
  }
  .avaiable-rooms .tbody .row .col3 {
    width: 100%;
    margin: 0;
    text-align: right;
    display: flex;
    justify-content: space-between;
  }
  .avaiable-rooms .tbody .row .col4 {
    width: 100%;
    margin: 0;
    text-align: right;
    display: flex;
    justify-content: space-between;
  }
  .avaiable-rooms .tbody .row .col5 {
    width: 100%;
    margin: 0;
    text-align: right;
    display: flex;
    justify-content: space-between;
  }
  .avaiable-rooms .tbody .row .col6 {
    width: 100%;
    margin: 0;
    text-align: right;
    display: flex;
    justify-content: space-between;
  }
  .avaiable-rooms .tbody .row .col2::before {
    content: attr(data-mobile);
  }
  .avaiable-rooms .tbody .row .col3::before {
    content: attr(data-mobile);
  }
  .avaiable-rooms .tbody .row .col4::before {
    content: attr(data-mobile);
  }
  .avaiable-rooms .tbody .row .col5::before {
    content: attr(data-mobile);
  }
  .avaiable-rooms .tbody .row .col6::before {
    content: attr(data-mobile);
  }
  .avaiable-rooms .tbody .row .col2:not(:last-child) {
    margin-bottom: 10px;
  }
  .avaiable-rooms .tbody .row .col3:not(:last-child) {
    margin-bottom: 10px;
  }
  .avaiable-rooms .tbody .row .col4:not(:last-child) {
    margin-bottom: 10px;
  }
  .avaiable-rooms .tbody .row .col5:not(:last-child) {
    margin-bottom: 10px;
  }
  .avaiable-rooms .tbody .row .col6:not(:last-child) {
    margin-bottom: 10px;
  }
  .avaiable-rooms .col1 a {
    width: 76px;
  }
  .avaiable-rooms .col1 a::after {
    right: 10px;
    bottom: 10px;
    width: 20px;
    height: 20px;
    background-size: cover;
  }
  .avaiable-rooms .col1 .room-name {
    margin-left: 20px;
  }
  .avaiable-rooms .col2 {
    width: 20%;
  }
  .avaiable-rooms .col3 {
    width: calc(20% - 10px);
  }
  .avaiable-rooms .col4 {
    width: calc(20% - 10px);
  }
  .avaiable-rooms .col5 {
    width: 20%;
  }
  .avaiable-rooms .col6 {
    width: 20%;
  }
}

@media (max-width: 767px) {
  .avaiable-rooms {
    padding: 20px;
    margin-left: -25px;
    margin-right: -25px;
    border-radius: 0;
  }
  .avaiable-rooms .thead .col2 {
    padding-left: 5px;
    font-size: 10px;
  }
  .avaiable-rooms .thead .col3 {
    padding-left: 5px;
    font-size: 10px;
  }
  .avaiable-rooms .thead .col4 {
    padding-left: 5px;
    font-size: 10px;
  }
  .avaiable-rooms .thead .col5 {
    padding-left: 5px;
    font-size: 10px;
  }
  .avaiable-rooms .thead .col6 {
    padding-left: 5px;
    font-size: 10px;
  }
  .avaiable-rooms .thead .col3 {
    margin-right: 5px;
  }
  .avaiable-rooms .thead .col4 {
    margin-left: 5px;
  }
  .avaiable-rooms .col3 {
    width: calc(20% - 5px);
  }
  .avaiable-rooms .col4 {
    width: calc(20% - 5px);
  }
}

.event-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  font-weight: 600;
}

.event-status--yes {
  color: #2B7A4B;
}

.event-status--no {
  color: #B85757;
}

.event-status--na {
  color: #575757;
}

.gallery-inner-images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 28px;
  grid-row-gap: 32px;
}

@media (max-width: 767px) {
  .gallery-inner-images {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

.gallery-inner a:nth-child(1) {
  grid-area: 1/1/3/3;
}

@media (max-width: 767px) {
  .gallery-inner a:nth-child(1) {
    grid-area: auto;
  }
}

.gallery-inner a:nth-child(2) {
  grid-area: 1/3/2/4;
}

.gallery-inner a:nth-child(3) {
  grid-area: 1/4/2/5;
}

.gallery-inner a:nth-child(4) {
  grid-area: 2/3/3/4;
}

.gallery-inner a:nth-child(5) {
  grid-area: 2/4/3/5;
}

@media (max-width: 767px) {
  .gallery-inner a:nth-child(5) {
    grid-area: auto !important;
  }
}

.gallery-inner a {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .gallery-inner a {
    grid-area: auto !important;
  }
}

.gallery-inner a:nth-child(1) img {
  aspect-ratio: 546/409;
}

.gallery-inner a img {
  display: block;
  width: 100%;
  aspect-ratio: 251/182;
  transition: all 0.3s;
}

.gallery-inner a:hover img {
  transform: scale(1.05);
}

.gallery-inner a span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: "Playfair Display", serif;
  font-size: 56px;
  background: linear-gradient(0deg, rgba(150, 118, 62, 0.5), rgba(150, 118, 62, 0.5));
}

@media (max-width: 767px) {
  .gallery-inner a span {
    font-size: 30px;
  }
}

.avaiable-rooms2 {
  border: 1px solid #C9C9C9;
  border-radius: 10px;
  padding: 40px;
}

.avaiable-rooms2 h3 {
  margin: 0 0 40px 0;
  font-size: 24px;
}

.avaiable-rooms2 .row {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #F4F4F4;
}

.avaiable-rooms2 .row:last-child {
  border-bottom: none;
}

.avaiable-rooms2 .row .right {
  margin-left: auto;
  text-align: right;
}

.avaiable-rooms2 .row.heading {
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-top: 0;
}

.avaiable-rooms2 .row strong {
  margin-right: 95px;
}

@media (max-width: 767px) {
  .avaiable-rooms2 {
    padding: 20px;
  }
}

.list-amenities {
  padding-bottom: 40px;
}

.list-amenities ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.list-amenities ul li span {
  display: inline-flex;
  align-items: center;
  background: #FCF9F3;
  color: #000;
  text-decoration: none;
  padding: 10px;
  border-radius: 5px;
}

.list-amenities ul li span img {
  margin-right: 10px;
  transition: all 0.3s;
  width: 22px;
  height: 22px;
}

@media (max-width: 767px) {
  .list-amenities ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

.location-map {
  margin-bottom: 50px;
}

.location-map > span {
  display: inline-flex;
  align-items: center;
  margin-bottom: 38px;
  width: 45%;
}

.location-map > span strong {
  margin-left: 5px;
}

.location-map > span img {
  margin-right: 15px;
}

.location-map .map-image {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.location-map .map-image:hover img {
  transform: scale(1.05);
}

.location-map .map-image img {
  display: block;
  max-width: 100%;
  transition: all 0.3s;
}

.location-map .map-image a {
  position: absolute;
  bottom: 37px;
  right: 52px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 19px;
  transition: all 0.3s;
  text-decoration: none;
}

.location-map .map-image a img {
  margin-left: 10px;
  transition: all 0.3s;
}

.location-map .map-image:hover a {
  background: #96763E;
  color: #FFF;
}

.location-map .map-image:hover a img {
  filter: brightness(0) invert(1);
}

@media (max-width: 767px) {
  .location-map > span {
    width: 100%;
  }
  .location-map .map-image a {
    right: 20px;
    bottom: 20px;
    padding: 10px;
    font-size: 16px;
  }
}

.opinion-list .opinion-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.opinion-list .opinion-info > div {
  display: flex;
  align-items: center;
}

.opinion-list .opinion-info > div img {
  display: inline-block;
  margin-right: 2px;
}

.opinion-list .opinion-info > div .stars {
  margin-right: 15px;
  display: flex;
}

.opinion {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 40px;
  border-bottom: 1px solid #F4F4F4;
  margin-top: 40px;
}

.opinion .opinion-header {
  width: 200px;
}

.opinion .opinion-body {
  width: calc(100% - 200px);
}

.opinion .opinion-body p {
  margin: 0;
}

.opinion.hidden {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  animation: fadeIn 0.3s forwards;
}

.opinion.hidden.active {
  opacity: 1;
  visibility: visible;
  display: flex;
}

@media (max-width: 767px) {
  .opinion .opinion-header {
    width: 100%;
  }
  .opinion .opinion-body {
    width: 100%;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

.opinion-toggle {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.opinion-toggle a span:nth-child(2) {
  display: none;
}

.opinion-toggle a.open span:nth-child(1) {
  display: none;
}

.opinion-toggle a.open span:nth-child(2) {
  display: inline;
}

.add-opinion {
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #C9C9C9;
  margin-top: 50px;
}

.add-opinion h3 {
  margin: 0;
}

.add-opinion p {
  margin: 20px 0;
}

.check-accessibility {
  border: 1px solid #575757;
  border-radius: 10px;
  padding: 30px;
}

.check-accessibility h3 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 20px 0;
  width: 100%;
}

.check-accessibility h3 + p {
  margin-bottom: 30px !important;
}

.check-accessibility:not(.form-available) .btn {
  text-align: center;
  width: 100%;
}

.check-accessibility:not(.form-available) .btn:not(:last-child) {
  margin-bottom: 20px;
}

.check-accessibility:not(.form-available) .btn img {
  margin: -7px 8px -5px 0;
}

.check-accessibility button.btn {
  margin-top: 20px;
}

.check-accessibility .add-object-group {
  background: #FFF;
  color: #96763E;
  border-color: #96763E;
}

.check-accessibility .add-object-group:hover {
  background: #96763E;
  color: #FFF;
}

.check-accessibility .add-object-group:hover img {
  filter: brightness(0) invert(1);
}

.check-accessibility .add-object-group.active {
  background: #96763E;
  color: #FFF;
  border-color: #96763E;
}

.check-accessibility .add-object-group.active img {
  filter: brightness(0) invert(1);
}

.check-accessibility .add-object-group.active:hover {
  background: #FFF;
  color: #96763E;
}

.check-accessibility .add-object-group.active:hover img {
  filter: none;
}

@media (max-width: 1500px) {
  .check-accessibility h3 {
    font-size: 22px;
  }
}

.form-popup-trigger {
  border: 1px solid #000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #000;
  text-decoration: none;
  height: 40px;
  transition: all 0.3s;
}

.form-popup-trigger img {
  margin-right: 10px;
  transition: all 0.3s;
}

.form-popup-trigger:hover {
  background: #96763E;
  border-color: #96763E;
  color: #FFF;
}

.form-popup-trigger:hover img {
  filter: brightness(0) invert(1);
}

.toggle-btn {
  display: block;
  text-align: right;
  font-size: 11px;
  position: relative;
  padding-right: 15px;
  cursor: pointer;
}

.toggle-btn::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 14px;
  height: 14px;
  background: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_13560_8771" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="14" height="14"><rect x="14" y="6.11959e-07" width="14" height="14" transform="rotate(90 14 6.11959e-07)" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_13560_8771)"><path d="M6.99987 7.34997L9.27487 5.07497C9.38182 4.96802 9.51793 4.91455 9.6832 4.91455C9.84848 4.91455 9.98459 4.96802 10.0915 5.07497C10.1985 5.18191 10.252 5.31802 10.252 5.4833C10.252 5.64858 10.1985 5.78469 10.0915 5.89163L7.4082 8.57497C7.34987 8.6333 7.28668 8.67462 7.21862 8.69893C7.15056 8.72323 7.07765 8.73538 6.99987 8.73538C6.92209 8.73538 6.84918 8.72323 6.78112 8.69893C6.71306 8.67462 6.64987 8.6333 6.59154 8.57497L3.9082 5.89163C3.80126 5.78469 3.74779 5.64858 3.74779 5.4833C3.74779 5.31802 3.80126 5.18191 3.9082 5.07497C4.01515 4.96802 4.15126 4.91455 4.31654 4.91455C4.48181 4.91455 4.61793 4.96802 4.72487 5.07497L6.99987 7.34997Z" fill="black"/></g></svg>') center no-repeat;
}

.toggle-btn span:nth-child(2) {
  display: none;
}

.toggle-btn.open span:nth-child(1) {
  display: none;
}

.toggle-btn.open span:nth-child(2) {
  display: inline;
}

.toggle-btn.open::after {
  transform: rotate(180deg);
  top: 0;
}

.popup-map {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  z-index: 100;
  padding-top: 62px;
  padding-left: 24px;
  padding-right: 24px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.popup-map #mode-ui {
  position: absolute;
  top: 10px;
  left: 10px;
}

.popup-map.active {
  opacity: 1;
  visibility: visible;
}

.popup-map .popup-map-close {
  position: absolute;
  right: 22px;
  top: 15px;
}

.popup-map .map-google-single {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  height: calc(100vh - 90px);
}

.popup-map:has(.map-google-route) .map-google-single {
  height: calc(100vh - 180px);
}

.popup-map .map-google-route {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 27px 0;
  flex-wrap: wrap;
}

.popup-map .map-google-route .input {
  display: flex;
  max-width: 55%;
  position: relative;
}

.popup-map .map-google-route .input p {
  display: none;
}

.popup-map .map-google-route .input .form-wrap {
  width: 480px;
  margin: 0 7px 0 30px;
}

.popup-map .map-google-route .input input {
  border: 1px solid #C9C9C9;
  height: 56px;
  border-radius: 5px;
  width: 100%;
  padding: 0 15px;
}

.popup-map .map-google-route .input .map-google-route-info {
  position: absolute;
  bottom: -23px;
  left: 30px;
  font-size: 14px;
  color: #9747FF;
}

.popup-map .map-google-route .input .btn {
  white-space: nowrap;
}

.popup-map .map-google-route .title {
  background: url('data:image/svg+xml,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_13458_5768)"><path d="M24 18C27.3137 18 30 15.3137 30 12C30 8.68629 27.3137 6 24 6C20.6863 6 18 8.68629 18 12C18 15.3137 20.6863 18 24 18Z" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M24 18V33" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M31.5 26.0757C38.5463 27.2007 43.5 29.8801 43.5 33.0001C43.5 37.1419 34.77 40.5001 24 40.5001C13.23 40.5001 4.5 37.1419 4.5 33.0001C4.5 29.8801 9.45375 27.2044 16.5 26.0757" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_13458_5768"><rect width="48" height="48" fill="white"/></clipPath></defs></svg>') left center no-repeat;
  font-family: "Playfair Display", serif;
  padding: 4px 0 4px 69px;
  width: 45%;
}

.popup-map .map-google-route .title span {
  font-family: "PT Sans", sans-serif;
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}

@media (max-width: 1200px) {
  .popup-map {
    padding-left: 0;
    padding-right: 0;
  }
  .popup-map .map-google-single {
    border-radius: 0;
  }
  .popup-map:has(.map-google-route) .map-google-single {
    height: calc(100vh - 90px);
  }
  .popup-map .map-google-route {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 24px 0 24px;
    background: #FFF;
  }
  .popup-map .map-google-route.active .input {
    display: flex !important;
  }
  .popup-map .map-google-route.active .title {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 10L10 16L16 10" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }
  .popup-map .map-google-route .input {
    flex-wrap: wrap;
    width: 100%;
    display: none;
    padding-bottom: 35px;
  }
  .popup-map .map-google-route .input p {
    display: block;
    font-size: 14px;
    color: #575757;
    margin-top: 0;
  }
  .popup-map .map-google-route .input .form-wrap {
    width: 100%;
    margin: 10px 0;
    margin-top: 0;
  }
  .popup-map .map-google-route .input .map-google-route-info {
    bottom: 10px;
    left: 0;
  }
  .popup-map .map-google-route .title {
    font-size: 16px;
    width: 100%;
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 14L10 8L16 14" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') right 0 center no-repeat;
    padding: 10px 0;
  }
  .popup-map .map-google-route .title span {
    display: none !important;
  }
  .popup-map .map-google-route .btn {
    width: 100%;
  }
}

@media all and (max-width: 1300px) {
  .popup-map:has(.map-google-route) .map-google-single {
    height: calc(100vh - 230px);
  }
  .popup-map .map-google-route .input {
    max-width: none;
    width: 100%;
  }
  .popup-map .map-google-route .title {
    width: 100%;
  }
}

.gm-style .gm-style-iw-c {
  background: #FFFFFF !important;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05) !important;
  border-radius: 10px !important;
  max-width: 375px !important;
}

.marker-popup {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 375px !important;
  padding-top: 10px;
}

.marker-popup:hover a:has(img) img {
  transform: scale(1.05);
}

.marker-popup a:not(.btn) {
  text-decoration: none;
  display: block;
  color: #000;
}

.marker-popup div > a:has(img) {
  width: 163px;
  aspect-ratio: 163/123;
  border-radius: 10px;
  overflow: hidden;
}

.marker-popup div > a:has(img) img {
  width: 100%;
  aspect-ratio: 163/123;
  border-radius: 10px;
  transition: all 0.3s;
  display: block;
}

.marker-popup > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.marker-popup > div > div {
  width: calc(100% - 183px);
}

.marker-popup .btn {
  width: 100%;
  margin-top: 15px;
  white-space: nowrap;
  font-size: 12px;
}

.marker-popup .category {
  color: #575757;
  font-size: 13px;
  text-decoration: none;
  text-transform: capitalize;
}

.marker-popup .hotel-name {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  line-height: 18px;
}

.marker-popup .hotel-name:hover {
  color: #96763E;
}

.marker-popup .hotel-location {
  font-size: 12px;
  color: #575757;
  margin: 0 0 5px 0;
  display: block;
}

.marker-popup .hotel-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.marker-popup .hotel-info span {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
}

.marker-popup .hotel-info span img {
  margin-right: 8px;
}

.marker-popup .buttons {
  display: none;
  justify-content: space-between;
  align-items: center;
}

.marker-popup .buttons .btn {
  width: 49%;
  padding: 9px 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .marker-popup {
    max-width: 100%;
    display: block;
  }
  .marker-popup div > a:has(img) {
    width: 120px;
    aspect-ratio: 163/123;
  }
  .marker-popup > div > div {
    width: calc(100% - 133px);
  }
}

.map-google-single .gm-style-iw-chr {
  margin: 0 0 -44px 0;
}

.map-google-single .marker-popup .buttons {
  display: flex !important;
}

.map-google-single .hotel-name {
  margin: 5px 0;
}

#multiple-map .popup-map-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.map-markers .h3 {
  margin: 25px 0;
}

#multiple-map .map-markers {
  margin-top: -62px;
  width: 478px;
  background: #FCF9F3;
  padding: 0 30px;
  margin-left: -24px;
}

@media (max-width: 1200px) {
  #multiple-map .map-markers {
    display: none;
  }
}

#multiple-map .map-markers h3 {
  margin: 15px 0;
  font-size: 20px;
}

#multiple-map .map-markers .map-markers-scroll {
  overflow: auto;
  max-height: calc(100vh - 165px);
  padding-right: 15px;
}

#multiple-map .map-markers .map-markers-scroll::-webkit-scrollbar {
  width: 5px;
  background: #EBE6E0;
  border-radius: 5px;
}

#multiple-map .map-markers .map-markers-scroll::-webkit-scrollbar-track {
  box-shadow: none;
}

#multiple-map .map-markers .map-markers-scroll::-webkit-scrollbar-thumb {
  background-color: #BDB6AA;
  border-radius: 5px;
  outline: none;
}

#multiple-map .map-markers .map-markers-inner {
  border-radius: 10px;
  background: #FFF;
  padding: 30px 15px 30px 30px;
  position: relative;
}

#multiple-map .map-markers .map-markers-inner.scrolled::after {
  opacity: 0;
}

#multiple-map .map-markers .map-markers-inner::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FCF9F3 100%);
  content: "";
  opacity: 1;
  transition: all 0.3s;
}

#multiple-map .map-markers .map-markers-inner .marker-popup:first-child {
  padding-top: 0;
}

#multiple-map .map-markers .map-markers-inner .marker-popup:hover a:has(img) img {
  transform: scale(1.05);
}

#multiple-map .map-markers .map-markers-inner .marker-popup-outer {
  cursor: pointer;
  position: relative;
}

#multiple-map .map-markers .map-markers-inner .marker-popup-outer:not(:last-child) {
  margin-bottom: 20px;
}

#multiple-map .map-markers .map-markers-inner .marker-popup-outer::after {
  position: absolute;
  right: 20px;
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_15406_8076)"><path d="M6 12H18" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M13 7L18 12L13 17" stroke="%2396763E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_15406_8076"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>') center center no-repeat;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  opacity: 0;
  transition: all 0.3s;
}

#multiple-map .map-markers .map-markers-inner .marker-popup-outer::before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30%;
  background: #FFF;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 39%);
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

#multiple-map .map-markers .map-markers-inner .marker-popup-outer:hover::after {
  opacity: 1;
}

#multiple-map .map-markers .map-markers-inner .marker-popup-outer:hover::before {
  opacity: 1;
  visibility: visible;
}

#multiple-map .map-right {
  width: calc(100% - 500px);
}

@media (max-width: 1200px) {
  #multiple-map .map-right {
    width: 100%;
  }
}

.contact-page {
  padding: 100px 0;
}

.contact-page .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact-page .container h2 {
  text-align: center;
  width: 100%;
}

.contact-page .container .h1 {
  text-align: center;
  width: 100%;
}

.contact-page .container h1 {
  text-align: center;
  width: 100%;
}

.contact-page .container p {
  text-align: center;
  width: 100%;
}

.contact-page .large {
  margin: 0 0 120px 0;
}

.contact-page .left {
  width: 45%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

.contact-page .left .company-info {
  width: 100%;
  margin-top: 40px;
}

.contact-page .left p {
  text-align: left;
}

.contact-page .left p:first-child {
  font-size: 20px;
}

.contact-page .left:has(.company-info) .person-contact {
  margin-bottom: 0;
}

.contact-page .right {
  width: 45%;
  max-width: 621px;
  margin-top: 40px;
}

.contact-page--question .left {
  display: block;
  width: 30%;
}

.contact-page--question .left h3 {
  margin-bottom: 0;
  width: 100%;
}

.contact-page--question .left .person-contact {
  width: 100%;
  margin: 30px 0;
}

.contact-page--question .right {
  width: 66%;
  max-width: 100%;
}

.contact-page--question .form-styled h3 + p {
  text-align: left;
  font-size: 20px;
  margin: -10px 0 10px 0;
}

@media (max-width: 1200px) {
  .contact-page {
    padding: 60px 0;
  }
  .contact-page .large {
    margin-bottom: 60px;
  }
  .contact-page .left {
    width: 100%;
    order: 2;
  }
  .contact-page .right {
    width: 100%;
    order: 1;
    max-width: 100%;
  }
  .contact-page--question .left {
    width: 100%;
    order: 1;
    display: flex;
  }
  .contact-page--question .left h3 br {
    display: none;
  }
  .contact-page--question .left .person-contact {
    width: 45%;
  }
  .contact-page--question .right {
    width: 100%;
    order: 2;
    max-width: 100%;
  }
}

@media (max-width: 1500px) {
  .contact-page .left {
    width: 55%;
  }
  .contact-page .right {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .contact-page .left p:first-child {
    font-size: 16px;
  }
  .contact-page--question .left .person-contact {
    width: 100%;
  }
}

.person-contact {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 80px 0;
  width: 45%;
}

.person-contact img {
  width: 104px;
  height: 104px;
  object-fit: cover;
  border-radius: 50%;
}

.person-contact div {
  width: calc(100% - 124px);
}

.person-contact div span {
  display: block;
  font-size: 20px;
}

.person-contact div small {
  font-size: 15px;
}

.person-contact div a {
  text-decoration: none;
  display: block;
}

.person-contact div a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .person-contact {
    width: 100%;
    margin: 30px 0;
  }
}

.heading-subpage {
  padding: 100px 0 60px 0;
}

.heading-subpage h1 {
  margin: 0 0 40px 0;
  text-align: center;
}

.heading-subpage p {
  text-align: center;
}

@media (max-width: 767px) {
  .heading-subpage {
    padding: 60px 0 40px 0;
  }
  .heading-subpage h1 {
    margin-bottom: 30px;
  }
}

.hotels {
  padding-bottom: 100px;
}

.hotels .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.hotels .container .item {
  border: 1px solid #F4F4F4;
  border-radius: 20px;
  padding: 40px;
}

.hotels .container .item .img {
  height: 143px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.hotels .container .item .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.hotels .container .item .title {
  font-family: "Playfair Display", serif;
}

.hotels .container .item .count {
  margin: 10px 0 15px 0;
  display: block;
}

@media (max-width: 1200px) {
  .hotels .container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .hotels .container {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.mapa-serwisu {
  padding-bottom: 120px;
  padding-top: 60px;
}

.mapa-serwisu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.mapa-serwisu ul li a {
  text-decoration: none;
  color: #000;
}

.mapa-serwisu ul li a:hover {
  color: #96763E;
}

.mapa-serwisu .h3 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mapa-serwisu .h3:first-child {
  margin-top: 0;
}

@media (max-width: 1200px) {
  .mapa-serwisu ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .mapa-serwisu ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .mapa-serwisu .h3 {
    margin-bottom: 20px;
  }
}

.how-work h2 {
  text-align: center;
}

.how-work .cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 60px;
}

@media (max-width: 1200px) {
  .how-work .cols {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 767px) {
  .how-work .cols {
    grid-template-columns: repeat(1, 1fr);
  }
}

.how-work .cols img {
  max-width: 100%;
}

.how-work .cols .item {
  text-align: center;
}

.how-work .cols .text {
  margin: 36px 45px;
  padding-left: 95px;
  position: relative;
}

@media (max-width: 767px) {
  .how-work .cols .text {
    margin: 20px 0;
  }
}

.how-work .cols .text .number {
  position: absolute;
  left: 0;
  top: 30px;
  color: #96763E;
  font-size: 60px;
  opacity: 0.3;
  font-family: "Playfair Display", serif;
  display: block;
}

@media (max-width: 767px) {
  .how-work .cols .text .number {
    font-size: 40px;
  }
}

.how-work .cols .text p {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .how-work .cols .col {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .how-work .cols .col {
    display: block;
  }
}

.group-question {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 687px;
  z-index: 100;
  background: #FFFFFF;
  box-shadow: -4px 0px 10px rgba(0, 0, 0, 0.05);
  padding: 40px;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  overflow: auto;
}

.group-question.active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.group-question h2 {
  margin-top: 0;
}

.group-question .empty {
  display: block;
  padding: 0 0 40px 0;
  text-align: center;
}

.group-question:has(.object) .empty {
  display: none;
}

.group-question .close-group-question {
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  appearance: none;
  line-height: 0;
}

.group-question .list-object {
  border-top: 1px solid #C9C9C9;
  padding-top: 30px;
  margin-top: 30px;
}

.group-question .object {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #F4F4F4;
}

.group-question .object .img {
  width: 108px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 20px;
}

.group-question .object .img img {
  display: block;
  aspect-ratio: 103/77;
  width: 100%;
}

.group-question .object .text {
  width: calc(100% - 128px);
}

.group-question .object .remove-object {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  appearance: none;
  line-height: 0;
}

.group-question__buttons .btn img {
  margin: -9px -6px -5px 8px;
}

.group-question .title {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  color: #000;
}

.group-question .title:hover {
  color: #96763E;
}

.group-question .location {
  color: #000;
}

.group-question .location:hover {
  color: #96763E !important;
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .group-question {
    max-width: 100vw;
  }
  .group-question .close-group-question {
    right: 10px;
    top: 10px;
  }
  .group-question__buttons .btn {
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
  }
}

.group-question__buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  padding: 10px 72px 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(2.5px);
  transition: all 0.3s;
}

.fixed-bottom.is-collapsed {
  transform: translateY(calc(100% - 18px));
}

.fixed-bottom__toggle:hover {
  background: #FCF9F3;
  border-color: #96763E;
}

.fixed-bottom.is-collapsed .fixed-bottom__toggle-icon {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.fixed-bottom .btn {
  display: none;
}

.fixed-bottom.group-active {
  opacity: 1;
  visibility: visible;
}

.fixed-bottom a:not(.btn) {
  margin: 0 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding: 16px 24px;
  border: 0;
  text-decoration: none;
  font-family: inherit;
  color: #000;
  border-radius: 10px;
  background-color: #FCF9F3;
  cursor: pointer;
}

.fixed-bottom .fixed-bottom__item {
  margin: 0 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding: 16px 24px;
  border: 0;
  text-decoration: none;
  font-family: inherit;
  color: #000;
  border-radius: 10px;
  background-color: #FCF9F3;
  cursor: pointer;
}

.fixed-bottom a:not(.btn).active {
  background: #96763E;
  color: #FFF;
}

.fixed-bottom .fixed-bottom__item.active {
  background: #96763E;
  color: #FFF;
}

.fixed-bottom a:not(.btn):not(.active):hover {
  background: #96763E;
  color: #FFF;
}

.fixed-bottom .fixed-bottom__item:not(.active):hover {
  background: #96763E;
  color: #FFF;
}

.fixed-bottom a:not(.btn).active img {
  filter: brightness(0) invert(1);
}

.fixed-bottom a:not(.btn):not(.active):hover img {
  filter: brightness(0) invert(1);
}

.fixed-bottom .fixed-bottom__item.active img {
  filter: brightness(0) invert(1);
}

.fixed-bottom .fixed-bottom__item:not(.active):hover img {
  filter: brightness(0) invert(1);
}

.fixed-bottom a:not(.btn).active i {
  background: #FFF;
  color: #96763E;
}

.fixed-bottom a:not(.btn):not(.active):hover i {
  background: #FFF;
  color: #96763E;
}

.fixed-bottom .fixed-bottom__item.active i {
  background: #FFF;
  color: #96763E;
}

.fixed-bottom .fixed-bottom__item:not(.active):hover i {
  background: #FFF;
  color: #96763E;
}

.fixed-bottom a:not(.btn).active:hover {
  background: #FCF9F3;
  color: #000;
}

.fixed-bottom .fixed-bottom__item.active:hover {
  background: #FCF9F3;
  color: #000;
}

.fixed-bottom a:not(.btn).active:hover img {
  filter: none;
}

.fixed-bottom .fixed-bottom__item.active:hover img {
  filter: none;
}

.fixed-bottom a:not(.btn).active:hover i {
  background: #96763E;
  color: #FFF;
}

.fixed-bottom .fixed-bottom__item.active:hover i {
  background: #96763E;
  color: #FFF;
}

.fixed-bottom a:not(.btn) img {
  transition: all 0.3s;
}

.fixed-bottom .fixed-bottom__item img {
  transition: all 0.3s;
}

.fixed-bottom a:not(.btn) span {
  margin: 0 8px;
}

.fixed-bottom .fixed-bottom__item span {
  margin: 0 8px;
}

.fixed-bottom a:not(.btn) i {
  background: #96763E;
  color: #FFF;
  font-style: normal;
  font-size: 13px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  transition: all 0.3s;
}

.fixed-bottom .fixed-bottom__item i {
  background: #96763E;
  color: #FFF;
  font-style: normal;
  font-size: 13px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  transition: all 0.3s;
}

@media (max-width: 1200px) {
  .fixed-bottom {
    opacity: 1;
    visibility: visible;
    padding: 10px 10px 10px 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .fixed-bottom.is-collapsed {
    transform: translateY(calc(100% - 16px));
  }
  .fixed-bottom .btn {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
  .fixed-bottom a:not(.btn) {
    display: inline-flex;
    width: auto;
    margin: 0 10px;
    padding: 10px 10px;
  }
  .fixed-bottom .fixed-bottom__item {
    display: inline-flex;
    width: auto;
    margin: 0 10px;
    padding: 10px 10px;
  }
  .fixed-bottom a:not(.btn) span {
    display: none;
  }
  .fixed-bottom .fixed-bottom__item span {
    display: none;
  }
  .fixed-bottom a:not(.btn) i {
    margin-left: 8px;
  }
  .fixed-bottom .fixed-bottom__item i {
    margin-left: 8px;
  }
}

.fixed-bottom__toggle {
  position: absolute;
  top: -18px;
  right: 24px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(150, 118, 62, 0.2);
  border-radius: 999px;
  background: #FFFFFF;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: transform 0.3s, background-color 0.3s, border-color 0.3s;
}

@media (max-width: 1200px) {
  .fixed-bottom__toggle {
    right: 16px;
  }
}

.fixed-bottom__toggle-icon {
  width: 10px;
  height: 10px;
  border-right: 2px solid #96763E;
  border-bottom: 2px solid #96763E;
  transform: rotate(45deg);
  margin-top: -4px;
  transition: transform 0.3s, margin 0.3s;
}

body:has(.form-heading) {
  padding-top: 100px;
}

@media (max-width: 1200px) {
  body:has(.form-heading) {
    padding-top: 80px;
  }
}

.form-heading {
  background: linear-gradient(91.18deg, #FFFBF2 0.5%, #FBF8F3 100%);
  padding: 37px 40px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}

.form-heading a {
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_13462_5238)"><path d="M15 19.5L7.5 12L15 4.5" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_13462_5238"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>') left center no-repeat;
  color: #1B1B1B;
  padding: 0 0 0 47px;
  text-decoration: none;
  font-size: 20px;
}

.form-heading a:hover {
  background-position: 5px center;
}

@media (max-width: 1200px) {
  .form-heading {
    padding: 27px 20px;
  }
  .form-heading a {
    font-size: 16px;
  }
}

.form-available:not(.check-accessibility) {
  padding: 0 0 90px 0;
}

.form-available p {
  margin-top: 0;
}

.form-available .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.form-available h1 {
  margin: 27px 0 48px 0;
}

.form-available .left {
  width: 74.5%;
  border-right: 1px solid #F4F4F4;
  padding-right: 38px;
}

@media (max-width: 1200px) {
  .form-available .left {
    width: 100%;
    border-right: 0;
    padding-right: 0;
    order: 2;
  }
}

.form-available .right {
  width: 23%;
  position: sticky;
  top: 87px;
}

@media (max-width: 1200px) {
  .form-available .right {
    width: 100%;
    order: 1;
    position: static;
  }
}

.form-available .h5 {
  margin: 30px 0;
}

.form-available .form-title {
  width: 100%;
  font-size: 20px;
  margin: 0 0 19px 0;
}

.form-available .form-title.small {
  font-size: 16px;
  margin-bottom: 10px;
}

@media all and (min-width: 1024px) {
  .form-available .form-wrap .custom-select__trigger, .form-available .form-wrap input, .form-available .form-wrap select {
    height: 64px;
  }
  .form-available .form-wrap .custom-select__trigger {
    font-size: 16px;
  }
  .form-available .form-wrap textarea {
    height: 150px;
  }
  .form-available .form-wrap .form-name {
    top: 19px;
  }
  .form-available .form-wrap:focus-within span, .form-available .form-wrap.active span {
    top: 2px;
  }
  .form-available .form-wrap input[type=date] {
    font-size: 16px;
  }
}

.form-available .form-wrap div {
  margin-bottom: 10px;
}

.form-available #participants-fields {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.form-available .form-styled > .checkbox-wrap label {
  padding-top: 10px;
}

.form-available button[type=submit] {
  margin-top: 25px;
}

.form-available .form-styled > .file-form-upload, .form-available .form-styled > .checkbox-wrap {
  width: 100%;
}

.form-available .form-styled > .checkbox-wrap {
  margin-top: 12px;
}

.form-available .form-styled > button[type=submit].btn {
  width: auto;
  min-width: 180px;
  min-height: 54px;
}

.v2-flash-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4);
}

.v2-flash-popup--success .v2-flash-popup__icon::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 28px;
  width: 12px;
  height: 24px;
  border: solid #96763E;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}

.v2-flash-popup--success .v2-flash-popup__dialog {
  width: min(710px, calc(100vw - 40px));
  padding: 56px 44px 42px;
  box-shadow: none;
}

.v2-flash-popup--success .v2-flash-popup__icon {
  width: 118px;
  height: 118px;
  margin: 0 auto 30px;
  border-width: 6px;
  border-color: #dff1df;
}

.v2-flash-popup--success .v2-flash-popup__icon::before {
  left: 35px;
  top: 24px;
  width: 26px;
  height: 50px;
  border-color: #5dbb63;
  border-width: 0 8px 8px 0;
}

.v2-flash-popup--error .v2-flash-popup__icon::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 28px;
  width: 26px;
  height: 4px;
  border-radius: 4px;
  background: #96763E;
}

.v2-flash-popup--error .v2-flash-popup__icon::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 28px;
  width: 26px;
  height: 4px;
  border-radius: 4px;
  background: #96763E;
}

.v2-flash-popup--error .v2-flash-popup__icon::before {
  transform: rotate(45deg);
}

.v2-flash-popup--error .v2-flash-popup__icon::after {
  transform: rotate(-45deg);
}

.v2-flash-popup--success .v2-flash-popup__title {
  margin-bottom: 18px;
  font-size: 48px;
  line-height: 1.15;
  font-weight: 400;
  color: #1f1f1f;
}

.v2-flash-popup--success .v2-flash-popup__body {
  font-size: 20px;
  line-height: 1.45;
}

.v2-flash-popup--success .v2-flash-popup__button {
  margin-top: 30px;
  min-width: 74px;
  padding: 14px 32px;
}

.v2-flash-popup__button:hover {
  background: #725A2F;
  border-color: #725A2F;
}

.v2-flash-popup__button:focus {
  background: #725A2F;
  border-color: #725A2F;
}

@media (max-width: 767px) {
  .v2-flash-popup--success .v2-flash-popup__dialog {
    width: min(100%, calc(100vw - 32px));
    padding: 38px 26px 30px;
  }
  .v2-flash-popup--success .v2-flash-popup__icon {
    width: 96px;
    height: 96px;
    margin-bottom: 22px;
  }
  .v2-flash-popup--success .v2-flash-popup__icon::before {
    left: 28px;
    top: 19px;
    width: 20px;
    height: 40px;
    border-width: 0 6px 6px 0;
  }
  .v2-flash-popup--success .v2-flash-popup__title {
    font-size: 34px;
  }
  .v2-flash-popup--success .v2-flash-popup__body {
    font-size: 18px;
  }
}

.v2-flash-popup__dialog {
  width: min(420px, calc(100vw - 40px));
  padding: 34px 32px 30px;
  border-radius: 5px;
  background: #FFFFFF;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  text-align: center;
}

.v2-flash-popup__icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 18px;
  border: 3px solid #96763E;
  border-radius: 50%;
  position: relative;
}

.v2-flash-popup__title {
  margin: 0 0 10px;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
}

.v2-flash-popup__body {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #575757;
}

.v2-flash-popup__button {
  margin-top: 24px;
  min-width: 116px;
  padding: 13px 22px;
  border: 1px solid #96763E;
  border-radius: 5px;
  background: #96763E;
  color: #FFFFFF;
}

.file-form-upload {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.file-form-upload > div {
  width: 100%;
  color: #575757;
  font-size: 12px;
  line-height: 16px;
  margin-top: 15px;
}

.file-form-upload .custom-file-label > div {
  background: linear-gradient(91.18deg, #FFFBF2 0.5%, #FBF8F3 100%);
  width: 144px;
  height: 84px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 26px;
  cursor: pointer;
}

@media all and (max-width: 767px) {
  .file-form-upload .custom-file-label > div {
    height: 60px;
    width: 120px;
  }
}

.form-available textarea, .form-check-accessibility textarea {
  height: 94px !important;
}

.object-form-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.object-form-list .object-form-item {
  border: 1px solid #F4F4F4;
  padding: 20px;
  border-radius: 10px;
}

.object-form-list .object-form-item:has(input[type=checkbox]:checked) {
  border-color: #FCF9F3;
  background: #FCF9F3;
}

.object-form-list .object-form-item.hidden {
  display: none;
}

.object-form-list .object-form-item.hidden.active {
  display: block;
}

.object-form-list .object-form-item .img {
  overflow: hidden;
  border-radius: 10px;
}

.object-form-list .object-form-item .img img {
  width: 100%;
  display: block;
  aspect-ratio: 227/170;
}

.object-form-list .object-form-item .category {
  color: #575757;
  margin-top: 10px;
}

.object-form-list .object-form-item .name {
  font-size: 14px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
}

.object-form-list .object-form-item .location {
  color: #575757;
  font-size: 13px;
}

.object-form-list .object-form-item ul {
  display: flex;
  align-items: center;
  margin: 8px 0 15px 0;
  padding: 0;
  list-style: none;
}

.object-form-list .object-form-item ul li {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-right: 10px;
  font-size: 13px;
}

.object-form-list .object-form-item ul li img {
  margin-right: 6px;
}

.object-form-list .object-form-item .checkbox-wrap {
  height: 31px;
  display: flex;
  align-items: center;
}

.object-form-list .object-form-item .checkbox-wrap label {
  font-size: 14px;
  padding-top: 6px;
}

.object-form-list .object-form-item .checkbox-wrap label::after {
  background-color: #FFF;
}

@media all and (max-width: 1300px) {
  .object-form-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .object-form-list .object-form-item {
    padding: 20px;
  }
}

@media all and (max-width: 530px) {
  .object-form-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .object-form-list .object-form-item {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px;
  }
  .object-form-list .object-form-item .checkbox-wrap {
    width: 100%;
  }
  .object-form-list .object-form-item .img {
    width: 100px;
    margin-right: 10px;
    border-radius: 10px;
  }
  .object-form-list .object-form-item .text {
    width: calc(100% - 110px);
  }
  .object-form-list .object-form-item ul li {
    font-size: 11px;
    margin-right: 5px;
  }
}

@media (max-width: 1500px) {
  .object-form-list .object-form-item {
    padding: 10px;
  }
}

.object-form-item-toggle {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 0 40px 0;
}

.object-form-item-toggle button {
  margin-top: 0;
}

.object-form-item-toggle button span:last-child {
  display: none;
}

.object-form-item-toggle button.open span:first-child {
  display: none;
}

.object-form-item-toggle button.open span:last-child {
  display: inline;
}

.selected-object-card {
  max-width: 500px;
}

.selected-object-card .img {
  overflow: hidden;
  border-radius: 10px;
}

.selected-object-card .img img {
  width: 100%;
  display: block;
  aspect-ratio: 227/170;
}

.selected-object-card .category {
  color: #575757;
  margin-top: 10px;
}

.selected-object-card .name {
  font-size: 24px;
  font-weight: 500;
  font-family: "Playfair Display", serif;
}

.selected-object-card .location {
  color: #575757;
  display: block;
  margin-top: 10px;
}

@media (max-width: 1200px) {
  .selected-object-card {
    max-width: 100%;
    display: flex;
    align-items: center;
  }
  .selected-object-card .img {
    max-width: 200px;
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .selected-object-card .img {
    max-width: 120px;
  }
  .selected-object-card .name {
    font-size: 20px;
    line-height: 28px;
  }
}

.selected-objects .object-card {
  margin-bottom: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.selected-objects .object-card:not(:last-of-type) {
  border-bottom: 1px solid #F4F4F4;
}

.selected-objects .object-card .image {
  width: 103px;
}

.selected-objects .object-card .object-card__info {
  width: calc(100% - 103px);
  padding-top: 0;
}

@media (max-width: 1200px) {
  .selected-objects .object-card .object-card__info {
    width: calc(100% - 123px);
  }
}

.selected-objects .object-card .link-object {
  align-items: center;
}

.add-object-heading {
  padding: 75px 0;
}

.add-object-heading .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1410px;
  flex-wrap: wrap;
}

.add-object-heading .container .left {
  width: 41%;
}

.add-object-heading .container .left .large {
  margin: 30px 0;
}

.add-object-heading .container .right {
  width: 55%;
  text-align: center;
}

.add-object-heading .container .right img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .add-object-heading {
    padding: 30px 0 60px 0;
    text-align: center;
  }
  .add-object-heading .container .left {
    width: 100%;
  }
  .add-object-heading .container .right {
    width: 100%;
    margin-top: 30px;
  }
}

.add-object-heading p {
  font-size: 20px;
  line-height: 28px;
  margin: 30px 0;
}

@media (max-width: 1200px) {
  .add-object-heading p {
    font-size: 16px;
    line-height: 24px;
  }
}

.add-object-facts h2 {
  text-align: center;
  margin: 0 0 0 0;
}

.add-object-facts .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin: 44px 0 48px 0;
}

@media (max-width: 1200px) {
  .add-object-facts .list {
    gap: 20px;
    margin: 30px 0;
  }
}

@media (max-width: 767px) {
  .add-object-facts .list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .add-object-facts .list {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
}

.add-object-facts .list .item {
  background: linear-gradient(0deg, #FFFFFF 0%, #FCF9F3 100%);
  padding: 45px;
}

.add-object-facts .list .item img {
  width: 33px;
  height: 33px;
}

.add-object-facts .list .item strong {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  display: block;
  font-weight: 500;
  margin: 11px 0 14px 5px;
}

@media (max-width: 1200px) {
  .add-object-facts .list .item strong {
    font-size: 26px;
  }
}

.add-object-video {
  background: linear-gradient(180deg, #FFFFFF 0%, #FCF9F3 100%);
  padding-bottom: 100px;
  padding-top: 78px;
}

.add-object-video .container {
  max-width: 1085px;
}

.add-object-video a {
  display: block;
  position: relative;
}

.add-object-video a img {
  border-radius: 10px;
  display: block;
  max-width: 100%;
}

.add-object-video a::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  content: "";
  height: 120px;
  transform: translateX(-50%) translateY(-50%);
  background: url('data:image/svg+xml,<svg width="119" height="120" viewBox="0 0 119 120" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_13580_11359)"><path d="M59.5 105C84.1457 105 104.125 84.8528 104.125 60C104.125 35.1472 84.1457 15 59.5 15C34.8543 15 14.875 35.1472 14.875 60C14.875 84.8528 34.8543 105 59.5 105Z" fill="url(%23paint0_linear_13580_11359)" fill-opacity="0.8"/><path d="M79.9531 60L50.2031 41.25V78.75L79.9531 60Z" fill="%2396763E"/></g><defs><linearGradient id="paint0_linear_13580_11359" x1="14.875" y1="37.3428" x2="105.474" y2="39.2" gradientUnits="userSpaceOnUse"><stop stop-color="%23FFFBF2"/><stop offset="1" stop-color="%23FBF8F3"/></linearGradient><clipPath id="clip0_13580_11359"><rect width="119" height="120" fill="white"/></clipPath></defs></svg>') center no-repeat;
  transition: all 0.3s;
}

.add-object-video a:hover::after {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}

.add-object-video .add-object-video-link {
  margin: 0;
}

.add-object-video .add-object-video-link a {
  display: inline-block;
  text-decoration: underline;
}

.add-object-video .add-object-video-link a::after {
  content: none;
}

.add-object-video p {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin: 63px 0 0 0;
}

@media (max-width: 767px) {
  .add-object-video p {
    font-size: 18px;
    line-height: 24px;
  }
}

.text-icon div {
  display: flex;
  align-items: center;
}

.text-icon div:not(:last-child) {
  margin-bottom: 20px;
}

.text-icon div span {
  font-size: 18px;
  width: calc(100% - 60px);
}

.text-icon div img {
  width: 32px;
  margin-right: 20px;
}

.add-object-list {
  background: #FCF9F3;
  padding: 96px 0;
  margin-bottom: 100px;
}

.add-object-list h2 {
  text-align: center;
  margin: 0 0 30px 0;
}

.add-object-list p {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}

@media (max-width: 1200px) {
  .add-object-list p {
    font-size: 16px;
    line-height: 24px;
  }
}

.add-object-list .list {
  max-width: 1200px;
  margin: 60px auto 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 74px 40px;
}

.add-object-list .list .item {
  position: relative;
  padding-left: 115px;
}

.add-object-list .list .item p {
  text-align: left;
}

.add-object-list .list .item .number {
  position: absolute;
  left: 0;
  top: 50%;
  color: #96763E;
  font-size: 60px;
  opacity: 0.3;
  transform: translateY(-50%);
  font-family: "Playfair Display", serif;
  display: block;
}

.add-object-list .list .item p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .add-object-list {
    padding: 60px 0;
    margin-bottom: 50px;
  }
  .add-object-list .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .add-object-list .list .item {
    padding-left: 80px;
  }
  .add-object-list .list .item .number {
    font-size: 40px;
  }
}

.search-label-anim input::placeholder {
  opacity: 0 !important;
}

.search-label-anim label > span {
  position: absolute;
  left: 51px;
  top: 18px;
  font-size: 14px;
  transition: all 0.3s;
}

.search-label-anim.active label > span {
  top: -2px !important;
  color: #575757;
  font-size: 12px;
}

.compare-email-modal .form-wrap.active > label {
  top: 6px !important;
  left: 21px !important;
}

.recommended {
  --bg: #ffffff;
  --ink: #1c2b2a;
  --sub: #5b6b6a;
  --card-border: #e8e6e0;
  --accent-soft: #a9c2bc;
  box-sizing: border-box;
  padding: 90px 40px;
  background: var(--bg);
  font-family: 'Inter', sans-serif;
  color: var(--ink);
}

.recommended * {
  box-sizing: border-box;
}

.recommended .wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 25px;
}

.recommended h2 {
  text-align: center;
  margin: 0 0 22px;
}

.recommended .subtitle {
  text-align: center;
  font-size: 17px;
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto 60px;
}

.recommended .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.recommended .card {
  border: 1px solid #F4F4F4;
  border-radius: 10px;
  padding: 36px 32px;
  background: var(--bg);
}

.recommended .quote-icon {
  color: var(--accent-soft);
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 46px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 14px;
  display: block;
}

.recommended .quote-text {
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--ink);
  margin-bottom: 24px;
}

.recommended .name {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 3px;
}

.recommended .role,
.recommended .company {
  font-style: italic;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .recommended .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .recommended .grid {
    grid-template-columns: 1fr;
  }
  .recommended h2 {
    font-size: 34px;
  }
  .recommended {
    padding: 60px 20px;
  }
}

.gallery-nav {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #F4F4F4;
  margin-bottom: 13px;
}

.gallery-nav a {
  display: flex;
  align-items: center;
  margin-right: 20px;
  height: 62px;
  font-family: 'Playfair Display', sans-serif;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
  font-size: 20px;
  color: #000;
}

.gallery-nav a svg {
  margin-right: 10px;
}

.gallery-nav a.active {
  border-bottom-color: #96763E;
}

/*# sourceMappingURL=app.css.map */
