* {
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-tap-highlight-color: transparent;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 16px;
}

body {
	font-family: 'Open Sans', sans-serif;
	background-color: #fff;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

h2 {
	font-weight: 300;
}
a{
	transition: all  .4s ease-in-out;
}
a,
a:link,
a:hover,
a:focus,
a:active,
a:visited {
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

.page-wrapper {
	width: 100%;
	overflow: hidden;
}

.btn-cherry {
	background-color: #ED1652;
	color: #fff;
	/* color: #BCBDC1; */
	padding: 12px 40px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
}

.btn-cherry:hover {
	background-color: #ED1652;
	color: #fff;
}

.btn-transparent {
	border:  1px solid #fff;
	color: #fff;
	padding: 12px 40px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
}

.btn-black {
	background-color: #333132;
	color: #fff;
	padding: 12px 40px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
}

.style-text .title {
	text-transform: uppercase;
	margin: 0 0 50px;
	position: relative;
	z-index: 4;
}

.illustration-section.style-text .title {
	margin: 0;
}

.style-text .title h1 {
	font-size: 3rem;
	font-weight: 600;
	color: #fff;
}

.style-text .title h2 {
	font-size: 2.625rem;
	font-weight: 700;
	color: #BCBDC1;
}

.style-text-inner h1 {
	font-size: 2.625rem;
	font-weight: 700;
	color: #ED1652;
	text-transform: uppercase;
	margin: 0 0 30px;
}

.main-img img {
	width: 100%;
}

.style-text-inner h2 {
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0 0 15px;
	color: #ED1652;
}

.form-check-input:checked {
    background-color: #ED1652;
    border-color: #ED1652;
}

.style-text .title h3, .action-text .title h3 {
	/* font-size: 2.25rem; */
	font-size: 1.55rem;
	font-weight: 700;
	color: #000;
}

.style-text .title h3 span {
	display: block;
	font-size: 1rem;
	color: #BCBDC1;
	margin: 0 0 10px;
}

.style-text-inner p a {
	color: #ED1652;
}

.g-map {
	margin: 50px 0 0;
	filter: grayscale(1);
}

.g-map iframe {
	width: 100%;
	height: 90vh;
}

.style-text p, .style-text-inner p {
	margin: 0 0 30px;
	line-height: 1.65;
	font-weight: 300;
}

.style-text-inner p.intro {
	font-size: 1.25rem;
	font-weight: 700;
}

.style-text ul {
	margin-bottom: 60px;
}

.style-text-inner ul {
	margin-top: 10px;
	margin-bottom: 40px;
}

.style-text ul li, .style-text-inner ul li {
	position: relative;
	padding-left: 40px;
	margin: 0 0 15px;
}

.style-text-inner ul li {
	font-weight: 300;
}

.style-text ul li:before, .style-text-inner ul li:before {
	content: '';
	width: 26px;
	height: 22px;
	background: url(images/icon-check1.png) no-repeat top left;
	position: absolute;
	top: 0;
	left: 0;
}

.article-box {
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

.article-box figure {
	margin: 0;
}

.article-box-text {
	padding: 20px;
}

.article-box-text h2 {
	font-size: 1.25rem;
    font-weight: 600;
	margin: 0 0 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.article-box-text p {
	font-weight: 300;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

header {
	padding: 20px 55px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	transition: all .4s ease-in-out;
}
header.other-pages{
	padding: 4px auto;
}
.lang .wpml-ls-native{
/* 	display: none; */
	color: #000000;
}
.lang .wpml-ls-current-language{
/* 	display: none; */
		color: #000000;
}
.lang  img{
	display: block;
	width: 25px;
	height: 25px;
	object-fit: contain;
}
@media only screen and (min-width: 30.0625em) {
	/*481px*/
	.lang{
		margin-left: 20px
	}
  }

.wpml-ls-legacy-list-horizontal{
	padding: 0;
}
.wpml-ls-legacy-list-horizontal a {
	display: block;
	text-decoration: none;
	padding: 5px 6px 6px;
	line-height: 1;
}
header.nav-up {
	top: -130px;
}
header .logo {
	width: 240px;
}

header .logo_fl {
	width: 140px;
	margin-left: 20px;
}
@media only screen and (max-width: 768px) {
	header .logo_fl {
		width: 120px;
	}
  }

header nav ul {
	display: flex;
	margin-right: 50px;
}

header nav ul li a { 
	color: #BCBDC1;
	padding: 5px 15px;
	font-size: .9rem;
	line-height: 1;
	display: block;
	font-weight: 500;
}

header nav ul li.active a, footer ul li.active a {
	color: #ED1652;
}
.menu-item-has-children{
	position: relative;
}
.sub-menu{
	display: none;
	margin: 0;
}


@media (min-width: 992px) {
	.sub-menu{
		position: absolute;
		left: -60px;
		top: 2rem;
		width: 17rem;
		background-color: #fff;
		padding: 1rem;
		display: block;
		z-index: 3;
		transition: all .4s ease-in-out;
		box-shadow: 0 0 17px 7px rgba(0,0,0,.05);
		opacity: 0;
		visibility: hidden;
		display: block;
	}
	/* .sub-menu .sub-menu {
		left: 106%;
		top: 0;
	} */
	.menu-item-has-children:hover .sub-menu{
		opacity: 1;
		visibility: visible;
	}
	/* .sub-menu .sub-menu, .sub-menu .menu-item-has-children .sub-menu{
		opacity: 0;
		visibility: hidden;
	} */
	.sub-menu .menu-item-has-children .sub-menu{
		/* position: static;
		top: auto;
		left: auto;
		width: 100%;
		display: none;
		opacity: 1;
		visibility: visible;
		box-shadow: none; */
		left: 106%;
		top: 0;
		background-color: #fef7f4;
		opacity: 0;
		visibility: hidden;
	}
	.sub-menu .menu-item-has-children:hover .sub-menu{
		opacity: 1;
		visibility: visible;

	}
	
}
header nav ul.sub-menu li {
	display: block;
}
header nav ul.sub-menu li a{
	display: block;
	padding: 10px;
}
/* .top-slider-section {
	position: relative;
	padding-top: 113px;
} */
.illustration-section{
/* 	padding-top: 113px; */
	padding-top: 60px;
}


@media (max-width: 1199px) {
	/* .top-slider-section {
		padding-top: 94px;
	} */
	.illustration-section{
		padding-top: 94px;
	}
}
.top-box {
	background-color: #A90821;
	padding: 75px 100px;
	position: absolute;
	right: 0;
	/* bottom: -75px; */
	bottom: -40px;
	z-index: 4;
	color: #fff;
}

.top-box.style-text .title {
	margin: 0 0 20px;
}

.top-box.style-text .title h3 {
	color: #fff;
}

.top-box p {
	font-weight: 500;
}

.top-slide {
	height: calc(100vh - 2.9rem);
	position: relative;
	background-size: cover;
	background-position: center;
}
.top-slider-section{
	padding-top: 2.9rem;
}

@media only screen and (min-width: 48.0625em) {
	/*769px*/
	.top-slide {
		height: calc(100vh - 5.9rem);
	}
	.top-slider-section{
		padding-top: 5.9rem;
	}
  }
   
@media only screen and (min-width: 75.0625em) {
	/*1201px*/
	.top-slide {
		height: calc(100vh - 7.1rem);
	}
	.top-slider-section{
		padding-top: 7.1rem;
	}
  }

.top-slide:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(29, 29, 29, .5);
	z-index: 1;
}
.slide-video:before{
	content: none;
} 
.top-slide-text {
	max-width: 630px;
	position: relative;
	z-index: 2;
}
.top-slider .slick-arrow {
	position: absolute;
	top: 59%;
	transform: translateY(-50%);
	width: 3rem;
	height: 3rem;
	font-size: 0;
	border: 1px solid #fff;
	cursor: pointer;
	z-index: 3;
	background-repeat: no-repeat;
	background-size: 1.5rem;
	background-position: center;
	background-color: transparent;
	opacity: 0.57;
}
.top-slider .slick-prev{
	left: 2rem;
	background-image: url(images/prev.svg);
}
.top-slider .slick-next{
	right: 2rem;
	background-image: url(images/next.svg);
}
.top-slide .style-text .title {
	margin: 0 0 20px;
}

.top-slide .style-text .title h2 {
	color: #fff;
}

.top-slide .style-text p {
	color: #fff;
	font-weight: 600;
}
.slide-text{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    max-width:800px;
    width:100%;
    text-align:center;
    color:#fff;
	z-index:2;
}
.slide-text .title{
    margin-bottom:40px;
}
.slide-text .title h2{
	font-weight: 500;
}
.slide-text  .btn-orange{
    margin-top:40px;
}

.btn-orange {
	background-color: #ED1652;
	color: #fff;
	padding: 12px 40px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
}

.top-slide img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}

.offer-section {
	padding: 130px 0;
}

.offer-box {
	position: relative;
}

.offer-box:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(51, 49, 50, .3);
	z-index: 1;
}

.offer-text {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	flex-direction: column;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	padding: 0 30px;
}

.offer-text.style-text .title {
	margin: 0 0 20px;
}

.offer-text.style-text .title h3 {
	text-align: center;
	color: #fff;
}

.about-section {
	background: #fef7f4 url(images/bg1.jpg) no-repeat center center/cover;
	padding: 130px 0;
}

.about-text {
	background-color: #ED1652;
	display: inline-block;
	padding: 70px 50px 140px;
	max-width: 360px;
	position: absolute;
	bottom: 90px;
	left: 0;
}

.about-ficlek {
	width: 195px;
	height: 145px;
	/* background-color: #333132; */
	background-color: #BCBDC1 ;
	position: absolute;
	bottom: -50px;
	right: -95px;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	padding: 20px;
}


.about-img {
	position: relative;
}

.about-text p {
	color: #fff;
	/* color: #BCBDC1; */
	font-weight: 500;
}

.contact-section {
	padding: 130px 0;
	background: #fff url(images/contact-bg2.png) no-repeat center left;
}

.sell-box {
	background-color: #fef7f4;
	padding: 100px;
	background-color: rgba(26,41,167,.1);
}

.img-kontakt {
	margin: 0 0 0 -130px;
}

.icons-section {
	background-color: #BCBDC1;
	padding: 65px 0 80px;
}

.kontakt-info2 {
	padding-top: 50px;
}

.kontakt-info2 .flex-grid {
	padding-top: 20px;
	display: grid;
	grid-template-columns: repeat(3,3fr);
	gap: 20px;
}

.kontakt-info2 .flex-grid a {
	color: #BCBDC1;
}

.icon-box {
	text-align: center;
}

.icon-box img {
	height: 90px;
	margin: 0 0 25px;
}

.icon-box p {
	margin: 0;
	color: #fff;
	padding: 0 30px;
}

.offer-bottom-section {
	background: url(images/bg-ponuda.jpg) no-repeat top center/cover;
	padding: 130px 0;
	position: relative;
}

.offer-bottom-section:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(51, 49, 50, .7);
	z-index: 1;
}

.offer-bottom-section-text {
	position: relative;
	z-index: 2;
}

.offer-bottom-section-text  {
	max-width: 800px;
	margin: 0 auto;
}

.offer-bottom-section-text .title h3 {
	color: #fff;
}

.offer-bottom-section-text p {
	color: #fff;
}

.partners-section {
	padding: 130px 0;
}

.partner-img {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: grayscale(100);
	opacity: 0.7;
}

.partner-img img {
	max-width: 166px;
	max-height: 90px;
}

.slick-dots {
	display: flex;
	justify-content: center;
	margin: 40px 0 0;
}

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

.slick-dots li button {
	text-indent: -9999px;
	background-color: #404040;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.slick-dots li.slick-active button {
	background-color: #ED1652;
}

.illustration-section {
	height: 45vh;
	background-repeat: no-repeat!important;
	background-position: top center!important;
	background-size: cover!important;
	position: relative;
	background-color: #ED1652;
}

.illustration-section.small {
	height: 100px;
}

.illustration-section.small a {
	color: #fff;
}

.illustration-section:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(237, 22, 82, .6);
	z-index: 1;
}

