/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

@font-face {
    font-family: 'Silka';
    src: url('/wp-content/themes/salient-child/fonts/silka-regular-webfont.eot');
    src:
        url('/wp-content/themes/salient-child/fonts/silka-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/salient-child/fonts/silka-regular-webfont.woff2') format('woff2'),
        url('/wp-content/themes/salient-child/fonts/silka-regular-webfont.woff') format('woff'),
        url('/wp-content/themes/salient-child/fonts/silka-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Silka';
    src: url('/wp-content/themes/salient-child/fonts/silka-semibold-webfont.eot');
    src:
        url('/wp-content/themes/salient-child/fonts/silka-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/salient-child/fonts/silka-semibold-webfont.woff2') format('woff2'),
        url('/wp-content/themes/salient-child/fonts/silka-semibold-webfont.woff') format('woff'),
        url('/wp-content/themes/salient-child/fonts/silka-semibold-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Silka';
    src: url('/wp-content/themes/salient-child/fonts/silka-bold-webfont.eot');
    src:
        url('/wp-content/themes/salient-child/fonts/silka-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/salient-child/fonts/silka-bold-webfont.woff2') format('woff2'),
        url('/wp-content/themes/salient-child/fonts/silka-bold-webfont.woff') format('woff'),
        url('/wp-content/themes/salient-child/fonts/silka-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* HEADER / MENU */

body #header-outer,
body #header-outer.transparent,
body #header-outer.detached,
body #header-outer.scrolling,
body #header-outer[data-permanent-transparent="false"],
body #header-outer[data-transparent-header="true"] {
	background: transparent !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

body #header-outer #top {
	background: transparent !important;
}

body #header-outer,
body #header-outer #top,
body #header-outer #top > .container,
body #header-outer #top > .container > .row {
	overflow: visible !important;
}

body #header-outer {
	pointer-events: none;
}

body #header-outer #top > .container {
	width: 100% !important;
	max-width: none !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

body #header-outer #top > .container > .row {
	display: block !important;
	height: auto !important;
	min-height: 0 !important;
}

.novesuty-header {
	position: relative;
	width: calc(100% - 40px);
	max-width: 590px;
	margin: 10px auto 0;
	color: #fff;
	background: rgba(31, 15, 0, 0.30);
	border-radius: 26px;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	box-shadow: none;
	overflow: hidden;
	pointer-events: auto;
	isolation: isolate;
}

.novesuty-header__bar {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 70px;
	padding: 10px;
}

.novesuty-header__offer,
.novesuty-header__toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 118px;
	height: 50px;
	margin: 0;
	padding: 0 18px;
	border: 0;
	border-radius: 16px;
	font: inherit;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
	transition: background-color 250ms ease, color 250ms ease;
	-webkit-appearance: none;
	appearance: none;
	font-weight: 500;
	font-family: Bricolage Grotesque;
}

.novesuty-header__offer {
	color: #261408;
	background: #F3D1D0;
}

.novesuty-header__offer:hover,
.novesuty-header__offer:focus-visible {
	color: #1f0f00;
	background: #fff;
}

.novesuty-header__toggle {
	gap: 10px;
	color: #fff;
	background: rgba(255, 255, 255, 0.20);
	cursor: pointer;
}

.novesuty-header__toggle:hover,
.novesuty-header__toggle:focus-visible {
	color: #fff;
	background: rgba(255, 255, 255, 0.24);
}

.novesuty-header .logo-wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: 70px;
	transform: translateX(-50%);
}

.novesuty-header .logo-wrapper #logo {
	display: flex !important;
	align-items: center;
	justify-content: center;
	height: 55px;
	margin: 0 !important;
	padding: 0 !important;
}

.novesuty-header .logo-wrapper #logo img {
	display: block;
	width: auto !important;
	max-width: 100px;
	max-height: 55px !important;
	margin: 0 !important;
}

.novesuty-header__toggle-icon {
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
}

.novesuty-header__toggle-icon span {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 16px;
	height: 1.5px;
	background: currentColor;
	transform-origin: center;
	transition: transform 350ms cubic-bezier(0.22, 1, 0.36, 1);
	margin-top: -1px;
}

.novesuty-header__toggle-icon span:first-child {
	transform: translateY(-4px);
}

.novesuty-header__toggle-icon span:last-child {
	transform: translateY(4px);
}

.novesuty-header.is-open .novesuty-header__toggle-icon span:first-child {
	transform: translateY(0) rotate(45deg);
}

.novesuty-header.is-open .novesuty-header__toggle-icon span:last-child {
	transform: translateY(0) rotate(-45deg);
}

.novesuty-header__navigation {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-rows: 0fr;
	visibility: hidden;
	opacity: 0;
	transition:
		grid-template-rows 600ms cubic-bezier(0.22, 1, 0.36, 1),
		opacity 220ms ease,
		visibility 0s linear 600ms;
}

.novesuty-header.is-open .novesuty-header__navigation {
	grid-template-rows: 1fr;
	visibility: visible;
	opacity: 1;
	transition:
		grid-template-rows 600ms cubic-bezier(0.22, 1, 0.36, 1),
		opacity 300ms ease 120ms,
		visibility 0s linear 0s;
}

.novesuty-header__navigation-inner {
	min-height: 0;
	padding: 0 36px;
	overflow: hidden;
}

.novesuty-header__primary {
	padding-top: 25px;
}

.novesuty-header__navigation-inner::after {
	display: block;
	height: 39px;
	content: '';
}

.novesuty-header__primary-list,
.novesuty-header__secondary-list {
	display: flex !important;
	flex-direction: column;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.novesuty-header__primary-list {
	gap: 16px;
}

.novesuty-header__secondary-list {
	gap: 15px;
}

.novesuty-header__primary-list li,
.novesuty-header__secondary-list li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

#top nav ul li a {
	display: inline-block;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	transition: all 250ms ease !important;
}

#top nav.novesuty-header__primary ul li a {
	font-size: 36px;
	line-height: 1.25;
}

.novesuty-header__secondary {
	margin-top: 34px;
	padding-top: 34px;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

#top nav.novesuty-header__secondary ul li a {
	font-size: 24px;
	line-height: 1.35;
}

.novesuty-header__primary-list a:hover,
.novesuty-header__primary-list a:focus-visible,
.novesuty-header__secondary-list a:hover,
.novesuty-header__secondary-list a:focus-visible {
	color: #fff;
	opacity: 0.68;
	transform: translateX(4px);
}

#header-outer.transparent #top nav > ul > li.menu-item.current-menu-item > a,
#header-outer.transparent #top nav > ul > li:hover > a{
    color: #f3d1d0 !important;
}

body.novesuty-menu-open #header-outer {
	transform: translateY(0) !important;
}

@media (prefers-reduced-motion: reduce) {
	.novesuty-header *,
	.novesuty-header *::before,
	.novesuty-header *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		transition-delay: 0ms !important;
	}
}

/*content*/

.material .wpb_content_element, .material .wpb_row {
    margin-bottom: 1.1em;
}

