/* Hovers */

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background: rgb(230,215,79);
}
.premium-cf7-container input.wpcf7-submit {
    margin-top:0 !important;
}
.premium-cf7-container .newsletter-acceptance {
    flex-shrink:0;
}
/* Header */
.page-template-templates-project .header-light.elementor-sticky--effects .header-inner-wrapper,
.page-template-templates-floor .header-inner-wrapper,
.page-template-templates-parking .header-inner-wrapper,
.single-butai .header-inner-wrapper{
    border-bottom:1px solid rgba(63, 62, 59, 0.24);
}
.custom-cf7-success-message {
    display: none !important;
}
.custom-cf7-block.form-sent .wpcf7 {
    display: none !important;
}
.custom-cf7-block.form-sent .custom-cf7-success-message {
    display: block !important;
}

/* Scroll effect widget */
.citus-scroll-effect .bottom-text h1 {
    color: var(--C6, #FDFBDA);
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 350;
    line-height: 68px;
    letter-spacing: 1.2px;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}
.citus-scroll-effect .bottom-button {
    display: flex;
    width: 200px;
    padding: 12px 48px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    border: 1px solid var(--C6, #FDFBDA);
    color: var(--C6, #FDFBDA);
    text-align: center;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    transition: 0.35s all;
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}
.citus-scroll-effect .bottom-button:hover {
    background:#FDFBDA;
    color:#3F3E3B;
}
.citus-scroll-effect .bottom-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
@media (max-width:768px) {
    .citus-scroll-effect .bottom-buttons {
        flex-direction: column-reverse;
    }
}
.citus-scroll-effect {
    position: relative;
    min-height: 100vh;
    --citus-scroll-length: 140vh;
    background-color: transparent;
    overflow: hidden;
}

html.citus-scroll-effect-loading,
body.citus-scroll-effect-loading {
    overflow: hidden;
    height: 100%;
}

.citus-scroll-effect.citus-scroll-effect--pending .citus-scroll-effect__stage {
    visibility: hidden;
}

.citus-scroll-effect .citus-scroll-effect__stage {
    position: relative;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.citus-scroll-effect .background-image-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
}

.citus-scroll-effect .citus-scroll-effect__image-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(63, 62, 59, 0.2);
    z-index: 6;
    pointer-events: none;
}

.citus-scroll-effect .background-image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.citus-scroll-effect .glassmorphism-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    max-height: 600px;
    z-index: 10;
    pointer-events: none;
    overflow: hidden;
}

.citus-scroll-effect .glass-effect {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    transform-origin: 50% 50%;
    width: 100vw;
    height: 100vh;
    max-height: 600px;
}

.citus-scroll-effect .glass-eye {
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='-80 0 445 383' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M145.26 83.88 C134.784 88.723 127.467 99.72 127.467 112.513 C127.467 129.785 140.8 143.785 157.245 143.785 C173.691 143.785 187.023 129.785 187.023 112.513 C187.023 104.044 183.814 96.363 178.607 90.732 C194.241 97.915 207.261 110.293 215.726 125.815 C202.047 150.9 176.478 167.778 147.192 167.778 C117.905 167.778 92.336 150.9 78.658 125.815 C92.034 101.285 116.784 84.603 145.26 83.88Z' fill='black'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='-80 0 445 383' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M145.26 83.88 C134.784 88.723 127.467 99.72 127.467 112.513 C127.467 129.785 140.8 143.785 157.245 143.785 C173.691 143.785 187.023 129.785 187.023 112.513 C187.023 104.044 183.814 96.363 178.607 90.732 C194.241 97.915 207.261 110.293 215.726 125.815 C202.047 150.9 176.478 167.778 147.192 167.778 C117.905 167.778 92.336 150.9 78.658 125.815 C92.034 101.285 116.784 84.603 145.26 83.88Z' fill='black'/%3E%3C/svg%3E");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.citus-scroll-effect .glass-nose {
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='-80 0 445 383' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M318.468 215.715H238.546V83.853L318.468 215.715Z' fill='black'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='-80 0 445 383' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M318.468 215.715H238.546V83.853L318.468 215.715Z' fill='black'/%3E%3C/svg%3E");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.citus-scroll-effect .glass-lips {
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='-80 0 445 383' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M238.541 323.613 C213.318 323.613 192.872 299.462 192.872 269.67 C192.872 239.878 213.319 215.727 238.541 215.726Z' fill='black'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='-80 0 445 383' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M238.541 323.613 C213.318 323.613 192.872 299.462 192.872 269.67 C192.872 239.878 213.319 215.727 238.541 215.726Z' fill='black'/%3E%3C/svg%3E");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.citus-scroll-effect .dark-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #3F3E3B;
    z-index: 3;
    pointer-events: none;
    clip-path: inset(100% 0 0 0);
    will-change: clip-path;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.citus-scroll-effect .full-screen-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 4;
    pointer-events: none;
    overflow: hidden;
    transform-origin: 50% 50%;
    will-change: transform, opacity;
    opacity: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    --logo-mask-width: 417.597px;
    --logo-mask-height: 360px;
}

.citus-scroll-effect .full-screen-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: 50% 50%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-80 0 445 383'%3E%3Crect x='-80' width='445' height='383' fill='black'/%3E%3Crect x='0' y='0' width='365' height='383' fill='white'/%3E%3Ccircle cx='0' cy='191' r='58' fill='white'/%3E%3Cpath d='M145.26 83.88 C134.784 88.723 127.467 99.72 127.467 112.513 C127.467 129.785 140.8 143.785 157.245 143.785 C173.691 143.785 187.023 129.785 187.023 112.513 C187.023 104.044 183.814 96.363 178.607 90.732 C194.241 97.915 207.261 110.293 215.726 125.815 C202.047 150.9 176.478 167.778 147.192 167.778 C117.905 167.778 92.336 150.9 78.658 125.815 C92.034 101.285 116.784 84.603 145.26 83.88Z' fill='black'/%3E%3Cpath d='M318.468 215.715H238.546V83.853L318.468 215.715Z' fill='black'/%3E%3Cpath d='M238.541 323.613 C213.318 323.613 192.872 299.462 192.872 269.67 C192.872 239.878 213.319 215.727 238.541 215.726Z' fill='black'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-80 0 445 383'%3E%3Crect x='-80' width='445' height='383' fill='black'/%3E%3Crect x='0' y='0' width='365' height='383' fill='white'/%3E%3Ccircle cx='0' cy='191' r='58' fill='white'/%3E%3Cpath d='M145.26 83.88 C134.784 88.723 127.467 99.72 127.467 112.513 C127.467 129.785 140.8 143.785 157.245 143.785 C173.691 143.785 187.023 129.785 187.023 112.513 C187.023 104.044 183.814 96.363 178.607 90.732 C194.241 97.915 207.261 110.293 215.726 125.815 C202.047 150.9 176.478 167.778 147.192 167.778 C117.905 167.778 92.336 150.9 78.658 125.815 C92.034 101.285 116.784 84.603 145.26 83.88Z' fill='black'/%3E%3Cpath d='M318.468 215.715H238.546V83.853L318.468 215.715Z' fill='black'/%3E%3Cpath d='M238.541 323.613 C213.318 323.613 192.872 299.462 192.872 269.67 C192.872 239.878 213.319 215.727 238.541 215.726Z' fill='black'/%3E%3C/svg%3E");
    -webkit-mask-mode: luminance;
    mask-mode: luminance;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: var(--logo-mask-width, 0px) var(--logo-mask-height, 0px);
    mask-size: var(--logo-mask-width, 0px) var(--logo-mask-height, 0px);
}

.citus-scroll-effect .logo-container {
    position: absolute;
    inset: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 15;
    pointer-events: none;
    will-change: clip-path;
    overflow: hidden;
    background-color: transparent;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    clip-path: inset(100% 0 0 0);
    opacity: 1;
}