/*.illustration-section.none:before, .illustration-section.small:before {
	display: none;
}*/

.content-section {
	padding: 50px 0;
}

footer {
	background: url(images/bg-footer.jpg) no-repeat top center/cover;
	position: relative;
}
footer .sub-menu{
	display: none;
}
footer:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(51, 49, 50, .85);
	z-index: 1;
}

footer .container {
	position: relative;
	z-index: 2;
	padding-top: 90px;
	padding-bottom: 90px;
}

footer h4 {
	/* color: #ED1652; */
	color: #fff;
	font-weight: 700;
	font-size: 1.25rem;
	margin: 0 0 20px;
}

footer p {
	color: #fff;
}

footer p a {
	color: #fff;
}

footer .style-text ul li {
	margin: 0 0 10px;
	padding: 0;
}

footer ul li:before {
	display: none;
}

footer ul li a {
	color: #fff;
}

footer .copyright {
	display: flex;
}

footer .copyright p {
	margin: 0 75px 0 0;
}

footer .logo-footer {
    width: 240px;
	background: #fff;
    padding: 20px;
}

footer .social a {
	display: inline-block;
	margin: 0 5px 0 0;
}

footer .social a:last-child {
	margin: 0;
}

.hamburger-menu {
	width: 50px;
	height: 45px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	transform: scale(.6);
	cursor: pointer;
	display: none;
	z-index: 6;
}