a.nectar-button.large {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    white-space: nowrap;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

body a.nectar-button.large.see-through {
    border: 1px solid;
    padding-top: 19px;
    padding-bottom: 19px;   
}

body.material .nectar-button.see-through.extra-color-1[data-color-override="false"] {
    border-color: rgb(209 193 180 / 30%) !important;
    color: #FFFAF0 !important;
}

body.material .nectar-button.see-through.extra-color-3[data-color-override="false"] {
    border-color: rgb(38 20 8 / 30%) !important;
}

.main-col {
    height: 100svh;
}

.main-title h1,
.main-title h2 {
    font-weight: 400;
}

.pink em {
    font-style: normal;
    color: #F3D1D0 !important;
}

.yellow em {
    font-style: normal;
    color: #FFF4D7 !important;
}

.beige em {
    font-style: normal;
    color: #D1C1B4 !important;
}

@media (min-width: 1000px) {
.custom-columns .vc_col-sm-7 {
    width: 56%;
}

.custom-columns  .vc_col-sm-5 {
    width: 44%;
}
}

/*scroller*/
.novesuty-scroller {
    position: relative;
    display: block;
    width: clamp(180px, 19vw, 295px);
    height: auto;
}

.novesuty-scroller__shape {
    display: block;
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
    transform-origin: center;
    animation: novesuty-scroller-rotate 11s linear infinite;
    margin-bottom: 0 !important;
}

.novesuty-scroller__arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 19% !important;
    height: auto !important;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

@keyframes novesuty-scroller-rotate {
    0% {
        transform: rotate(0deg);
    }

    6.6667%,
    16.6667% {
        transform: rotate(60deg);
    }

    23.3333%,
    33.3333% {
        transform: rotate(120deg);
    }

    40%,
    50% {
        transform: rotate(180deg);
    }

    56.6667%,
    66.6667% {
        transform: rotate(240deg);
    }

    73.3333%,
    83.3333% {
        transform: rotate(300deg);
    }

    90%,
    100% {
        transform: rotate(360deg);
    }
}

.scroll-down {
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: 100;
}

.novesuty-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 600px;
    row-gap: 90px;
}

.novesuty-stats__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.novesuty-stats__item strong {
    font-size: 96px;
    font-weight: 400;
    line-height: 0.9;
    font-family: Bricolage Grotesque;
    color: #FFF4D7;
    letter-spacing: -0.04em;
}

.novesuty-stats__item span {
    margin-top: 8px;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 400;
    color: #D1C1B4;
}

.grid-bgr > .row-bg-wrap .row-bg.viewport-desktop {
    background-size: 1700px !important;
}