.citus-scroll-effect .logo-container svg {
    width: 100vw;
    height: 100vh;
    max-height: 600px;
    object-fit: contain;
    will-change: transform;
    transform-origin: 50% 50%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.citus-scroll-effect .logo-face-block {
    fill: #3F3E3B;
}

.citus-scroll-effect .bottom-content {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    z-index: 30;
    pointer-events: auto;
    isolation: isolate;
    transform: translateZ(0);
    will-change: opacity;
    padding: 0 2rem 1rem;
}

.citus-scroll-effect .bottom-text {
    text-align: center;
}
.wpcf7-not-valid-tip {
    position: relative;
    top: -8px;
    padding-left:24px !important;
}

.premium-cf7-cselect-yes .premium-cf7-container input[type=checkbox], .premium-cf7-cselect-yes .premium-cf7-container input[type=radio] {
    padding:0;
}

.premium-cf7-cselect-yes .premium-cf7-container input[type="checkbox"]:checked:after {
    content: "";
    position: absolute;
    top: -7px;
    left: -2px;
    width: 24px;
    height: 24px;
    background-color: #fff;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.0303 8.78039L8.99993 16.8107L5.4696 13.2804L6.53026 12.2197L8.99993 14.6894L15.9696 7.71973L17.0303 8.78039Z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.0303 8.78039L8.99993 16.8107L5.4696 13.2804L6.53026 12.2197L8.99993 14.6894L15.9696 7.71973L17.0303 8.78039Z'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}

input.wpcf7-not-valid {
    border-color:rgba(219, 21, 47, 1)  !important;
}

@media (max-width: 1024px) {
    .citus-scroll-effect .glassmorphism-logo,
    .citus-scroll-effect .glass-effect,
    .citus-scroll-effect .logo-container svg {
        max-height: 70vh;
    }

    .citus-scroll-effect .bottom-content {
        bottom: 20px;
        gap: 1.25rem;
        padding: 0 1.5rem 0.75rem;
    }
}

@media (max-width: 768px) {
    .citus-scroll-effect .background-image-section,
    .citus-scroll-effect .full-screen-image,
    .citus-scroll-effect .logo-container {
        height: 100svh;
    }

    .citus-scroll-effect .glassmorphism-logo,
    .citus-scroll-effect .glass-effect,
    .citus-scroll-effect .logo-container svg {
        max-height: 60vh;
    }

    .citus-scroll-effect .bottom-text p {
        font-size: clamp(1.8rem, 5vw, 2.4rem);
    }
}

@media (max-width: 1024px) {
    .citus-scroll-effect.citus-scroll-effect--mobile-static {
        min-height: auto;
        overflow: visible;
    }

    .citus-scroll-effect.citus-scroll-effect--mobile-static .citus-scroll-effect__stage {
        width: 100%;
        height: 100svh;
        min-height: 640px;
        margin-left: 0;
    }

    .citus-scroll-effect.citus-scroll-effect--mobile-static .background-image-section {
        height: 100%;
    }

    .citus-scroll-effect.citus-scroll-effect--mobile-static .full-screen-image,
    .citus-scroll-effect.citus-scroll-effect--mobile-static .dark-overlay,
    .citus-scroll-effect.citus-scroll-effect--mobile-static .logo-container,
    .citus-scroll-effect.citus-scroll-effect--mobile-static .scroll-spacer {
        display: none;
    }
}

@media (max-width: 480px) {
    .citus-scroll-effect .glassmorphism-logo,
    .citus-scroll-effect .glass-effect,
    .citus-scroll-effect .logo-container svg {
        max-height: 52vh;
    }

    .citus-scroll-effect .bottom-content {
        bottom: 80px;
        gap: 1rem;
        padding: 0 1rem 0.5rem;
    }
}
.page-template-templates-project .header-light.elementor-sticky--effects,
.page-template-templates-project-search .header-light.elementor-sticky--effects,
.page-template-templates-floor .header-light.elementor-sticky--effects,
.page-template-templates-parking .header-light.elementor-sticky--effects,
.single-butai .header-light.elementor-sticky--effects,
.single-post .header-light.elementor-sticky--effects {
    background-color: #dacdab !important;
}
.page-template-templates-project .elementor-sticky--effects .logo-default {
    display: none;
}

.page-template-templates-project-search .header-light, 
.page-template-templates-floor .header-light, 
.page-template-templates-parking .header-light, 
.single-butai .header-light {
    background-color: var(--project-bg-color) !important;
}
.page-template-templates-project-search .header-light .favorites-menu-item.active svg path, 
.page-template-templates-floor .header-light .favorites-menu-item.active svg path, 
.page-template-templates-parking .header-light .favorites-menu-item.active svg path, 
.single-butai .header-light .favorites-menu-item.active svg path {
    fill: var(--project-text-color-light);
}
.page-template-templates-project-search .header-light .citus-cta-button a, 
.page-template-templates-floor .header-light .citus-cta-button a, 
.page-template-templates-parking .header-light .citus-cta-button a, 
.single-butai .header-light .citus-cta-button a {
    background-color: var(--project-text-color-light) !important;
    color:var(--project-button-bg-color) !important;
}
.page-template-templates-project-search .header-light .citus-cta-button a svg path, 
.page-template-templates-floor .header-light .citus-cta-button a svg path, 
.page-template-templates-parking .header-light .citus-cta-button a svg path, 
.single-butai .header-light .citus-cta-button a svg path {
    fill:var(--project-button-bg-color);
}

.page-template-templates-project .elementor-sticky--effects .logo-sticky {
    display: inline-block;
}
.page-template-templates-project .header-light {
	background:transparent !important;
}
.project-logo a img {
    height:38px;
}

.custom-project-menu ul {
    padding-left:0;
    display: flex;
    gap:36px;
    align-items: center;
    list-style: none;
    margin:0;
}
.custom-project-menu ul a {
    color: var(--project-text-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; 
    display: flex;
    align-items: center;
}
.page-template-templates-project .custom-project-menu ul a {
    color: #fff;
}
.uline-double {
    display: inline-flex;
    position: relative;
    white-space: nowrap;
}
.uline-double:after, .uline-double:before {
    background-color: var(--project-text-color);
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    min-height: 2px;
    position: absolute;
    right: 0;
    opacity:0;
}
.uline-double:before {
    transform: scaleX(1);
    transform-origin: left;
    transition: transform .55s cubic-bezier(.785,.135,.15,.86);
    transition-delay: .5s;
}
.uline-double:after {
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .55s cubic-bezier(.785,.135,.15,.86);
    transition-delay: 0s;
}
.uline-double:hover:before {
    opacity:1;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .55s cubic-bezier(.785,.135,.15,.86);
    transition-delay: 0s;
}
.uline-double:hover:after {
    opacity:1;
    transform: scaleX(1);
    transform-origin: left;
    transition: transform .55s cubic-bezier(.785,.135,.15,.86);
    transition-delay: .2s;
}
.uline-double-wrap a {
    display: inline-flex;
    position: relative;
    white-space: nowrap;
}
.uline-double-wrap a:after, .uline-double-wrap a:before {
    background-color: var(--project-text-color);
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    min-height: 2px;
    position: absolute;
    right: 0;
}
.uline-double-wrap a:before {
    transform: scaleX(1);
    transform-origin: left;
    transition: transform .55s cubic-bezier(.785,.135,.15,.86);
    transition-delay: .5s;
}
.uline-double-wrap a:after {
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .55s cubic-bezier(.785,.135,.15,.86);
    transition-delay: 0s;
}
.uline-double-wrap a:hover:before {
    opacity:1;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .55s cubic-bezier(.785,.135,.15,.86);
    transition-delay: 0s;
}
.uline-double-wrap a:hover:after {
    opacity:1;
    transform: scaleX(1);
    transform-origin: left;
    transition: transform .55s cubic-bezier(.785,.135,.15,.86);
    transition-delay: .2s;
}

.page-template-templates-project .header-light:not(.elementor-sticky--effects) .favorites-icon svg path {
    fill:#fff;
}
.elementor-sticky--effects .custom-project-menu ul a {
    color:var(--project-text-color);
}
.elementor-sticky--effects .citus-cta-button a {
    background-color: var(--project-text-color) !important;
    color:#fff !important;
}
.elementor-sticky--effects .citus-cta-button a svg path,
body:not(.page-template-templates-project) .citus-cta-button a svg path {
    fill:#fff;
    transition: 0.3s all;
}

/* Footer */

.page-template-templates-project .footer-wrapper,
.page-template-templates-floor .footer-wrapper, 
.page-template-templates-parking .footer-wrapper, 
.page-template-templates-project-search .footer-wrapper, 
.single-butai .footer-wrapper {
    background-color: var(--project-footer-bg-color);
}
.page-template-templates-project .footer-wrapper .wpcf7-email,
.page-template-templates-floor .footer-wrapper .wpcf7-email,
.page-template-templates-parking .footer-wrapper .wpcf7-email,
.page-template-templates-project-search .footer-wrapper .wpcf7-email,
.single-butai .footer-wrapper .wpcf7-email {
    background-color: var(--project-footer-bg-color);
}

.project-page-color-style .footer-color-white * {
    color:var(--project-footer-text-color) !important;
}

.project-page-color-style .footer-color-white svg path {
    fill:var(--project-footer-text-color) !important;
}

.project-page-color-style .footer-color-white .wpcf7-submit svg path {
    fill:var(--project-footer-bg-color) !important;
}

.project-page-color-style .footer-color-yellow * {
    color:var(--project-footer-text-color);
}
.project-page-color-style .footer-wrapper .footer-omnisend-form button {
    background-color: var(--project-footer-cta-color);
}
.project-page-color-style .footer-omnisend-form button svg path {
    fill: var(--project-footer-bg-color);
}
.project-page-color-style .footer-wrapper .premium-cf7-container [type="checkbox"] {
    border-color:var(--project-footer-text-color) !important;
}

.project-page-color-style .footer-wrapper .premium-cf7-container input[type="checkbox"]:checked:before {
    background:var(--project-footer-text-color) !important;
}


.project-page-color-style .footer-wrapper .premium-cf7-container .wpcf7-form-control.wpcf7-text {
    border-color:var(--project-footer-line-color) !important;
}
.project-page-color-style .footer-wrapper .elementor-divider-separator {
    background:var(--project-footer-line-color) !important;
}

/* Animations */

.fade-in-rise * {
    will-change: transform, opacity;
}

.fade-in-rise {
    overflow:hidden;
    padding:3px 0;
}
.fade-in-rise h1, .fade-in-rise h2, .fade-in-rise h3,
.fade-in-rise h4, .fade-in-rise h5, .fade-in-rise h6, .fade-in-rise img {
    opacity: 0;
    transform: translateY(100%);
    transition: transform 1.3s ease-out, opacity 1.3s ease-out;
    will-change: transform, opacity;
}

.fade-in-rise.visible h1, .fade-in-rise.visible h2, .fade-in-rise.visible h3,
.fade-in-rise.visible h4, .fade-in-rise.visible h5, .fade-in-rise.visible h6,
.fade-in-rise.visible img {
    opacity: 1;
    transform: translateY(0);
}

/* Search table */
#objects-table {
	width:100% !important;
	border-collapse:collapse;
}

#objects-table th {
    cursor:pointer;
}
#objects-table th.sorting::after {
	content:"";
    display: inline-block;
    margin-left: 8px;
    position: relative;
    top: 2px;
	width:8px;
	height:16px;
	background-color: currentColor;
	-webkit-mask-image: url(/wp-content/uploads/2026/04/sort.svg);
	mask-image: url(/wp-content/uploads/2026/04/sort.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
}
#objects-table th.sorting_desc::after {
	content:"";
    display: inline-block;
    margin-left: 8px;
    position: relative;
	top: 2px;
	right:0;
	width:8px;
	height:16px;
	background-color: currentColor;
	-webkit-mask-image: url(/wp-content/uploads/2026/04/sort-up.svg);
	mask-image: url(/wp-content/uploads/2026/04/sort-up.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
}
#objects-table th.sorting_asc::after {
	content:"";
    display: inline-block;
    margin-left: 8px;
    position: relative;
    top: 2px;
	width:8px;
	height:16px;
	background-color: currentColor;
	-webkit-mask-image: url(/wp-content/uploads/2026/04/sort-down.svg);
	mask-image: url(/wp-content/uploads/2026/04/sort-down.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
}
@media (max-width:768px) {
    #objects-table th.sorting::after, #objects-table th.sorting_asc::after, #objects-table th.sorting_desc::after {
        display:none !important;
    }
}