.hamburger-menu span {
	display: block;
	position: absolute;
	height: 7px;
	width: 100%;
	background: #ED1652;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
	top: 0px;
}

.hamburger-menu span:nth-child(2) {
	top: 18px;
}

.hamburger-menu span:nth-child(3) {
	top: 36px;
}

.hamburger-menu.active span:nth-child(1) {
	top: 18px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.hamburger-menu.active span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

.hamburger-menu.active span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}







@media (min-width: 1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1439px;
	}
	.article-box .btn-cherry {
		font-size: .75rem;
	}
	
}

@media (min-width: 992px) {
	.offer-box:hover:before {
		background-color: rgba(237, 22, 82, .6);
	}
	header nav ul li a:hover, footer ul li:hover a, footer p a:hover {
		color: #ED1652;
	}
	footer .social a:hover, .style-text-inner p a:hover, .btn-cherry:hover, .btn-transparent:hover, .btn-black:hover {
		opacity: .75;
	}
}

@media (max-width: 1399px) {
	.about-img {
		margin-left: -135px;
	}
	.style-text .title h3, .action-text .title h3 {
		font-size: 1.9rem;
	}
	.about-text {
		left: 100px;
	}
	.top-box {
		padding: 50px 75px;
	}
}

@media (max-width: 1199px) {
	.about-text {
		left: 220px;
	}
	.about-img {
		margin-left: -245px;
	}
	.style-text .title h3, .action-text .title h3 {
		font-size: 1.75rem;
	}
	.icon-box p {
		padding: 0;
	}
	.top-box {
		padding: 40px 65px;
	}
	header nav ul li a {
		font-size: .8rem;
		padding: 1px 10px 3px;
	}
	.btn-cherry, .btn-transparent, .btn-black {
		padding: 12px 25px;
		font-size: .8rem;
	}
	header nav ul {
		margin-right: 20px;
	}
	header .logo, footer .logo-footer {
		width: 175px;
	}
	.icon-box img {
		height: 70px;
	}
}