.small-benefits-list ul {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.small-benefits-list ul li {
    list-style: none;
    padding-left: 48px;
    position: relative;
}

.small-benefits-list ul li:before {
    content: '';
    width: 36px;
    height: 36px;
    position: absolute;
    background: url(/wp-content/uploads/2026/08/icon-check-list.svg);
    left: 0;
    top: -4px;
    background-size: contain;
    background-repeat: no-repeat;
}

/*galeria*/
.divider-line {
    display: block;
    width: 100%;
    height: 1px;
    background: #261408;
}

.wpb_raw_code.gallery-divider {
    flex-grow: 1;
    margin-top: -10px;
}

.home-gallery .nectar-flickity[data-controls*=arrows_overlaid]:not(.masonry) .flickity-viewport {
    margin: 10px 0 !important;
}

.home-gallery .flickity-prev-next-button:disabled {
    display: block !important;
}

.home-gallery .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next {
    left: 68px;
    width: 58px;
    height: 60px;
    top: auto;
    bottom: -125px;
}

.home-gallery .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous {
    left: 0px;
    width: 58px;
    height: 60px;
    top: auto;
    bottom: -125px;
}

.home-gallery .flickity-prev-next-button svg,
.home-gallery .nectar-flickity[data-controls*=arrows_overlaid] .previous:after,
.home-gallery .nectar-flickity[data-controls*=arrows_overlaid] .next:after {
    display: none;
}

.home-gallery .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button:before {
    background-color: transparent;
    border: 1px solid rgb(38 20 8 / 80%);
    border-radius: 16px;
}

.home-gallery .nectar-flickity[data-controls*=arrows_overlaid] .previous:before {
    background-image: url(/wp-content/uploads/2026/08/arrow-left.svg);
    background-size: 20px 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.home-gallery .nectar-flickity[data-controls*=arrows_overlaid] .next:before {
    background-image: url(/wp-content/uploads/2026/08/arrow-right.svg);
    background-size: 20px 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.home-gallery .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button:hover:before {
    transform: none;
    background-color: rgb(38 20 8 / 10%);
}


.nectar-responsive-text.portfolio-link {
    padding-right: 60px;
}

.nectar-responsive-text.portfolio-link a {
    position: relative;
}

.nectar-responsive-text.portfolio-link a:after {
    content: '';
    position: absolute;
    right: -65px;
    top: 50%;
    border-top: 0px;
    border-right: 2px solid #261408;
    border-bottom: 2px solid #261408;
    border-left: 0px;
    width: 15px;
    height: 15px;
    transform: rotate(-45deg) translateY(-50%);
    margin-top: -5px;
}

/* SLIDER */

.novesuty-home-slider {
    position: relative;
    width: 100%;
    height: 100svh;
    color: #fff;
    background: #261408;
    overflow: hidden;
}

.novesuty-home-slider__swiper,
.novesuty-home-slider__swiper .swiper-wrapper,
.novesuty-home-slider__slide {
    width: 100%;
    height: 100%;
}

.novesuty-home-slider__slide {
    position: relative;
    overflow: hidden;
}

.novesuty-home-slider__background,
.novesuty-home-slider__overlay {
    position: absolute;
    inset: 0;
}

.novesuty-home-slider__background {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: scale(1.06);
    transform-origin: center;
    will-change: transform;
}

.novesuty-home-slider__overlay {
    z-index: 1;
    background-image:
        linear-gradient(
            360deg,
            rgba(38, 20, 8, 0.7) 0%,
            rgba(86, 86, 86, 0) 100%
        ),
        linear-gradient(
            67.35deg,
            rgba(0, 0, 0, 0.8) 2.21%,
            rgba(38, 20, 8, 0) 51.06%
        );
    background-size:
        100% 50%,
        100% 100%;
    background-position:
        left bottom,
        center;
    background-repeat: no-repeat;
    pointer-events: none;
}


.novesuty-home-slider__content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    max-width: 1612px;
    height: 100%;
    margin: 0 auto;
    padding-right: 50px;
    padding-left: 50px;
    box-sizing: border-box;
}

.novesuty-home-slider__title {
    grid-column: 1 / 4;
    align-self: end;
    margin: 0 0 clamp(100px, 12vh, 150px);
    color: #fff;
    font-family: 'Bricolage Grotesque';
    font-size: clamp(40px, 6.5vw, 96px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.04m;
}

.novesuty-home-slider__title-line {
    display: block;
    overflow: hidden;
}

.novesuty-home-slider__title-line > span {
    display: block;
    width: fit-content;
    will-change: transform, opacity;
}

.novesuty-home-slider__title-line .is-accent {
    color: #F3D1D0;
}

.novesuty-home-slider__ui {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: end;
    width: 100%;
    max-width: 1612px;
    height: 100%;
    margin: 0 auto;
    padding-right: 50px;
    padding-left: 50px;
    box-sizing: border-box;
    pointer-events: none;
}

.novesuty-home-slider__navigation {
    grid-column: 1 / 4;
    grid-row: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    margin-bottom: clamp(24px, 4vh, 42px);
    pointer-events: auto;
}

.novesuty-home-slider__scroller {
    grid-column: 4;
    grid-row: 1;
    align-self: end;
    justify-self: end;
    margin-bottom: clamp(18px, 3vh, 32px);
    pointer-events: auto;
}

.novesuty-home-slider__navigation {
    grid-column: 1 / 4;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    pointer-events: auto;
}

.novesuty-home-slider__navigation-item {
    display: block;
    color: rgba(255, 255, 255, 0.58);
    font-family: 'Silka', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    transition: color 300ms ease;
}

.novesuty-home-slider__navigation-item:hover,
.novesuty-home-slider__navigation-item:focus-visible,
.novesuty-home-slider__navigation-item.is-active {
    color: #fff;
}

.novesuty-home-slider__navigation-item:focus-visible {
    outline: 1px solid #fff;
    outline-offset: 6px;
}

.novesuty-home-slider__navigation-line {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.5);
    overflow: hidden;
}

.novesuty-home-slider__navigation-progress {
    position: absolute;
    inset: 0;
    display: block;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left center;
    will-change: transform;
}

/*
@media (max-width: 767px) {
    .novesuty-home-slider__content {
        grid-template-columns: 1fr;
        padding-right: 20px;
        padding-left: 20px;
    }

    .novesuty-home-slider__title {
        grid-column: 1;
        margin-bottom: 220px;
        font-size: clamp(42px, 12vw, 62px);
        line-height: 0.98;
    }

    .novesuty-home-slider__navigation {
        grid-column: 1;
        gap: 6px;
    }

    .novesuty-home-slider__navigation-item {
        font-size: 10px;
    }

    .novesuty-home-slider__scroller {
        right: 20px;
        bottom: 74px;
    }

    .novesuty-home-slider__scroller .novesuty-scroller {
        width: 140px;
    }
}
*/

@media (prefers-reduced-motion: reduce) {
    .novesuty-home-slider__background,
    .novesuty-home-slider__title-line > span,
    .novesuty-home-slider__navigation-progress {
        transition: none !important;
        animation: none !important;
    }
}

.types-text .wpb_wrapper {
    display: flex;
    gap: 27px;
}

.nectar-responsive-text.big-number {
    margin-bottom: auto !important;
    margin-top: 0 !important;
}

.col .big-number p {
    letter-spacing: -0.05em;
    font-weight: 400;
}


.grid-item {
    margin-bottom: 20px !important;
}

.grid-item .vc_column-inner > .wpb_wrapper {
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
}

.col .grid-item h4 {
    font-size: clamp(18px, 1.9vw, 28px);
    margin-bottom: 0;
}

.col .grid-item p {
    font-size: 14px;
}

.grid-item .img-with-aniamtion-wrap {
   max-width: 12vw; 
}

.grid-shape .img-with-aniamtion-wrap[data-max-width="custom"].center {
    width: 100%;
}

@media (max-width: 1300px) {
.grid-item .img-with-aniamtion-wrap {
   max-width: 10vw; 
}

.grid-item .vc_column-inner > .wpb_wrapper {
    padding: 20px 15px;
}

.grid-shape .img-with-aniamtion-wrap[data-max-width="custom"].center {
    max-width: 16vw;
}
}

.novesuty-timeline {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.novesuty-timeline__track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.novesuty-timeline__track::before {
    position: absolute;
    top: 19px;
    right: 0;
    left: 14px;
    height: 1px;
    background: rgb(38 20 8 / 20%);
    content: "";
}

.novesuty-timeline__item {
    position: relative;
    min-width: 0;
}

.novesuty-timeline__marker {
    position: relative;
    z-index: 1;
    width: 37px;
    height: 39px;
}

.novesuty-timeline__marker img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    margin-bottom: 0 !important;
    object-fit: contain;
}

.novesuty-timeline__content {
    padding-top: 20px;
    padding-right: 20px;
}

.novesuty-timeline__label {
    color: #1f0f00;
    font-size: 20px;
    line-height: 1.4;
}

.novesuty-timeline__date {
    margin-top: 15px;
    color: #1f0f00;
    font-size: 40px;
    line-height: 1;
    font-family: 'Bricolage Grotesque';
    font-weight: 500;
    letter-spacing: -0.02em;
}

.lokalita-hero > .row-bg-wrap .row-bg-overlay.row-bg-layer {
    background: linear-gradient(360deg, rgba(38, 20, 8, 0.7) 0%, rgba(86, 86, 86, 0) 100%), linear-gradient(67.35deg, rgba(0, 0, 0, 0.8) 2.21%, rgba(38, 20, 8, 0) 51.06%) !important;
    background-size: 100% 50%, 100% 100% !important;
    background-position: left bottom, center !important;
    background-repeat: no-repeat !important;
}

.lokalita-grid .nectar-fancy-box[data-style=hover_desc] {
    padding: 7%;
}

.nectar-fancy-box[data-style="hover_desc"][data-color="extra-color-3"] .box-bg:after {
    display: none;
}

.novesuty-tabbed-section .wpb_tabs_nav {
    display: none !important;
}

.novesuty-tabs-navigation {
    display: flex;
    align-items: center;
    gap: 20px;
}

.novesuty-tabs-navigation__button {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    min-width: 140px;
    padding: 12px 30px;
    border: 1px solid rgb(38 20 8 / 30%);
    border-radius: 16px;
    background: rgb(38 20 8 / 0%);
    color: #261408;
    font-family: inherit;
    font-size: 18px;
    font-family: Bricolage Grotesque;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.novesuty-tabs-navigation__button:hover,
.novesuty-tabs-navigation__button.is-active {
    background: #261408;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .novesuty-tabs-navigation {
        width: 100%;
    }

    .novesuty-tabs-navigation__button {
        flex: 1;
        min-width: 0;
        padding: 12px 16px;
        font-size: 14px;
    }
}

.novesuty-contact-card {
    display: flex;
    align-items: center;
    gap: 50px;
    width: 100%;
}

.novesuty-contact-card__image {
    flex: 0 0 200px;
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.novesuty-contact-card__image img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    margin-bottom: 0 !important;
    object-fit: cover;
    object-position: center;
}

.novesuty-contact-card__content {
    min-width: 0;
}

.col h3.novesuty-contact-card__name {
    margin: 0 0 8px !important;
    padding: 0 !important;
    color: #A38A6F;
    font-size: 28px;
    line-height: 1.1;
}

.novesuty-contact-card__position {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.4;
}

.novesuty-contact-card__contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
}

.novesuty-contact-card__contacts a {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.45;
    text-decoration: none;
    transition: all  0.3s ease;
}

.novesuty-contact-card__contacts a:hover {
    color: #A38A6F;
}


@media only screen and (max-width: 767px) {
    .novesuty-contact-card {
        display: grid;
        grid-template-columns: 100px minmax(0, 1fr);
        grid-template-rows: auto auto auto;
        column-gap: 20px;
        row-gap: 0;
        align-items: center;
    }

    .novesuty-contact-card__image {
        grid-column: 1;
        grid-row: 1 / 3;
        width: 100px;
        height: 100px;
        flex: none;
    }

    .novesuty-contact-card__content {
        display: contents;
    }

    .col h3.novesuty-contact-card__name {
        grid-column: 2;
        grid-row: 1;
        align-self: end;
        margin-bottom: 5px !important;
        font-size: 22px;
    }

    .novesuty-contact-card__position {
        grid-column: 2;
        grid-row: 2;
        align-self: start;
        font-size: 14px;
    }

    .novesuty-contact-card__contacts {
        grid-column: 1 / -1;
        grid-row: 3;
        margin-top: 15px;
    }

    .novesuty-contact-card__contacts a {
        font-size: 20px;
        overflow-wrap: anywhere;
    }
}

@media only screen and (max-width: 480px) {
    .novesuty-contact-card {
        grid-template-columns: 85px minmax(0, 1fr);
        column-gap: 16px;
    }

    .novesuty-contact-card__image {
        width: 85px;
        height: 85px;
    }

    .col h3.novesuty-contact-card__name {
        font-size: 20px;
    }

    .novesuty-contact-card__contacts a {
        font-size: 18px;
    }
}

/*body:not(.woocommerce-cart) .main-content th*/


.novesuty-financing-table {
    width: 100%;
    overflow-x: auto;
    border-radius: 16px !important;
    -webkit-overflow-scrolling: touch;
}

body:not(.woocommerce-cart) .main-content .novesuty-financing-table table {
    width: 100%;
    min-width: 850px;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    border: none !important;
}

body:not(.woocommerce-cart) .main-content .novesuty-financing-table th,
body:not(.woocommerce-cart) .main-content .novesuty-financing-table td {
    padding: 10px;
    border: 0;
    color: #1f0f00;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.35;
    text-align: center;
    vertical-align: middle;
    border-left: none !important;
    border-right: none !important;
}

body:not(.woocommerce-cart) .main-content .novesuty-financing-table thead th {
    height: 100px;
    background: #D1C1B4;
}

body:not(.woocommerce-cart) .main-content .novesuty-financing-table tbody td {
    height: 100px;
    background: #FFFAF0;
    border-top: 1px solid #1f0f00;
}

body:not(.woocommerce-cart) .main-content .novesuty-financing-table__bank-logo {
    display: block;
    width: auto !important;
    max-width: 150px !important;
    max-height: 70px;
    margin: 0 auto !important;
    object-fit: contain;
}

body:not(.woocommerce-cart) .main-content .novesuty-financing-table__own-financing {
    display: inline-block;
    font-size: 16px;
    line-height: 1.1;
}

body:not(.woocommerce-cart) .main-content .novesuty-financing-table__check {
    display: block;
    width: 22px !important;
    height: 16px !important;
    margin: 0 auto !important;
    object-fit: contain;
}

body:not(.woocommerce-cart) .main-content .novesuty-financing-table__pending {
    color: rgb(31 15 0 / 50%);
}

@media only screen and (max-width: 767px) {
body:not(.woocommerce-cart) .main-content .novesuty-financing-table table {
        min-width: 600px;
    }

body:not(.woocommerce-cart) .main-content .novesuty-financing-table th,
body:not(.woocommerce-cart) .main-content .novesuty-financing-table td {
        padding: 14px;
        font-size: 15px;
    }

body:not(.woocommerce-cart) .main-content .novesuty-financing-table__bank-logo {
        max-width: 100px !important;
        max-height: 40px;
    }

body:not(.woocommerce-cart) .main-content .novesuty-financing-table__own-financing {
    display: inline-block;
    font-size: 14px;
    line-height: 1.1;
}


body:not(.woocommerce-cart) .main-content .novesuty-financing-table th:first-child,
body:not(.woocommerce-cart) .main-content .novesuty-financing-table td:first-child {
    min-width: 150px !important;
}
}


/*NOVINKY*/

.custom-posts-grid {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 40px;
    max-width: 1150px;
    margin: 0 auto;
}

.custom-posts-grid__item {
    display: grid;
    grid-template-columns: minmax(350px, 1fr) minmax(460px, 1.1fr);
    gap: 5vw;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.custom-posts-grid__content {
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.custom-posts-grid__date {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
}

.col h4.custom-posts-grid__title {
    color: #261408;
    font-size: 40px;
    margin: 0 0 20px !important;
}

.custom-posts-grid__image {
    overflow: hidden;
    aspect-ratio: 5.5 / 3.6;
    display: block;
    width: 100%;
    position: relative;
}

.custom-posts-grid__image img {
    position: absolute;
    object-fit: cover;
    margin-bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    transition: all 0.55s cubic-bezier(0.4, 0, 1, 1);
}

.custom-posts-grid__item:hover .custom-posts-grid__image img {
    transform: scale(1.1);
}

@media (max-width: 996px) {
    .custom-posts-grid__item {
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .custom-posts-grid__image {
        order: 1;
    }

    .custom-posts-grid__content {
        order: 2;
        padding: 20px 0;
    }

    .col h4.custom-posts-grid__title {
    font-size: 27px;
}

.custom-posts-grid__excerpt {
    font-size: 16px;
}
}


/*single detail*/
.novesuty-property-page {
    padding-top: 0;
    background: #d1c1b4;
}

.novesuty-property,
.novesuty-property__container {
    width: 100%;
}

.novesuty-property__container {
    padding: 20px 0 70px;
}

.novesuty-property__hero {
    display: grid;
    grid-template-columns: minmax(390px, 450px) minmax(0, 1fr);
    gap: clamp(60px, 8vw, 140px);
    align-items: start;
}

.novesuty-property__information {
    min-width: 0;
}

.novesuty-property__back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: #261408;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    letter-spacing: -0.03em;
}

.novesuty-property__back img {
    height: auto;
    transition: all 0.3s ease;
}

.novesuty-property__back:hover img {
    transform: translateX(-3px);
}

.novesuty-property__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 30px;
}

.col h1.novesuty-property__title,
.novesuty-property__title {
    margin: 0 !important;
    padding: 0 !important;
    color: #261408;
    font-size: clamp(42px, 3.3vw, 56px);
    font-weight: 500;
    line-height: 1;
}

.novesuty-property__status {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    padding: 10px 12px;
    border-radius: 6px;
    color: #261408;
    font-size: 16px;
    line-height: 1;
}

.novesuty-property__status-dot {
    width: 10px;
    height: 10px;
    border-radius: 3px;
}

.novesuty-property__status--available {
    background: #DBEECE;
}

.novesuty-property__status--available .novesuty-property__status-dot {
    background: #4CAC0880;
}

.novesuty-property__status--reserved {
    background: #E9E3D9;
}

.novesuty-property__status--reserved .novesuty-property__status-dot {
    background: #D1C1B4;
}

.novesuty-property__status--sold,
.novesuty-property__status--unavailable {
    background: #FBD9D2;
}

.novesuty-property__status--sold .novesuty-property__status-dot,
.novesuty-property__status--unavailable .novesuty-property__status-dot {
    background: #EB575C;
}

.novesuty-property__primary-data {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 42px;
    border-top: 1px solid #2614081A;
    border-bottom: 1px solid #2614081A;
}

.novesuty-property__primary-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    padding: 23px 20px;
    border-left: 1px solid #2614081A;
}

.novesuty-property__primary-item:first-child {
    padding-left: 0;
    border-left: 0;
}

.novesuty-property__primary-label {
    color: #261408;
    font-size: 16px;
    line-height: 1.2;
}

.novesuty-property__primary-value {
    color: #261408;
    font-size: clamp(32px, 3vw, 40px);
    font-weight: 500;
    line-height: 1;
    font-family: Bricolage Grotesque;
    letter-spacing: -0.04em;
}

.novesuty-property__details {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 0;
}

.novesuty-property__detail {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 25px;
    align-items: baseline;
    color: #261408;
}

.novesuty-property__detail dt,
.novesuty-property__detail dd {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: #261408;
}

.novesuty-property__detail--original-price dd {
    text-decoration: line-through;
    text-decoration-thickness: 1px;
}

.novesuty-property__detail--discounted-price {
    margin-top: 8px;
}

.novesuty-property__detail--discounted-price dt,
.novesuty-property__detail--discounted-price dd {
    font-size: 20px;
    font-weight: 700 !important;
    font-family: Bricolage Grotesque;
}

.novesuty-property__interest {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 210px;
    min-height: 60px;
    margin-top: 40px;
    padding: 16px 30px;
    border: 1px solid #261408;
    border-radius: 12px;
    background: #261408;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    font-family: Bricolage Grotesque;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.3s ease;
    cursor: pointer;
}

.novesuty-property__interest:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    color: #ffffff;
}