#objects-table th {
	color: rgba(63, 62, 59, 0.6);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding:0 24px 24px 0;
	border-bottom:1px solid rgba(63, 62, 59, 0.24);
	text-align:left;
}

#objects-table td {
	color: #3F3E3B;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	border-bottom:1px solid rgba(63, 62, 59, 0.24);
	padding:26px 24px 26px 0;
    white-space: nowrap;
}

#objects-table tr td:first-child {
    padding-right:16px;
    padding-left: 16px;
}
#objects-table tr th:first-child {
    padding-right:16px;
    padding-left: 16px;
}

#objects-table tr {
    background: transparent;
}

#objects-table tr:hover th {
    background-color: transparent;
}

#objects-table tr:hover {
    background: transparent;
}

#objects-table tr:hover td {
	background:rgba(63, 62, 59, 0.1);
}

.project-page-color-style #objects-table tr:hover td {
    background: rgba(245, 228, 81, 0.30);
    cursor: pointer;
}

#objects-table tr.Parduotas:hover {
    cursor: no-drop !important;
}

#objects-table tr.Rezervuotas:hover {
    background: transparent;
}

#objects-table tr.Parduotas {
    cursor: no-drop !important;
}

#objects-table tr.Rezervuotas {
    background: transparent;
}

.simplefavorite-button { 
    height:24px;
}

.apartment-status {
	display: flex;
    width: 140px;
    height: 28px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size:16px;
    border-radius: 100px;
    border: 1px solid #3F3E3B;
}

.apartment-status.Rezervuotas {
	color: #FD9833;
    border-color:#FD9833;
}
.apartment-status.Parduotas {
	color: #DB152F;
    border-color:#DB152F;
}

/* Search filters */

#yadcf-filter-wrapper--objects-table-1,
#yadcf-filter-wrapper--objects-table-2,
#yadcf-filter-wrapper--objects-table-4,
#yadcf-filter-wrapper--objects-table-6,
#yadcf-filter-wrapper--objects-table-7 {
    display: none !important;
}

#objects-table_length, #objects-table_paginate {display:none;}

#objects-table_filter,
.yadcf-filter-reset-button.range-number-slider-reset-button,
.yadcf-filter-range-number-slider-min-tip-hidden.hide,
.yadcf-filter-range-number-slider-max-tip-hidden.hide {
    display: none;
}

.reset-all-filters {cursor:pointer;}

/* Range filter */

#external_filter_container_plotas {
    padding-top:16px;
}

.yadcf-filter-range-number-slider-min-tip-inner,
.yadcf-filter-range-number-slider-max-tip-inner {
    background-color: transparent;
    text-align: left;
    pointer-events: none;
    margin: 0;
    width: auto;
    height: 24px;
    line-height: 24px;
    position: absolute;
    top: 36px;
	left:0;
    color: rgba(63, 62, 59, 0.6);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: lowercase;
    margin-left:6px;
}

.ui-slider-range.ui-widget-header {
    height: 100%;
    background: rgba(63, 62, 59, 0.24);
}

.ui-slider-range.ui-widget-header.inuse {
    background: #3F3E3B;
    height:4px;
    top:-1.5px;
}

.ui-slider-handle.ui-state-default.ui-corner-all {
    width: 32px;
    height: 32px;
    background: #3F3E3B;
    top: -16px;
    border: none;
    outline: none !important;
    border-radius: 100%;
}
.ui-slider-handle.ui-state-default.ui-corner-all.yadcf-filter-range-number-slider-max-tip {
	transform:translateX(-32px);
}

/* Checkboxes */

.radio-btn-group,
.checkbox-btn-group {
    display: flex;
    flex-wrap: wrap;
    gap:12px;
}

.radio-btn-group {
    gap:0;
    flex-wrap: nowrap;
}
.radio-btn-group > div {
    flex:1 1 100%;
}

.form-check label {
    background: transparent;
	color: #3F3E3B;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
    font-weight: 600;
    padding:6px 16px;
	height:36px;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	border:1px solid rgba(63, 62, 59, 0.24);
	border-radius:100px;
}

.radio-btn-group .form-check label {
    background:transparent;
    padding:8px;
    color:rgba(63, 62, 59, 0.6);
    height:auto;
    width:100%;
    border:none;
    border-bottom:1px solid rgba(63, 62, 59, 0.24);
    border-radius:0;
}

.checkbox-square .form-check label {
    width:18px;
    height:18px;
    border:2px solid #3F3E3B;
    border-radius:4px;
    padding:0;
}

.checkbox-filters .form-check label {
	height: 20px;
    width: 20px;
	border-radius:8px;
}

.form-check input[type="radio"],
.form-check input[type="checkbox"] {
    display: none;
}