@media (max-width: 991px) {
	header {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 7;
		background-color: #fff;
		border-bottom: 1px solid #e5e5e5;
	}
	header .btn-cherry, header .logo {
		position: relative;
		z-index: 6;
	}
	header nav {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 5;
		background-color: #fff;
		justify-content: center;
	}
	header.active nav {
		display: flex;
	}
	header nav ul {
		flex-direction: column;
	}
	header nav ul li {
		margin: 0 ;
		text-align: center;
	}
	header nav ul li a {
		text-align: center;
		font-size: 1.5rem;
		padding: 20px 0;
		border-bottom: 1px solid #ED1652;
		display: inline-block;
	}
	header nav ul li:last-child a {
		border: none;
		padding-bottom: 0;
	}
	header .btn-cherry {
		margin-left: auto;
		margin-right: 30px;
	}
	
	.btn-cherry, .btn-transparent, .btn-black {
		padding: 9px 25px;
		font-size: .7rem;
	}
	.hamburger-menu {
		display: block;
	}
	.top-box {
		padding: 30px;
	}
	.top-box.style-text .title {
		margin: 0 0 15px;
	}
	.about-img {
		margin-left: -140px;
	}
	.about-text {
		left: 105px;
		max-width: 270px;
		bottom: -50px;
		padding: 70px 25px 60px;
	}
	.about-ficlek {
		width: 130px;
		height: 95px;
		bottom: -25px;
		right: -30px;
	}
	.about-img img {
		width: 530px;
	}
	.sell-box {
		padding: 35px;
	}
	.img-kontakt {
		margin: 0 0 0 -85px;
		width: 350px;
	}
	.style-text .title h3, .action-text .title h3 {
		font-size: 1.65rem;
	}
	.icon-box p {
		font-size: .9rem;
	}
	.icon-box img {
		height: 55px;
	}
	.g-map iframe {
		height: 6	0vh;
	}
}