.novesuty-property__downloads {
    display: flex;
    flex-wrap: wrap;
    gap: 38px;
    margin-top: 55px;
    padding-top: 30px;
    border-top: 1px solid rgb(38 20 8 / 10%);
}

.novesuty-property__download {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #261408;
    font-size: 16px;
    line-height: 1.1;
    text-decoration: none;
}

.novesuty-property__download img {
    display: block;
    width: 29px !important;
    height: 30px !important;
    margin: 0 !important;
    object-fit: contain;
}

.novesuty-property__download span {
    transition: opacity 0.3s ease;
}

.novesuty-property__download:hover span {
    opacity: 0.55;
}

.novesuty-property__plan-card {
    overflow: hidden;
    border-radius: 16px;
    background: #FFFAF0;
}

.novesuty-property__plan-main {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 590px;
    padding: 15px;
}

.novesuty-property__plan-image {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-height: 580px;
    margin: 0 !important;
    object-fit: contain;
}

.novesuty-property__plan-thumbnails {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 125px;
    border-top: 1px solid rgb(209 193 180 / 30%);
}

.novesuty-property__plan-thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 15px 22px;
}

.novesuty-property__plan-thumbnail + .novesuty-property__plan-thumbnail {
    border-left: 1px solid rgb(209 193 180 / 30%);
}