.checkbox-selection-group-statusas .form-check input[type="checkbox"]:checked+label:after {
    content: "";
    position: absolute;
    top: -3px;
    left: -2px;
    width: 18px;
    height: 18px;
    background-color: rgba(218, 205, 171, 1);
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.0303 8.78039L8.99993 16.8107L5.4696 13.2804L6.53026 12.2197L8.99993 14.6894L15.9696 7.71973L17.0303 8.78039Z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.0303 8.78039L8.99993 16.8107L5.4696 13.2804L6.53026 12.2197L8.99993 14.6894L15.9696 7.71973L17.0303 8.78039Z'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}


.form-check input[type="checkbox"]:checked+label {
    background: #3F3E3B;
	border-color: #3F3E3B;
    color: #fff;
}
.form-check input[type="radio"]:checked+label {
    border-color:#3F3E3B;
    color:#3F3E3B;
}

/* Property page */

.property-plan-image .swiper-button-next:after, .property-plan-image .swiper-button-prev:after {
    display: none;
}

.property-plan-image .swiper-button-next, .property-plan-image .swiper-button-prev {
    width:36px;
    height:36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: var(--project-bg-color);
}

.property-plan-image .swiper-button-next svg, .property-plan-image .swiper-button-prev svg {
    color:var(--project-text-color-light);
}

.apartment-table {
	border-top:1px solid rgba(63, 62, 59, 0.24);
	display:flex;
	flex-direction: column;
	gap:0;
}
.apartment-table > div {
	display:flex;
	border-bottom:1px solid rgba(63, 62, 59, 0.24);
	align-items:center;
	justify-content:space-between;
	padding:16px 0;
	
}
.apartment-table div span {
	color: rgba(63, 62, 59, 0.6);
	font-size: 16px;
	line-height: 24px;
}
.apartment-table div.font-size-small span {
	font-size: 13px;
}
.apartment-table div span:last-child {
	color: rgba(63, 62, 59, 1);
}

.apartment-table .object-gift {
    display: flex;
    height: 28px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 100px;
    background: var(--C4, #F5E451);
    color: var(--C5, #3F3E3B);
}

.butai-left-nav {
    display:flex;
    align-items:center;
    color: #3F3E3B;
}

.butai-left-nav > div > a, .butai-left-nav .nav-item > span {
    color: #3F3E3B;
    cursor: pointer;
    opacity:0.6;
    transition:0.3s all;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.butai-left-nav a:hover, .butai-left-nav .nav-item > span:hover {
    opacity:1;
}

.butai-left-nav .nav-item {
    position: relative;
    padding:0 24px;
    border-left:1px solid rgba(29, 0, 57, 0.24);
}
.butai-left-nav .nav-item:first-child {
    padding-left:0;
    border-left:none;
}

.butai-left-nav .dropdown {
    display: none;
    flex-direction: column;
    position: absolute;
    left: 24px;
    top: 24px;
    background: #fff;
    padding: 16px;
    white-space: nowrap;
    z-index: 1000;
    box-shadow: 0px 0px 36px 0px rgba(63, 62, 59, 0.10);
    border-radius: 8px;
}

.butai-left-nav .nav-item:hover .dropdown {
    display: flex;
}

.butai-left-nav .nav-item .dropdown a {
    color:#3F3E3B;
    padding:12px 0;
    border-bottom:1px solid rgba(63, 62, 59, 0.24);
    opacity:1;
}

.butai-left-nav .nav-item .dropdown a:first-child {
    padding-top:0;
}

.butai-left-nav .nav-item .dropdown a:last-child {
    border-bottom:none;
    padding-bottom:0;
}

.dropdown a:hover {
    text-decoration: underline;
}

.bank-logo {
    max-width: 100px;
    height: auto;
}

.apartment-plan-navigation {
    display: flex;
   justify-content: center;
   gap: 12px;
   padding: 0;
   list-style: none;
}
.apartment-plan-navigation li {
   color: #3F3E3B;
   font-size: 16px;
   font-weight: 600;
   display:flex;
   align-items:center;
   justify-content:center;
   cursor:pointer;
   border-radius: 100px;
   padding:6px 24px;
   border: 1px solid rgba(63, 62, 59, 0.24);
}
.apartment-plan-navigation li.active {
   background:#3F3E3B;
   color:#fff;
}

.apartment-plan-wrapper .property-plan-image img {
    max-height:400px;
    max-width:75%;
}

.apartment-plan-wrapper .property-gallery img {
    height:550px;
    object-fit: cover;
    width:100%;
}

/* Properties carousel */
/* Exclusive offers */

.exclusive-offer-item {
    width:371px;
}

.exclusive-offer-item .image-background-wrapper {
    background-position: center !important;
    background-size:cover !important;
    display: flex;
    flex-direction: column;
    position: relative;
}
.exclusive-offer-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.exclusive-offer-item .simplefavorite-button {
    z-index: 2;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 100px;
    margin-top: 16px;
    margin-right: 16px;
    align-self: flex-end;
}

.exclusive-offer-item .property-plan {
    z-index: 2;
    height: auto;
    width: 280px;
    align-self: center;
}
.exclusive-offer-item .price-tag {
    margin: 24px 0;
    background: #F5E451;
    z-index: 1;
    display: inline-block;
    width: fit-content;
    display:flex;
    gap:12px;
    align-items: center;
    padding:12px;
}
.exclusive-offer-item .price-tag span {
    font-weight:600;
    color:#3F3E3B;
}
.exclusive-offer-item .price-tag span.with-opacity {
    opacity:0.48;
}
.exclusive-offer-item .meta-items {
    margin: 16px 0;
    display: flex;
    gap: 4px;
}
.exclusive-offer-item .meta-items span {
    color: #3F3E3B;
    border: 1px solid #3F3E3B;
    padding: 10px 12px;
    border-radius: 100px;
    line-height: 8px;
}
.exclusive-offer-item .project-address {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* General pages */

.simplefavorite-button {
    cursor:pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.simplefavorite-button.active {
    opacity:1 !important;
}
.page-template-templates-project #bgmp_map-canvas {
    height:680px !important;
}
.project-map-wrapper .map-filters {
    position: absolute;
    z-index: 9;
    left: 36px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center;
}
.project-map-wrapper .map-filters .filter-item {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:8px;
    color: #3F3E3B;
	text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    cursor:pointer;
    transition:0.3s all;
}
.project-map-wrapper .map-filters .filter-item .filter-icon {
    width:52px;
    height:52px;
    border-radius:100%;
    background:var(--project-accent-color);
    border:1px solid #3F3E3B;
    display:flex;
    align-items:center;
    justify-content:center;
}
.project-map-wrapper .map-filters .filter-item.active .filter-icon {
    background:#3F3E3B;
}
.project-map-wrapper .map-filters .filter-item.active .filter-icon {
    background:var(--project-bg-color);
    border-color:var(--project-text-color);
}
.project-map-wrapper .map-filters .filter-item .filter-icon svg {
    width:32px;
    height:32px;
}
.project-map-wrapper .map-filters .filter-item .filter-icon svg path {
    fill:#3F3E3B;
}
.project-map-wrapper .map-filters .filter-item.active .filter-icon svg path {
    fill:#fff
}
.project-map-wrapper .map-filters .filter-item.active .filter-icon svg path {
    fill:var(--project-text-color);
}
.timeline-wrapper.style-horizontal {
	overflow-x: scroll;
  scrollbar-width: none;   
  -ms-overflow-style: none; 
}
.style-horizontal .timeline-wrapper::-webkit-scrollbar {
  display: none;
}
.style-horizontal .timeline-list {
    display: flex;
    padding-left: 4px;
}
.style-horizontal .timeline-list .timeline_item-card:nth-child(odd) {
	border-bottom: 1px solid #3F3E3B;
}
.style-horizontal .timeline-list .timeline_item-card:first-child {
    margin-left: 0;
}
.style-horizontal .timeline_item-card {
    min-width: 500px;
    margin-left: -250px;
    height: 180px;
    display: flex;
    gap:16px;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #3F3E3B;
    padding-left: 24PX;
    position: relative;
    justify-content: flex-start;
}
.style-horizontal .timeline-list .timeline_item-card:nth-child(even) {
    margin-top: 179px;
    border-top: 1px solid #3F3E3B;
    padding-top:24px;
}
.style-horizontal .timeline_item-card p {
    max-width: 270px;
    color:rgba(63, 62, 59, 0.6);
    margin:0;
}
.style-horizontal .timeline_item-card h3 {
    font-weight:400;
    margin:0;
}
.style-horizontal span.timeline-bubble {
    width: 8px;
    height: 8px;
    background: #3F3E3B;
    border-radius: 100%;
    position: absolute;
    left: -4px;
    z-index: 2;
    bottom: -4px;
}
.style-horizontal .timeline-list .timeline_item-card:nth-child(even) span.timeline-bubble {
    top: -4px;
}
.style-horizontal .timeline-list .timeline_item-card:not(.active) {
    border-color:#D1D1D0;
}
.style-vertical .timeline-list { 
    display: flex;
    flex-direction: column;
}
.style-vertical .timeline_item-card {
    display:flex;
    padding-bottom:36px;
    border-left:1px solid #A3AE76;
    gap:36px;
}
.style-vertical .timeline_item-card:last-child {
	border-left:none;
}
.style-vertical .timeline_item-card.active {
    border-left:2px solid #000;
}
.style-vertical .timeline_item-card .year-wrap {
    padding-left:20px;
    position: relative;
}
.style-vertical .timeline_item-card .year-wrap p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; 
    letter-spacing: 0.4px;
    min-width: 120px;
	opacity:1;
}
.style-vertical .timeline_item-card .text-wrap {
    display: flex;
    gap:16px;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    justify-content: flex-start;
}
.style-vertical .timeline_item-card p {
    font-size: 20px;
    color:rgba(63, 62, 59, 0.6);
    margin:0;
    opacity:0.6;
}
.style-vertical .timeline_item-card h3 {
    font-weight:400;
    margin:0;
}
.style-vertical span.timeline-bubble {
    width: 12px;
    height: 12px;
    background: #A3AE76;
    border-radius: 100%;
    position: absolute;
    left: -7px;
    z-index: 2;
    top: 0;
}
.style-vertical .active span.timeline-bubble {
    background: #000;
}
.swiper-zoom-container img {
    background-color: #fff;
}
.project-gallery img {
    height:680px !important;
    width:100%;
    object-fit:cover;
    object-position:center;
}
.project-gallery .swiper-button-next:after, .project-gallery .swiper-button-prev:after {
    display:none;
}
.project-gallery .swiper-button-next, .project-gallery .swiper-button-prev {
    width:36px;
    height:36px;
}
.project-gallery .swiper-button-next {
    right:36px;
}
.project-gallery .swiper-button-prev {
    left:36px;
}
.project-gallery-tabs .nav {
    padding-left:0;
    list-style:none;
    display:flex;
    gap:12px;
    align-items:center;
    margin-bottom:24px;
}
.project-gallery-tabs .nav li .nav-link {
    display: flex;
    padding: 6px 36px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
	border: 1px solid rgba(0,0,0,0.24);
    background-color: transparent;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; 
    cursor: pointer;
}
.project-gallery-tabs .nav li .nav-link:hover, .project-gallery-tabs .nav li .nav-link.active {
    background:#000;
    color:#D3CEFF;
	border-color:#000;
}
.project-gallery-thumbs {
    margin-top:16px;
}
.project-gallery-thumbs img {
    opacity:0.36;
    height:100px !important;
    width:100%;
    object-fit:cover;
    object-position:center;
    cursor:pointer;
}
.project-gallery-thumbs .swiper-slide-thumb-active img {
    opacity:1;
}
.project-gallery-small .swiper-slide {
    width:520px;
}
.project-gallery-small img {
    height:390px !important;
    width:100%;
    object-fit:cover;
    object-position:center;
}
.project-gallery-small .swiper-button-next:after, .project-gallery-small .swiper-button-prev:after {
    display:none;
}
.project-gallery-small .swiper-button-next, .project-gallery-small .swiper-button-prev {
    top:initial;
    bottom:0;
    left:50%;
    width:36px;
    height:36px;
    background-color: var(--project-button-bg-color);
    border-radius: 100%;
}
.project-gallery-small .swiper-button-next {
    left:calc(50% + 8px);
}
.project-gallery-small .swiper-button-prev {
    left:calc(50% - 44px);
}
.gallery-small .nav {
    justify-content: center;
    margin-bottom:80px;
}
.project-gallery-big .swiper-slide {
    width:70vw;
}
.project-gallery-big img {
    height:640px !important;
    width:100%;
    object-fit:cover;
    object-position:center;
}
@media (max-width:768px) {
    .project-gallery-big .swiper-slide {
        width: min(340px, calc(100vw - 32px));
    }
    .project-gallery-big img {
        height:200px !important;
        max-width:100%;
        object-fit:cover;
        object-position:center;
    }
    .gallery-navigation {
        display:none;
    }
}
.project-gallery-big .swiper-button-next:after, .project-gallery-big .swiper-button-prev:after {
    display:none;
}
.project-gallery-big .swiper-button-next, .project-gallery-big .swiper-button-prev {
    top:50%;
    width:36px;
    height:36px;
    margin-top:0;
    background-color: var(--project-button-bg-color);
    border-radius: 100%;
    z-index: 3;
}
.project-gallery-big .swiper-button-next {
    left: calc(50% + 35vw + 36px);
    right: auto;
    transform: translate(-50%, -50%);
}
.project-gallery-big .swiper-button-prev {
    left: calc(50% - 35vw - 36px);
    right: auto;
    transform: translate(-50%, -50%);
}
.project-gallery-big .gallery-navigation svg path {
    fill:#4B707B;
}
.project-gallery-tabs .nav li .nav-link {
    color:var(--project-button-bg-color);
    border-color:var(--project-button-bg-color);
}
.gallery-big .nav {
    justify-content: center;
    margin-bottom:48px;
}
.project-add-wrapper {
    margin:24px 0 0 0;
}
.project-add-wrapper {
    background:var(--project-add-banner-bg-color);
    padding:24px 36px;
    display:flex;
    justify-content:space-between;
}
.project-add-wrapper .add__info {
    display:flex;
    gap:24px;
    align-items:center;
}
.project-add-wrapper .add__info h3 {
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.4px;
    margin:0;
    color:var(--project-add-banner-text-color);
}
.project-add-wrapper .add__cta a {
    display: flex;
    padding: 12px 48px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
	background: var(--project-add-banner-text-color);
    color: var(--project-add-banner-bg-color);
    font-family: "Onest", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.project-add-wrapper .add__cta a:hover {
    opacity:0.9;
}
.project-add-wrapper .add__info span {
    border-left:1px solid rgba(63, 62, 59, 0.24);
    padding-left:24px;
    color: #3F3E3B;
    font-family: "Onest", Sans-serif;
    font-size: 20px;
    line-height: 28px;
}
.project-banner-wrapper {
    margin:80px 0 0 0;
}
.project-banner-wrapper img {
    width:100%;
}
.project-offers-wrapper {
    margin:0 0 80px 0;
}
.elementor-shortcode .project-offers-wrapper h2 {
    font-size: 72px;
    line-height: 80px;
    letter-spacing: 1.44px;
}


.logo-sticky {
    display: none;
}

.similar-projects-single-wrapper .project_labels {
    margin-top:24px;
    margin-left:24px;
}
.similar-projects-single-wrapper .project_labels span {
    background:#F5E451;
    padding:8px 12px;
    color:#3F3E3B;
}
.project_labels {
    display:flex;
    gap:8px;
}

.project_labels span {
    background:#3F3E3B;
    color:#EBE5CC;
    font-size:12px;
    font-weight:600;
    line-height:16px;
    padding:8px 12px;
}
.footer-omnisend-form button {
    position:absolute;
    top:8px;
    right:8px;
    background:#F5E451;
    width:44px;
    height:44px;
    display:flex;
    justify-content:center;
    align-items:center;
    border:none;
    outline:none;
    border-radius:100%;
    cursor:pointer;
}

.project-accordion {
    overflow: hidden;
    height:auto;
    transition: 0.5s all;
}

.project-accordion.faq-collapsed {
    height:400px;
}

/* Features slider */
.project-features-wrapper {
    overflow:hidden;
}
.project-features-wrapper  .swiper-slide {
    display: grid;
    grid-template-columns: 400px 300px;
    gap: 36px;
    width: auto;
}

.project-features-wrapper .feature-slide-content {
    display:flex;
    flex-direction: column;
    justify-content: flex-end;
    gap:16px;
}

.project-features-wrapper h3 {
    color: var(--project-features-text-color);
    font-family: "Onest", Sans-serif;
    font-size: 24px;
	font-weight:600;
    line-height: 28px; 
    letter-spacing: 0.4px;
    margin:0;
}

.project-features-wrapper p {
    color: var(--project-features-text-color);
    font-family: "Onest", Sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin:0;
    opacity:0.6;
}

.project-features-wrapper .feature-slide-image img {
    height:516px;
    width:100%;
    object-fit: cover;
    object-position: center;    
}

.project-features-wrapper {
    
}

.project-features-wrapper .swiper-button-next, .project-features-wrapper .swiper-button-prev {

}
.project-features-wrapper .swiper-button-next::after, .project-features-wrapper .swiper-button-prev::after {
    display: none;
}
.project-features-wrapper .swiper-button-next, .project-features-wrapper .swiper-button-prev {
    top:initial;
    bottom:-74px;
    left:50%;
    width:36px;
    height:36px;
    background-color: #000;
    border-radius: 100%;
}
.project-features-wrapper .swiper-button-next svg path, .project-features-wrapper .swiper-button-prev svg path {
	stroke:#fff;
}
.project-features-wrapper .swiper-button-next {
    left:calc(50% + 8px);
}
.project-features-wrapper .swiper-button-prev {
    left:calc(50% - 44px);
}


/* Floor page */

.floor-navigation {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.floor-navigation-buildings-title {
	margin:0;
	margin-left:20px;
}
.page-template-templates-project .floor-navigation a {
    padding:10px 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color:var(--project-text-color);
    border-radius: 100px;
    border: 1px solid var(--project-text-color);
    transition:0.3s all;
}

.page-template-templates-project .floor-navigation a.active, .floor-navigation a:hover {
    background:var(--project-button-bg-color);
    color:var(--project-button-text-color);
}

.floor-navigation a {
    padding:10px 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color:#3F3E3B;
    border-radius: 100px;
    border: 1px solid rgba(63, 62, 59, 0.24);
    transition:0.3s all;
	min-width:55px;
	text-align:center;
}

.floor-navigation a.active, .floor-navigation a:hover {
    background:#3F3E3B;
    color:#fff;
}

.floor-navigation-buildings-title {
	font-size:20px;
}

.floor-tooltip {
	background:#F5E451;
	display:flex;
	flex-direction:column;
	padding:16px;
	gap:16px;
	width:194px;
}
.floor-tooltip .floor-title {
	color: #1D0039;
	font-family: Scale;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.4px;
}
.floor-tooltip .floor-title h6 {
	margin:0;
    font-weight: 700;
}
.floor-tooltip .floor-info {
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	gap:5px;
	color: rgba(63, 62, 59, 0.6);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	width:100%;
}
.floor-tooltip .floor-info div {
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:100%;
}
.floor-tooltip .floor-info span {
	color: rgba(63, 62, 59, 1);
}
.building-tooltip {
    display:flex;
    gap:0;
    background:#D3CEFF;
    align-items: center;
}
.building-tooltip .floor-title {
    align-items: center;
    padding:22px 45px;
    border-right:1px solid var(--project-text-color-light);
}
@media (max-width:768px) {
	.building-tooltip .floor-title {
		padding:8px 16px;
		font-size:18px;
		border:none;
	}
}
.building-tooltip .floor-title h6 {
    color: var(--project-text-color-light);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.48px;
}
.building-tooltip .floor-info {
    display:flex;
    flex-direction: column;
    gap:4px;
    padding:10px 20px;
}
.building-tooltip .floor-info div {
    color: var(--project-text-color-light);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.34px;
}
.building-tooltip h6 {
    margin:0;
    color: var(--project-text-color-light);
}

.floor-legend {
	display:flex;
	gap:8px;
	flex-direction:column;
}
.floor-legend .legend-item {
	display:flex;
	gap:8px;
	align-items:center;
}
.floor-legend .legend-item span {
	width:36px;
	height:16px;
	border:1px solid rgba(35, 35, 35, 0.36);
	background:#fff;
}
.floor-legend .legend-item span.commercial {
	background:rgba(235, 229, 204, 1);
}
.floor-legend .legend-item p {
	margin:0;
	font-size:16px;
}

@media (max-width:768px) {
	body {
		overflow-x:hidden;
	}
    .dialog-type-lightbox {
        max-width:100%;
    }
	.floor-navigation-buildings-title {
		margin-left:0;
	}
	.floor-navigation a {
		min-width:40px;
	}
    .custom-project-menu ul {
        gap:0;
        flex-direction: column;
        align-items: flex-start;
    }
    .custom-project-menu ul a {
        color: #3F3E3B !important;
        font-family: "Valizas";
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0.44px;
        padding:12px 0;
        outline: none;
    }
    .custom-project-menu ul li {
        border-bottom:1px solid rgba(63, 62, 59, 0.24);
        width: 100%;
    }
    .custom-project-menu ul li:last-child {
        border-bottom: none;
    }
    .project_id_1259 .custom-project-menu ul a {
        font-family: "Bw Gradual", Sans-serif;
        font-weight:700 !important;
    }
    .style-vertical .timeline_item-card .year-wrap p {
        font-size: 18px;
    }
    .style-vertical .timeline_item-card {
        gap:16px;
    }
    .style-vertical .timeline_item-card .year-wrap p {
        min-width: 90px;
    }
    .style-vertical .timeline-list {
        padding-left:8px;
    }
	#objects-table th, #objects-table td {
		font-size:10px;
		padding:16px 8px 16px 0;
	}
	#objects-table tr td:first-child {
		padding-right:16px;
        padding-left: 0;
	}
    #objects-table tr th:first-child {
		padding-right:16px;
        padding-left: 0;
	}
	.apartment-status {
		display:block;
		width:auto;
		padding:0;
		border:none;
		font-size:10px;
	}
	#objects-table td svg {
		height:20px;
	}
	.butai-left-nav .nav-item:first-child {
		padding-left:24px;
	}
	.apartment-plan-navigation li {
		flex:1 0 100%;
	}
	.floor-navigation {
		flex-direction:row;	
	}
	.project-offers-wrapper {
		margin-top:60px;
	}
	.project-offers-wrapper h2 {
		margin-bottom:24px !important;
	}
	.exclusive-offer-item {
		width:280px;
	}
	.exclusive-offer-item .property-plan {
		width:160px;
	}
	.project-add-wrapper {
		padding:24px;
	}
	.project-add-wrapper, .project-add-wrapper .add__info {
		flex-direction:column;
	}
	.elementor-shortcode .project-add-wrapper .add__info span {
		border:none;
		padding-left:0;
	}
	.project-add-wrapper .add__info {
		gap:16px;
	}
	.project-add-wrapper .add__info span.add_date {
		padding:16px 0;
		border-top:1px solid rgba(63, 62, 59, 0.24);
		border-bottom:1px solid rgba(63, 62, 59, 0.24);
	}
	.project-add-wrapper .add__cta a {
		margin-top:24px;
	}
	.page-template-templates-project #bgmp_map-canvas {
		height:440px !important;
	}
	.project-map-wrapper .map-filters {
		position: static;
		flex-direction: row;
		overflow-x: scroll;
		transform: none;
		margin-top: 24px;
		justify-content: flex-start;
		scrollbar-width: none;
		-ms-overflow-style: none;
		padding-left:10px;
        align-items: flex-start;
	}
	.project-map-wrapper .elementor-shortcode {
		display: flex;
    	flex-direction: column-reverse;
	}
	.project-gallery-tabs .nav li .nav-link {
		padding:6px 36px;
	}
	.project-gallery-tabs .nav {
		justify-content:center;
		flex-wrap:wrap;
        margin-top:0;
        margin-bottom:36px;
	}
	.project-gallery img {
		height:375px !important;
	}
	.project-gallery-thumbs {
		display:none;
	}
    .project-features-wrapper .swiper-slide {
        display:flex;
        flex-direction: column-reverse;
        gap:24px;
        width:280px;
    }
    .project-features-wrapper .feature-slide-image img {
        height:350px;
    }
}

/* Favorites carousel */
.favorites-menu-item a {
    display:flex;
    gap:6px;
    position: relative;
}
.favorites-menu-item.active svg path {
    fill: #3F3E3B;
}
.favorites-count {    
    position: absolute;
    top: -6px;
    right: -6px;
    font-size: 10px;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 12px;
    font-weight: 600;
    background: #F5E451;
    display: flex;
    align-items: center;
    justify-content: center;
}
.favorites-carousel-item {
    background: #EBE5CC;
    padding: 24px;
    display: flex;
    gap:24px;
    flex-direction: column;
    justify-content: space-between;
    max-width: 520px;
}
.favorites-carousel-item .carousel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-family: Scale;
}
.favorites-carousel-item .carousel-header > div {
    display:flex;
    align-items: center;
    gap:12px;
}
.favorites-carousel-item .carousel-content {
    display:grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
}
.favorites-carousel-item .carousel-content > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:12px 0;
    border-top:1px solid rgba(63, 62, 59, 0.24);
}
.favorites-carousel-item .carousel-content > div span {
    opacity:0.6;
}
.favorites-carousel-item .carousel-footer {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 12px;
    gap:12px;
    background: #fff;
}
.favorites-carousel-item .carousel-footer.carousel-footer--single {
    grid-template-columns: minmax(0, 1fr);
}
.favorites-carousel-item .carousel-footer .plan-tile {
    display: flex;
    align-items: center;
    justify-content:center;
    padding:12px;
    height: 200px;
}
.favorites-carousel-item .carousel-footer .plan-tile img {
    width: 100%;
    max-width: 100%;
    object-fit: contain;
    max-height:150px;
}


