.form-box{
  display: table; 
  width:50%; 
  padding: 0 30px; 
  float:left; 
  box-sizing:border-box;
  }

.input-block-mail {
  width: 100%;
  border:1px solid #1d2272;
  border-radius:15px;
  background:transparent;
  float:left;
  margin-bottom: 20px;
  font-size: Outfit-Light;
  }

.input-block-mail2 {
  width: 49.5%;
  border-bottom: 2px solid #232323;
  float:left;
  margin-right:5px;
  margin-bottom: 3px;
  }

.input-icon-mail{
	width: 40px; 
	height: 40px;
	#background: #ff6600;
	float:left;
	box-sizing:border-box;
	font-size:20px;
	padding:8px 10px;
	color: #1d2272;
	
 }

.input-war-mail{
	 margin:3px 0px; 
	 padding:5px 10px;
	 box-sizing:border-box;
	 font-family:var(--font-main), Arial; 
	 font-size:14px;
	 text-align: justify;
 }

.input-war-mail a {
	font-family: var(--font-main), Arial;
	font-weight: normal;
	color:#1d2272; 
	text-decoration: none;
	-webkit-transition: 1s;
            transition: 1s;
	}

.input-war-mail a:hover {
	text-decoration: underline;
	-webkit-transition: 1s;
            transition: 1s;
	}

.alert_mail{
	display:block;
	font-family: var(--font-main), Arial;
	width:100%;
	color:#1d2272; 
	margin-bottom:4px;
	box-sizing:border-box;
	padding:4px;
	}

.table-tresc-pzw{
		width: clac(100% - 100px);
	}

.multi_gal_blok{
		position:relative;
		padding:8px; 
		box-sizing:border-box;
		transform:scale(1.00);
		-webkit-transition: 1s;
		transition: 1s;
	}

.multi_gal_blok:hover{
		transform:scale(1.10);
		-webkit-transition: 1s;
		transition: 1s;
		z-index:100;
	}

.multi_gal_content{
		position:relative;
		height:100%; 
		overflow:hidden; 
		border-radius:10px; 
		background-size: cover;  
		background-repeat:no-repeat; 
		background-position: center;
	}

.multi_gal_blok:hover *.hologram2{
		opacity:1;
		-webkit-transition: 1s;
		transition: 1s;
	}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-auto-rows: 280px; grid-auto-flow: dense;
    gap: 15px;
    max-width: 1600px;
    margin: 0 auto;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
    background: #eee;
}

.gallery-item {
    grid-column: span 1;
    grid-row: span 1;
}

.gallery-item.vertical {
    grid-row: span 2; }

.gallery-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease;
}

.gallery-item:hover .gallery-img {
    transform: scale(1.08);
}

.gallery-info {
    position: absolute;
    bottom: 0; left: 0; width: 100%;
    height: 50px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-info {
    transform: translateY(0);
}

.gallery-item.folder-item {
    position: relative;
    background-color: #1d2272;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important; align-items: center !important;     aspect-ratio: 1 / 1; 
    width: 100%;
    min-height: 100%; margin: 0;
    padding: 0;
    border: none;
    overflow: visible; z-index: 10;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.folder-name {
    font-family: var(--font-heading), sans-serif;
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    padding: 0 15px;
    margin: 0; pointer-events: none;
}

.gallery-item.folder-item::after {
    content: "";
    position: absolute;
    right: -15px; 
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 15px solid #1d2272;
    transition: all 0.3s ease;
    z-index: 11;
}

.gallery-item.folder-item:hover {
    background-color: #b5021f;
}

.gallery-item.folder-item:hover::after {
    border-left-color: #b5021f;
    right: -25px;
}

.folder-content {
    text-align: center;
    padding: 20px;
    color: #ffffff;
    font-family: 'Outfit', sans-serif; }

.folder-sub {
    font-size: 13px;
    opacity: 0.9;
    text-transform: lowercase;
    font-weight: 400;
	font-family: var(--font-text);
}

.gallery-item.folder-item:hover {
    background-color: #b5021f; transform: scale(1.02);
}

.folder-item.exit-button {
    background-color: #1a1a1a !important; border-color: #fff !important;
}

.folder-item.exit-button::after {
    display: none; }

.gallery-item.folder-item.exit-active {
    background-color: #1a1a1a !important; transition: background-color 0.3s ease;
}

.gallery-item.folder-item.exit-active::after {
    display: none !important;
}

.gallery-item.folder-item.exit-active .folder-name {
    color: #ffffff;
}

.exit-active .folder-sub {
    font-size: 22px; color: #ffffff;  font-weight: 500; margin-top: 10px;
    display: block;	font-family: var(--font-heading), sans-serif;
}

.exit-active .folder-name {
    font-size: 22px;
    margin-bottom: 2px;
	font-family: var(--font-text), sans-serif;
}

#gallery_sort {
		font-size: 20px; 
		font-family: Calibri, segoeuil, Arial; 
		color: #696969;
		text-decoration: none;
		cursor:pointer;
		-webkit-transition: 1s;
		transition: 1s;
  }

#gallery_sort:hover {
		font-size: 20px; 
		font-family: Calibri, segoeuil, Arial; 
		color: #11aea7;
		text-decoration: none;
		cursor:pointer;
		-webkit-transition: 1s;
		transition: 1s;
  }