.novesuty-property__plan-secondary-image {
    display: block;
    width: 100% !important;
    height: 100px !important;
    margin: 0 !important;
    object-fit: contain;
}

.novesuty-property__plan-thumbnail.plan-view {
    padding: 0 20px;
}

.novesuty-property__plan-thumbnail.plan-view img {
    height: 100% !important;
    max-height: 125px;
}

/*
@media only screen and (max-width: 1200px) {
    .novesuty-property__hero {
        grid-template-columns: minmax(340px, 430px) minmax(0, 1fr);
        gap: 50px;
    }

    .novesuty-property__plan-main {
        min-height: 520px;
    }
}

@media only screen and (max-width: 999px) {
    .novesuty-property__container {
        padding-top: 60px;
    }

    .novesuty-property__hero {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .novesuty-property__information {
        max-width: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .novesuty-property__container {
        padding: 45px 20px 70px;
    }

    .novesuty-property__heading {
        align-items: flex-start;
        margin-bottom: 32px;
    }

    .col h1.novesuty-property__title,
    .novesuty-property__title {
        font-size: 38px;
    }

    .novesuty-property__status {
        min-height: 38px;
        padding: 9px 12px;
        font-size: 13px;
    }

    .novesuty-property__primary-data {
        margin-bottom: 32px;
    }

    .novesuty-property__primary-item {
        padding: 22px 12px;
    }

    .novesuty-property__primary-label {
        font-size: 12px;
    }

    .novesuty-property__primary-value {
        font-size: 27px;
    }

    .novesuty-property__detail dt,
    .novesuty-property__detail dd {
        font-size: 13px;
    }

    .novesuty-property__detail--discounted-price dt,
    .novesuty-property__detail--discounted-price dd {
        font-size: 15px;
    }

    .novesuty-property__interest {
        min-width: 200px;
        min-height: 58px;
    }

    .novesuty-property__downloads {
        gap: 25px;
        margin-top: 45px;
    }

    .novesuty-property__plan-main {
        min-height: 390px;
        padding: 22px;
    }

    .novesuty-property__plan-image {
        max-height: 360px;
    }

    .novesuty-property__plan-thumbnails {
        min-height: 100px;
    }

    .novesuty-property__plan-thumbnail {
        padding: 10px;
    }

    .novesuty-property__plan-secondary-image {
        height: 80px !important;
    }
}

@media only screen and (max-width: 480px) {
    .novesuty-property__heading {
        gap: 15px;
    }

    .col h1.novesuty-property__title,
    .novesuty-property__title {
        font-size: 32px;
    }

    .novesuty-property__primary-item {
        padding-right: 8px;
        padding-left: 8px;
    }

    .novesuty-property__primary-item:first-child {
        padding-left: 0;
    }

    .novesuty-property__primary-value {
        font-size: 23px;
    }

    .novesuty-property__detail {
        gap: 15px;
    }

    .novesuty-property__detail--discounted-price {
        align-items: start;
    }

    .novesuty-property__downloads {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .novesuty-property__plan-main {
        min-height: 320px;
    }
}

*/

.novesuty-property-page .nectar-global-section.before-footer {
    padding-top: 0 !important;
}


.novesuty-standard {
    width: 100%;
    padding-bottom: 90px;
    overflow: visible;
}

.novesuty-standard__heading-wrap {
    width: 100%;
}

.col h2.novesuty-standard__title,
.novesuty-standard__title {
    margin: 0 0 38px !important;
}

.novesuty-standard__marquee {
    box-sizing: border-box;
    width: 100%;
    padding-left: max(50px, calc((100vw - 1612px) / 2 + 50px));
    overflow: visible;
}

.novesuty-standard__track {
    display: flex;
    width: max-content;
    will-change: transform;
    animation: novesuty-standard-marquee 35s linear infinite;
}

.novesuty-standard__group {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 20px;
    padding-right: 20px;
}

.novesuty-standard__card {
    display: flex;
    flex: 0 0 215px;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    width: 215px;
    height: 215px;
    padding: 20px 10px 10px 20px;
    border-radius: 18px;
    background: #FFFAF0;
}

.col h3.novesuty-standard__card-title,
.novesuty-standard__card-title {
    margin: 0 !important;
    padding: 0 !important;
    color: #261408;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.15;
}

.novesuty-standard__image {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    height: 110px;
}

.novesuty-standard__image img {
    display: block;
    width: 110px !important;
    height: 110px !important;
    margin: 0 !important;
    object-fit: contain;
    object-position: left bottom;
}

.novesuty-standard__decoration {
    display: flex;
    flex: 0 0 235px;
    align-items: center;
    justify-content: center;
    width: 215px;
    height: 215px;
}

.novesuty-standard__decoration img {
    display: block;
    width: 160px !important;
    height: 170px !important;
    margin: 0 !important;
    object-fit: contain;
}

.novesuty-standard img[src=""] {
    visibility: hidden;
}

@keyframes novesuty-standard-marquee {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}

.novesuty-property-options {
    width: 100%;
    padding-bottom: 100px;
}

.novesuty-property-options__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
}

.novesuty-property-options__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.novesuty-property-options__item h3,
.novesuty-property-options__item p {
    margin: 0;
}

@media only screen and (max-width: 1000px) {
.novesuty-property-options__item p br {
        display: none;
    }
}

/*POPUP*/
.mpopup {
    display: none;
    position: fixed;
    z-index: 10000;
    padding-top: 80px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #261408;
    background-color: rgb(38 20 8 / 50%);
    backdrop-filter: blur(10px);
}

.mpopup.block {
    display: block;
}

.modal-content {
    position: relative;
    background-color: #261408;
    margin: auto;
    width: 100%;
    max-width: 860px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 16px;
}

.modal-body {
    padding: 0;
}

.modal-content-inner {
    padding: 50px 10% 50px 10%;
}

.mpopup .close {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 3;
    transition: all 0.3s ease;
}

.mpopup .close:hover,
.mpopup .close:focus {
    text-decoration: none;
    cursor: pointer;
    opacity: 0.8;
}

/* add animation effects */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.popup-trigger {
    cursor: pointer;
}

.modal-content h3 {
    text-align: center;
    line-height: 1.2;
    color: #fffaf0;
    font-size: 56px;
}

p.modal-text {
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    color: #fffaf0;
}




/*footer*/
.footer-icons .nectar_icon_wrap {
    line-height: 18px;
}

.footer-icons .img-with-aniamtion-wrap {
    margin-right: 15px;
}

.footer-row > .row-bg-wrap > .inner-wrap .row-bg.viewport-desktop.using-image.using-bg-color {
    background-size: 1055px;
    background-position: top 140px center !important;
}