/* Dark scheme colors */

/* Footer */

.color-scheme-dark.project-page-color-style .favorites-count {
    color:var(--project-bg-color) !important;
}

/* Header */

.color-scheme-dark .header-light .favorites-icon svg path,
.property-color-scheme-dark .header-light .favorites-icon svg path,
.floor-color-scheme-dark .header-light .favorites-icon svg path {
    fill:var(--project-text-color-light);
}

.page-template-templates-project.color-scheme-dark  .header-inner-wrapper, 
.page-template-templates-floor.color-scheme-dark  .header-inner-wrapper, 
.page-template-templates-parking.color-scheme-dark  .header-inner-wrapper, 
.single-butai.color-scheme-dark  .header-inner-wrapper {
    border-color:rgba(255,255,255,0.4);
}

.page-template-templates-project.color-scheme-dark  .mobile-project-burger svg path, 
.floor-color-scheme-dark  .mobile-project-burger svg path,
.page-template-templates-parking.color-scheme-dark  .mobile-project-burger svg path,
.single-butai.property-color-scheme-dark .mobile-project-burger svg path {
    fill:var(--project-text-color-light);
}

.single-butai .property-background-color, .single-butai .elementor-location-footer {
    background-color:var(--project-bg-color);
}

.property-color-scheme-dark .property-contact-wrapper {
    background-color:#F5E451 !important;
}