@media (max-width: 767px) {
	
	header {
		padding: 5px 5px 5px 20px;
	}
	header .logo {
		width: 115px;
	}
	 .illustration-section{
		padding-top: 56px;
	}
	.top-slide{
		height: 100vh;
	}
	.hamburger-menu {
		transform: scale(.44);
	}
	header .btn-cherry {
		margin-right: 10px;
	}
	.btn-cherry, .btn-transparent, .btn-black {
		padding: 6px 10px;
		font-size: .55rem;
	}
	.style-text .title h2 {
		font-size: 1.5rem;
	}
	.style-text p {
		font-size: .8rem;
		margin: 0 0 20px;
	}
	.form-label, .form-check-label {
		font-size: .8rem;
	}
	.style-text ul li, .style-text-inner ul li {
		font-size: .8rem;
		padding-left: 30px;
		margin-bottom: 10px;
	}
	.style-text ul li:before, .style-text-inner ul li:before {
		width: 16px;
		height: 12px;
		top: 3px;
		background-size: 100%;
	}
	.offer-section, .about-section, .contact-section, .offer-bottom-section, .partners-section {
		padding: 40px 0;
	}
	.offer-section {
		padding-top: 120px;
	}
	.style-text .title h3,.action-text .title h3 {
		font-size: .95rem;
	}
	.offer-text {
		padding: 0 15px;
	}
	.style-text .title {
		margin: 0 0 20px;
	}
	.style-text .title h3 span {
		font-size: .65rem;
		margin-bottom: 5px;
	}
	.top-box {
		padding: 20px 30px;
	}
	.top-box.style-text .title {
		margin: 0 0 10px;
	}
	.about-img {
		margin-left: -23px;
	}
	.about-img img {
		width: 353px;
	}
	.about-text {
		left: 20px;
		max-width: 191px;
		bottom: 49px;
		padding: 25px 25px 20px;
	}
	.about-ficlek {
		width: 91px;
		height: 90px;
		bottom: -55px;
		right: -100px;
		font-size: 12px;
	}
	.sell-box {
		padding: 30px 20px;
	}
	.contact-section {
		background: none;
	}
	.img-kontakt {
		margin: 0 0 0 -40px;
		width: 240px;
	}
	.style-text ul {
		margin-bottom: 30px;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.icon-box img {
		height: 35px;
	}
	.icon-box p {
		font-size: .8rem;
	}
	.icon-box img {
		margin-bottom: 8px;
	}
	.partner-img img {
		max-width: 95px;
		max-height: 36px;
	}
	.slick-dots li button {
		width: 10px;
		height: 10px;
	}
	.slick-dots {
		margin: 10px 0 0;
	}
	.partner-img {
		height: 75px;
	}
	footer h4 {
		margin: 0 0 10px;
		font-size: .85rem;
	}
	footer .copyright {
		flex-direction: column;
	}
	footer .copyright p {
		margin: 40px 0 10px;
	}
	footer .logo-footer {
		width: 115px;
	}
	footer .container {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	footer .style-text ul li {
		margin: 0 0 5px;
	}
	header nav ul li a {
		font-size: 1.1rem;
	}
	.icons-section {
		padding: 40px 0;
	}
	.style-text .title h1 {
		font-size: 1.5rem;
	}
	.style-text-inner p {
		font-size: .8rem;
		margin: 0 0 20px;
	}
	.style-text-inner h2 {
		font-size: .95rem;
		margin: 0 0 10px;
	}
	.style-text-inner p.intro {
		font-size: .9rem;
	}
	.content-section {
		padding: 40px 0;
	}
	.illustration-section {
		height: 30vh;
	}
	.style-text-inner ul {
		margin-bottom: 30px;
	}
	.g-map {
		margin: 30px 0 0;
	}
	.article-box-text p {
		font-size: .8rem;
	}
	.article-box-text h2 {
		font-size: .95rem;
	}
	.style-text-inner h1 {
		font-size: 1.5rem;
		margin-bottom: 20px;
	}
	.illustration-section.small {
		height: 50px;
	}
}
.contact-section-map{
	margin-top: 5rem;
}
.contact-section-map a{
	display: block;
}
.contact-section-map img{
	display: block;
	width: 100%;
	height: auto;
}
.cky-btn-accept {
	background: #ED1652 !important;
	color: #ffffff;
	border: 2px solid #ED1652!important;
}
.cky-btn-reject {
	color: #ED1652!important;
	background: transparent;
	border: 2px solid #ED1652!important;
}
.cky-btn-customize {
	color: #ED1652 !important;
	background-color: transparent;
	border-color: #ED1652 !important;
}
.cky-btn-preferences{
	color: #ED1652 !important;
	background-color: transparent;
	border-color: #ED1652 !important;
}
button.cky-show-desc-btn:not(:hover):not(:active) {
	color: #ED1652 !important;
	background: transparent;
}
.cky-btn-revisit-wrapper {

	background: #ED1652 !important;

}
label{
	font-weight: 400;
}
.contact-form{

		padding:30px;
		background: #f9f9f9;

		
}
@media only screen and (min-width: 48.0625em) {
	/*769px*/
	.contact-form{

		padding: 50px;
	}
  }

 
  /*-----------map--------------*/
  .map-title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	margin-bottom: 21px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 30px;
}
  .map-popup-wrapper {
	display: flex;
	flex-direction: row;
	gap: 20px;
	padding: 20px 0;
}
 
 .map-popup .btn-cherry{
	margin-top: 20px;
 }
  .map-content a{
	color: #BCBDC1;
  }
  .map-popup{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400 !important;
	line-height: 1.8;
	width: 100%;
	padding: 15px;
  }
  .map-popup h4 {
	font-size: 14px;
	text-transform: uppercase;
	color: #ED1652;
	margin-bottom: 25px;
	font-weight: 600;
}
.map-popup .btn-cherry{
	font-size: 14px;
}
.gm-style-iw-d{
	max-height: 800px !important;
}
.gm-style-iw.gm-style-iw-c button span{
	width: 25px !important;
	height: 25px !important;
}
.gm-style-iw.gm-style-iw-c button{
	width: 25px !important;
	height: 25px !important;
	top: 5px !important;
	right: 20px !important;
}
.map-logo{
display: flex;
flex-direction: row;
align-items: center;
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px dashed #000;
}
.map-logo img {
	display: block;
	width: 95px;
	height: auto;
	margin-right: 10px;
	object-fit: contain;
}
.map-right h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;

}
@media only screen and (max-width: 37.5em) {
	/*600px*/
	.gm-style .gm-style-iw-c{
		max-width: 345px !important;
	}
}
@media only screen and (min-width: 37.5625em) {
	/*601px*/
	.map-popup{
		width: 500px;
		padding: 30px;
	}
  }
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
	box-shadow: 0 3px 14px rgba(0,0,0,0.1) !important; 
}
.leaflet-popup-content {
	width: 450px !important;
	padding: 25px;
}
.leaflet-popup-content p {
	margin: 0 0 10px 0  !important;
}
.leaflet-container a {
	color: #333132 !important;
}
.map-description{
	padding-top: 20px;
	border-top: 1px dashed #000;
	margin-top: 10px;
}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 48px !important;
	right: 49px !important;
	padding:0 !important;
	border: none;
	text-align: center;
	width: 26px  !important;
	height: 26px;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: 300 !important;
	background: transparent;
	font-size: 36px !important;
}
.map-description ul {
	column-count: 2;
	column-gap: 10px;
}
.leaflet-container .leaflet-marker-pane img {
	width: 82px !important;
	height: 82px !important;

	object-fit: contain;
}
.map-content{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.map-left{
	width: 100%;
	margin-bottom: 20px;
}
.map-left img{
	display: block;
	width: 100px;
	height: auto;
}
.map-right{
	width: 100%;
}

.map-right p {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 1.8;
}
.map-categories{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed #000;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: 300;
	
}
.gm-style .gm-style-iw-c {

	border-radius: 0  !important;
	padding: 15px  !important;
	-webkit-box-shadow: 0 2px 7px 1px rgba(0,0,0,.1) !important;
	box-shadow: 0 2px 7px 1px rgba(0,0,0,.1) !important;
}
.category-box{
	width: 100%;
	position: relative;
	padding-left: 20px;

}
.category-box::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ED1652;
}
@media only screen and (min-width: 37.5625em) {
	/*601px*/
	.map-content{

		flex-direction: row;
		justify-content: space-between;
	}
	.map-left{
		width: 30%;
		margin-bottom: 0;
	}
	.map-right{
		width: 68%;
	}
	.map-left img{
		width: 100%;

		margin: 0 ;
	}
	.category-box{
		width: 50%;
	}

}
/*-------------*/
.ponuda-row{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 55px;
	padding-bottom: 20px;
}
.ponuda-row:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.ponuda-left{
	width: 100%;
}