/*FORM*/

body[data-form-style="minimal"] input[type="text"],
body[data-form-style="minimal"] input[type="tel"],
body[data-form-style="minimal"] input[type="email"],
body[data-form-style="minimal"] textarea {
    padding: 15px 0 10px 0;
    background: transparent !important;
    border-bottom: 1px solid rgb(255 255 255 / 30%) !important;
}

body[data-form-style="minimal"] input[type="text"]:focus,
body[data-form-style="minimal"] input[type="tel"]:focus,
body[data-form-style="minimal"] input[type="email"]:focus,
body[data-form-style="minimal"] textarea:focus {
    border-bottom: 1px solid #FFFAF0 !important;
}

.wpcf7-form .nectar-wpcf7-inline-form .nectar-wpcf7-inline-field {
    padding-right: 20px;
    padding-bottom: 55px;
}

body[data-form-style="minimal"] textarea {
    height: 100px;
}

body[data-form-style="minimal"] input[type="text"]::placeholder,
body[data-form-style="minimal"] input[type="email"]::placeholder,
body[data-form-style="minimal"] input[type="tel"]::placeholder,
body[data-form-style="minimal"] textarea::placeholder {
    color: #FFFAF0 !important;
    opacity: 1 !important;
}

.material .wpcf7-form .nectar-wpcf7-inline-form {
    padding: 0;
}

.wpcf7 input[type="checkbox"] {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-appearance: none;
    width: 0px !important;
}

.wpcf7-list-item {
    margin: 0;
}

span.wpcf7-list-item-label {
    position: relative;
    padding-left: 15px;
    font-size: 14px;
    line-height: 1.1;
    color: #FFFAF0 !important;
    cursor: pointer;
    left: 14px;
}

span.wpcf7-list-item-label a {
    text-decoration: underline;
    color: #FFFAF0;
}

span.wpcf7-list-item-label:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    border-radius: 5px;
    display: block;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(255 255 255 / 0%);
    border: 1px solid rgb(255 255 255 / 30%);
}

span.wpcf7-list-item-label:after {
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 5px;
    position: absolute;
    display: block;
    left: -19px;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(209 193 180 / 20%);
    border: 1px solid #d1c1b4;
    transition: all 0.2s ease;
    background-image: url(/wp-content/uploads/2026/08/icon-check.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
}

input[type="checkbox"]:checked + span.wpcf7-list-item-label:after {
    transform: translateY(-50%);
    opacity: 1;
}

.wpcf7-form-control.wpcf7-acceptance {
    display: block;
    margin-top: -5px;
}

span.wpcf7-not-valid-tip {
    background: transparent;
    box-shadow: none !important;
    color: #ff3d3d !important;
    font-size: 12px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    background: #ff3d3d;
    border-color: #ff3d3d;
    color: #fff !important;
    font-size: 16px;
    text-align: center;
    line-height: 1.3;
}

.wpcf7-spinner {
    position: absolute;
}

.modal-body .nectar-wpcf7-inline-form p {
    padding-bottom: 0;
}

body[data-form-submit=regular] .container-wrap button[type=submit], 
body[data-form-submit=regular] .container-wrap input[type=submit],
input.wpcf7-form-control.wpcf7-submit {
    padding: 19px 0px !important;
    font-size: 18px;
    max-width: 190px;
    display: block;
    margin: 0 0 0 auto;
    color: #261408;
}

body[data-form-submit=regular] .container-wrap button[type=submit]:hover, 
body[data-form-submit=regular] .container-wrap input[type=submit]:hover,
input.wpcf7-form-control.wpcf7-submit:hover {
    color: #261408 !important;
}

.nectar-wpcf7-inline-form.gdpr {
    align-items: center;
}

.wpcf7-form .nectar-wpcf7-inline-form.gdpr .nectar-wpcf7-inline-field {
    padding: 0;
}

.cf7-thank-you {
    text-align: center;
    color : #fffaf0;
    margin-top: 30px;
    margin-bottom: 30px;
}


/*contact*/

/*.contact-grid > .vc_column-inner > .wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 40px;
    max-width: 480px;
}

.contact-grid > .vc_column-inner > .wpb_wrapper > :first-child {
    grid-column: 1 / -1;
}

.contact-grid > .vc_column-inner > .wpb_wrapper > :nth-child(2),
.contact-grid > .vc_column-inner > .wpb_wrapper > :nth-child(3) {
    align-self: end;
}

.contact-grid > .vc_column-inner > .wpb_wrapper > :nth-child(4),
.contact-grid > .vc_column-inner > .wpb_wrapper > :nth-child(5) {
    align-self: center;
}

.contact-grid .img-with-aniamtion-wrap img {
    width: 100% !important;
}*/

.contact-grid .wpb_wrapper {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.contact-grid .wpb_wrapper img {
    width: 200px;
    flex: 0 0 200px;
}

#page-kontakt > .row-bg-wrap .row-bg picture {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

#page-kontakt > .row-bg-wrap .row-bg .row-bg-img {
    position: absolute;
    top: 200px;
    left: 50%;
    width: min(1055px, 100%) !important;
    height: min(1097px, calc(100% - 290px)) !important;
    max-width: 1055px !important;
    max-height: 1097px !important;
    transform: translateX(-50%);
    object-fit: contain !important;
    object-position: center top !important;
}

body[data-form-submit=regular] .container-wrap .nectar-wpcf7-inline-form.newsletter-form button[type=submit], 
body[data-form-submit=regular] .container-wrap .nectar-wpcf7-inline-form.newsletter-form input[type=submit] {
    max-width: 230px !important;
    width: 230px;
}

.wpcf7-form .nectar-wpcf7-inline-form.newsletter-form .nectar-wpcf7-inline-field {
    padding-bottom: 0px;
}


/*newsletter home*/
body[data-form-style="minimal"] .newsletter-home input[type="email"] {
    border-bottom: 1px solid rgb(38 20 8 / 20%) !important;
}

body[data-form-style="minimal"] .newsletter-home input[type="email"]:focus {
    border-bottom: 1px solid #261408 !important;
}

body[data-form-style="minimal"] .newsletter-home input[type="email"]::placeholder {
    color: #261408 !important;
}

body[data-form-style="minimal"] .newsletter-home input[type="email"] {
    color: #23150a !important;
}

.newsletter-home span.wpcf7-list-item-label,
.newsletter-home span.wpcf7-list-item-label a{
    color: #261408 !important;
}

.newsletter-home span.wpcf7-list-item-label:before {
    border: 1px solid rgb(38 20 8 / 30%);
}

.newsletter-home span.wpcf7-list-item-label:after {
    background: rgb(38 20 8 / 100%);
    border: 1px solid rgb(38 20 8 / 100%);
    background-image: url(/wp-content/uploads/2026/08/icon-check.svg);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
}

body[data-form-submit=regular] .container-wrap .newsletter-home button[type=submit], 
body[data-form-submit=regular] .container-wrap .newsletter-home input[type=submit] {
     color: #fff;
    background: #261408;
}

body[data-form-submit=regular] .container-wrap .newsletter-home button[type=submit]:hover, 
body[data-form-submit=regular] .container-wrap .newsletter-home input[type=submit]:hover {
    color: #fff !important;
    background: #261408 !important;
}

.newsletter-home .wpcf7-form .nectar-wpcf7-inline-form .nectar-wpcf7-inline-field {
    padding-bottom: 0px;
}


/*SELEKTOR*/
.building-selector {
    --building-selector-hover: #4cac08;
    --building-selector-tooltip-background: #ffffff;
    --building-selector-tooltip-color: #261408;
    --building-selector-mobile-height: 400px;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.building-selector__viewport {
    width: 100%;
    overflow: hidden;
}

.building-selector__svg {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
}

.building-area {
    cursor: pointer;
    outline: none;
}

.building-area__shape {
    fill: var(--building-selector-hover);
    fill-opacity: 0;
    transition: fill-opacity 0.35s ease;
}

.building-area:hover .building-area__shape,
.building-area:focus .building-area__shape,
.building-area:focus-visible .building-area__shape {
    fill-opacity: 0.6;
}

.building-selector__tooltip {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 145px;
    height: 107px;
    padding: 10px 16px;
    box-sizing: border-box;
    color: var(--building-selector-tooltip-color, #261408);
    background: var(
        --building-selector-tooltip-background,
        #ffffff
    );
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, -100%);
    transition:
        opacity 0.18s ease,
        visibility 0.18s ease;
}

.building-selector__tooltip::after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 50%;
    width: 0;
    height: 0;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 11px solid var(
        --building-selector-tooltip-background,
        #ffffff
    );
    transform: translateX(-50%);
}

.building-selector__tooltip.is-visible {
    opacity: 1;
    visibility: visible;
}

.building-selector__tooltip.is-below {
    transform: translate(-50%, 0);
}

.building-selector__tooltip.is-below::after {
    top: -11px;
    bottom: auto;
    border-top: 0;
    border-bottom: 11px solid var(
        --building-selector-tooltip-background,
        #ffffff
    );
}

.building-selector__tooltip-number {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 53px;
    font-weight: 400;
    line-height: 0.9;
    text-align: center;
}

.building-selector__tooltip-title {
    margin-top: 7px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    white-space: pre-line;
}

@media (max-width: 1000px) {
    .building-selector__viewport {
        overflow-x: auto;
        overflow-y: hidden;
        overscroll-behavior-inline: contain;
        -webkit-overflow-scrolling: touch;
    }

    .building-selector__svg {
        width: auto;
        max-width: none;
        height: var(--building-selector-mobile-height);
    }
}

@media (prefers-reduced-motion: reduce) {
    .building-area__shape,
    .building-selector__tooltip {
        transition: none;
    }
}

/*vyber bytu*/
.novesuty-property-selector {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.novesuty-property-selector__viewport {
    width: 100%;
    overflow: hidden;
}

.novesuty-property-selector__svg {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
}

.novesuty-property-selector__area {
    cursor: pointer;
    outline: none;
}

.novesuty-property-selector__area.is-disabled {
    cursor: default;
}

.novesuty-property-selector__shape {
    fill-opacity: 0;
    transition: fill-opacity 0.3s ease;
}

.novesuty-property-selector__area--available
    .novesuty-property-selector__shape {
    fill: #4cac0880;
}

.novesuty-property-selector__area--reserved
    .novesuty-property-selector__shape {
    fill: #ac6d0880;
}

.novesuty-property-selector__area--sold
    .novesuty-property-selector__shape {
    fill: #ff000080;
}

.novesuty-property-selector__area--unavailable
    .novesuty-property-selector__shape {
    fill: #80808080;
}

.novesuty-property-selector__area:hover
    .novesuty-property-selector__shape,
.novesuty-property-selector__area:focus
    .novesuty-property-selector__shape,
.novesuty-property-selector__area:focus-visible
    .novesuty-property-selector__shape {
    fill-opacity: 1;
}

.novesuty-property-tooltip {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: min(280px, calc(100vw - 24px));
    padding: 20px 20px 12px 20px;
    box-sizing: border-box;
    color: #261408;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(38, 20, 8, 0.12);
    font-family: "Bricolage Grotesque", sans-serif;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, -100%);
    transition:
        opacity 0.16s ease,
        visibility 0.16s ease;
}

.novesuty-property-tooltip::before {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 50%;
    width: 0;
    height: 0;
    border-right: 13px solid transparent;
    border-top: 12px solid #ffffff;
    border-left: 13px solid transparent;
    transform: translateX(-50%);
}

.novesuty-property-tooltip.is-visible {
    opacity: 1;
    visibility: visible;
}

.novesuty-property-tooltip__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.novesuty-property-tooltip__number {
    flex: 0 0 auto;
    font-size: 25px;
    font-weight: 500;
    line-height: 0.9;
}

.novesuty-property-tooltip__status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.1;
    white-space: nowrap;
}