.property-color-scheme-dark .property-contact-wrapper h2 {
    color:#3F3E3B !important;
}

.property-color-scheme-dark .premium-cf7-container input.wpcf7-submit {
    background:#3F3E3B !important;
    color:#F5E451 !important;
}

.property-color-scheme-dark input[type=email],
.property-color-scheme-dark input[type=tel], 
.property-color-scheme-dark input[type=text] {
    border: 1px solid rgba(63, 62, 59, 0.36) !important;
    color:#3F3E3B !important;
}

.property-color-scheme-dark .premium-cf7-container input[type="checkbox"]:checked:before {
    background:#3F3E3B !important;
}
.property-color-scheme-dark input[type=email]::placeholder,
.property-color-scheme-dark input[type=tel]::placeholder, 
.property-color-scheme-dark input[type=text]::placeholder {
    color:rgba(63, 62, 59, 0.72) !important;
}

.property-color-scheme-dark .wpcf7-list-item label * {
    color:rgba(63, 62, 59, 0.72) !important;
}

.property-color-scheme-dark .premium-cf7-container [type="checkbox"] {
    border-color:#3F3E3B !important;
}

.project-page-color-style.property-color-scheme-dark .footer-color-white * {
    color:var(--project-footer-text-color) !important;
}

.project-page-color-style.property-color-scheme-dark .footer-color-white svg path {
    fill:var(--project-footer-text-color) !important;
}

.project-page-color-style.property-color-scheme-dark .footer-color-white .wpcf7-submit svg path {
    fill:var(--project-footer-bg-color) !important;
}

.project-page-color-style.property-color-scheme-dark .footer-color-yellow * {
    color:var(--project-footer-text-color);
}
.project-page-color-style.property-color-scheme-dark .footer-wrapper .footer-omnisend-form button {
    background-color: var(--project-footer-cta-color);
}
.project-page-color-style.property-color-scheme-dark .footer-omnisend-form button svg path {
    fill: var(--project-footer-bg-color);
}
.project-page-color-style.property-color-scheme-dark .footer-wrapper .premium-cf7-container [type="checkbox"] {
    border-color:var(--project-footer-text-color) !important;
}

.project-page-color-style.property-color-scheme-dark .footer-wrapper .premium-cf7-container input[type="checkbox"]:checked:before {
    background:var(--project-footer-text-color) !important;
}

.project-page-color-style.property-color-scheme-dark .footer-wrapper .premium-cf7-container .wpcf7-form-control.wpcf7-text {
    border-color:var(--project-footer-line-color) !important;
}
.project-page-color-style.property-color-scheme-dark .footer-wrapper .elementor-divider-separator {
    background:var(--project-footer-line-color) !important;
}

.property-color-scheme-dark .similar-projects-loop-carousel .similar-projects-single-wrapper h3,
.property-color-scheme-dark .similar-projects-loop-carousel .similar-projects-single-wrapper .elementor-icon-list-items,
.property-color-scheme-dark .similar-projects-loop-carousel .similar-projects-single-wrapper .elementor-icon-list-items span,
.property-color-scheme-dark .similar-projects-loop-carousel .similar-projects-single-wrapper .elementor-widget-container {
    color:var(--project-text-color-light) !important;
}

.property-color-scheme-dark .type-projektai svg {
    filter:invert(100%) brightness(1000%);
}

.property-color-scheme-dark .elementor-location-footer .dark-scheme-color-white * {
    color:var(--project-text-color-light) !important;
}

.property-color-scheme-dark .elementor-location-footer .dark-scheme-color-white svg {
    filter:invert(100%) brightness(1000%);
}

.property-color-scheme-dark .dark-scheme-color-yellow *, .color-scheme-dark .dark-scheme-color-yellow * {
    color:#F5E451 !important;
}

.color-scheme-dark .dark-scheme-color-white * {
    color:var(--project-text-color-light) !important;
}

.color-scheme-dark .form-check label {
    color:var(--project-text-color-light);
    border-color:rgba(255, 255, 255, 0.24);
}

.color-scheme-dark .form-check input[type="checkbox"]:checked+label {
    border-color:var(--project-bg-color-light);
    background:var(--project-text-color-light);
    color:var(--project-bg-color);
}

.color-scheme-dark .form-check input[type="radio"]:checked+label {
    color:var(--project-text-color-light);
    border-color:var(--project-text-color-light);
}

.color-scheme-dark .ui-slider-handle.ui-state-default.ui-corner-all,
.color-scheme-dark .ui-slider-range.ui-widget-header.inuse {
    background:var(--project-text-color-light);
}
.color-scheme-dark .yadcf-filter-range-number-slider-min-tip-inner, .color-scheme-dark .yadcf-filter-range-number-slider-max-tip-inner {
    color:var(--project-text-color-light);
}

.color-scheme-dark .dark-scheme-border-light .elementor-divider-separator {
    border-color:rgba(255, 255, 255, 0.24) !important;
}

.color-scheme-dark .dark-scheme-color-white img,
.color-scheme-dark .dark-scheme-color-white svg {
    filter:invert(100%) brightness(1000%);
}