a#gallery_img {
		font-size: 18px; 
		font-family: Times New Roman; 
		font-style: italic;
		font-weight: bold;
		color: white;
		text-shadow: 1px 1px 2px black;
		text-decoration: none;
		-webkit-transition: 0.5s;
		transition: 0.5s;
  }

a#gallery_img > span{
		#opacity : 0.50;
		#filter : alpha(opacity=50);
		width:375px;	
		height:0px;
		opacity:0;
		z-index:200; 
		font-size: 0px; 
		font-family: Calibri, segoeuil, Arial; 
		#background: -webkit-linear-gradient(bottom, rgba(28,120,223,1.0), rgba(14,86,167,1.0));
		#background: -o-linear-gradient(bottom, rgba(28,120,223,1.0), rgba(14,86,167,1.0));
		#background: -moz-linear-gradient(bottom, rgba(28,120,223,1.0), rgba(14,86,167,1.0));
		#background: linear-gradient(to bottom, rgba(28,120,223,1.0), rgba(14,86,167,1.0));
		text-shadow:0px 0px 0px black; 
		font-weight: normal; 
		font-style: normal;
		-webkit-transition: 0.5s;
		transition: 0.5s;
  }

a#gallery_img:hover > span{
		#opacity : 0.50;
		#filter : alpha(opacity=50);
		height:20px;
		opacity:1;
		font-size: 16px; 
		font-family: Calibri, segoeuil, Arial; 
		padding: 10px 0px 10px 0px;
		text-shadow:0px 0px 0px black; 
		font-weight: normal; 
		font-style: normal;
		-webkit-transition: 0.5s;
		transition: 0.5s;
  }

.tresc3{
		-moz-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		filter: gray;
		-webkit-background-size: cover; 
		-moz-background-size: cover; 
		-o-background-size: cover; 
		background-size: cover; 
		background-position: center; 
		#border: 1px solid rgba(242,101,34,1.0);
		#border-radius:10px;
		#width:0px; 
		#height:0px;
		width:375px; 
		height:270px;
		-webkit-transition: 0.5s;
		transition: 0.5s;
  }

.tresc3:hover{
		-moz-filter: grayscale(0%);
		-o-filter: grayscale(0%);
		-ms-filter: grayscale(0%);
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
		box-shadow: 0px 1px 5px black;
		#background-size: 155%;
		#-webkit-background-size: 155%; 
		#-moz-background-size: 155%; 
		#-o-background-size: 155%;
		-webkit-transition: 1s;
		transition: 1s;
  }

.tresc3b{
		-moz-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		background-size: 100%; 
		background-repeat:no-repeat; 
		background-position: center; 
		width:290px; 
		height:185px;
		-webkit-transition: 1s;
		transition: 1s;
  }

.tresc3b:hover{
		-moz-filter: grayscale(0%);
		-o-filter: grayscale(0%);
		-ms-filter: grayscale(0%);
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
		box-shadow: 0px 1px 5px black;
		-webkit-transition: 1s;
		transition: 1s;
  }

