/*!
Tema: Nevenka
Autore: Paolo Pizzuti
Versione: 1.2
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');

:root {
	--main-color: #009de0;
	--light-main-color: #c9d9e0;
	--dark-main-color: #074c63;
	--darker-main-color: #002332;
}


html, body {
	font-family: "Open Sans", helvetica, arial, sans-serif;
	margin: 0 !important;
	scroll-behavior: smooth;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
a, a :hover, a:link, a:visited {
	text-decoration: none;
	color: inherit;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Playfair Display", times, serif;
	line-height: 1.3;
}
p {
	font-size: 18px;
	line-height: 1.5;
}
a.cta {
	display: inline-block;
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: var(--main-color);
	color: white;
	font-size: 18px;
	padding: 12px 24px;
	/* opacity: .8; */
	transition: .3s;
}
a.cta:hover {
	/* opacity: 1; */
	background-color: var(--dark-main-color);
}
.center {
	justify-content: center;
	text-align: center;
}
.container {
	max-width: 1280px;
}
/* .container, .container-fluid {
	padding-right: 60px;
	padding-left: 60px;	
} */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.m-0 {
	margin: 0;	
}
.p-0 {
	padding: 0;
}
.breadcrumbs {
	margin-top: 48px;
	margin-bottom: 64px;
	font-size: 14px;
}
.breadcrumbs .breadcrumb {
	background-color: transparent;
}
.breadcrumbs .breadcrumb .breadcrumb-item.active {
	opacity: .4;
}
header.nevenka {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 55, 79, 0.7),rgba(0, 110, 156, 0));
}
header.nevenka .header-container {
	position: relative;
	display: flex;
	align-items: start;
	justify-content: space-between;
	padding-top: 50px;
	padding-bottom: 20px;
	padding-right: 140px;
}
header.nevenka .logo {
	z-index: 10;
	flex: 1;
}
header.nevenka .logo a {
	display: block;
	width: 180px;
}
header.nevenka .logo img {
	width: 100%;
	height: auto;
}
header.nevenka .nvk_call {
	/* margin-right: 80px; */
	margin-top: 5px;
}
header.nevenka .nvk_call a {
	color: var(--dark-main-color);
	display: inline-block;
	border: 1px solid #fff;
	background-color: white;
	padding: 10px;
	font-size: 14px;
	transition-duration: .3s;
}
header.nevenka .nvk_call a:hover {
	color: var(--dark-main-color);
	background-color: #fff;
}
header.nevenka .lang {
	margin-right: 8px;
	height: 50px;
	display: flex;
	align-items: center;
}
header.nevenka .lang-mobile .wpml-ls-legacy-list-horizontal {
	padding: 0;
}
header.nevenka .lang-mobile .wpml-ls-legacy-list-horizontal a {
	padding: 0;
}
header.nevenka .lang-mobile li a img {
	width: 32px;
}
header.nevenka .lang-mobile .wpml-ls-legacy-list-horizontal {
	padding: 0;
}
header.nevenka .lang-mobile .wpml-ls-legacy-list-horizontal .wpml-ls-item {
	margin-right: 16px;
}
header.nevenka .social-buttons {
	margin-top: 40px;
}
header.nevenka .social-buttons a {
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	font-weight: 500;
	color: white;
}
header.nevenka .social-buttons a img {
	margin-right: 12px;
	width: 24px;
	height: auto;
}
header.nevenka .navigation {
	display: flex;
	align-items: center;
	z-index: 9;
}
.hamburger-menu-button {
	position: fixed;
	left: auto;
	right: 60px;
	top: 50px;
	z-index: 1200;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 64px;
	height: 50px;
	padding: 10px 7px;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	transition-duration: .5s;
}
body.scroll .hamburger-menu-button {
	background-color: var(--dark-main-color);
}
.hamburger-menu-button .menu-button-line {
	width: 100%;
	height: 2px;
	background-color: #fff;
	opacity: 1;
	transition: .3s ease-in-out;
}
.hamburger-menu-button .menu-button-line-shorter {
	width: 70%;
	transition-duration: .3s;
}
.hamburger-menu-button:hover .menu-button-line-shorter {
	transform: translateX(14px);
}
body.menuopen  .hamburger-menu-button .menu-button-line:nth-child(1) {
	transform-origin: 0% 0%;
	transform: rotate(45deg);
}
body.menuopen .hamburger-menu-button .menu-button-line:nth-child(3) {
	transform-origin: center;
	transform: rotate(-45deg) translate(-5px, -7px);
}
body.menuopen .hamburger-menu-button .menu-button-line:nth-child(2),
body.menuopen .hamburger-menu-button .menu-button-line:nth-child(4) {
	opacity: 0;
}
.nvk_navigation {
	position: fixed;
	height: 100%;
	width: 50%;
	background-color: var(--dark-main-color);
	top: 0;
	right: 0;
	transform: translateX(100%);
	opacity: 0;
	// transition-duration: .3s;
	transition: .5s cubic-bezier(.77,0,.175,1);
}
.nvk_navigation ul {
	margin: 0;
	padding: 0;
}
body.menuopen .nvk_navigation {
	opacity: 1;
	transform: translateX(0);
	overflow-y: scroll;
}
.nvk_navigation {
	z-index: 11;
	padding: 100px 50px;
}
.nvk_navigation nav {
	/* height: 100%; */
	/* display: flex;
	align-items: center; */
}
.nvk_navigation nav li {
	position: relative;
	display: block;
	list-style: none;
	margin-bottom: 30px;
}
.nvk_navigation nav li a {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 40px;
	font-family: "Playfair Display", times, serif;
}
.nvk_navigation nav li a::after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	border-radius: 2px;
	height: 2px;
	bottom: 0;
	left: 0;
	background: #fff;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}