.novesuty-property-tooltip__dot {
    width: 13px;
    height: 13px;
    flex: 0 0 auto;
    border-radius: 4px;
    background: rgb(128 128 128);
    opacity: 0.5;
}

.novesuty-property-tooltip.is-status-available
    .novesuty-property-tooltip__dot {
    background: #4cac08;
}

.novesuty-property-tooltip.is-status-reserved
    .novesuty-property-tooltip__dot {
    background: #ac6d08;
}

.novesuty-property-tooltip.is-status-sold
    .novesuty-property-tooltip__dot {
    background: #ff0000;
}

.novesuty-property-tooltip.is-status-unavailable
    .novesuty-property-tooltip__dot {
    background: #808080;
}

.novesuty-property-tooltip__divider {
    width: 100%;
    height: 1px;
    margin: 10px 0 10px;
    background: rgba(38, 20, 8, 0.16);
}

.novesuty-property-tooltip__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
}

.novesuty-property-tooltip__row
    + .novesuty-property-tooltip__row {
    margin-top: 8px;
}

.novesuty-property-tooltip__row > :last-child {
    text-align: right;
    white-space: nowrap;
}

.novesuty-property-tooltip__price-row[hidden] {
    display: none;
}

.novesuty-property-tooltip__price-label {
    line-height: 1.3;
}

@media (max-width: 1000px) {
    .novesuty-property-selector__viewport {
        overflow-x: auto;
        overflow-y: hidden;
        overscroll-behavior-inline: contain;
        -webkit-overflow-scrolling: touch;
    }

    .novesuty-property-selector__svg {
        width: auto;
        max-width: none;
        height: 400px;
    }

    .novesuty-property-tooltip {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .novesuty-property-selector__shape,
    .novesuty-property-tooltip {
        transition: none;
    }
}

img.severka {
    position: absolute;
    bottom: 30px;
    left: 30px;
    max-width: 40px !important;
}

.mpopup input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 170px;
}

img.posuvnik {
    display: none;
    position:absolute;
    right: 30px;
    bottom: 30px;
    max-width: 90px !important;
}

/*RESPONSIVE*/


@media (min-width: 1000px) {
.novesuty-stats.mobile,
.novesuty-property__plan-card.mobile {
    display: none;
}
}

@media (max-width: 1000px) {
img.posuvnik {
    display: block;
}


.modal-content h3 {
    text-align: center;
    line-height: 1.2;
    color: #fffaf0;
    font-size: 44px;
}

.cf7-thank-you {
    margin-top: 20px;
    margin-bottom: 0px;
}

.modal-content {
    max-width: 94vw;
}

.modal-content-inner {
    padding: 60px 20px 40px 20px;
}

body #header-outer {
    padding: 0;
}

.novesuty-header {
    width: calc(100% - 24px);
    border-radius: 20px;
}


.novesuty-header__offer,
.novesuty-header__toggle {
    width: 96px;
    padding-right: 12px;
    padding-left: 12px;
}

img.starting-logo.skip-lazy {
	top: auto !important;
}

#header-outer #top .novesuty-header.is-open nav {
    display: block !important;
}

.novesuty-header__navigation-inner {
padding: 0 26px;
}

.novesuty-header__primary {
	padding-top: 22px;
}

.novesuty-header__navigation-inner::after {
	height: 34px;
}

.novesuty-header__primary-list {
	gap: 14px;
}

