@charset "UTF-8";
html {
  margin: 0;
  width: 100%;
  /**
   * Custom mixins, re-done in SCSS
   *
   * @author AM.HIGH
   * @version 2.0
   * @since 1.0
   */
  /**
   * Keyline using the :before pusedo selector
   */
  /**
   * Keyline using the :after pusedo selector
   */
  /**
   * Svg background image
   */
  /**
   * Svg image setting width and height of the element
   */
  /**
   * Shadow mixins
   */
  /**
   * Border radius
   */
  /**
   * Element alignment
   */
  /**
   * Gradients
   */
  /**
   * Appearance wrapper
   */
  /**
   * Animations, transitions and transforms
   */
}
@font-face {
  font-family: "costaline-thin";
  src: url("../fonts/CostalineThin.woff2") format("woff2"), url("../fonts/CostalineThin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "costaline-thin";
  src: url("../fonts/CostalineThinIitalic.woff2") format("woff2"), url("../fonts/CostalineThinitalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
html .font-primary {
  font-family: costaline-thin, sans-serif;
}
html .font-secondary {
  font-family: "Poppins", sans-serif;
}
html body {
  font-family: "Poppins", sans-serif;
}
html h1, html h2, html h3, html h4, html h5, html h6 {
  margin: 0;
  font-family: costaline-thin, sans-serif;
}
html h1 {
  line-height: 1.3;
}
html h2 {
  line-height: 1.4;
}
html .weight-100 {
  font-weight: 100;
}
html .weight-300 {
  font-weight: 300;
}
html .weight-400 {
  font-weight: 400;
}
html .weight-500 {
  font-weight: 500;
}
html .weight-600 {
  font-weight: 600;
}
html .weight-700 {
  font-weight: 700;
}
html .weight-800 {
  font-weight: 800;
}
html .weight-900 {
  font-weight: 900;
}
html .text-left {
  text-align: left;
}
html .text-center {
  text-align: center;
}
html .text-right {
  text-align: right;
}
html .text-justify {
  text-align: justify;
}
html .text-84 {
  font-size: 84px;
}
@media (max-width: 1023px) {
  html .text-84 {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  html .text-84 {
    font-size: 40px;
  }
}
html .text-56 {
  font-size: 56px;
}
@media (max-width: 1023px) {
  html .text-56 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  html .text-56 {
    font-size: 34px;
  }
}
html .text-54 {
  font-size: 54px;
}
@media (max-width: 1023px) {
  html .text-54 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  html .text-54 {
    font-size: 32px;
  }
}
html .text-48 {
  font-size: 48px;
}
@media (max-width: 1023px) {
  html .text-48 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  html .text-48 {
    font-size: 28px;
  }
}
html .text-40 {
  font-size: 40px;
}
@media (max-width: 1023px) {
  html .text-40 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  html .text-40 {
    font-size: 24px;
  }
}
html .text-36 {
  font-size: 36px;
}
@media (max-width: 1023px) {
  html .text-36 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  html .text-36 {
    font-size: 22px;
  }
}
html .text-22 {
  font-size: 22px;
}
@media (max-width: 767px) {
  html .text-22 {
    font-size: 20px;
  }
}
html .text-18 {
  font-size: 18px;
}
html .text-16 {
  font-size: 16px;
}
html .text-14 {
  font-size: 14px;
}
html p {
  margin: 0;
}
html .col-brown {
  color: #C29A68;
}
html .col-white {
  color: #FFFFFF;
}
html .col-black {
  color: #05121B;
}
html .col-cream {
  color: #F5F0EA;
}
html .col-blue {
  color: #BDC4C9;
}
html .col-grey {
  color: #929EA6;
}
html .background-brown {
  background-color: #C29A68;
}
html .background-white {
  background-color: #FFFFFF;
}
html .background-black {
  background-color: #05121B;
}
html .background-cream {
  background-color: #F5F0EA;
}
html .background-blue {
  background-color: #BDC4C9;
}
html .background-grey {
  background-color: #929EA6;
}
html .container {
  padding: 0 12px;
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  html .container {
    max-width: 960px;
  }
}
@media (max-width: 767px) {
  html .container {
    max-width: 720px;
  }
}
html .container-fluid {
  width: 100%;
  padding: 0 100px;
}
@media (max-width: 1600px) {
  html .container-fluid {
    padding: 0 64px;
  }
}
@media (max-width: 1023px) {
  html .container-fluid {
    padding: 0 12px;
  }
}
html * {
  box-sizing: border-box;
}
html a {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}
html .btn-global {
  display: flex;
  align-items: center;
  gap: 32px;
  height: 44px;
  padding: 0 32px;
  transition: all ease 0.3s;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  html .btn-global {
    padding: 0 24px;
    gap: 24px;
  }
}
html .btn-global:hover {
  color: #fff !important;
  background-color: #C29A68;
  border-color: #C29A68 !important;
}
html .btn-global:hover svg path {
  stroke: #fff !important;
}
html .btn-global img, html .btn-global svg {
  transition: all ease 0.3s;
}
html .btn-global.background-brown:hover {
  background-color: #9B7B53;
}
html section {
  overflow: hidden;
  width: 100%;
}
html form {
  width: 100%;
  display: flex;
  flex-direction: column;
}
html form .forminator-response-message {
  order: 2;
}
html form .forminator-response-message.forminator-error {
  display: none;
}
html form .forminator-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
html form .forminator-row:not(:last-child) {
  margin-bottom: 16px !important;
}
html form .forminator-row .forminator-col {
  padding: 0 !important;
}
html form .forminator-row .forminator-col:not(.forminator-field-checkbox) {
  margin-bottom: 24px;
}
html form .forminator-row .forminator-col:not(.forminator-field-checkbox) input, html form .forminator-row .forminator-col:not(.forminator-field-checkbox) textarea {
  width: 100%;
  height: 57px;
  padding: 16px 0;
  display: flex;
  align-items: center;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #929EA6;
  color: #05121B;
  font-family: costaline-thin, sans-serif;
  font-weight: 100;
  font-size: 16px;
}
html form .forminator-row .forminator-col:not(.forminator-field-checkbox) input:focus-visible, html form .forminator-row .forminator-col:not(.forminator-field-checkbox) textarea:focus-visible {
  outline: 0;
}
html form .forminator-row .forminator-col:not(.forminator-field-checkbox) .forminator-error-message {
  display: flex;
  font-size: 12px;
  color: #f00;
  margin-top: 10px;
}
html form .forminator-row .forminator-col.forminator-field-checkbox label {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 590px;
}
@media (max-width: 1023px) {
  html form .forminator-row .forminator-col.forminator-field-checkbox label {
    width: 100%;
  }
}
html form .forminator-row .forminator-col.forminator-field-checkbox input {
  display: none;
}
html form .forminator-row .forminator-col.forminator-field-checkbox input:checked + .forminator-checkbox-box {
  background: #C29A68;
}
html form .forminator-row .forminator-col.forminator-field-checkbox input:checked + .forminator-checkbox-box::before {
  opacity: 1;
}
html form .forminator-row .forminator-col.forminator-field-checkbox .forminator-checkbox-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid #929EA6;
  position: relative;
  transition: all ease 0.3s;
}
html form .forminator-row .forminator-col.forminator-field-checkbox .forminator-checkbox-box::before {
  content: "";
  background-size: 10px;
  width: 10px;
  height: 7px;
  position: relative;
  background-image: url("../img/check.svg");
  background-repeat: no-repeat;
  opacity: 0;
  transition: all ease 0.3s;
}
html form .forminator-row .forminator-col.forminator-field-checkbox .forminator-checkbox-label {
  flex: 1;
  font-size: 14px;
  font-weight: 300;
  color: #05121B;
}
@media (max-width: 1023px) {
  html form .forminator-row .forminator-col.forminator-field-checkbox .forminator-checkbox-label {
    width: calc(100% - 34px);
  }
}
html form .forminator-row .forminator-col label:not(.forminator-checkbox) {
  display: none;
}
html form .forminator-row .forminator-col textarea {
  height: auto;
  min-height: 57px !important;
}
html form .forminator-row.forminator-row-last {
  padding-top: 10px;
  display: flex;
}
html form .forminator-row.forminator-row-last button {
  min-width: 257px;
  height: 56px;
  border-radius: 100px;
  border: 1px solid #C29A68;
  background: #C29A68;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 0 32px;
  font-family: "Poppins", sans-serif;
  transition: all ease 0.3s;
}
html form .forminator-row.forminator-row-last button::after {
  position: relative;
  background-image: url("../img/arrowright-white.svg");
  background-size: 24px;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  content: "";
}
html form .forminator-row.forminator-row-last button:hover {
  background-color: #9B7B53;
  border-color: #9B7B53;
}
html body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}
html body header.nav2 {
  padding: 30px 0;
  transition: all ease 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
@media (max-width: 1023px) {
  html body header.nav2 {
    padding: 16px 0;
  }
}
html body header.nav2 .container {
  padding: 0 12px !important;
}
html body header.nav2.nav2--scrolled {
  padding: 3px 0;
  background: #fff;
}
@media (max-width: 1023px) {
  html body header.nav2.nav2--scrolled {
    padding: 0;
  }
}
html body header.nav2.nav2--scrolled .header-btn {
  color: #05121B;
  border-color: #C29A68;
}
html body header.nav2.nav2--scrolled .header-btn svg path {
  stroke: #05121B;
}
html body header.nav2.nav2--scrolled .header-logo {
  width: 172px;
}
@media (max-width: 1023px) {
  html body header.nav2.nav2--scrolled .header-logo {
    width: 145px;
  }
}
html body header.nav2.nav2--scrolled .header-logo svg path:not(.color-path) {
  fill: #05121B;
}
html body header.nav2.nav2--scrolled .header-menu svg {
  width: 100%;
}
html body header.nav2.nav2--scrolled .header-menu svg path {
  stroke: #05121B;
}
html body header.nav2 .nav2__inner {
  width: 100%;
  display: flex;
  gap: 24px;
  align-items: center;
}
html body header.nav2 .col-header {
  width: calc(33.33% - 16px);
  display: flex;
}
@media (max-width: 1023px) {
  html body header.nav2 .col-header {
    width: calc(50% - 12px);
  }
}
html body header.nav2 .col-header.header-left {
  justify-content: flex-start;
}
@media (max-width: 1023px) {
  html body header.nav2 .col-header.header-left {
    display: none;
  }
}
html body header.nav2 .col-header.header-center {
  justify-content: center;
}
@media (max-width: 1023px) {
  html body header.nav2 .col-header.header-center {
    justify-content: flex-start;
  }
}
html body header.nav2 .col-header.header-right {
  justify-content: flex-end;
}
html body header.nav2 .header-logo {
  width: 248px;
  transition: all ease 0.3s;
}
@media (max-width: 1023px) {
  html body header.nav2 .header-logo {
    width: 180px;
  }
}
@media (max-width: 767px) {
  html body header.nav2 .header-logo {
    width: 160px;
  }
}
html body header.nav2 .header-logo svg {
  width: 100%;
}
html body header.nav2 .header-btn {
  border: 1px solid #fff;
  border-radius: 100px;
  transition: all ease 0.3s;
}
html body header.nav2 .header-btn svg path {
  transition: all ease 0.3s;
}
html body header.nav2 .header-menu svg path {
  transition: all ease 0.3s;
}
html body .menu-popout {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg-shapes.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  padding: 24px;
  display: none;
}
@media (max-width: 1023px) {
  html body .menu-popout {
    background-size: cover;
  }
}
html body .menu-popout .close-popout {
  position: absolute;
  top: 40px;
  right: 64px;
}
@media (max-width: 1023px) {
  html body .menu-popout .close-popout {
    top: 12px;
    right: 12px;
  }
}
html body .menu-popout ul {
  width: 100%;
  height: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1023px) {
  html body .menu-popout ul {
    gap: 32px;
  }
}
html body .menu-popout ul li:hover a {
  color: #C29A68;
}
html body .menu-popout ul li a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
  transition: all ease 0.3s;
}
html body.page-template-kontaktai .nav2 .header-left .header-btn, html body.page-template-default .nav2 .header-left .header-btn {
  border-color: #C29A68;
  color: #05121B;
}
html body.page-template-kontaktai .nav2 .header-left .header-btn svg path, html body.page-template-default .nav2 .header-left .header-btn svg path {
  stroke: #05121B;
}
html body.page-template-kontaktai .nav2 .header-center a svg path:not(.color-path), html body.page-template-default .nav2 .header-center a svg path:not(.color-path) {
  fill: #05121B;
}
html body.page-template-kontaktai .nav2 .header-right .header-menu svg path, html body.page-template-default .nav2 .header-right .header-menu svg path {
  stroke: #05121B;
}
html body .page-banners {
  height: 450px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding-bottom: 129px;
  position: relative;
}
@media (max-width: 767px) {
  html body .page-banners {
    padding-bottom: 100px;
    height: 350px;
  }
}
html body .page-banners::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: rgba(5, 18, 27, 0.5019607843);
  width: 100%;
  height: 100%;
}
html body .page-banners .container {
  position: relative;
  z-index: 2;
}
html body .page-banners h1 {
  max-width: 628px;
  margin: 0 auto;
  width: 100%;
  text-transform: capitalize;
}
html body .hero-banner {
  position: relative;
  min-height: calc(100vh - 80px);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 44px 0;
}
html body .hero-banner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 18, 27, 0.4);
  content: "";
  z-index: 1;
}
html body .hero-banner video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
html body .hero-banner .container {
  position: relative;
  z-index: 2;
}
html body .hero-banner .container .hero-location {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 0;
  right: 12px;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  html body .hero-banner .container .hero-location {
    position: relative;
    right: unset;
    bottom: unset;
  }
}
html body .hero-banner .container .hero-content {
  width: 693px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  html body .hero-banner .container .hero-content {
    width: 100%;
  }
}
html body .hero-banner .container .hero-content .hero-content-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
html body .hero-banner .container .hero-content .hero-content-top .hero-subtitle {
  font-style: italic;
}
html body .hero-banner .container .banner-btn {
  border-radius: 100px;
}
html body .videobanner {
  width: 100%;
  height: calc(100vh - 80px);
}
html body .videobanner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body .homepage-offers {
  background-attachment: fixed;
  background-size: cover;
  padding: 104px 0;
}
@media (max-width: 1023px) {
  html body .homepage-offers {
    padding: 20px 0 90px;
  }
}
html body .homepage-offers .offer-rows {
  display: flex;
  flex-wrap: wrap;
  gap: 113px;
}
@media (max-width: 1366px) {
  html body .homepage-offers .offer-rows {
    gap: 80px;
  }
}
@media (max-width: 1023px) {
  html body .homepage-offers .offer-rows {
    gap: 40px;
  }
}
html body .homepage-offers .offer-rows .offer-left {
  width: 400px;
}
@media (max-width: 1366px) {
  html body .homepage-offers .offer-rows .offer-left {
    width: 340px;
  }
}
@media (max-width: 1023px) {
  html body .homepage-offers .offer-rows .offer-left {
    width: 100%;
    text-align: center;
  }
}
html body .homepage-offers .offer-rows .offer-left img {
  width: 100%;
  transition: all ease 0.3s;
}
@media (max-width: 1023px) {
  html body .homepage-offers .offer-rows .offer-left img {
    width: 70%;
  }
}
@media (max-width: 767px) {
  html body .homepage-offers .offer-rows .offer-left img {
    width: 100%;
  }
}
html body .homepage-offers .offer-rows .offer-right {
  flex: 1;
  display: flex;
  padding-top: 46px;
  gap: 59px;
}
@media (max-width: 1366px) {
  html body .homepage-offers .offer-rows .offer-right {
    gap: 40px;
    width: calc(100% - 420px);
  }
}
@media (max-width: 1023px) {
  html body .homepage-offers .offer-rows .offer-right {
    padding-top: 0;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  html body .homepage-offers .offer-rows .offer-right {
    flex-direction: column;
  }
}
html body .homepage-offers .offer-rows .offer-right .offer-right-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  padding-bottom: 62px;
}
@media (max-width: 767px) {
  html body .homepage-offers .offer-rows .offer-right .offer-right-left {
    padding-bottom: 0;
  }
}
html body .homepage-offers .offer-rows .offer-right .offer-right-left img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 169px;
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  html body .homepage-offers .offer-rows .offer-right .offer-right-left img {
    display: none;
  }
}
html body .homepage-offers .offer-rows .offer-right .offer-right-left .offer-description {
  font-size: 16px;
  font-weight: 300;
  color: #F5F0EA;
  width: 285px;
}
@media (max-width: 1366px) {
  html body .homepage-offers .offer-rows .offer-right .offer-right-left .offer-description {
    width: 260px;
  }
}
@media (max-width: 1023px) {
  html body .homepage-offers .offer-rows .offer-right .offer-right-left .offer-description {
    width: calc(100% - 190px);
  }
}
@media (max-width: 767px) {
  html body .homepage-offers .offer-rows .offer-right .offer-right-left .offer-description {
    width: 100%;
  }
}
html body .homepage-offers .offer-rows .offer-right .offer-right-right {
  width: 227px;
  padding-top: 84px;
}
@media (max-width: 767px) {
  html body .homepage-offers .offer-rows .offer-right .offer-right-right {
    display: flex;
    gap: 40px;
    padding-top: 0;
    width: 100%;
    align-items: flex-end;
  }
}
html body .homepage-offers .offer-rows .offer-right .offer-right-right .mobile-img {
  width: calc(35% - 20px);
  margin-bottom: -70px;
  transition: all ease 0.3s;
}
@media (min-width: 768px) {
  html body .homepage-offers .offer-rows .offer-right .offer-right-right .mobile-img {
    display: none;
  }
}
html body .homepage-offers .offer-rows .offer-right .offer-right-right img.initial-img {
  width: 100%;
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  html body .homepage-offers .offer-rows .offer-right .offer-right-right img.initial-img {
    flex: 1;
    width: calc(65% - 20px);
  }
}
html body .homepage-offers img {
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
}
html body .homepage-offers img.is-changing {
  opacity: 0;
}
html body {
  /* ==========================================================
     SECTION 2 — LIFESTYLE
     ========================================================== */
}
html body .lifestyle {
  position: relative;
  padding: 140px 0;
  color: #ffffff;
  background-image: url("/wp-content/themes/druskonio-perlai/static/lifestyle_background_good.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
html body {
  /* Ensure content stays above overlay */
}
html body .lifestyle .container,
html body .lifestyle__inner,
html body .lifestyle__content,
html body .lifestyle__image-main,
html body .lifestyle__image-small {
  position: relative;
  z-index: 2;
}
html body .lifestyle__content p {
  color: white;
  padding-right: 130px !important;
}
html body .lifestyle__content h2 {
  color: white !important;
}
html body {
  /* Grid layout */
}
html body .lifestyle__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 0.7fr);
  column-gap: 60px;
  align-items: center;
}
html body {
  /* LEFT LARGE IMAGE */
}
html body .lifestyle__image-main {
  grid-column: 1/2;
  grid-row: 1/1;
  width: 90%;
  padding-top: 115%; /* tall rectangle */
  background-image: url("/wp-content/themes/druskonio-perlai/static/section-2-image2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -150px;
}
html body {
  /* RIGHT — TOP SMALL IMAGE */
}
html body .lifestyle__image-small--top {
  grid-column: 3/4;
  grid-row: 1/2;
  width: 80%;
  max-width: 100%;
  padding-top: 100%; /* square */
  background-image: url("/wp-content/themes/druskonio-perlai/static/section-2-image3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -80px;
  margin-left: auto;
}
html body {
  /* RIGHT — BOTTOM SMALL IMAGE */
}
html body .lifestyle__image-small--bottom {
  grid-column: 3/4;
  grid-row: 3/4;
  width: 100%;
  max-width: 169px;
  padding-top: 70%;
  background-image: url("/wp-content/themes/druskonio-perlai/static/section-2-image1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -130px;
  margin-left: -150px;
}
html body {
  /* Responsive */
}
@media (max-width: 992px) {
  html body .lifestyle {
    padding: 90px 0;
  }
  html body {
    /* Switch layout to 2-column grid */
  }
  html body .lifestyle__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 24px;
    column-gap: 16px;
    align-items: flex-start;
  }
  html body {
    /* Main tall image – full width, top row */
  }
  html body .lifestyle__image-main {
    grid-column: 1/3;
    grid-row: 1;
    width: 100% !important;
    max-width: 480px;
    margin: 0 auto;
  }
  html body {
    /* Text block – full width, second row */
  }
  html body .lifestyle__content {
    grid-column: 1/3;
    grid-row: 2;
    max-width: 100%;
  }
  html body .lifestyle__content h2 {
    font-size: 36px;
  }
  html body .lifestyle__content p {
    padding: 0px !important;
  }
  html body {
    /* Small images — shared rules */
  }
  html body .lifestyle__image-small--top,
  html body .lifestyle__image-small--bottom {
    width: 100% !important;
    max-width: 100%;
    margin: 0;
    align-self: auto;
  }
  html body {
    /* Slideshow image – now RIGHT */
  }
  html body .lifestyle__image-small--top {
    grid-column: 2/3 !important;
    grid-row: 3;
    margin-top: -40px;
    margin-top: 10px;
    height: 230px;
  }
  html body {
    /* Bottom small image – now LEFT */
  }
  html body .lifestyle__image-small--bottom {
    grid-column: 1/2 !important;
    grid-row: 3;
    margin-top: 140px;
    width: 80% !important;
    padding-top: 90%;
  }
}
html body {
  /* Slideshow wrapper */
}
html body .slideshow {
  position: relative;
  overflow: hidden;
}
html body {
  /* Two stacked slides */
}
html body .slideshow .slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.6s ease;
}
html body {
  /* Visible slide */
}
html body .slideshow .slide.visible {
  opacity: 1;
}
html body .lifestyle__text p {
  font-size: 16px;
  font-weight: 300;
  color: #F5F0EA;
}
html body .section1-wrapper {
  padding: 120px 0;
  background-image: url("../img/bg-shapes.png");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  html body .section1-wrapper {
    padding: 40px 0;
  }
}
html body .section1-wrapper .section1-row {
  display: flex;
  flex-direction: column;
  gap: 77px;
  align-items: center;
}
@media (max-width: 1023px) {
  html body .section1-wrapper .section1-row {
    gap: 48px;
  }
}
html body .section1-wrapper .section1-row .section1-top {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
  width: 621px;
  align-items: center;
}
@media (max-width: 767px) {
  html body .section1-wrapper .section1-row .section1-top {
    width: 100%;
  }
}
html body .section1-wrapper .section1-row .section1-top h2 {
  width: 420px;
  font-style: italic;
}
@media (max-width: 767px) {
  html body .section1-wrapper .section1-row .section1-top h2 {
    width: 100%;
  }
}
html body .section1-wrapper .section1-row .section1-bottom {
  display: flex;
  gap: 170px;
  align-items: center;
}
@media (max-width: 1366px) {
  html body .section1-wrapper .section1-row .section1-bottom {
    gap: 50px;
  }
}
@media (max-width: 1023px) {
  html body .section1-wrapper .section1-row .section1-bottom {
    gap: 62px;
    flex-direction: column;
  }
}
html body .section1-wrapper .section1-row .section1-bottom .section1-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
html body .section1-wrapper .section1-row .section1-bottom .section1-content p {
  padding-right: 57px;
}
@media (max-width: 767px) {
  html body .section1-wrapper .section1-row .section1-bottom .section1-content p {
    padding-right: 0;
  }
}
html body .section1-wrapper .section1-row .section1-bottom .section1-img {
  width: 742px;
}
@media (max-width: 1366px) {
  html body .section1-wrapper .section1-row .section1-bottom .section1-img {
    width: calc(50% - 25px);
  }
}
@media (max-width: 1023px) {
  html body .section1-wrapper .section1-row .section1-bottom .section1-img {
    width: 100%;
    text-align: center;
  }
}
html body .section1-wrapper .section1-row .section1-bottom .section1-img img {
  width: 100%;
}
@media (max-width: 1023px) {
  html body .section1-wrapper .section1-row .section1-bottom .section1-img img {
    width: 70%;
  }
}
@media (max-width: 767px) {
  html body .section1-wrapper .section1-row .section1-bottom .section1-img img {
    width: 100%;
  }
}
html body .section2-wrapper {
  padding: 104px 0;
  position: relative;
  background-image: url("../img/section3.svg.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}
@media (max-width: 1023px) {
  html body .section2-wrapper {
    padding: 40px 0;
    background-size: contain;
    background-image: url("../img/benefits_mobile.png");
  }
}
html body .section2-wrapper .section2-row {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
}
@media (max-width: 1023px) {
  html body .section2-wrapper .section2-row {
    gap: 40px;
  }
}
html body .section2-wrapper .section2-row .section2-top {
  max-width: 740px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  html body .section2-wrapper .section2-row .section2-top {
    width: 100%;
  }
}
html body .section2-wrapper .section2-row .section2-top .section2-subtitle {
  max-width: 627px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
html body .section2-wrapper .section2-row .section2-repeater {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 1023px) {
  html body .section2-wrapper .section2-row .section2-repeater {
    gap: 48px;
  }
}
html body .section2-wrapper .section2-row .section2-repeater .section2-item {
  display: flex;
  gap: 112px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1366px) {
  html body .section2-wrapper .section2-row .section2-repeater .section2-item {
    gap: 80px;
  }
}
@media (max-width: 1023px) {
  html body .section2-wrapper .section2-row .section2-repeater .section2-item {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  html body .section2-wrapper .section2-row .section2-repeater .section2-item {
    gap: 16px;
    flex-direction: column;
  }
}
html body .section2-wrapper .section2-row .section2-repeater .section2-item .section2-item-img {
  max-width: 800px;
  width: 100%;
}
@media (max-width: 1366px) {
  html body .section2-wrapper .section2-row .section2-repeater .section2-item .section2-item-img {
    max-width: calc(60% - 40px);
  }
}
@media (max-width: 1023px) {
  html body .section2-wrapper .section2-row .section2-repeater .section2-item .section2-item-img {
    max-width: calc(60% - 20px);
  }
}
@media (max-width: 767px) {
  html body .section2-wrapper .section2-row .section2-repeater .section2-item .section2-item-img {
    max-width: 100%;
    order: 1;
  }
}
html body .section2-wrapper .section2-row .section2-repeater .section2-item .section2-item-img img {
  width: 100%;
}
html body .section2-wrapper .section2-row .section2-repeater .section2-item .section2-item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 767px) {
  html body .section2-wrapper .section2-row .section2-repeater .section2-item .section2-item-content {
    order: 2;
    gap: 10px;
  }
}
html body .section2-wrapper .section2-row .section2-repeater .section2-item .section2-item-content .item-desc p {
  font-size: 16px;
  font-weight: 300;
  color: #05121B;
}
html body .section2-wrapper .section2-row .section2-repeater .section2-item .section2-item-content .item-desc p:not(:last-child) {
  margin-bottom: 18px;
}
html body .section2-wrapper .section2-row .section2-repeater .section2-item .section2-item-content .item-desc p strong {
  font-weight: 500;
}
html body.page-template-vieta .section2-wrapper {
  background-color: #F5F0EA;
  background-image: url("../img/bg-shapes.png");
}
html body .section3-wrapper {
  padding: 104px 0;
}
@media (max-width: 1023px) {
  html body .section3-wrapper {
    padding: 0 0 40px 0;
  }
}
html body .section3-wrapper .section3-row {
  display: flex;
  gap: 60px;
  width: 100%;
}
@media (max-width: 1023px) {
  html body .section3-wrapper .section3-row {
    flex-direction: column;
    gap: 40px;
  }
}
html body .section3-wrapper .section3-row .section3-img {
  width: calc(70% - 30px);
}
@media (max-width: 1366px) {
  html body .section3-wrapper .section3-row .section3-img {
    width: calc(60% - 30px);
  }
}
@media (max-width: 1023px) {
  html body .section3-wrapper .section3-row .section3-img {
    width: 100%;
  }
}
html body .section3-wrapper .section3-row .section3-img .location__map {
  width: 100%;
  padding-top: 65%;
  background-image: url("/wp-content/themes/druskonio-perlai/static/location_map.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: visible; /* NUIMAM !important */
  z-index: 3;
}
html body .section3-wrapper .section3-row .section3-texts {
  width: calc(30% - 30px);
  display: flex;
  gap: 24px;
  flex-direction: column;
  height: 100%;
  top: 120px;
  position: sticky;
  padding-right: 12px;
}
@media (max-width: 1366px) {
  html body .section3-wrapper .section3-row .section3-texts {
    width: calc(40% - 30px);
  }
}
@media (max-width: 1023px) {
  html body .section3-wrapper .section3-row .section3-texts {
    width: 100%;
    padding: 0 12px;
    gap: 16px;
  }
}
html body .section3-wrapper .section3-row .section3-texts .section3-content {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
@media (max-width: 1023px) {
  html body .section3-wrapper .section3-row .section3-texts .section3-content {
    gap: 16px;
  }
}
html body .section3-wrapper .section3-row .section3-texts .section3-content p {
  font-size: 16px;
  font-weight: 300;
  color: #05121B;
}
html body .section3-wrapper .section3-row .section3-texts .s3-btn {
  display: flex;
  gap: 24px;
  letter-spacing: 0.1em;
  align-items: center;
}
html body .section3-wrapper .section3-row .section3-texts .s3-btn:hover {
  text-decoration: underline;
}
html body.page-template-vieta .section3-wrapper {
  background-color: #fff;
}
html body {
  /* ============================
     SECTION 4 – MAP HOTSPOTS
     ============================ */
}
html body .location__map > button:first-of-type .map-hotspot__icon {
  transform: scale(2);
}
html body {
  /* Base hotspot button */
}
html body .map-hotspot {
  position: absolute;
  width: 48px;
  height: 48px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  transform: translate(-50%, -50%);
  z-index: 1; /* base layer for all hotspots */
}
html body {
  /* Raise the hovered hotspot above all others */
}
html body .map-hotspot:hover {
  z-index: 50;
}
html body {
  /* Gold circle icon */
}
html body .map-hotspot__icon {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #B79263;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55%;
  transition: transform 0.25s ease;
  z-index: 1; /* below tooltip, above halo */
}
html body {
  /* Hover halo/overlay circle */
}
html body .map-hotspot__icon::after {
  content: "";
  position: absolute;
  inset: -12px; /* controls the size of the halo */
  border-radius: 50%;
  background-color: #B79263;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 0; /* behind the icon */
}
html body {
  /* Hover effects – desktop */
}
html body .map-hotspot:hover .map-hotspot__icon {
  transform: scale(1.3);
}
html body .map-hotspot:hover .map-hotspot__icon::after {
  opacity: 0.18; /* halo transparency */
  transform: scale(0.9);
}
html body {
  /* Tooltip pill (desktop / default) */
}
html body .map-hotspot__tooltip {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  white-space: nowrap;
  background: #C29A68;
  color: white;
  padding: 10px 26px 10px 26px;
  border-radius: 999px;
  font-size: 16px;
  line-height: 1.3;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
  z-index: 2; /* ABOVE icon + halo, within hovered hotspot */
  transition: opacity 0.25s ease, transform 0.25s ease;
}
html body {
  /* Tooltip icon */
}
html body .map-hotspot__tooltip::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background-image: url("/wp-content/themes/druskonio-perlai/static/icon-location-pin.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
html body {
  /* Tooltip visible */
}
html body .map-hotspot:hover .map-hotspot__tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(10px);
}
html body {
  /* Hotspot positions – adjust to fit your map */
}
html body .map-hotspot--main {
  top: 60%;
  left: 44%;
}
html body .map-hotspot--cafe {
  top: 63%;
  left: 30%;
}
html body .map-hotspot--park {
  top: 33%;
  left: 50%;
}
html body .map-hotspot--spa {
  top: 45%;
  left: 58%;
}
html body .map-hotspot--lake {
  top: 77%;
  left: 24%;
}
html body .map-hotspot--shopping {
  top: 14%;
  left: 30%;
}
html body .map-hotspot--food {
  top: 72%;
  left: 64%;
}
html body .map-hotspot--wellness {
  top: 30%;
  left: 81%;
}
html body .map-hotspot--kids {
  top: 20%;
  left: 21%;
}
html body {
  /* Icon assignments */
}
html body .map-hotspot--main .map-hotspot__icon {
  background-image: url("/wp-content/themes/druskonio-perlai/static/main-icon.svg");
}
html body .map-hotspot--cafe .map-hotspot__icon {
  background-image: url("/wp-content/themes/druskonio-perlai/static/Coffee.svg");
}
html body .map-hotspot--park .map-hotspot__icon {
  background-image: url("/wp-content/themes/druskonio-perlai/static/Tree.svg");
}
html body .map-hotspot--spa .map-hotspot__icon {
  background-image: url("/wp-content/themes/druskonio-perlai/static/FlowerLotus.svg");
}
html body .map-hotspot--lake .map-hotspot__icon {
  background-image: url("/wp-content/themes/druskonio-perlai/static/SwimmingPool.svg");
}
html body .map-hotspot--shopping .map-hotspot__icon {
  background-image: url("/wp-content/themes/druskonio-perlai/static/ShoppingCart.svg");
}
html body .map-hotspot--food .map-hotspot__icon {
  background-image: url("/wp-content/themes/druskonio-perlai/static/ForkKnife.svg");
}
html body .map-hotspot--wellness .map-hotspot__icon {
  background-image: url("/wp-content/themes/druskonio-perlai/static/Waves.svg");
}
html body .map-hotspot--kids .map-hotspot__icon {
  background-image: url("/wp-content/themes/druskonio-perlai/static/TennisBall.svg");
}
html body {
  /* Map hotspots – mobile */
}
@media (max-width: 768px) {
  html body .location__map {
    overflow: hidden;
  }
  html body .map-hotspot {
    width: 40px;
    height: 40px;
  }
  html body .map-hotspot__icon {
    width: 20px;
    height: 20px;
    transform: none; /* no extra scale base */
  }
  html body {
    /* soften hover even more on mobile */
  }
  html body .map-hotspot:hover .map-hotspot__icon {
    transform: none;
  }
  html body .map-hotspot__icon::after,
  html body .map-hotspot:hover .map-hotspot__icon::after {
    opacity: 0;
    transform: none;
  }
  html body {
    /* TOOLTIP – below hotspot, centered text */
  }
  html body .map-hotspot__tooltip {
    top: 120%; /* clearly below the circle */
    left: 20%;
    transform: translateX(-50%);
    white-space: normal;
    width: 180px;
    font-size: 12px;
    padding: 8px 0px;
    text-align: center;
  }
  html body .map-hotspot:hover .map-hotspot__tooltip {
    transform: translateX(-50%);
  }
  html body {
    /* remove pin icon inside tooltip on mobile (no extra left space) */
  }
  html body .map-hotspot__tooltip::before {
    content: none;
  }
}
html body .contact-section {
  padding: 104px 0;
  background-image: url("../img/contacts-bg.svg");
  background-position: 40% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  html body .contact-section {
    padding: 40px 0;
    background-size: cover;
  }
}
html body .contact-section .contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  html body .contact-section .contact-row {
    gap: 40px;
  }
}
html body .contact-section .contact-row .contact-top {
  display: none;
  gap: 24px;
}
html body .contact-section .contact-row .contact-top h2 {
  text-align: center;
}
html body .contact-section .contact-row .contact-top p {
  text-align: center;
}
html body .contact-section .contact-row .contact-left {
  width: 285px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
@media (max-width: 1366px) {
  html body .contact-section .contact-row .contact-left {
    width: calc(30% - 30px);
  }
}
@media (max-width: 1023px) {
  html body .contact-section .contact-row .contact-left {
    width: 100%;
  }
}
html body .contact-section .contact-row .contact-left .contact-left-top {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
html body .contact-section .contact-row .contact-left .contact-infos {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1023px) {
  html body .contact-section .contact-row .contact-left .contact-infos {
    gap: 20px;
  }
}
html body .contact-section .contact-row .contact-left .contact-infos .contact-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
html body .contact-section .contact-row .contact-left .contact-infos .contact-info .contacts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
html body .contact-section .contact-row .contact-left .contact-infos .contact-info .contacts .contact {
  display: flex;
  gap: 10px;
  align-items: center;
}
html body .contact-section .contact-row .contact-left .contact-infos .contact-info .contacts .contact img {
  width: 20px;
}
html body .contact-section .contact-row .contact-left .contact-infos .contact-info .contacts .contact a {
  flex: 1;
}
html body .contact-section .contact-row .contact-right {
  width: 627px;
}
@media (max-width: 1366px) {
  html body .contact-section .contact-row .contact-right {
    width: calc(70% - 30px);
  }
}
@media (max-width: 1023px) {
  html body .contact-section .contact-row .contact-right {
    width: 100%;
  }
}
html body.page-template-kontaktai .contact-section {
  min-height: 100vh;
  padding-top: 191px;
}
html body.page-template-kontaktai .contact-section .contact-row {
  gap: 80px;
}
html body.page-template-kontaktai .contact-section .contact-row .contact-top {
  display: flex;
  flex-direction: column;
  width: 100%;
}
html body.page-template-kontaktai .contact-section .contact-row .contact-left .contact-left-top {
  display: none;
}
html body .dkp-footer {
  padding: 80px 0 40px;
}
@media (max-width: 1023px) {
  html body .dkp-footer {
    padding: 40px 0 20px;
  }
}
html body .dkp-footer .footer-row {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 1023px) {
  html body .dkp-footer .footer-row {
    gap: 48px;
  }
}
@media (max-width: 767px) {
  html body .dkp-footer .footer-row {
    gap: 32px;
  }
}
html body .dkp-footer .footer-row .footer-top {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
}
@media (max-width: 1023px) {
  html body .dkp-footer .footer-row .footer-top {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  html body .dkp-footer .footer-row .footer-top {
    gap: 24px;
  }
}
html body .dkp-footer .footer-row .footer-top .footer-logo {
  width: 282px;
}
@media (max-width: 767px) {
  html body .dkp-footer .footer-row .footer-top .footer-logo {
    width: 220px;
  }
}
html body .dkp-footer .footer-row .footer-top .footer-logo svg {
  width: 100%;
}
html body .dkp-footer .footer-row .footer-top .footer-menu ul {
  list-style: none;
  display: flex;
  gap: 32px;
  padding: 0;
  margin: 0;
}
@media (max-width: 1023px) {
  html body .dkp-footer .footer-row .footer-top .footer-menu ul {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  html body .dkp-footer .footer-row .footer-top .footer-menu ul {
    gap: 16px;
    flex-direction: column;
    text-align: center;
  }
}
html body .dkp-footer .footer-row .footer-top .footer-menu ul li {
  font-size: 16px;
  line-height: 1;
}
html body .dkp-footer .footer-row .footer-top .footer-menu ul li a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-family: "Poppins", sans-serif;
  position: relative;
}
html body .dkp-footer .footer-row .footer-top .footer-menu ul li a:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 1px;
  content: "";
  background: #fff;
  width: 0;
  transition: all ease 0.3s;
}
html body .dkp-footer .footer-row .footer-top .footer-menu ul li a:hover:before {
  width: 100%;
}
html body .dkp-footer .footer-row .footer-bottom {
  padding-top: 32px;
  border-top: 1px solid rgba(146, 158, 166, 0.5019607843);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  html body .dkp-footer .footer-row .footer-bottom {
    flex-direction: column-reverse;
    gap: 8px;
    padding-top: 16px;
  }
}
html body .site-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 18, 27, 0.5);
  z-index: 999;
  display: none;
}
html body .site-popup .site-popup-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
html body .site-popup .popup-content {
  max-width: 1024px;
  max-height: calc(100vh - 50px);
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: #fff;
  width: 100%;
  overflow-y: auto;
}
@media (max-width: 1023px) {
  html body .site-popup .popup-content {
    max-width: 100%;
    width: calc(100% - 32px);
  }
}
html body .site-popup .popup-content .popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  z-index: 9;
}
@media (max-width: 1023px) {
  html body .site-popup .popup-content .popup-close {
    width: 24px;
    height: 24px;
  }
}
html body .site-popup .popup-content .popup-close img {
  width: 100%;
}
html body .site-popup .popup-content .popup-img {
  flex: 1;
}
@media (max-width: 1023px) {
  html body .site-popup .popup-content .popup-img {
    display: none;
  }
}
html body .site-popup .popup-content .popup-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body .site-popup .popup-content .pop-content {
  width: 465px;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1023px) {
  html body .site-popup .popup-content .pop-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  html body .site-popup .popup-content .pop-content {
    padding: 24px 32px;
    gap: 8px;
  }
}
html body .site-popup .popup-content .pop-content .popup-titles {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
html body .site-popup .popup-content .pop-content form .forminator-row .forminator-col.forminator-field-checkbox label {
  width: 100%;
}
html body .timeline-wrapper {
  padding: 104px 0;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  html body .timeline-wrapper {
    padding: 40px 0;
  }
}
html body .timeline-wrapper .timeline-row {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
html body .timeline-wrapper .timeline-row h2 {
  text-align: center;
}
html body .timeline-wrapper .timeline-row .timeline {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
html body .timeline-wrapper .timeline-row .timeline .timeline-years {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
html body .timeline-wrapper .timeline-row .timeline .timeline-years.mobile-timeline {
  display: none;
}
@media (max-width: 767px) {
  html body .timeline-wrapper .timeline-row .timeline .timeline-years.mobile-timeline {
    display: flex;
  }
  html body .timeline-wrapper .timeline-row .timeline .timeline-years.mobile-timeline h3:first-child {
    display: none;
  }
  html body .timeline-wrapper .timeline-row .timeline .timeline-years.mobile-timeline h3:last-child {
    display: block;
  }
}
@media (max-width: 767px) {
  html body .timeline-wrapper .timeline-row .timeline .timeline-years h3:last-child {
    display: none;
  }
}
html body .timeline-wrapper .timeline-row .timeline .timeline-repeater {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  html body .timeline-wrapper .timeline-row .timeline .timeline-repeater {
    flex-direction: column;
    gap: 60px;
  }
}
html body .timeline-wrapper .timeline-row .timeline .timeline-repeater::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #929EA6;
  content: "";
}
@media (max-width: 767px) {
  html body .timeline-wrapper .timeline-row .timeline .timeline-repeater::before {
    width: 1px;
    height: calc(100% - 16px);
    border-bottom: 0;
    border-left: 1px dashed #929EA6;
    left: 8px;
  }
}
html body .timeline-wrapper .timeline-row .timeline .timeline-repeater .timeline-item {
  max-width: 72px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  html body .timeline-wrapper .timeline-row .timeline .timeline-repeater .timeline-item {
    max-width: 100%;
    flex-direction: row;
    gap: 24px;
  }
}
html body .timeline-wrapper .timeline-row .timeline .timeline-repeater .timeline-item:first-child {
  align-items: flex-start;
}
@media (max-width: 767px) {
  html body .timeline-wrapper .timeline-row .timeline .timeline-repeater .timeline-item:first-child {
    align-items: center;
  }
}
html body .timeline-wrapper .timeline-row .timeline .timeline-repeater .timeline-item:first-child .timeline-dot {
  width: 20px;
  height: 20px;
  position: relative;
}
@media (max-width: 767px) {
  html body .timeline-wrapper .timeline-row .timeline .timeline-repeater .timeline-item:first-child .timeline-dot {
    width: 16px;
    height: 16px;
  }
}
html body .timeline-wrapper .timeline-row .timeline .timeline-repeater .timeline-item:first-child .timeline-dot::before {
  width: 28px;
  height: 28px;
  top: -5px;
  left: -5px;
  border-radius: 999px;
  content: "";
  border: 1px solid #C29A68;
  position: absolute;
}
@media (max-width: 767px) {
  html body .timeline-wrapper .timeline-row .timeline .timeline-repeater .timeline-item:first-child .timeline-dot::before {
    width: 24px;
    height: 24px;
  }
}
html body .timeline-wrapper .timeline-row .timeline .timeline-repeater .timeline-item:last-child {
  align-items: flex-end;
}
@media (max-width: 767px) {
  html body .timeline-wrapper .timeline-row .timeline .timeline-repeater .timeline-item:last-child {
    align-items: center;
  }
}
html body .timeline-wrapper .timeline-row .timeline .timeline-repeater .timeline-item:last-child .timeline-dot {
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  html body .timeline-wrapper .timeline-row .timeline .timeline-repeater .timeline-item:last-child .timeline-dot {
    width: 16px;
    height: 16px;
  }
}
html body .timeline-wrapper .timeline-row .timeline .timeline-repeater .timeline-item:last-child .timeline-dot::before {
  width: 28px;
  height: 28px;
  top: -5px;
  right: -5px;
  border-radius: 999px;
  content: "";
  border: 1px solid #C29A68;
  position: absolute;
}
@media (max-width: 767px) {
  html body .timeline-wrapper .timeline-row .timeline .timeline-repeater .timeline-item:last-child .timeline-dot::before {
    width: 24px;
    height: 24px;
    right: unset;
    left: -5px;
    top: -1px;
  }
}
html body .timeline-wrapper .timeline-row .timeline .timeline-repeater .timeline-item .timeline-dot {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #C29A68;
}
html body .gallery-display {
  padding: 104px 0;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  html body .gallery-display {
    padding: 40px 0;
  }
}
html body .gallery-display .gallery-row {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
html body .gallery-display .gallery-row .gallery-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
html body .gallery-display .gallery-row .gallery-top .swiper-navs {
  display: flex;
  gap: 16px;
}
html body .gallery-display .gallery-row .gallery-top .swiper-navs .swiper-nav {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #F5F0EA;
}
html body .gallery-display .gallery-row .gallery-top .swiper-navs .swiper-nav img {
  width: 24px;
}
html body .gallery-display .gallery-row .galleries {
  display: flex;
  gap: 40px;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
html body .gallery-display .gallery-row .galleries .gallery-item img {
  width: 100%;
}
html body .gallery-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #F5F0EA;
  width: 100%;
  height: 100vh;
  display: none;
}
html body .gallery-lightbox .lightbox-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
html body .gallery-lightbox .lightbox-inner .lightbox-close {
  cursor: pointer;
  top: 25px;
  right: 25px;
  position: absolute;
  z-index: 9999;
}
html body .gallery-lightbox .lightbox-inner .lightbox-close img {
  width: 42px;
  height: 42px;
}
html body .gallery-lightbox .lightbox-inner .lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
}
html body .gallery-lightbox .lightbox-inner .lightbox-nav.lightbox-prev {
  left: 32px;
}
html body .gallery-lightbox .lightbox-inner .lightbox-nav.lightbox-next {
  right: 32px;
}
html body .gallery-lightbox .lightbox-inner .lightbox-nav img {
  width: 24px;
}
html body .gallery-lightbox .lightbox-inner .swiper-slide img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
}
html body .gallery-lightbox .lightbox-inner .swiper-pagination {
  margin-top: 40px;
}
html body .swiper-pagination {
  position: relative;
  bottom: unset;
  display: flex;
  gap: 10px;
  justify-content: center;
  z-index: 1;
}
html body .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #929EA6;
  background-color: transparent;
  margin: 0;
  transition: all ease 0.3s;
  opacity: 1;
}
html body .swiper-pagination .swiper-pagination-bullet:hover, html body .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #929EA6;
}
html body .invest-wrapper {
  padding: 104px 0;
  background-attachment: fixed;
  background-size: cover;
}
@media (max-width: 767px) {
  html body .invest-wrapper {
    padding: 40px 0;
    background-attachment: unset;
  }
}
html body .invest-wrapper .invest-row {
  display: flex;
  flex-direction: column;
  gap: 46px;
}
html body .invest-wrapper .invest-row .investment {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 56px;
}
@media (max-width: 1023px) {
  html body .invest-wrapper .invest-row .investment {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    justify-items: center;
  }
}
@media (max-width: 767px) {
  html body .invest-wrapper .invest-row .investment {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}
html body .invest-wrapper .invest-row .investment .investment-item {
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: center;
}
@media (max-width: 1023px) {
  html body .invest-wrapper .invest-row .investment .investment-item {
    gap: 16px;
  }
}
html body .invest-wrapper .invest-row .investment .investment-item .investment-icon {
  width: 80px;
  height: 80px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(146, 158, 166, 0.2);
}
html body .invest-wrapper .invest-row .investment .investment-item .investment-icon img {
  width: 42px;
}
html body .invest-wrapper .invest-row .investment .investment-item .investment-texts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
html body .invest-wrapper .invest-row .investment .investment-item .investment-texts h3 {
  padding: 0 30px;
}
@media (max-width: 1023px) {
  html body .invest-wrapper .invest-row .investment .investment-item .investment-texts h3 {
    padding: 0;
  }
}
html body .content-area {
  padding-top: 251px;
  padding-bottom: 104px;
  background: #F5F0EA;
}
html body .content-area .container {
  max-width: 856px;
}
html body .content-area .row article {
  color: #05121B;
}
html body .content-area .row article h1 {
  margin-bottom: 104px;
  text-align: center;
}
@media (max-width: 1023px) {
  html body .content-area .row article h1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  html body .content-area .row article h1 {
    margin-bottom: 32px;
  }
}
html body .content-area .row article h1, html body .content-area .row article h2, html body .content-area .row article h3, html body .content-area .row article h4, html body .content-area .row article h5 {
  font-weight: 100;
}
html body .content-area .row article h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
html body .content-area .row article h5 {
  font-size: 20px;
}
html body .content-area .row article h5 br {
  display: none;
}
html body .content-area .row article p:not(:last-child) {
  margin-bottom: 20px;
}
html body .building-wrapper {
  position: relative;
  display: flex;
}
html body .building-wrapper .building-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(180deg, rgba(5, 18, 27, 0) 0%, rgba(5, 18, 27, 0) 100%);
}
@media (max-width: 1023px) {
  html body .building-wrapper svg.mobile-overlays {
    position: absolute;
    top: 0;
    left: 0;
  }
  html body .building-wrapper .tooltip {
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    pointer-events: auto;
  }
}
html body .building-wrapper img.building {
  width: 100%;
  height: 100%;
}
html body .building-wrapper svg.building-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html body .building-wrapper svg.building-hover path {
  fill: transparent;
  transition: all ease 0.3s;
}
html body .building-wrapper svg.building-hover path.fadeout {
  fill: white !important;
}
html body .building-wrapper svg.building-hover path:hover {
  fill: #C29A68;
}
html body .tooltip {
  padding: 30px;
  background: #05121B;
  pointer-events: none;
  z-index: 99;
  position: fixed;
  opacity: 0;
  transition: all ease 0.3s;
}
html body .tooltip .tip-text {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}
html body .tooltip .close-tooltip {
  display: none;
}
@media (max-width: 1023px) {
  html body .tooltip .close-tooltip {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
  }
  html body .tooltip .close-tooltip img {
    width: 100%;
  }
}
html body .tooltip .tooltip-apartment, html body .tooltip .tooltip-building {
  display: none;
  gap: 14px;
  flex-direction: column;
}
html body .tooltip .tooltip-apartment div:empty, html body .tooltip .tooltip-building div:empty {
  display: none;
}
html body .tooltip .tooltip-apartment div p:empty, html body .tooltip .tooltip-apartment div span:empty, html body .tooltip .tooltip-building div p:empty, html body .tooltip .tooltip-building div span:empty {
  display: none;
}
html body .tooltip .tooltip-apartment .tooltip-top, html body .tooltip .tooltip-building .tooltip-top {
  display: flex;
  gap: 14px;
}
html body .tooltip .tooltip-apartment .tooltip-top .tooltip-col, html body .tooltip .tooltip-building .tooltip-top .tooltip-col {
  display: flex;
  flex-direction: column;
}
html body .tooltip .tooltip-apartment .tooltip-top .tooltip-col .value, html body .tooltip .tooltip-building .tooltip-top .tooltip-col .value {
  color: #C29A68;
  font-size: 24px;
  font-weight: 100;
}
html body .tooltip .tooltip-apartment .tooltip-top .tooltip-col .label, html body .tooltip .tooltip-building .tooltip-top .tooltip-col .label {
  font-size: 14px;
  font-weight: 300;
  color: #929EA6;
}
html body .tooltip .tooltip-apartment .tooltip-bottom, html body .tooltip .tooltip-building .tooltip-bottom {
  display: flex;
  flex-direction: column;
}
html body .tooltip .tooltip-apartment .tooltip-bottom p, html body .tooltip .tooltip-apartment .tooltip-bottom span, html body .tooltip .tooltip-building .tooltip-bottom p, html body .tooltip .tooltip-building .tooltip-bottom span {
  color: #F5F0EA;
  font-size: 14px;
  font-weight: 300;
}
html body .tooltip .tooltip-apartment .tooltip-bottom .tooltip-link, html body .tooltip .tooltip-building .tooltip-bottom .tooltip-link {
  display: none;
}
@media (max-width: 1023px) {
  html body .tooltip .tooltip-apartment .tooltip-bottom .tooltip-link, html body .tooltip .tooltip-building .tooltip-bottom .tooltip-link {
    display: flex !important;
    gap: 12px;
    align-items: center;
  }
  html body .tooltip .tooltip-apartment .tooltip-bottom .tooltip-link img, html body .tooltip .tooltip-building .tooltip-bottom .tooltip-link img {
    width: 24px;
  }
}
html body .rinktis-lists {
  padding: 45px 0 80px;
}
@media (max-width: 1023px) {
  html body .rinktis-lists {
    padding: 0 0 40px 0;
  }
}
html body .rinktis-lists .mobile-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-bottom: 1px solid rgba(194, 154, 104, 0.3019607843);
  border-top: 1px solid rgba(194, 154, 104, 0.3019607843);
}
html body .rinktis-lists .mobile-filter.filter-act img {
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  html body .rinktis-lists .mobile-filter {
    display: none;
  }
}
html body .rinktis-lists .rinktis-row {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media (max-width: 1023px) {
  html body .rinktis-lists .rinktis-row {
    padding-top: 20px;
    gap: 30px;
  }
}
html body .rinktis-lists .rinktis-row .buto-filters {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  html body .rinktis-lists .rinktis-row .buto-filters {
    display: none;
  }
}
html body .rinktis-lists .rinktis-row .buto-filters .filter-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1023px) {
  html body .rinktis-lists .rinktis-row .buto-filters .filter-item {
    width: 100%;
  }
  html body .rinktis-lists .rinktis-row .buto-filters .filter-item:not(:last-child) {
    margin-bottom: 19px;
    gap: 6px;
  }
  html body .rinktis-lists .rinktis-row .buto-filters .filter-item:first-child {
    margin-bottom: 35px;
  }
}
html body .rinktis-lists .rinktis-row .buto-filters .filter-item #slider {
  margin-top: 6px;
  height: 4px;
  background: #F5F0EA;
  border-radius: 0;
  box-shadow: unset;
  border: 0;
}
@media (max-width: 1023px) {
  html body .rinktis-lists .rinktis-row .buto-filters .filter-item #slider {
    width: 97%;
  }
}
html body .rinktis-lists .rinktis-row .buto-filters .filter-item #slider .noUi-connect {
  background: #C29A68;
}
html body .rinktis-lists .rinktis-row .buto-filters .filter-item #slider .noUi-handle {
  width: auto;
  height: auto;
  border: 0;
  box-shadow: unset;
}
html body .rinktis-lists .rinktis-row .buto-filters .filter-item #slider .noUi-handle:after, html body .rinktis-lists .rinktis-row .buto-filters .filter-item #slider .noUi-handle:before {
  display: none;
}
html body .rinktis-lists .rinktis-row .buto-filters .filter-item #slider .noUi-handle .noUi-touch-area {
  background: #C29A68;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 999px;
}
html body .rinktis-lists .rinktis-row .buto-filters .filter-item #slider .noUi-handle .noUi-tooltip {
  padding: 0;
  background: transparent;
  border: 0;
  color: #05121B;
  bottom: -30px;
  transform: unset;
  left: 0;
}
html body .rinktis-lists .rinktis-row .buto-filters .filter-item .filter-btns {
  display: flex;
  gap: 6px;
}
html body .rinktis-lists .rinktis-row .buto-filters .filter-item .filter-btns a {
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #05121B;
  background: #F5F0EA;
  padding: 8px 10px;
  transition: all ease 0.3s;
}
html body .rinktis-lists .rinktis-row .buto-filters .filter-item .filter-btns a:hover, html body .rinktis-lists .rinktis-row .buto-filters .filter-item .filter-btns a.active {
  background: #C29A68;
  color: #fff;
}
html body .rinktis-lists .rinktis-row .buto-lists-wrapper .buto-lists {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
html body .rinktis-lists .rinktis-row .buto-lists-wrapper .buto-lists .buto-item {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px;
  border: 1px solid #F5F0EA;
  justify-content: space-between;
  background: #F5F0EA;
  cursor: pointer;
}
@media (max-width: 1023px) {
  html body .rinktis-lists .rinktis-row .buto-lists-wrapper .buto-lists .buto-item {
    flex-direction: column;
    gap: 8px;
    padding: 16px 20px;
    align-items: flex-start;
  }
}
html body .rinktis-lists .rinktis-row .buto-lists-wrapper .buto-lists .buto-item.reserved-buto {
  pointer-events: none;
}
html body .rinktis-lists .rinktis-row .buto-lists-wrapper .buto-lists .buto-item.reserved-buto .buto-info h2, html body .rinktis-lists .rinktis-row .buto-lists-wrapper .buto-lists .buto-item.reserved-buto .buto-info p {
  color: rgba(5, 18, 27, 0.4);
}
html body .rinktis-lists .rinktis-row .buto-lists-wrapper .buto-lists .buto-item:not(.reserved-buto):hover {
  border-color: #C29A68;
}
html body .rinktis-lists .rinktis-row .buto-lists-wrapper .buto-lists .buto-item .buto-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 1024px) {
  html body .rinktis-lists .rinktis-row .buto-lists-wrapper .buto-lists .buto-item .buto-info h2 {
    min-width: 85px;
    display: block;
  }
}
@media (max-width: 1023px) {
  html body .rinktis-lists .rinktis-row .buto-lists-wrapper .buto-lists .buto-item .buto-info {
    gap: 8px;
    flex-direction: row;
    width: 100%;
  }
  html body .rinktis-lists .rinktis-row .buto-lists-wrapper .buto-lists .buto-item .buto-info h2 {
    margin-bottom: 8px;
  }
  html body .rinktis-lists .rinktis-row .buto-lists-wrapper .buto-lists .buto-item .buto-info p {
    width: calc(50% - 4px);
  }
}
html body .rinktis-lists .rinktis-row .buto-lists-wrapper .buto-lists .buto-item .buto-info.info-hide {
  opacity: 0;
}
html body .rinktis-lists .rinktis-row .buto-lists-wrapper .buto-lists .buto-item .buto-info .buto-label {
  font-size: 14px;
  font-weight: 300;
}
html body .rinktis-lists .rinktis-row .buto-lists-wrapper .buto-lists .buto-item .buto-info .buto-link {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media (max-width: 1023px) {
  html body .rinktis-lists .rinktis-row .buto-lists-wrapper .buto-lists .buto-item .buto-info .buto-link {
    margin-top: 8px;
  }
}
html body.single-buto header.nav2 .header-btn {
  color: #05121B;
  border-color: #C29A68;
}
html body.single-buto header.nav2 .header-btn svg path {
  stroke: #05121B;
}
html body.single-buto header.nav2 .header-logo svg path:not(.color-path) {
  fill: #05121B;
}
html body.single-buto header.nav2 .header-menu svg path {
  stroke: #05121B;
}
html body.single-buto .single-buto-wrapper {
  padding-top: 191px;
  padding-bottom: 80px;
}
@media (max-width: 1023px) {
  html body.single-buto .single-buto-wrapper {
    padding-top: 113px;
    padding-bottom: 40px;
  }
}
html body.single-buto .single-buto-wrapper .sb-row {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1023px) {
  html body.single-buto .single-buto-wrapper .sb-row {
    flex-direction: column;
    gap: 24px;
  }
}
html body.single-buto .single-buto-wrapper .sb-row .sb-left {
  width: 625px;
}
@media (max-width: 1023px) {
  html body.single-buto .single-buto-wrapper .sb-row .sb-left {
    width: 100%;
  }
}
html body.single-buto .single-buto-wrapper .sb-row .sb-left img {
  width: 100%;
}
@media (max-width: 1023px) {
  html body.single-buto .single-buto-wrapper .sb-row .sb-left img {
    height: 380px;
    object-fit: contain;
  }
}
html body.single-buto .single-buto-wrapper .sb-row .sb-right {
  width: 464px;
}
@media (max-width: 1023px) {
  html body.single-buto .single-buto-wrapper .sb-row .sb-right {
    width: 100%;
  }
}
html body.single-buto .single-buto-wrapper .sb-row .sb-right h1 {
  margin-bottom: 22px;
}
html body.single-buto .single-buto-wrapper .sb-row .sb-right .sb-infos {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 18px;
}
@media (max-width: 1023px) {
  html body.single-buto .single-buto-wrapper .sb-row .sb-right .sb-infos {
    flex-direction: column;
    gap: 16px;
  }
}
html body.single-buto .single-buto-wrapper .sb-row .sb-right .sb-infos .sb-info {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  html body.single-buto .single-buto-wrapper .sb-row .sb-right .sb-infos .sb-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
html body.single-buto .single-buto-wrapper .sb-row .sb-right .sb-infos .sb-info:not(:last-child) {
  padding-right: 24px;
  border-right: 1px dashed #929EA6;
}
@media (max-width: 1023px) {
  html body.single-buto .single-buto-wrapper .sb-row .sb-right .sb-infos .sb-info:not(:last-child) {
    padding-right: 0;
    border-right: 0;
  }
}
html body.single-buto .single-buto-wrapper .sb-row .sb-right .sb-prices {
  display: flex;
  gap: 16px;
  align-items: flex-end;
}
html body.single-buto .single-buto-wrapper .sb-row .sb-right .sb-prices h3 {
  color: #000;
  font-size: 32px;
}
html body.single-buto .single-buto-wrapper .sb-row .sb-right .privalumai-text {
  display: block;
  margin: 22px 0 32px;
}
html body.single-buto .single-buto-wrapper .sb-row .sb-right .sb-btn-wrapper {
  display: flex;
  gap: 14px;
}
@media (max-width: 1023px) {
  html body.single-buto .single-buto-wrapper .sb-row .sb-right .sb-btn-wrapper {
    flex-direction: column;
  }
}
html body.single-buto .single-buto-wrapper .sb-row .sb-right .sb-btn-wrapper .sb-btn {
  width: auto;
  justify-self: flex-start;
  border-radius: 100px;
  height: 56px;
  padding: 0 24px;
}
html body.single-buto .single-buto-wrapper .sb-row .sb-right .sb-btn-wrapper .sb-btn.sb-btn-alt {
  border: 1px solid #C29A68;
  gap: 8px;
}
html body.single-buto .single-buto-wrapper .sb-row .sb-right .sb-btn-wrapper .sb-btn.sb-btn-alt:hover path {
  storke: #fff;
}
@media (max-width: 1023px) {
  html body.single-buto .single-buto-wrapper .sb-row .sb-right .sb-btn-wrapper .sb-btn {
    width: 100%;
    justify-content: center;
  }
}
html body.single-buto .single-buto-wrapper .sb-row .sb-right .sb-btm {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
}
@media (max-width: 1023px) {
  html body.single-buto .single-buto-wrapper .sb-row .sb-right .sb-btm {
    gap: 24px;
  }
}
html body.single-buto .single-buto-wrapper .sb-row .sb-right .sb-btm .sb-btm-item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1023px) {
  html body.single-buto .single-buto-wrapper .sb-row .sb-right .sb-btm .sb-btm-item {
    gap: 16px;
  }
}
html body.single-buto .single-buto-wrapper .sb-row .sb-right .sb-btm .sb-btm-item .building-svg .has-hover, html body.single-buto .single-buto-wrapper .sb-row .sb-right .sb-btm .sb-btm-item .building-svg .building-link {
  cursor: pointer;
}
html body.single-buto .single-buto-wrapper .sb-row .sb-right .sb-btm .sb-btm-item .tooltip {
  display: none;
}
html body.single-buto .single-buto-wrapper .sb-row .sb-right .sb-btm .sb-btm-item .building-blueprint {
  position: relative;
}
html body.single-buto .single-buto-wrapper .sb-row .sb-right .sb-btm .sb-btm-item .building-blueprint svg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
html body.single-buto .single-buto-wrapper .sb-row .sb-right .sb-btm .sb-btm-item .building-blueprint svg path, html body.single-buto .single-buto-wrapper .sb-row .sb-right .sb-btm .sb-btm-item .building-blueprint svg rect {
  fill: transparent !important;
}
html body.single-buto .single-buto-wrapper .sb-row .sb-right .sb-btm .sb-btm-item .building-blueprint svg path.active, html body.single-buto .single-buto-wrapper .sb-row .sb-right .sb-btm .sb-btm-item .building-blueprint svg rect.active {
  fill: #C29A68 !important;
  fill-opacity: 0.5 !important;
}
html body.single-buto .single-buto-wrapper .sb-row .sb-c-icon {
  position: absolute;
  top: 0;
  left: calc(50% + 30px);
  width: 60px;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  html body.single-buto .single-buto-wrapper .sb-row .sb-c-icon {
    position: relative;
    left: 0;
    transform: unset;
    align-self: flex-end;
  }
}
html body.single-buto .single-buto-wrapper .sb-row .sb-d-icon {
  position: absolute;
  top: 0;
  left: calc(50% + 30px);
  transform: translateX(-50%);
  width: 60px;
}
@media (max-width: 1023px) {
  html body.single-buto .single-buto-wrapper .sb-row .sb-d-icon {
    position: relative;
    left: 0;
    transform: unset;
    display: flex;
    align-self: flex-end;
  }
}
html body.page-template-rinktis-buta header.nav2 .header-btn {
  color: #05121B;
  border-color: #C29A68;
}
html body.page-template-rinktis-buta header.nav2 .header-btn svg path {
  stroke: #05121B;
}
html body.page-template-rinktis-buta header.nav2 .header-logo svg path:not(.color-path) {
  fill: #05121B;
}
html body.page-template-rinktis-buta header.nav2 .header-menu svg path {
  stroke: #05121B;
}
html body.page-template-rinktis-buta .rinktis-buta-wrapper {
  padding-top: 191px;
  padding-bottom: 25px;
}
@media (max-width: 1023px) {
  html body.page-template-rinktis-buta .rinktis-buta-wrapper {
    padding-top: 113px;
  }
}
html body.page-template-rinktis-buta .rinktis-buta-wrapper .rb-row {
  display: flex;
  flex-wrap: wrap;
  gap: 220px;
  position: relative;
}
@media (max-width: 1023px) {
  html body.page-template-rinktis-buta .rinktis-buta-wrapper .rb-row {
    gap: 32px;
    flex-direction: column;
  }
}
html body.page-template-rinktis-buta .rinktis-buta-wrapper .rb-row .buta-floors {
  width: 172px;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
@media (max-width: 1023px) {
  html body.page-template-rinktis-buta .rinktis-buta-wrapper .rb-row .buta-floors {
    padding-top: 0;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    gap: 16px;
  }
}
html body.page-template-rinktis-buta .rinktis-buta-wrapper .rb-row .buta-floors a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #929EA6;
  border-radius: 999px;
  width: 58px;
  height: 60px;
  transition: all ease 0.3s;
  background: #fff;
  font-size: 40px;
  font-weight: 100;
  font-family: costaline-thin, sans-serif;
  line-height: 1;
}
@media (max-width: 1023px) {
  html body.page-template-rinktis-buta .rinktis-buta-wrapper .rb-row .buta-floors a {
    width: 32px;
    height: 32px;
    font-size: 20px;
  }
}
html body.page-template-rinktis-buta .rinktis-buta-wrapper .rb-row .buta-floors a:hover, html body.page-template-rinktis-buta .rinktis-buta-wrapper .rb-row .buta-floors a.active {
  background: #F5F0EA;
  color: #C29A68;
}
html body.page-template-rinktis-buta .rinktis-buta-wrapper .rb-row .blueprint-images {
  flex: 1;
}
@media (max-width: 1023px) {
  html body.page-template-rinktis-buta .rinktis-buta-wrapper .rb-row .blueprint-images {
    width: 100%;
  }
}
html body.page-template-rinktis-buta .rinktis-buta-wrapper .rb-row .blueprint-images .blueprint-floor {
  position: relative;
}
html body.page-template-rinktis-buta .rinktis-buta-wrapper .rb-row .blueprint-images .blueprint-floor.inactive {
  display: none;
}
html body.page-template-rinktis-buta .rinktis-buta-wrapper .rb-row .blueprint-images .blueprint-floor img {
  width: 100%;
}
html body.page-template-rinktis-buta .rinktis-buta-wrapper .rb-row .blueprint-images .blueprint-floor svg {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  height: auto;
}
html body.page-template-rinktis-buta .rinktis-buta-wrapper .rb-row .blueprint-images .blueprint-floor svg .has-hover:hover {
  fill-opacity: 0.5 !important;
}
html body.page-template-rinktis-buta .rinktis-buta-wrapper .rb-row .apartment-icons {
  width: 60px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 60px;
}
@media (max-width: 1023px) {
  html body.page-template-rinktis-buta .rinktis-buta-wrapper .rb-row .apartment-icons {
    width: 100%;
    align-items: flex-end;
    padding-top: 30px;
  }
}
html body.page-template-rinktis-buta .rinktis-buta-wrapper .rb-row .apartment-icons img {
  width: 100%;
}
@media (max-width: 1023px) {
  html body.page-template-rinktis-buta .rinktis-buta-wrapper .rb-row .apartment-icons img {
    width: 35px;
  }
}
html body.page-template-rinktis-buta .rinktis-buta-wrapper .rb-row .buta-mini-map {
  width: 100%;
}
@media (max-width: 1023px) {
  html body.page-template-rinktis-buta .rinktis-buta-wrapper .rb-row .buta-mini-map {
    width: 160px;
    bottom: -30px;
    left: 0;
    position: absolute;
  }
}
html body.page-template-rinktis-buta .rinktis-buta-wrapper .rb-row .buta-mini-map svg {
  width: 100%;
  height: auto;
}
html body.page-template-rinktis-buta .rinktis-buta-wrapper .rb-row .buta-mini-map svg .building-link {
  cursor: pointer;
}
@media (max-width: 1023px) {
  html body.page-template-rinktis-buta .rinktis-buta-wrapper .rb-row .buta-mini-map .tooltip {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: auto;
  }
  html body.page-template-rinktis-buta .rinktis-buta-wrapper .rb-row .buta-mini-map .tooltip .tooltip-link {
    display: flex !important;
  }
}
html body.page-template-rinktis-buta .rinktis-buta-wrapper .rb-row .buta-mini-map .tooltip .tip-text {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}
html body .has-hover:not(.fadeout) {
  cursor: pointer;
}