.color-scheme-dark .project-offers-wrapper h2 {
    color:var(--project-text-color-light);
}

.color-scheme-dark .project-gallery-tabs .nav li .nav-link {
    border:1px solid rgba(30, 46, 39, 0.24);
    color:var(--project-button-bg-color);
    background: transparent;
}


.color-scheme-dark .exclusive-offer-item .meta-items span {
    color: var(--project-text-color-light);
    border-color:var(--project-text-color-light);
}

.color-scheme-dark .exclusive-offer-item .project-address {
    color:var(--project-text-color-light);    
}

.color-scheme-dark .exclusive-offer-item .project-address svg {
    filter:invert(100%) brightness(1000%);
}

.color-scheme-dark .advantages-grid img {
    filter:invert(100%) brightness(1000%);
}

.color-scheme-dark .similar-projects-loop-carousel .similar-projects-single-wrapper svg {
    filter:invert(100%) brightness(1000%);
}

.color-scheme-dark .news-loop-grid-container .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text,
.color-scheme-dark .news-loop-grid-container h3 {
    color:var(--project-text-color-light) !important; 
}

.color-scheme-dark .similar-projects-loop-carousel .similar-projects-single-wrapper h3,
.color-scheme-dark .similar-projects-loop-carousel .similar-projects-single-wrapper .elementor-icon-list-items,
.color-scheme-dark .similar-projects-loop-carousel .similar-projects-single-wrapper .elementor-icon-list-items span,
.color-scheme-dark .similar-projects-loop-carousel .similar-projects-single-wrapper .elementor-widget-container {
    color:var(--project-text-color-light) !important;
}

.color-scheme-dark span.timeline-bubble {
    background:var(--project-text-color-light);
}

.color-scheme-dark .timeline_item-card p {
    color: var(--project-text-color-light);
}

.color-scheme-dark .timeline_item-card h3 {
    color: var(--project-text-color-light);
}

.color-scheme-dark .timeline-list .timeline_item-card:nth-child(odd),
.color-scheme-dark .timeline-list .timeline_item-card:nth-child(even) {
    border-color:var(--project-text-color-light);
}

.color-scheme-dark .timeline_item-card {
    border-color:var(--project-text-color-light);
}

.color-scheme-dark .timeline-list .timeline_item-card:not(.active) {
    border-color:rgba(255,255,255,0.24);
}

.color-scheme-dark #objects-table th {
    color:rgba(255,255,255,0.6);
}

.color-scheme-dark #objects-table td {
    color:var(--project-text-color-light);
}

.color-scheme-dark .apartment-status {
    border-color:var(--project-text-color-light);
}

.color-scheme-dark #objects-table th, .color-scheme-dark #objects-table td {
    border-color:rgba(255,255,255,0.24);
}

.color-scheme-dark #objects-table .simplefavorite-button svg path {
    fill:var(--project-text-color-light);
}

.color-scheme-dark .search-table-gradient::before, .page-template-templates-project .search-table-gradient::before {
    background-image: linear-gradient(180deg, rgba(29, 0, 57, 0.00) 0%, var(--project-bg-color) 80%) !important;
}
.project_id_5224.page-template-templates-project .search-table-gradient::before {
    background-image: linear-gradient(180deg, rgba(130,133,110,0.00) 0%, rgba(130,133,110,1) 80%) !important;
}
.project_id_5224.page-template-templates-project .duk-table-gradient::before {
    background-image: linear-gradient(180deg, rgba(218,205,171,0.00) 0%, rgba(218,205,171,1) 80%) !important;
}
.color-scheme-dark .project-accordion a {
    color:var(--project-text-color-light) !important;
}
.color-scheme-dark .project-accordion p {
    color:var(--project-text-color-light) !important;
    opacity:0.6;
}
.color-scheme-dark .project-accordion .elementor-accordion .elementor-accordion-item {
    border-color: rgba(242, 238, 225, 0.24);
}
.color-scheme-dark .project-accordion svg path {
    fill:var(--project-text-color-light) !important;
}

.color-scheme-dark .elementor-sticky--effects .custom-project-menu ul a {
    color: var(--project-text-color-light);
}
.color-scheme-dark .elementor-sticky--effects .favorites-menu-item.active svg path {
    fill: var(--project-text-color-light);
}
.color-scheme-dark .elementor-sticky--effects .citus-cta-button a {
    background-color: var(--project-text-color-light) !important;
    color:var(--project-button-bg-color) !important;
}
.color-scheme-dark .elementor-sticky--effects .citus-cta-button a svg path {
    fill:var(--project-button-bg-color);
}
.color-scheme-dark  .page-template-templates-project .floor-navigation a {
    color:var(--project-text-color-light);
    border: 1px solid var(--project-text-color-light);
}

.color-scheme-dark .page-template-templates-project .floor-navigation a.active, .color-scheme-dark .floor-navigation a:hover {
    background:var(--project-button-bg-color);
    color:var(--project-text-color-light)
}

/* Responsive */
@media screen and (max-width:768px) {
    .color-scheme-dark .project-map-wrapper .map-filters .filter-item {
        color:var(--project-text-color-light);
    }
    .project-logo a img {
        height:34px;
    }    
    .elementor-shortcode .project-offers-wrapper h2 {
        font-size:36px;
        line-height:44px;
    }
.favorites-carousel-item .carousel-content {
    grid-template-columns: 1fr;
}
.favorites-carousel-item .carousel-footer {
    grid-template-columns: 1fr 1fr;
}
.favorites-carousel-item .carousel-footer.carousel-footer--single {
    grid-template-columns: 1fr;
}
}


/* OOOOLDDDD OLD CSS */
/* Cookie consent css */
.elementor-widget-premium-img-gallery .pa-gallery-magnific-image span, .elementor-widget-premium-img-gallery .pa-gallery-img-link span {
	background:#fff;
}


.price-wrapper .price-full {
	color: #040925;
font-family: Freigeist;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: normal;
}


.expand-widget-container {
    display: flex; 
    gap: 0; 
    width: 100%;
}
.expand-item {
    flex: 1; 
    transition: flex 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    position:relative;
    padding:120px 30px 30px 30px;
    flex-direction: column;
    justify-content: flex-start;
	align-items:center;
    display: flex;
    height:550px;
	background-size:cover;
	background-position:center;
}

.expand-item .title-wrapper {
    text-align:center;
}
.expand-item .expand-content {
    display: flex;
    gap: 20px;
    align-items:center;
}
.expand-item .expand-content a {
    transition:0.3s all;
}
.expand-item * {
    z-index:2;
    position:relative;
}
.expand-item .overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #000;
    z-index:1;
    opacity:0.55;
}
.expand-item.active .overlay {
    opacity:0.3;
}
.expand-item:not(.active) .content {
    opacity:0;
}
.expand-item h3 {
   color: #FFF;
	text-align: center;
	font-family: Freigeist;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width:240px;
}

.expand-item .expand-content {
  color: #FFF;	
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
	max-width:280px;
}
.expand-item.active {
    flex: 2;
}
.expand-item .expand-content ul {padding-left:0; list-style:none;}
.expand-item li {
	text-align:center;
}
.expand-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.marquee {
  --gap: 25vw;
  position: fixed;
  bottom:0;
  left:0;
  width:100%;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  background:#D66853;
  z-index:9999;
  padding:15px 0;
}

.marquee-content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll 10s linear infinite;
    align-items:center;
}