.ponuda-left img {
	width: 68%;
	display: block;
	height: 68px;
	object-fit: contain;
	filter: grayscale(100);
	margin: 0 auto;
	margin-bottom: 2rem;
}
.ponuda-right{
	width: 100%;
	text-align: center;
}
.ponuda-right p, .ponuda-right p span{
	font-weight: 300 !important;
}
.ponuda-right h3{
	margin-bottom: 30px;
}
.ponuda-right  ul{
	list-style: disc;
	padding-left: 20px;
}
.ponuda-right ul li{
	margin-bottom: 10px;
	font-weight: 300;
	list-style-type: disc;
}
.ponuda-right p{
	display: none;
}
@media only screen and (min-width: 42.5625em) {
	/*681px*/
	.ponuda-right p{
		display: block;
	}
	.ponuda-left{
	width: 20%;
}
.ponuda-left img {
	width: 83%;
}
.ponuda-right{
	width: 76%;
	text-align: left;
	border-left: 1px solid #ED1652;
	padding-left: 20px ;
}
.ponuda-left img {
	width: 80%;
	display: block;
	height: 84px;
	object-fit: contain;
	filter: grayscale(100);
	margin: 0;
}
  }

  .ponuda-right h3 {
	margin-bottom: 30px;
	color: #ED1652;
	}



/*MAPA*/

  /* Set container size */
#map {
    width: 100%;
    height: 100vh;
}

/* Hide city names and roads */
label[title^="City"], label[title^="Road"] {
    display: none !important;
}

.custom-marker {
    width: 32px; /* Adjust the width and height as needed */
    height: 32px;
    fill: #ff5733; /* Replace with the desired color */
}

/* CSS for overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5); /* Black background with 80% opacity */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2; /* Ensure the overlay is on top of the map */
    backdrop-filter: blur(8px); /* Apply a 5px blur to the background */

}

/* CSS for logo */
.overlay img {
    max-width: 18%; /* Adjust the width of the logo as needed */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Add a drop shadow */
}

.hidden {
    display: none;
}
.pc {
	display: block;
}
/* .mob {
	display: none;
} */
@media only screen and (max-width: 1200px){
    /*Tablets [601px -> 1200px]*/
	.pc {
	display: none;
}
.mob {
	display: block;
}
}
/*MAPA KRAJ*/


.breadcrumbs{
	background-color: #fef7f4;
	padding: 10px 0;
	font-size: 14px;
  }
  .breadcrumbs ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
  }
  .breadcrumbs ul li{
	display: inline-block;
	font-weight: 600;
	color: #ED1652;
  
  }
  .breadcrumbs ul li::after{
	content: '|';
	display: inline-block;
	margin: 0 10px;
  }
  .breadcrumbs ul li a{
	display: inline-block;
	font-weight: 400;
	color: #000;
  }
  .breadcrumbs ul li:last-child:after{
	content: none;
  }

/*TABS*/
            /* Style for tabs */
    .tab-container {
        display: flex;
    }

    .tab {
        display: none;
        flex: 1;
        padding: 10px;
    }
	.tab-buttons-container {
		display: grid;
		grid-template-columns: repeat(6, 1fr); 
		grid-column-gap: 8px;
		grid-row-gap: 8px;
		justify-items: stretch;
		align-items: stretch;
	}
	.tab-btn-div {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
    }
	.tab-btn-div img {
		margin-bottom: 1rem;
		display: block;
		width: 3rem;
		height: 2rem;
		object-fit: contain;
	}


	@media only screen and (min-width: 42.5625em) {
		/*681px*/
		.tab-btn-div img{
			height: 3rem;
		}
	  }
    /* Style for tab buttons */
    .tab-button {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
        cursor: pointer;
        padding: 10px 20px;
        background-color: #eee;
        border: none;
        outline: none;
        transition: background-color 0.3s;
    }

    .tab-button:hover {
        border-color: #ED1652;
    }

    /* Active tab button style */
  
	.tab-button {
	height: 8rem;
    width: 100%;
    margin-bottom: 0.4%;
    background: #fef7f4;
    border: 1px solid #ddd;
	}
	.active-tab {
        background-color: #ED1652;
		color: #fff;
		border: 1px solid #ED1652 !important;
    }
	.active-tab img{
		filter: brightness(0) invert(1);
	}