.nvk_navigation nav li a:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}
.nvk_curtain {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	background: #262626;
	transition: opacity .3s ease-in-out,visibility .3s ease-in-out;
	z-index: 10;
	pointer-events: none;
}
body.menuopen .nvk_curtain {
	visibility: visible;
	opacity: .7;
}
.nevenka_intro_image {
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.nevenka_intro_image .video-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.nevenka_intro_image .video-box video {
	position: absolute;
	object-fit: cover;
	height: 100%;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.nevenka_intro_image.rooms {
	height: 450px;
	max-height: 90vh;
}
.nevenka_intro_image:after {
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(rgba(0,0,0,.15), rgba(0,0,0,.35));
}
.nevenka_intro_image img {
	position: absolute;
	top: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	animation-name: sliderAN;
	animation-timing-function: ease;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
}
.nevenka_intro_image .title {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.nevenka_intro_image h1 {
	font-size: 64px;
	color: #fff;
	text-align: center;
	max-width: 800px;
	z-index: 1;
}

.about-text .title {
	margin-bottom: 50px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.about-text .title div[class^="col-"] {
	margin: 0 auto;
}
.about-text .title h2 {
	text-align: center;
	font-size: 64px;
}
.about-text .title .lineup {
	display: block;
	position: relative;
	height: 200px;
	width: 2px;
	margin: 0 auto 50px auto;
}
.about-text .title .lineup:before {
	content:"";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: var(--main-color);
	transform: scaleY(0);
	transform-origin: bottom left;
	transition-duration: 2s;
}
.about-text .title.active .lineup:before {
	transform: scaleY(1);
}
.about-text .title h2 span {
	color: var(--main-color);
	// text-decoration: underline;
}
.about-text .text {
	margin-bottom: 50px;
}
.about-text .text p {
	text-align: center;
	line-height: 1.8em;
}
.about-text .image img {
	width: 100%;
	height: auto;
}
.nevenka_slider .swiper-container {
	width: 100%;
	height: 100vh;
}
.nevenka_slider.apartments .swiper-container {
	height: 80vh;
	min-height: 650px;
}
.nevenka_slider .swiper-wrapper {
	// display: block;
	position: relative;
}

/*.nevenka_slider .swiper-wrapper:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: linear-gradient(90deg, #ff2200 0% , #ffcc00 100%);
}*/
.nevenka_slider .swiper-container .swiper-title {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	margin: 0 auto;
	width: 100%;
	padding-bottom: 120px;
}
.nevenka_slider .swiper-container .swiper-title h1 {
	font-size: 50px;
	color: #fff;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px 0;
	max-width: 800px;
}
.nevenka_slider .swiper-container .swiper-title .subtext {
	color: #fff;
	font-weight: 400;
	margin: 0;
	max-width: 600px;
}
.nevenka_slider .swiper-pagination {
	padding: 20px 0;
}
.swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 100px;
	opacity: .5;
	transition-duration: .5s;
}
.swiper-pagination .swiper-pagination-bullet-active {
	width: 48px;
	background: #fff;
	opacity: 1 !important;
}
.nevenka_slider .swiper-wrapper .swiper-slide {
	-webkit-transform: translate3d(0, 0, 0); /* Fix flickering */
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.nevenka_slider .swiper-wrapper .swiper-slide:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40vh;
	background: linear-gradient(0deg, rgba(0,0,0,.7), rgba(0,0,0,0));
	z-index: 10;
}
.nevenka_slider .swiper-wrapper .swiper-slide:before {
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(transparent, black);
	opacity: .2;
}
.nevenka_slider .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	animation-name: sliderAN;
	animation-timing-function: ease;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
}
.nvk_mask {
	position: relative;
	overflow: hidden;
	padding: 1px;
	font-size: 0;
}
/*.nvk_mask:after {
	content: "";
	display: block;
	padding-top: 100%;
}*/
.nvk_mask:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: var(--main-color);
	z-index: 2;
	visibility: hidden;
	transform: translateX(-100%);
	transition: 2s cubic-bezier(.77,0,.175,1);
}
.nvk_mask.active:before {
	visibility: visible;
	transform: translateX(101%);
}
.nvk_mask img {
	// visibility: hidden;
	transform: translateX(-100%);
	transition: 2s cubic-bezier(.77,0,.175,1);
}
.nvk_mask.active img {
	// visibility: visible;
	transform: translateX(0);
}
.imagetext .row {

}
.imagetext .container-fluid {

}
.imagetext .container-fluid .row {

}
.imagetext .row .left_col {
	padding: 100px;
}
.fadeup {
	transform: translateY(20%);
	opacity: 0;
	transition: 2s;
	margin-bottom: 100px;
}
.fadeup.active {
	transform: translateY(0);
	opacity: 1;
}
.imagetext .row .fadeup h2 {
	font-size: 46px;
	margin-bottom: 35px;
	color: var(--dark-main-color);
}
.imagetext .row .fadeup .text {
	padding-left: 50px;	
}
.imagetext .row .fadeup .text p {
	font-size: 18px;
	line-height: 1.6em;
	/* color: var(--dark-main-color); */
}
.imagetext .row .fadeup .text img {
	margin-top: 50px;
}
.imagetext .row .image {
	height: 100vh;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.imagetext .row .image img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.imagetext .swiper.gallery {
	overflow: hidden;
	position: relative;
	display: block;
}
.imagetext .swiper.gallery .swiper-slide {
	aspect-ratio: 4 / 3;
	overflow: hidden;
}
.imagetext .swiper.gallery .swiper-slide img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}
.imagetext .swiper .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 0;
	height: 64px;
	background: linear-gradient(0deg, rgba(0,0,0,.4), rgba(0,0,0,0));
}
.separatorimage {
	//height: 80vh;
	overflow: hidden;
}
.separatorimage .fullimg {
	margin: 50px;
	height: 850px;
	transition-duration: 2s;
}
.separatorimage.active .fullimg {
	margin: 0;
}
.separatorimage .fullimg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.nvk_gallery {
	background-color: var(--light-main-color);
	padding: 100px 0;
}
.nvk_gallery .gallery {
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
	gap: 48px;
}
.nvk_gallery .gallery .thumb {
	flex-basis: calc(33.33333% - 32px);
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 0;
	transition-duration: .5s;
}
.nvk_gallery .thumb:hover {
	transform: scale(.98);
}
.nvk_gallery .thumb a {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
}
.nvk_gallery .thumb a img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}
.data_prices {
	padding: 100px 0;
}
.data_prices h2 {
	text-align: center;
	margin-bottom: 50px;
}
.data_prices table {
	max-width: 700px;
	margin: 0 auto;
}
.data_prices table td {
	width: 16,666666%;
	font-size: 18px;
	line-height: 1.2em;
	border: 1px solid #eee;
	text-align: center;
	padding: 12px 25px;
}
.data_prices table tr.period td {
	background-color: var(--dark-main-color);
	color: #fff;
}
.data_prices table tr.prices td {
	font-weight: bold;
}
.data_prices table tr.notes td {
	font-size: 14px;
}
.nvk_book {
	background-color: var(--light-main-color);
	padding: 100px 0;
}
.nvk_book .row {
	justify-content: center;
}
.nvk_book .book_module {
	background-color: #fff;
	border-radius: 48px;
}
.nvk_book .book_module {
	padding: 80px 120px;
}
.nvk_book .book_module h3 {
	text-align: center;
	font-size: 38px;
	margin-top: 0;
	margin-bottom: 50px;
}
.nvk_book .book_module .field {
	/* padding: 15px; */
}
.nvk_book .book_module .field.submit {
	padding-bottom: 0;
}
.nvk_book .book_module .field label {
	font-size: 14px;
	color: #333;
	margin: 0;
}
.nvk_book .book_module .field input {
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: 0;
	width: 100%;
	padding: 12px 0;
	border: 0;
	border-bottom: 1px solid #aaa;
	font-size: 14px;
	color: #555;
	border-radius: 0;
}
.nvk_book .book_module .field input:focus {
	border-color: var(--main-color);
}
.nvk_book .book_module .field select {
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	outline: 0;
	color: #aaa;
	padding: 16px 0;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #aaa;
	font-size: 14px;
}
.nvk_book .book_module .field input[type=submit] {
	border: 0;
	background-color: var(--dark-main-color);
	color: #fff;
}
.wpcf7-not-valid-tip {
	font-size: .8em;
	margin-top: 4px;
	padding: 1px 5px;
	text-align: center;
	background-color: #dc3232;
	color: #fff;
}
.wpcf7 .ajax-loader {
	margin: 15px;
}