input.inszuk {
	position: relative;
	border:none;
	box-sizing: border-box;
	width: calc(100% - 80px); 
	font-family: montserrat, Arial;
	font-size:14px;
	float:left;
	color: #232323;
	border-bottom:2px solid #d7e7e7;
  }

.szuk > input.inszuk {
	  width: calc(100% - 40px); 
	  color: #232323;
  }

.icsrch{
	float:left; 
	cursor:pointer; 
	position: relative;
	box-sizing: border-box;
	width: 40px;
	height: 41px;
	background: #d7e7e7;
	color:#232323;
	font-size: 18px;
	margin-left:-1px;
	border:none;
	-webkit-transition: 1s;
		transition: 1s;
	}

.icsrch:hover{
	color:#fff;
	background: #136e71;
	-webkit-transition: 1s;
		transition: 1s;
	}

.icsrchshop{
	float:left; 
	cursor:pointer; 
	position: absolute;
	box-sizing: border-box;
	width: 50px;
	height: 54px;
	right:0px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	color: #e11313;
	font-size: 26px;
	-webkit-transition: 1s;
		transition: 1s;
	}

.icsrchshop:hover{
	background: #e11313;
	color: #fff;
	-webkit-transition: 1s;
		transition: 1s;
	}

.alert {
    font-size: 14px; 
	font-family: Champ, segoeuil, Arial; 
	color: red;
	background: rgba(146,17,141,0.5);
	border-radius:5px;
	border: 1px solid rgba(146,17,141,1.0);
	width: 250px;
	height:30px;
	text-align:center;
  }

ul ul {
		display: none;
  }

.menids {
		background:#e11313;
  }

i.arrow  > a{
		position: absolute; 
		top: 5px; 
		left: 50%; 
		margin-left: -8px; 
		border-top: 8px solid transparent; 
		border-right: 8px solid transparent; 
		border-left: 8px solid transparent;
  }

i.arrow:hover > a {
		position: absolute; 
		top: 5px; 
		left: 50%; 
		margin-left: -8px; 
		border-top: 8px solid #333; 
		border-right: 8px solid transparent; 
		border-left: 8px solid transparent;
  }

ul ul .arrow {
		top: 10px; 
		right: 0; 
		border-top: 3px solid transparent; 
		border-right: 3px solid transparent; 
		border-left: 3px solid #333; 
		border-bottom: 3px solid transparent;
  }

#line {
		-webkit-transition: 1s;
				transition: 1s;
  }

ul ul {
		display: none;
  }

.wiget_ruler{
	position:fixed;
	bottom:60px;
	right:40px;
	z-index:7000;
	-webkit-transition: 1s;
	transition: 1s;
}

.wiget-circle{
	position:relative;
	z-index:1;
	display:table;
	background: #a89481;
	text-align: center;
	width:60px; 
	height:60px;
	cursor: pointer;
	padding: 5px;
	border-radius:50%;
	font-size: 42px; 
	text-decoration: none;
	text-align: center;
	color: #fff;
	animation: tada 1s infinite;
	animation-play-state: paused;
	-webkit-transition: 1s;
	transition: 1s;
}

.wiget-circle:hover{
	animation-play-state: running;
}

.wiget-circle > z{
	display:flex;
	align-items: center;
	justify-content: center;
	width:60px;
	height:60px;
}

.wiget_circleunderlay {
	position: absolute!important;
	z-index: 0!important;
	top: 50%!important;
	left: 50%!important;
	-ms-transform: translate(-50%,-50%)!important;
	transform: translate(-50%,-50%)!important;
	margin: auto!important;
	animation: wiget-underline 3s infinite;
	background: #a89481!important;
	border-radius: 100%!important;
}

@keyframes wiget-underline{
	0% {
		opacity: .25;
		width: 0;
		height: 0;
	}

	40% {
		opacity: .25;
	}
	100% {
		opacity: 0;
		width: 150px;
		height: 150px;
	}
}

.call-bar{
	display: flex ;
	align-items: center;
	justify-content: center;
	width: 100% ;
}