.tab-title {
	font-weight: 500;
	margin: 2rem 0 2rem 0;
}
@media only screen and (max-width: 999px){
	/*Big smartphones [426px -> 600px]*/
		.tab-buttons-container {
			grid-template-columns: repeat(4, 1fr); 
	}
}

@media only screen and (max-width: 768px){
	/*Big smartphones [426px -> 600px]*/
		.tab-buttons-container {
			grid-template-columns: repeat(2, 1fr); 
	}
}
/*TABS END*/
.google-maps-frame {
	width: 100%;
	margin-top: 1rem;
}

.ponude-tabs{
	margin-bottom: 50px;
}
.justify-center{
	justify-content: center;
}
/*------action section---*/
.action-section{
	padding: 0 0 200px 0;
	
}

.action-text{
	width: 100%;
	font-weight: 300;
	line-height: 1.65;
	margin-top: 100px;
	
}
.action-text p{
    margin: 0 0 20px;
	font-size: 0.8rem;
}
.action-images{
	width: 100%;
	position: relative;
}

.action-images img {
	display: block;
	height: auto;
	width: 80%;
}
.action-images img:nth-of-type(2) {
	position: absolute;
	right: 0;
	width: 55%;
	bottom: -38px;
}

.action-box-sm {
	width: 73%;
	padding: 14px;
	color: #fff;
	text-align: center;
	background-color: #ED1652;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
}
.action-box-sm h3 {
	font-size: 14px;
	margin: 0;
	line-height: 1.6;
	/* color: #BCBDC1; */
	color: #fff;
}
.action-text .title{
	margin-bottom: 20px;
}
.action-text .btn-cherry{
	margin-top: 0;
}
.action-text .title h3 {
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
.action-text .title span {
	display: block;
	font-size: .65rem;
	color: #BCBDC1;
	margin: 0 0 5px;
	font-weight: 700;
	text-transform: uppercase;
}
.pdfs{
	display: flex;
	flex-direction: row;
	gap:1rem;
	margin-top: 50px;
}
.pdfs a {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	border: 1px solid #ED1652;
	font-size: 15px;
	font-weight: 500;
	color: #ED1652;
}
.pdfs a:hover{
	border-color: #404040;
	color: #404040;
}
.pdfs img{
	display: block;
	width: 20px;
	margin-right: 10px;
	height: auto;
	
}
@media only screen and (min-width: 48.0625em) {
	/*769px*/
	.action-wrapper{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.action-text{
		width: 40%;
		margin-top: 0;
	}
	.action-images{
		width: 50%;
	}
	.action-images img {
		transform: translateX(-40px);
		width: 100%;
	}
	.action-images img:nth-of-type(2) {
		right: -40px;
	}
	.action-text .title span {

		font-size: 1rem;
	}
	.action-text p {
		margin: 0 0 30px;
		line-height: 1.65;
		font-weight: 300;
	}
	.action-text .title{
		margin-bottom: 40px;
	}
	.action-text .btn-cherry{
		margin-top: 0px;
	}
	.action-text p{
		font-size: 16px;

	}
  }
@media only screen and (min-width: 62em) {
	/*992px*/
	
	.action-images img{
		width: 80%;
		transform: translateX(0);
	}
	.action-images img:nth-of-type(2){
		right: -60px;
		bottom: -88px;
	}
	.action-box-sm {
		width: 350px;
		padding: 24px;
		
	}
	.action-box-sm h3 {
		font-size: 19px;
	
	}
}
@media only screen and (min-width: 75.0625em) {
	/*1201px*/
	.action-images img{

		width: 100%;
	}
	.action-images img:nth-of-type(2){

		width: 55%;
		
	}
  }
  .image-final img {
	display: block;
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
  .bottom-text{
	margin: 50px 0;
  }
  .bottom-text p{
	font-weight: 400;
  }
  .top-text{
	margin-bottom: 50px;
  }

  .grid-new-parent {
	display: grid;
	grid-template-columns: repeat(2, 1fr); 
	grid-column-gap: 8px;
	grid-row-gap: 8px;
	justify-content: center;
	}
	

	.grid-new-parent .offer-box{
		height: 100%;
	}
	.grid-new-parent .offer-box img{
		height: 100%;
		object-fit: cover;
		min-height: 287px;
		width: 100%;
	}
	/* .grid-new-parent .grid-new-box:last-child img {
		height: 9.5rem;
	} */
	
	@media only screen and (min-width: 23.75em) {
		/*380px*/
		/* .grid-new-parent .grid-new-box:last-child img{
			height: 12rem;
		} */
	  }
	@media only screen and (min-width: 30.0625em) {
		/*481px*/
		.grid-new-parent {
			grid-template-columns: repeat(2, 1fr); 
		}
		/* .grid-new-parent .grid-new-box:last-child img{
			height: 14rem;
		} */
		
	}
	@media only screen and (min-width: 70.0625em) {
		/*801px*/
		.grid-new-parent {
			grid-template-columns: repeat(3, 1fr); 
		}
		/* .grid-new-parent .grid-new-box:last-child img{
			height: 14rem;
		} */
		
		
	}
	@media only screen and (min-width: 62.5em) {
		/*1000px*/
		/* .grid-new-parent .grid-new-box:last-child img{
			height: 17rem;
		} */
	}
	

	@media only screen and (min-width: 90.0625em) { /* 1281px */
		.grid-new-parent {
			display: grid;
			grid-template-columns: repeat(10, 1fr);
		}
	
		/* Prilagođavanje elemenata u prvom redu */
		.grid-new-box:nth-child(1) { grid-column: 2 / 4; }
		.grid-new-box:nth-child(2) { grid-column: 4 / 6; }
		.grid-new-box:nth-child(3) { grid-column: 6 / 8; }
		.grid-new-box:nth-child(4) { grid-column: 8 / 10; }
	
		/* Prilagođavanje elemenata u drugom redu */
		.grid-new-box:nth-child(5) { grid-column: 1 / 3; }
		.grid-new-box:nth-child(6) { grid-column: 3 / 5; }
		.grid-new-box:nth-child(7) { grid-column: 5 / 7; }
		.grid-new-box:nth-child(8) { grid-column: 7 / 9; }
		.grid-new-box:nth-child(9) { grid-column: 9 / 11; }
	}
	
	
	
	 
		
	/*------------*/
	.iframe-container {
		position: relative;
		width: 100%;
		overflow: hidden;
		padding-top: 145%; /* 16:9 Aspect Ratio */
	  }
	  
	  .iframe-container iframe {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		border: none;
	  }
	  @media only screen and (min-width: 30.0625em) {
		/*481px*/
		.iframe-container {
			padding-top: 145%;
		}
	  }
	  .btn-margin{
		margin-bottom: 20px;
	  }
	  .back-section{
		padding-top: 65px;
		padding-bottom: 10px;
	  }
	  .back-section a{
		color: #000;
	  }

	  @media only screen and (min-width: 48.0625em) {
		/*769px*/
		.back-section{
			padding-top: 103px;
		}
	}
	  @media only screen and (min-width: 75.0625em) {
		/*1201px*/
		.back-section{
			padding-top: 124px;
		}
	  }
	  @media only screen and (max-width: 48em) {
		/*768px*/
		.iframe-container{
		  display: none !important;
		}
	  }
.grecaptcha-badge {
	display: none;
}
.back-to-top{
	position: fixed;
	right: 1rem;
	bottom: 2rem;
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	background-color: #ED1652;
	cursor: pointer;
}
.back-to-top img{
	display: block;
	width: 1rem;
	height: auto;
}
.scroll-down span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb04 2s infinite;
	animation: sdb04 2s infinite;
	box-sizing: border-box;
  }
  @-webkit-keyframes sdb04 {
	0% {
	  -webkit-transform: rotate(-45deg) translate(0, 0);
	}
	20% {
	  -webkit-transform: rotate(-45deg) translate(-10px, 10px);
	}
	40% {
	  -webkit-transform: rotate(-45deg) translate(0, 0);
	}
  }
  @keyframes sdb04 {
	0% {
	  transform: rotate(-45deg) translate(0, 0);
	}
	20% {
	  transform: rotate(-45deg) translate(-10px, 10px);
	}
	40% {
	  transform: rotate(-45deg) translate(0, 0);
	}
  }
  
  
  .scroll-down {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	color: #fff;

	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
	padding-top: 50px;
}
.scroll-down:hover {
	opacity: .5;
  }

/* 23.07.2024. - Žac */
.grid-new-parent .offer-box img {
    aspect-ratio: 1 / 1 !important;
}
@media only screen and (max-width: 768px) {
    .grid-new-parent .offer-box img {
        min-height: auto;
    }
	header .logo_fl {
        width: 100px;
    }
}
@media only screen and (min-width: 80.0625em) {
	.grid-new-parent {
        grid-template-columns: repeat(8, 1fr);
    }
	.grid-new-box:nth-child(1) {
        grid-area: 1 / 2 / 2 / 4;
    }
	.grid-new-box:nth-child(2) {
        grid-area: 1 / 4 / 2 / 6;
    }
	.grid-new-box:nth-child(3) {
        grid-area: 1 / 6 / 2 / 8;
    }
	.grid-new-box:nth-child(4) {
        grid-area: 2 / 1 / 3 / 3;
    }
	.grid-new-box:nth-child(5) {
        grid-area: 2 / 3 / 3 / 5;
    }
	.grid-new-box:nth-child(6) {
        grid-area: 2 / 5 / 3 / 7;
    }
	.grid-new-box:nth-child(7) {
        grid-area: 2 / 7 / 3 / 9;
    }
}

/* 19.08.2024. - Žac */
body.page-template-template-kontakt .kontakt-info2 {
    padding-top: 0px;
}
body.page-template-template-kontakt .kontakt-info2 .flex-grid {
    padding-top: 0;
}
body.page-template-template-kontakt .kontakt-info2 .flex-grid a {
    color: #ED1652;
}