.about-text {
	padding: 100px 0;
}
.nvk_apartments {
	padding: 100px 0;
	background-color: #f8f8f8;
}
.nvk_apartments .single_apartment {
	background-color: #fff;
	margin-bottom: 24px;
}
.nvk_apartments .single_apartment a {
	display: block;
}
.nvk_apartments .single_apartment .image {
	position: relative;
	overflow: hidden;
	font-size: 0;
}
.nvk_apartments .single_apartment .image:before {
	content: "";
	display: block;
	padding-top: 75%;
}
.nvk_apartments .single_apartment .image img {
	position: absolute;
	top: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;	
}
.nvk_apartments .single_apartment .apartment_description {
	padding: 24px;
}
.nvk_apartments .single_apartment .apartment_description .title {
	font-size: 22px;
	font-weight: bold;
}
.nvk_apartments .single_apartment .apartment_description .leisures {
	font-size: 14px;
	color: #999;
}
section.contact {
	padding: 120px 0;
}
.page-id-213 .nevenka_intro_image,
.page-id-4390 .nevenka_intro_image,
.page-id-4387 .nevenka_intro_image {
	height: 500px;
}


/* animations */
@keyframes mskreveal {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes sliderAN {
	0% {
		transform: scale(1.1);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}
/* mask */
.mask {
	overflow: hidden;
}
.mask span {
	display: block;
	animation-name: mskreveal;
	animation-timing-function: ease;
	animation-duration: 1s;
	animation-delay: 1.8s;
	animation-fill-mode: forwards;
	color: inherit;
	font-size: inherit;
	opacity: 0;
}
.mask:nth-child(2) span {
	animation-delay: 2.5s;
}


.long_description {
	margin-bottom: 80px;
	column-count: 2;
	column-gap: 48px;
}
.long_description p {
	margin-top: 0;
	color: #222;
}
.data_table {
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 400;
}
.data_table .block {
	padding-top: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.data_table .data {
	color: #111;
}
.data_table .value {
	color: #999;
}
.documents {
	padding-top: 200px;
	padding-bottom: 200px;
}
section.nvk-map {
	// padding: 100px 0;
}
section.nvk-map .acf-map {
	height: 650px;
}

footer.site-footer {
	background-color: var(--darker-main-color);
	padding: 100px 0;
}
footer.site-footer .logo svg {
	fill: #fff;
	max-width: 160px;
	
}
footer.site-footer h5 {
	color: #fff;
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 30px;
}
footer.site-footer p {
	color: #fff;
	font-size: 14px;
}
footer.site-footer a {
	color: inherit;
	font-size: inherit;
}
footer.site-footer .credits {
	margin-top: 40px;
}
footer.site-footer .credits p {
	font-size: 11px;
	color: rgba(255,255,255,.5);
}
footer.site-footer .credits a {
	color: rgba(255,255,255,.5);
	transition-duration: .3s;
}
footer.site-footer .credits a:hover {
	color: rgba(255,255,255,1);
}
footer.site-footer .social-buttons {
	margin-top: 16px;
}
footer.site-footer .social-buttons a {
	display: flex;
	align-items: center;
	font-size: 1rem;
	font-weight: 500;
	color: white;
}
footer.site-footer .social-buttons a img {
	margin-right: 8px;
	width: 16px;
	height: auto;
}
section.error-404 {
	background-color: var(--light-main-color);
}
section.error-404 .content-404 {
	height: 70vh;
	min-height: 650px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
section.error-404 .content-404 h1 {
	font-size: 4rem;
	/* color: white; */
}
section.error-404 .content-404 .cta {
	margin-top: 0;
}

@media screen and (max-width: 1024px) {
	.nvk_navigation nav li a {
		font-size: 32px;
	}
	.imagetext .row .left_col {
		padding: 56px;
	}
	.imagetext .row .fadeup .text {
		padding-left: 0;
	}
	.nvk_apartments .single_apartment .apartment_description .title {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.nvk_navigation nav li a {
		font-size: 4vw;
	}
	.about-text .title h2 {
		font-size: 48px;
	}
	.data_prices table td {
		padding: 12px 12px;
		font-size: 2vw;
	}
}
@media screen and (max-width: 576px) {

	header.nevenka .logo a {
		width: 120px;
	}
	.hamburger-menu-button {
		right: 32px;
		top: 30px;
	}
	header.nevenka .header-container {
		padding-right: 110px;
		padding-top: 30px;
	}
	.nvk_navigation {
		width: 70vw;
	}
	.nevenka_slider .swiper-container .swiper-title h1 {
		font-size: 8vw;
	}
	.imagetext .row .fadeup h2 {
		font-size: 9vw;
	}
	.nevenka_intro_image h1 {
		font-size: 9vw;
	}
	.imagetext .row .image,
	.separatorimage .fullimg {
		height: 60vh;
	}
	.nvk_apartments .single_apartment .apartment_description .title {
		font-size: 6vw;
	}
	.nvk_apartments .single_apartment .apartment_description .leisures {
		font-size: 4vw;
	}
	.nvk_gallery .gallery {
		gap: 32px;
	}
	.nvk_gallery .gallery .thumb {
		flex-basis: calc(33.33333% - 24px);
	}
	.nvk_book .book_module {
		padding: 80px 80px;
	}
	
}
@media screen and (max-width: 490px) {
	:root {
		--ionic-gutter-x: 24px;
	}
	header.nevenka .header-container {
		padding-right: 100px;
	}
	.hamburger-menu-button {
		right: var(--ionic-gutter-x);
	}
	header.nevenka .logo a {
		width: 24vw;
	}
	header.nevenka .lang {
		display: none;
	}
	.nevenka_slider .swiper-container {
		height: 85vh;
	}
	.nevenka_slider .swiper-container .swiper-title h1 {
		font-size: 10vw;
	}
	.nvk_navigation {
		width: 80vw;
	}
	.nvk_navigation nav li a {
		font-size: 5vw;
	}
	.imagetext .row .left_col {
		padding: 40px 24px;
	}
	.imagetext .swiper.gallery .swiper-slide {
		aspect-ratio: 2 / 3;
	}
	.nevenka_slider.apartments .swiper-container {
		height: 75vh;
		min-height: 400px;
	}
	.long_description {
		column-count: 1;
	}
	.data_prices table td {
		padding: 6px;
	}
	.data_prices table tr.notes td {
		font-size: 12px;
	}
	.nvk_gallery .gallery {
		gap: 24px;
	}
	.nvk_gallery .gallery .thumb {
		flex-basis: calc(50% - 12px);
	}
	.nvk_book .book_module {
		padding: 56px;
	}
}


/* DEBUG 
* { outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue }
*/