#top nav.novesuty-header__primary ul li a {
	font-size: 30px;
}

#top nav.novesuty-header__secondary ul li a {
	font-size: 22px;
}

.main-title h1 {
    max-width: 85vw;
}

.novesuty-scroller {
    width: clamp(90px, 19vw, 295px);
}

.scroll-down {
    bottom: 65px;
}

a.nectar-button.large {
    font-size: 17px;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

body a.nectar-button.large.see-through {
    padding-top: 16px;
    padding-bottom: 16px;
}

.novesuty-stats__item strong {
    font-size: clamp(40px, 14vw, 60px);
}

.novesuty-stats__item span {
    font-size:clamp(14px, 4vw, 18px);
    width: auto;
    max-width: auto;
}

.novesuty-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.novesuty-stats.desktop {
    display: none;
}

.novesuty-stats.mobile {
    margin-top: 15px;
    margin-bottom: 60px !important;
}

.grid-bgr > .row-bg-wrap .row-bg.viewport-desktop {
    background-size: 180vw !important;
}

.nectar-flickity[data-controls*=arrows_overlaid][data-overflow=visible] .flickity-prev-next-button {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.home-gallery .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous {
    left: 0px;
    width: 46px;
    height: 50px;
    top: auto;
    bottom: -78px;
    transform: 0 !important;
}

.home-gallery .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next {
    left: 58px;
    width: 46px;
    height: 50px;
    top: auto;
    bottom: -78px;
    transform: 0 !important;
}

.nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button {
    transform: scale(1);
}

.newsletter-home .col h4 {
    font-size: clamp(18px, 5.2vw, 22px);
}

.nectar-wpcf7-inline-form.newsletter-form {
    flex-direction: column;
}

span.wpcf7-list-item-label {
    display: inline-block;
    margin-left: 6px;
}

body[data-form-submit=regular] .container-wrap button[type=submit], 
body[data-form-submit=regular] .container-wrap input[type=submit], 
input.wpcf7-form-control.wpcf7-submit {
    padding: 17px 20px !important;
    font-size: 17px;
    display: block;
    margin: 30px 0 0 0;
	min-width: 210px;
}

.developer-cta .vc_column-inner > .wpb_wrapper {
    flex-direction: column-reverse !important;
}

#kontakt a.nectar-button.large,
#kontakt body[data-form-submit=regular] .container-wrap input[type=submit], 
#kontakt input.wpcf7-form-control.wpcf7-submit {
    min-width: 210px;
    text-align: center;
}

.wpcf7-form .nectar-wpcf7-inline-form {
    flex-direction: column;
}

.wpcf7-form .nectar-wpcf7-inline-form .nectar-wpcf7-inline-field {
    padding-right: 0px;
    padding-bottom: 25px;
}

.novesuty-home-slider__content,
.novesuty-home-slider__ui{
    padding-right: 20px;
    padding-left: 20px;
}

.novesuty-home-slider__content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.novesuty-home-slider__title {
    margin-bottom: 150px;
}

.novesuty-home-slider__navigation {
    gap: 10px;
    max-width: calc(100vw - 160px);
    font-size: 1px;
}

.novesuty-home-slider__navigation-item {
    font-size: 12px;
    line-height: 1;
} 

.standard-grid .vc_col-sm-3 {
    width: 50%;
    margin-bottom: 0 !important;
}

.grid-item .vc_column-inner > .wpb_wrapper {
    min-height: 200px;
    aspect-ratio: auto;
}

.col .grid-item h4 {
    font-size: clamp(16px, 1.9vw, 28px);
    margin-bottom: 0;
}

.col .grid-item p {
    font-size: 12px;
    line-height: 1;
}

.grid-item .img-with-aniamtion-wrap {
    max-width: 100px;
}

.grid-item .vc_column-inner > .wpb_wrapper {
    padding: 10px;
}

.grid-shape .img-with-aniamtion-wrap[data-max-width="custom"].center {
    max-width: 30vw;
    margin-top: -10px;
}

.novesuty-timeline__track {
    min-width: 650px;
}

.novesuty-timeline__label {
    font-size: 16px;
    line-height: 1.3;
}

.novesuty-timeline__date {
    margin-top: 10px;
    font-size: clamp(24px, 7vw, 30px);
    line-height: 1;
}

.wpb_text_column.wpb_content_element.lokalita-perex {
    width: calc(100vw - 140px);
}

.wpb_raw_code.wpb_raw_html.wpb_content_element.novesuty-tabs-wrapper {
    width: 100%;
    max-width: 380px;
}

.portfolio-items:not(.carousel) .col.span_4 {
    width: 49.9%;
}

.novesuty-property-options,
.novesuty-standard {
    padding-bottom: 50px;
}

.novesuty-property__hero {
    grid-template-columns: 1fr;
    gap: 0px;
}


.container-wrap.novesuty-property-page {
    padding-top: 0 !important;
}

.novesuty-property__heading {
    align-items: center;
    margin-bottom: 32px;
}


.col h1.novesuty-property__title,
.novesuty-property__title {
    font-size: 32px;
}

.novesuty-property__primary-data {
    margin-bottom: 32px;
}

.novesuty-property__primary-item {
    padding: 22px 12px;
}

.novesuty-property__primary-label {
    font-size: 12px;
}

.novesuty-property__detail dt,
.novesuty-property__detail dd {
    font-size: 13px;
}

.novesuty-property__detail--discounted-price dt,
.novesuty-property__detail--discounted-price dd {
    font-size: 15px;
}

.novesuty-property__downloads {
    gap: 25px;
    margin-top: 45px;
}

.novesuty-property__download {
    font-size: 14px;
}

.novesuty-property__interest {
    max-width: 180px;
    min-height: 50px;
    margin-top: 30px;
    padding: 14px 25px;
}

.novesuty-property__plan-card.desktop {
    display: none;
}

.novesuty-property__plan-card {
    padding: 0px;
}

.novesuty-property__plan-main {
    min-height: 100%;
    padding: 20px;
    height: 100%;
    aspect-ratio: 1/1;
}

.novesuty-property__plan-card.mobile {
    margin-bottom: 30px;
}

.novesuty-standard__card {
    flex: 0 0 180px;
    width: 180px;
    height: 180px;
    padding: 10px;
}

.col h3.novesuty-standard__card-title,
.novesuty-standard__card-title {
    font-size: 18px;
}

.novesuty-standard__decoration img {
    width: 100px !important;
    height: 100px !important;
}

.novesuty-standard__decoration {
    flex: 0 0 130px;
    width: 130px;
    height: 180px;
}

.novesuty-property-options__grid {
    grid-template-columns: 1fr;
    gap: 30px;
}

.novesuty-property-options__grid p {
    padding-bottom: 0;
}

.mpopup {
    padding-top: 20px;
}

.mpopup input.wpcf7-form-control.wpcf7-submit {
    min-width: 180px;
}

.modal-content h3 {
    font-size: 34px;
}

.novesuty-property__plan-thumbnail.plan-view img {
    height: 100% !important;
    max-height:80px;
}

.novesuty-property__plan-thumbnail,
.novesuty-property__plan-thumbnail.plan-view {
    padding: 0 5px;
}

.novesuty-property__plan-thumbnails {
    min-height: 90px;
}

.building-selector__tooltip {
    display: none !important;
}
	
.contact-grid .wpb_wrapper {
    gap: 10px;
    flex-direction:column;
}

.contact-grid .wpb_wrapper img {
    width: 180px !important;
    flex: 0 0 auto;
}
}

.hide {
    display: none;
}

.deactivate {
    cursor: default;
}

.deactivate .building-area__shape {
    fill: #515151;
    fill-opacity: 0.6;
}