.call-button{
	display:flex !important;
	flex-basis: 0 !important;
	flex-grow: 1 !important;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height:1.1;
	padding: 20px 20px;
	box-sizing:border-box;
	font-family: Inter_24pt-Regular, Arial;
	cursor:pointer;
	color:#696969;
	-webkit-transition: 0.5s;
            transition: 0.5s;
}

.call-button-on{
	background:#f4f4f5;
	color:#a89481;
}

.call-button > div{
	text-align:center;
}

.call-ikon{
	text-align:center;
	font-size: 24px;
}

.call-line{
	width: 25%;
	height: 3px;
	background: #bcbcbc;
	display: block;
	margin: 10px auto;
	-webkit-transition: 0.5s;
            transition: 0.5s;
}

.call-button:hover span.call-line, .call-button-on span.call-line{
	background: #a89481;
	width: 90%;
	-webkit-transition: 0.5s;
            transition: 0.5s;
}

.call-button:hover div{
	color: #a89481;
	-webkit-transition: 0.5s;
            transition: 0.5s;
}

.call-info{
	box-sizing:border-box;
	text-align:center;
	padding:40px 0px;
	font-size: 24px;
	font-family: montserrat, Arial;
}

.call-pg{
	color:#5b5b5b;
	border-bottom:1px solid #e7e7e7;
	font-size: 14px;
	font-family: Inter_24pt-Regular, Arial;
	margin-bottom:5px;
}

.phoenix-slider{
		position: relative !important;
		#clip-path: polygon(0% 50px, 100% 0px, 100% 750px, 0% 800px);
		#-webkit-clip-path:polygon(0% 50px, 100% 0px, 100% 750px, 0% 800px)
	}

.owl-stage-outer {
	  padding: 30px 0px;
	  box-sizing: border-box;
	}

.product-zoom-container {
    #height: 100%;
    overflow: hidden;
}

.product-zoom-container img {
    width: 100%;
    height: auto; 
    display: block;
    transition: transform 1.2s ease-out;
}

.product-intro:hover .product-zoom-container img {
    transform: scale(1.08);
}

#mapka {
	border-radius:15px;
	margin-top:20px;
	width: 100% !important;
}

.map-info-box{
    display:flex;
    align-items:center;
    gap:12px;
    min-width:220px;
    max-width:320px;
    box-sizing:border-box;
}

.map-info-logo{
    width:58px;
    min-width:58px;
    height:58px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    border:1px solid rgba(29,34,114,.08);
    border-radius:10px;
    overflow:hidden;
}

.map-info-logo img{
    max-width:100%;
    max-height:100%;
    object-fit:contain;
}

.map-info-content{
    font-family:var(--font-elements), Arial, sans-serif;
    font-size:15px;
    line-height:1.45;
    color:#4b546f;
}

.map-info-content strong{
    color:#1d2272;
    font-family:var(--font-heading), Arial, sans-serif;
}

.zoom {
	display:block;
	position: relative;
	cursor:pointer;
	border-bottom: 4px solid #9d1f09;
	margin-bottom:15px;	
}

.zoom:after {
	content:'';
	display:block; 
	width:33px; 
	height:33px; 
	position:absolute; 
	top:0;
	right:0;
	background:url(../pic/icon.png);
}

.zoom img {
	display: block;
	width:500px;
	#height:500px;
}

.zoom img::selection { background-color: transparent;}

.pikon{
	cursor:pointer;
	width:100px;
	height:100px;
	#border: 1px solid #b4b4b4;
}

#picture-ikon-box {
	position:relative;
	margin:auto;
	width:calc(100% - 40px);
	height:110px;
	#border:1px solid #b4b4b4;
}

.owl-nav-but {
	position:relative;
	width:100%;
}

.owl-but {
    background-color: #fff;
	border:1px solid #b4b4b4;
	float:left;
	width: 30px;
    height: 30px;
	margin-right:5px;
    z-index: 1;
    cursor:pointer;   
    color:#e80000;
    text-align:center;
    vertical-align:middle;
    font-size:18px;
    font-weight: bold;
	-webkit-transition: .5s;
            transition: .5s;
}

.owl-but:hover {
    color:#fff;
	background:#e80000;
	-webkit-transition: .5s;
            transition: .5s;
}