.marquee-content p {
    margin-bottom:0;
    color: #FFF;
	font-family: Fahkwang;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.marquee-content p:before {
    content: "";
    display: inline-block;
    margin-bottom: -20px;
    width: 55px;
    margin-right: 60px;
    background: url(https://naujamiesciotrio.lt/wp-content/uploads/2025/01/Group-191.svg);
    height: 55px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
#bgmp_map-canvas {
    width: 100% !important;
}

.opal-property-variation tr {
    background: rgba(255, 255, 255, 0.2);
}

.opal-property-variation tr:hover {
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
}

.opal-property-variation tr td,
.opal-property-variation tr th {
    color: #fff;
}

.opal-property-variation tr th {
    font-weight: bold;
}

.yadcf-filter-range-number-slider.ui-corner-all {
    background: rgba(63, 62, 59, 0.24);
    border: none;
    border-radius: 0;
    height: 1px;
}



.ui-slider-handle.ui-state-default.ui-corner-all:before {
                content: "";
                width: 30px;
                height: 60px;
                position: absolute;
                top: -10px;
                left: -7px;
            }

.ui-slider-handle.ui-state-default.ui-corner-all:hover {
    cursor: pointer;
}



.yadcf-number-slider-filter-wrapper-inner {
    padding: 0;
}



.yadcf-filter-range-number-slider-min-tip-inner:after,
.yadcf-filter-range-number-slider-min-tip-inner:before,
.yadcf-filter-range-number-slider-max-tip-inner:after,
.yadcf-filter-range-number-slider-max-tip-inner:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    display: none;
}

.ui-slider-horizontal .ui-slider-handle {margin-left:0;}

.yadcf-filter-range-number-slider-min-tip-inner:after,
.yadcf-filter-range-number-slider-max-tip-inner:after {
    border-color: rgba(202, 190, 159, 0);
    border-top-color: #34495E;
    border-width: 8px;
    margin-left: -8px;
    display: none;
}

.yadcf-filter-range-number-slider-min-tip-inner:before,
.yadcf-filter-range-number-slider-max-tip-inner:before {
    border-color: rgba(202, 190, 159, 0);
    border-top-color: #34495E;
    border-width: 14px;
    margin-left: -14px;
    display: none;
}

.yadcf-filter-reset-button.range-number-slider-reset-button {
    background: transparent;
    border: none;
    font-size: 20px;
    font-weight: 300;
    color: #34495E;
    position: absolute;
    right: 0;
    top: 0;
}

.yadcf-filter-reset-button.range-number-slider-reset-button:hover {
    font-size: 23px;
    transition: font 0.3s ease;
}



.qtip.qtip-default {
    min-width: 168px;
	border-radius:12px;
	background:#39312D;
	color: var(--Colorlight, #D5CAD0);
	font-family: Exo;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px; /* 178.571% */
}
.genplanas-tooltip .genplanas-info {
	padding:14px 17px;

}
.genplanas-tooltip .genplanas-info .floor-info {
	gap:10px;
	display:flex;
	align-items:center;
		color: var(--Colorlight, #D5CAD0);
	font-family: Exo;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.genplanas-tooltip .genplanas-info .floor-info span {
	color: var(--Colorlight, #D5CAD0);
font-family: Fahkwang;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.genplanas-tooltip .divider {
	opacity: 0.3;
background: #D5CAD0;
	height:1px;
	display:block;
	width:100%;
	margin:10px 0;
}
.genplanas-tooltip .properties-info {
	display:block;
}
.genplanas-tooltip .properties-info span {
	font-weight:600;
}
.genplanas-tooltip .building-info {
	display:flex;
	flex-direction:column;
	padding:10px 17px;
	border-radius: 0px 0px 12px 12px;
}
.genplanas-tooltip .building-info {
	background: var(--Colorlight, #D5CAD0);
	color: var(--brown-2, #39312D);
	font-family: Exo;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; /* 160% */
}
.genplanas-tooltip .building-info span.date {
	font-weight:600;
}

#external_filter_container_kaina .yadcf-filter-range-number-slider-min-tip-inner,
#external_filter_container_kaina .yadcf-filter-range-number-slider-max-tip-inner {
    width: auto;
    left: initial;
}




.yadcf-filter-wrapper {
    margin-top: 0;
}







.hotspots-interaction {
    margin: 0 auto;
}

.floors-wrapper {
    display: flex;
    width: 100%;
	position:relative;
}

.floors-wrapper .nav-side {
    min-width: 160px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    padding-right:30px;
	margin-top:60px;
}
.floors-wrapper .floor-side {
    display: flex;
    width: calc(100% - 160px);
}
.floors-wrapper .floor-map-item {
    max-width: 100%;
}

.floors-wrapper h6 {
    color: #854827;
	font-family: "Montserrat Alternates";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}
.floors-wrapper .compass {
	position:absolute;
	top:-60px;
	right:0;
    margin-top:0;
	z-index:3;
}
.floors-wrapper ul {
    list-style: none;
    padding-left:0;
}
.floors-wrapper ul li {
    display: block;
    margin-bottom:15px;
    width:100%;
    height:45px;
    line-height: 45px;
    border-radius: 10px 0px 10px 10px;
    border: 1px solid #854827;
	color: #854827;
	text-align: center;
	font-family: "Montserrat Alternates";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	transition:0.3s all;
	text-transform:uppercase;
}
.floors-wrapper ul li:hover {
    background: #854827;
    color:#fff;
}
.floors-wrapper ul li a {
	color: #854827;
	display:block;
	line-height:45px;
	width:100%;
	
}
.floors-wrapper ul li:hover a {
	color:#fff;
}
.floors-wrapper ul li.active a {
	color:#fff;
}
.floors-wrapper ul li.active {
border: 1px solid #854827;
background: #854827;
color:#fff;
}
.citus-scroll-effect .scroll-spacer {
    height: 0;
    width: 100%;
}

/* Arti project */
.project_id_5224 #objects-table th {
    color: #FDFBDA;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-bottom:1px solid #FDFBDA;
}
@media (max-width:768px) {
    .project_id_5224 #objects-table th {
        font-size:14px;
    }
}
.project_id_5224 #objects-table td  {
    color: #FDFBDA;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-bottom:1px solid #FDFBDA;
}
.project_id_5224 #objects-table td svg path {
    fill:#FDFBDA;
}
.project_id_5224 #objects-table tr:hover td {
    background:rgba(253, 251, 218, 0.1);
}
.project_id_5224 .apartment-status {
    border-color:#FDFBDA;
}
.project_id_5224 .project-offers-wrapper {
    padding-top:80px;
}
.project_id_5224 .project-offers-wrapper h2 {
    color: #3F3E3B;
    font-family: Valizas;
    font-size: 48px;
    font-style: normal;
    font-weight: 350;
    line-height: 56px;
    letter-spacing: 0.96px;
}
.project_id_5224 .exclusive-offer-item .simplefavorite-button {
    background: #DACDAB;
}
.project_id_5224 .exclusive-offer-item {
    font-family: Raleway;
}
.project_id_5224 .project-add-wrapper {
    padding:36px 80px;
    align-items: center;
    margin-top:0;
    gap:60px;
}
.project_id_5224 .project-add-wrapper .add__info {
    flex-wrap:wrap;
}
.project_id_5224 .project-add-wrapper .add__info h3 {
    color: #3F3E3B;
    font-family: Valizas;
    font-size: 60px;
    font-style: normal;
    font-weight: 350;
    line-height: 68px;
    letter-spacing: 1.2px;
    flex:0 0 100%;
}
.project_id_5224 .project-add-wrapper .add__info span {
    color: #3F3E3B;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
.project_id_5224 .project-add-wrapper .add__info span.add__date {
    padding-left:0;
    border:none;
}
.project_id_5224 .project-add-wrapper .add__info span.add__time {
    border-color:#3F3E3B;
}
.project_id_5224 .project-add-wrapper .add__cta a {
    width:360px;
    font-family: Raleway;
}

.project_id_5224 .project-gallery-big .swiper-button-next, .project_id_5224 .project-gallery-big .swiper-button-prev {
    background:rgba(187, 128, 94, 1);
}
.project_id_5224 .project-gallery-big .swiper-button-next svg path, .project_id_5224 .project-gallery-big .swiper-button-prev svg path {
    fill:rgba(218, 205, 171, 1);
}
.project_id_5224 .project-gallery-tabs .nav li .nav-link:hover, .project_id_5224 .project-gallery-tabs .nav li .nav-link.active {
    background:#3F3E3B;
    border-color:#3F3E3B;
    color: #DACDAB;
}
.project_id_5224 .project-gallery-tabs .nav li .nav-link {
    border-color:#3F3E3B;
    color:#3F3E3B;
}
.project_id_5224 .floor-navigation-buildings-title {
    margin-top: 36px;
    margin-left:0;
    margin-bottom: 12px;
    font-family: "Raleway", Sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.project_id_5224 .floor-navigation {
    flex-direction: row;
    flex-wrap: wrap;
}
.project_id_5224 .floor-navigation a {
    color: #3F3E3B;
    border-color: #3F3E3B;
    min-width: 60px;
}
.project_id_5224 .floor-navigation a.active, .project_id_5224 .floor-navigation a:hover {
    color: #DACDAB;
}
.project_id_5224 .genplanas-tooltip .building-info {
	background: #BB805E;
	color: #FDFBDA;
	    font-family: "Raleway", Sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; /* 160% */
}
.project_id_5224 .building-tooltip {
    display:flex;
    gap:0;
    background:#BB805E;
    align-items: center;
}
.project_id_5224 .favorites-carousel, .favorites-carousel-item .carousel-header {
    font-family: "Raleway", Sans-serif;
}
.project_id_5224 .carousel-header .apartment-status {
    border: 1px solid #3F3E3B;
}
.project_id_5224 .floor-tooltip .floor-title { 
    font-family: "Raleway", Sans-serif;
}
.project_id_5224 .floor-tooltip { 
    font-family: "Raleway", Sans-serif;
}
.project_id_5224 .premium-cf7-cselect-yes .premium-cf7-container input[type="checkbox"]:checked:after {
    background-color:rgba(218, 205, 171, 1);
}
.project_id_5224.page-template-templates-project .header-light:not(.elementor-sticky--effects) .custom-project-menu ul a {
    color:#FDFBDA;
}
.project_id_5224.page-template-templates-project .header-light:not(.elementor-sticky--effects) .favorites-icon svg path {
    fill:#FDFBDA;
}
@media (max-width:768px) {
    .project_id_5224 .floor-map-grid .e-con-inner .e-con:first-child {
        order:2;
	}
}
@media (max-width:768px) {
    .project_id_5224 .elementor-shortcode .project-offers-wrapper h2 {
        font-size: 32px;
        font-style: normal;
        font-weight: 100;
        line-height: 40px;
        letter-spacing: 0.64px;
    }
    .project_id_5224 .project-offers-wrapper {
        margin:60px 0;
    }
}
.project_id_5224 .map-tip {
    border-radius: 100px;
    border: 1px solid var(--C5, #3F3E3B);
    background: var(--C5, #3F3E3B);
    height: 28px;
    padding: 0 12px;
    flex-shrink: 0;
    align-self: stretch;
    color: var(--C1, #FFF) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin:30px auto;
    width:240px;
    text-align:center;
}
@media (max-width:768px) {
    .project_id_5224 .map-tip {
        position: absolute;
        top: initial;
        left: 50%;
        bottom:-30px;
        transform:translateX(-50%);
        margin: 0;
        transform-origin: 0 50%;
        width:auto;
        font-size:10px;
		line-height:10px;
        line-height: 10px;
        padding:5px 12px;
		white-space:nowrap;
		height:auto;
    }
    .project_id_5224 .map-tip.position-left {
        left: -30px;
    	right: initial;
    	transform-origin: left center;
    }
}
