html, body { font-size:14px;line-height:18px;height:100%;color:#000;font-family: Arial, Helvetica, sans-serif; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, ul, p, blockquote, pre, a, big, em, img, q, small, strong, tt, var, b, u, i, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0;margin: 0;outline: 0;padding: 0; }

/* Add font */
/* Add: fonts/dir_name/font_name_font.css - more fonts */
/* Add example in index.php: <link rel="stylesheet" href="<?php echo $link_www_src; ?>fonts/proxima/font_proxima.css"> */
/* Edit styles: partners, search, cookies, mobile contact, facebook - dir: /css/functions.css */

.blackk::-webkit-input-placeholder {color: #232323;}
.blackk:-moz-placeholder { color: #232323;}
.blackk:-ms-input-placeholder { color: #232323;}
.blackk:-moz-placeholder { color: #232323;}

@media screen and (min-width: 1100px) {
.no-comp { display:none !important; }

.wrapper { 
	float: left;
	width: 100%;
	height: 7.5vw;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	background-color: #fff;
	z-index: 20;
	border-bottom: 1px solid #f6f6f6;
}
	.wrapper .uni_wrap { 
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.wrapper .uni_wrap .logo { 
		float: left;
		position: relative;
	}	
		.wrapper .uni_wrap .logo img {
			float: left;
			position: relative;
			height: 3.49vw;
		}
	.wrapper nav { 
		float: right;
		width: auto;
		position: relative;
		margin: 0 0 0 0; 
		padding: 0 0 0 0; 
	}
	.wrapper nav ul { 
		float: left;
		position: relative;
		margin: 0 0 0 0; 
		padding: 0 0 0 0; 
	}
	.wrapper nav ul li { 
		float: left;
		position:relative;
		margin: 0 0 0 0; 
		padding: 0 0 0 0; 
		list-style: none; 
	}
	.wrapper nav ul li a { 
		font: normal 300 1vw/6.5vw Roboto;
		letter-spacing: 0px;
		color: #232323;
		text-decoration: none;
		padding: 0 1.4vw 0 1.4vw; 
		display: inline-block; 
		border-top: 0.5vw solid transparent;
		border-bottom: 0.5vw solid transparent;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;		
	}
	.wrapper nav ul li a:hover { 
		border-bottom: 0.5vw solid #03AB13;
	}
	.wrapper nav ul li a.active {
		border-bottom: 0.5vw solid #03AB13;
	}
	.wrapper nav ul li .menu-hr { 
		float: right; 
		margin: 3px 0.5vw 0 0.5vw; 
	}
	.wrapper nav ul li:last-child .menu-hr { 
		display: none; 
	}
	.wrapper .menu-tel {
		display: none !important; 
	}

.container { 
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 0 0 0;
	overflow: hidden;
}
	.container .slide-1 { 
		float: left;
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 1; 
	}
		.container .slides { 
			float: left;
			width: 100%;
			height: 100%;
			margin: 0 0 0 0; 
			padding: 0 0 0 0; 
			position: relative;
			background-size: cover !important; 
			display: flex;
			justify-content: center;
			align-items: center;
		}
		.container .slides .box { 
			float: left;
			width: 100%;
			margin: 0 0 0 0; 
			padding: 0 0 0 0; 
			position: relative;
		}
		.container .slides .box .slide_title {
			float: left;
			width: 100%;
			margin: 0 0 0 0;
			position: relative;
			text-align:center;
			clear:both;
			
		}
		.container .slides .box .slide_text {
			float: left;
			width: 100%;
			margin: 0 0 0 0;
			position: relative;
			text-align:center;
			clear:both;
		}
		.container .slides .box .slide_link {
			
		}
	
	.container .owl-nav { 
		float: left;
		width: 100%;
		margin: 0 0 0 0; 
		padding: 0 0 0 0; 
		left: 0;
		bottom: 40px;
		position: absolute;
		z-index: 5; 	
		display: none;
	}
		.container .owl-nav .owl-next {
			float: left;
			margin: 0 0 0 0; 
			padding: 0 0 0 0; 
			position: absolute;
			top: 0;
			right: 2%;
			color: white;
			font-family: 'Roboto', sans-serif;
			font-size: 18px;
			font-weight: 700;
			line-height: 18px;
		}
		.container .owl-nav .owl-prev {
			float: left;
			margin: 0 0 0 0; 
			padding: 0 0 0 0; 
			position: absolute;
			top: 0;
			left: 2%;
			color: white;
			font-family: 'Roboto', sans-serif;
			font-size: 18px;
			font-weight: 700;
			line-height: 18px;
		}
	
	.container .owl-dots { 
		float: left;
		width: 100%;
		left: 0;
		bottom: 20px;
		position: absolute;
		margin: 0 0 0 0;
		z-index: 5; 
		display: flex;
		justify-content: center;
		align-items: center;
		display: none;
	}
	.container .owl-dots .owl-dot { 
		float: left;
		width: 35px;
		height: 6px;
		margin: 0 13px 0 0;
		background: url('images/slider_pag_off.png') center no-repeat; 
	}
	.container .owl-dots .active { 
		float: left;
		width: 35px;
		height: 6px;
		background: url('images/slider_pag.png') center no-repeat;
	}
	
/* START style partners */		
	.partners {
		float: left;
		width: 100%;
		height: 100%;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		position: relative;
		overflow: hidden;
	}	
		.partners .owl-carousel {
			float: left;
			width: 100%;
			height: 100%;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			position: relative;
			display: block;
		}
		.partners .partners-box {
			float: left;
			width: 100%;
			height: 100%;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			position: relative;
			display: flex;
			justify-content: center;
			align-items: center;
			border: 1px solid rgba(255, 255, 255, 0.3);
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;			
		}
		.partners .partners-box .img {
			position: relative;
			float: left;
			width: 70%;
			height: 70%;
			max-width: 70%;
			max-height: 70%;
			object-fit: scale-down;
		}	
		.partners.sg .partners-box .img {
			width: 100%;
			height: 100%;
			max-width: 100%;
			max-height: 100%;
			object-fit: cover;			
		}		
		.partners .owl-nav {
			float: left;
			width: 100%;
			position: relative;
			margin: 10px 0 0 0;
			padding: 0 0 0 0;
			position: relative;
			display: none;
		}
			.partners .owl-nav .owl-prev {
				float: left;
				width: 30px;
				height: 30px;
				margin: 0 0 0 0;
				padding: 0 0 0 0;
				position: relative;
				cursor: pointer;
				background: url(../images/partners_arrow_left.png) center no-repeat;
			}	
			.partners .owl-nav .owl-next {
				float: right;
				width: 30px;
				height: 30px;
				margin: 0 0 0 0;
				padding: 0 0 0 0;
				position: relative;
				cursor: pointer;
				background: url(../images/partners_arrow_right.png) center no-repeat;
			}
		.partners .owl-dots {
			float: left;
			width: 90%;
			margin: 10px 0 0 0;
			padding:0 0 0 0;
			position: relative;
			left: 5%;
			top: 0;
			text-align: center !important;
			z-index: 10;
			display: flex;
			justify-content: center;
			align-items: center;	
			display: none;
		}
			.partners .owl-dots .owl-dot {
				float: left;
				width: 15px;
				height: 15px;
				margin: 0 3px 0 3px;
				padding: 0 0 0 0;
				position: relative;
				cursor: pointer;
				background: #000;
				border-radius: 40em;
			}
			.partners .owl-dots .active {
				background: #ff0000;
			}
/* END style partners */	

	.pliki { 
		float: left;
		width: 100%;
		position: relative;
		margin: 20px 0 20px 0;
		padding: 0 0 0 0;
	}	
		.pliki a { 
			position: relative;
			float: left;
			width: calc(100% - 30px);
			text-decoration: none;
			color: #3d3c3c;
			font-family: 'Lato', sans-serif;
			font-size: 16px;
			font-weight: 300;
			line-height: 28px;
			letter-spacing: 0.2px;
			margin: 0 0 10px 0;
			padding: 0 0 0 32px;
			background: url(images/download_icon.png) left no-repeat;
		}
	.fb-like-box { 
		float: left;
		width: 100%;
		margin: 30px 0 30px 0;
		padding: 0 0 0 0;
		position: relative; 
	}
	
.zdjecie-glowne { 
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 0 0 0;
	z-index: 5;
}
	.gallery .gallery-box .img,
	.zdjecie-glowne .img {
		float: left;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		width: 100%;
		height: 100%;
		object-fit: cover;	
	}
	.kbox .fade,
	.obox .fade,
	.pbox .fade,
	.gallery .gallery-box .fade,
	.zdjecie-glowne .fade {
		float: left;
		width: 100%;
		height: 100%;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		position: absolute;
		left: 0;
		top: 0;
		color: #fff;
		font-size: 1.4vw;
		line-height: 1.4vw;
		font-weight: 500;
		letter-spacing: 0.5px;
		text-transform: uppercase;
		font-family: 'Roboto', sans-serif;
		background-color: rgba(0, 0, 0, 0.6);
		background: rgba(0, 0, 0, 0.6);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		opacity: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
		align-content: center;
	}	
		.kbox:hover .fade,
		.obox:hover .fade,
		.pbox:hover .fade,
		.gallery .gallery-box:hover .fade,
		.zdjecie-glowne:hover .fade {
			opacity: 1;
		}	
		.zoom {
			width: auto !important;
		}
.gallery { 
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
}
.gallery.cert {
	margin: 2vw 0 0 0;
}
	.gallery .gallery-box { 
		float: left;	
		width: calc(33.33% - 0.7vw);
		height: 19vw;
		margin: 0 1vw 1vw 0;
		padding: 0 0 0 0;
		position: relative;
		overflow: hidden;
		border: 0 solid #000;
		display: flex;
		justify-content: center;
		align-items: center;	
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.gallery .gallery-box:nth-of-type(3n) {
		margin: 0 0 1vw 0;
	}	
.white {
	color: #fff !important;
}	
.uni_shade {
    -webkit-box-shadow: 0 0 30px -25px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 30px -25px rgba(0,0,0,0.4);
    box-shadow: 0 40px 30px -25px rgba(0,0,0,0.4);
}	
.italic_style em {
	font-style: normal;
	background-image: linear-gradient(120deg, #223b59 0%, #223b59 100%);
    background-repeat: no-repeat;
    background-size: 100% 1.1vw;
    background-position: 0 85%;
}
.video {
	float:left;
	position: absolute;
	left: 0%;
	min-width: 100%;
	width: 100%;
	z-index: -1;
	opacity: 1;		
	height: 100%;
	object-fit: cover;		
}
.uni_wrap {
	position: relative;
	width: calc(100% - 8.4vw);
	height: 100%;
	margin: 0 auto;
}
.decor {
	padding-top: 2.8vw;	
}
	.decor:after {
		content: '';
		position: absolute;
		float: left;
		left: 0;
		top: 0;
		width: 3.5vw;
		height: 0.5vw;
		background-color: #03AB13		
	}
.uni_header_80,
.uni_text_16 h3 {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	font: normal 300 4.2vw/5vw Roboto Condensed;
	color: #232323;
	text-transform: uppercase;
}
	.uni_header_80 span {
		display: block;
	}
.uni_header_48 {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	font: normal 300 2.5vw/3vw Roboto Condensed;
	color: #232323;
	text-transform: uppercase;
}	
.uni_text_16 {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	font: normal 300 0.85vw/1.6vw Roboto;
	color: #232323;
}
.uni_link {
	position: relative;
	float: left;
	font: normal normal bold 0.85vw/3.2vw Roboto;
	letter-spacing: 0.17vw;
	color: #232323;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 5.2vw 0 1.6vw;
	background: url('images/black_arrow_right.svg') right 1vw top 50% no-repeat;
	background-size: 3.1vw;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;		
	z-index: 1;
}
	.uni_link:hover {
		background: url('images/black_arrow_right.svg') right 0 top 50% no-repeat;
		background-size: 3.1vw;	
	}
	.uni_link:before {
		content: '';
		position: absolute;
		float: left;
		left: 0;
		top: 0;
		width: 3.2vw;
		height: 3.2vw;
		border-radius: 100px;
		background-color: #CCF1CF;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;	
		z-index: -1;	
	}
		.uni_link:hover::before {
			width: 2vw;
			height: 2vw;	
			left: 0.6vw;
			top: 0.6vw;
		}
.uni_top {
	position: relative;
	float: left;
	width: 100%;
	height: 26.6vw;
	margin: 7.5vw 0 0 0;
}	
.uni_top.about {
	height: calc(100% - 7.5vw);	
}	
	.uni_top .uni_wrap {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
		.uni_top .box {
			position: relative;
			float: left;
			width: 60%;
		}
		.uni_top.about .box {
			width: 35%;
		}		
			.uni_top.about .box .uni_header_80 {
				margin: 0 0 2vw 0;
				visibility: hidden;
			}
			.uni_top.about .box .uni_text_16 {
				visibility: hidden;
			}			
	
.home1 { 
	float: left;
	width: 100%;
	height: calc(100% - 7.5vw);
	margin: 7.5vw 0 0 0;
	position: relative;
} 
	.home1 .left {
		position: relative;
		float: left;
		width: 41.25vw;
		height: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}	
		.home1 .left .inside_box {
			position: relative;
			float: left;
			width: 80%;
			margin: 0 0 0 4.2vw;
		}
			.home1 .left .inside_box .uni_header_80 {
				visibility: hidden;
			}
			.home1 .left .inside_box .uni_text_16 {
				visibility: hidden;
				margin: 2vw 0 3vw 0;
			}	
			.home1 .left .inside_box .uni_link {
				visibility: hidden;
			}				
	.home1 .right {
		position: relative;
		float: left;
		width: calc(100% - 41.25vw);
		height: 100%;
	}
	
.home2 { 
	float: left;
	width: 100%;
	height: 51.8vw;
	margin: 0 0 0 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
} 
	.home2 .left {
		position: absolute;
		float: left;
		left: 0;
		top: 0;
		width: 41.25vw;
		height: 100%;
		background-color: #232323;
	}				
	.home2 .right {
		position: absolute;
		float: left;
		right: 0;
		top: 0;
		float: left;
		width: calc(100% - 41.25vw);
		height: 100%;
		background: url('images/home_bg1.jpg') center no-repeat; 
		background-size: cover;
	}
	.home2 .inside_box {
		position: relative;
		float: left;
		width: calc(100% - 6vw);
		height: 39.75vw;
	}	
		.home2 .inside_box .photo_box {
			position: relative;
			float: left;
			width: 24.6vw;
			height: 100%;
		}
		.home2 .inside_box .photo_box.one {
			margin: 0 2vw 0 0;
		}
		.home2 .inside_box .before_after {
			position: absolute;
			float: left;
			width: 51.2vw;
			height: 9vw;
			left: 0;
			bottom: 1.5vw;
			z-index: 6;
			display: flex;
			justify-content: center;
			align-items: center;
		}
			.home2 .inside_box .before_after .box {
				position: relative;
				float: left;
				height: 100%;
				width: 34vw;
				display: flex;
				justify-content: space-between;
				align-items: center;
			}
			.home2 .inside_box .before_after .box:before {
				content: '';
				position: absolute;
				float: left;
				width: 9vw;
				height: 9vw;
				left: calc(50% - 4.5vw);
				top: 0;
				border-radius: 20vw;
				background: #EEEEEE url('images/triangle_green.svg') center no-repeat; 
			}
				.home2 .inside_box .before_after .box .text {
					position: relative;
					float: left;
					font: normal normal bold 1vw/1vw Roboto Condensed;
					color: #fff;
					letter-spacing: 0.1vw;
					text-transform: uppercase;
				}
				.home2 .inside_box .before_after .box .text.two {
					margin: 0 2vw 0 0;
				}
		.home2 .inside_box .text_box {
			position: relative;
			float: left;
			width: 40vw;
			height: 100%;
			display: flex;
			justify-content: flex-start;
			align-items: center;
		}
			.home2 .inside_box .text_box .inside_box2 {
				position: relative;
				float: left;
				width: 78%;
				margin: 0 0 0 5.2vw;
			}
				.home2 .inside_box .text_box .inside_box2 .uni_text_16 {
					margin: 2vw 0 3vw 0;
				}
	
.home3 { 
	float: left;
	width: 100%;
	height: 51.7vw;
	margin: 0 0 0 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	/* background: url('images/home_bg2.jpg') center no-repeat;  */
	/* background-size: cover;	 */
} 
	.home3 .box {
		position: relative;
		float: left;
		width: 100%;
		height: 39.37vw;
	}
		.home3 .box .text_box {
			position: relative;
			float: left;		
			height: 100%;	
			width: 41.25vw;
			display: flex;
			justify-content: flex-start;
			align-items: center;
		}
			.home3 .box .text_box .inside_box {
				position: relative;
				float: left;
				width: 78%;
				margin: 0 0 0 4.2vw;
			}
				.home3 .box .text_box .inside_box .uni_text_16 {
					margin: 2vw 0 3vw 0;
				}
		.home3 .box .photo_box {
			position: relative;
			float: left;		
			height: 100%;				
			width: calc(100% - 41.25vw);
		}
	
.home4 { 
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	position: relative;
	/* background: url('images/home_bg2.jpg') center no-repeat;  */
	/* background-size: cover;	 */
} 
	.home4 .box {
		position: relative;
		float: left;
		width: 100%;
		height: 47.18vw;
		margin: 5.6vw 0 0 0;
	}
		.home4 .box .green_box {
			position: relative;
			float: left;
			width: 30%;
			height: 100%;
			background-image: linear-gradient(180deg, #00BD01, #07952B);
			display: flex;
			justify-content: flex-start;
			align-items: center;
		}
			.home4 .box .green_box .inside_box {
				position: relative;
				float: left;
				width: 60%;
				margin: 0 0 0 4.4vw;
			}
				.home4 .box .green_box .inside_box .uni_header_48 {
					margin: 0 0 2vw 0;
				}
					.home4 .box .green_box .inside_box .uni_header_48.decor:after {
						background: #fff;
					}
		.home4 .box .projects_box {
			position: relative;
			float: left;
			width: 70%;
			height: 100%;
		}
			.home4 .box .projects_box .pbox {
				position: relative;
				float: left;
				width: 50%;
				height: 50%;
				text-decoration: none;
			}
				.home4 .box .projects_box .pbox .photo_box {
					position: absolute;
					float: left;
					left: 0;
					top: 0;
					width: 100%;
					height: 100%;
				}
				.home4 .box .projects_box .pbox .ptitle {
					position: absolute;
					float: left;
					width: calc(100% - 7vw);
					left: 3.5vw;
					bottom: 3.5vw;
					font: normal normal bold 1.6vw/3.2vw Roboto;
					color: #fff;
					background: url('images/project_link.svg') right no-repeat;
					background-size: 3.1vw;					
					z-index: 5;
					padding: 3.6vw 0 0 0;
				}
				.home4 .box .projects_box .pbox:nth-of-type(1) .ptitle {
					background: url('images/bed_icon.svg') left top no-repeat;
					background-size: 2.55vw;					
				}
				.home4 .box .projects_box .pbox:nth-of-type(2) .ptitle {
					background: url('images/chair2_icon.svg') left top no-repeat;
					background-size: 3.03vw;					
				}
				.home4 .box .projects_box .pbox:nth-of-type(3) .ptitle {
					background: url('images/car_icon.svg') left top no-repeat;
					background-size: 2.55vw;						
				}
				.home4 .box .projects_box .pbox:nth-of-type(4) .ptitle {
					background: url('images/chair_icon.svg') left top no-repeat;
					background-size: 2.09vw;						
				}
	
.home5 { 
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	position: relative;
	/* background: transparent linear-gradient(180deg, #FFFFFF 0%, rgba(128, 128, 128, 0.19) 100%) 0% 0% no-repeat padding-box; */
	background: url('images/form_bg.jpg') bottom no-repeat;
	background-size: contain;
} 
	.home5 .box {
		position: relative;
		float: right;
		width: 50%;
		margin: 0 0 4.5vw 0;
	}
		.home5 .box .uni_header_48 {
			margin: 6.4vw 0 3vw 0;
		}
	.home5 .top {
		position: relative;
		float: right;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 5.8vw 0 2vw 0;
	}		
		.home5 .top .uni_text_16 {
			text-align: center;
			width: 65%;
		}
			.home5 .top .uni_text_16 h3 {
				margin: 0 0 2vw 0;
				padding-top: 2.8vw;	
			}		
			.home5 .top .uni_text_16 h3:before {
				content: '';
				position: absolute;
				float: left;
				left: calc(50% - 1.75vw);
				top: 0;
				width: 3.5vw;
				height: 0.5vw;
				background-color: #03AB13					
			}
	
.home6 { 
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	position: relative;
}
	.home6 .big_box {
		position: relative;
		float: left;
		width: 100%;
	}
		.home6 .big_box .top {
			position: relative;
			float: left;
			width: 100%;
			margin: 5.2vw 0 4vw 0;
			display: flex;
			justify-content: space-between;
			align-items: flex-end;
		}
			.home6 .big_box .top .uni_header_48 {
				width: 60%;
			}
		.home6 .big_box .text {
			position: relative;
			float: left;
			width: 100%;
			margin: 0 0 6vw 0;
			font: normal normal 300 1.9vw/2.8vw Roboto;
			letter-spacing: 0.05vw;
			color: #232323;		
			display: flex;
			justify-content: space-between;
			align-items: center;
		}
			.home6 .big_box .text p {
				position: relative;
				float: left;
				padding: 0 0 0 6.7vw;
			}
				.home6 .big_box .text p a {
					text-decoration: none;
					color: #232323;
				}
			.home6 .big_box .text p:nth-of-type(1) {
				background: url('images/home.svg') left no-repeat;
				background-size: 5.4vw;	
			}		
			.home6 .big_box .text p:nth-of-type(2) {
				background: url('images/phone.svg') left no-repeat;
				background-size: 5.4vw;	
			}	
			.home6 .big_box .text p:nth-of-type(3) {
				background: url('images/mail.svg') left no-repeat;
				background-size: 5.4vw;					
				padding: 1.4vw 0 1.4vw 6.7vw;
			}	
		.home6 .big_box .bottom{
			position: relative;
			float: left;
			width: 100%;
			height: 20vw;
		}


/* /////////////////////////////////// ABOUT /////////////////////////////////// */


.about1 { 
	float: left;
	width: 100%;
	height: 48.8vw;
	position: relative; 
	overflow: hidden;
}
	.about1 .photo_box {
		position: relative;
		float: left;
		width: 58.75vw;
		height: 100%;
	}
	.about1 .text_box {
		position: relative;
		float: left;
		width: calc(100% - 58.75vw);
		height: 100%;
		background-color: #232323;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		.about1 .text_box .inside_box {
			position: relative;
			float: left;
			width: 72%;
		}
			.about1 .text_box .inside_box .uni_header_48 {
				margin: 0 0 2vw 0;
				width: 80%;
			}		
			.about1 .text_box .inside_box .uni_text_16 {
				margin: 0 0 3vw 0;
			}
				.about1 .text_box .inside_box .uni_text_16 h3 {
					margin: 0 0 2vw 0;
					color: #fff;
				}
			.about1 .text_box .inside_box .uni_link {
				color: #fff;
				background: url('images/white_arrow_right.svg') right 1vw top 50% no-repeat;
				background-size: 3.1vw;				
			}
			.about1 .text_box .inside_box .uni_link:hover {
				background: url('images/white_arrow_right.svg') right 0 top 50% no-repeat;
				background-size: 3.1vw;				
			}
			.about1 .text_box .inside_box .uni_link:before {
				background-color: #03AB13;			
			}


/* /////////////////////////////////// OFFER /////////////////////////////////// */


.offer1 { 
	float: left;
	width: 100%;
	position: relative; 
}
	.offer1 .top {
		position: relative;
		float: left;
		width: 100%;
	}	
		.offer1 .top .uni_wrap {			
			display: flex;
			justify-content: center;
			align-items: center;
		}
			.offer1 .top .box {
				position: relative;
				float: left;
				width: 100%;
				display: flex;
				justify-content: space-between;
				align-items: center;				
			}
				.offer1 .top .box .otitle {
					position: relative;
					float: left;
					font: normal 700 1.25vw/3vw Roboto Condensed;
					padding-left: 4.6vw;
					margin: 2.5vw 0 2.5vw 0;
					color: #7E7E7E;
					text-decoration: none;
				}
				.offer1 .top .box .otitle.active,
				.offer1 .top .box .otitle:hover {
					color: #03AB13;
				}
				.offer1 .top .box .otitle:nth-of-type(1) {
					background: url('images/sciany_grey.svg') left no-repeat;
					background-size: 2.55vw;						
				}
				.offer1 .top .box .otitle.active:nth-of-type(1),
				.offer1 .top .box .otitle:nth-of-type(1):hover {
					background: url('images/sciany_green.svg') left no-repeat;
					background-size: 2.55vw;						
				}
				.offer1 .top .box .otitle:nth-of-type(2) {
					background: url('images/tapicerka_nietypowa_grey.svg') left no-repeat;
					background-size: 3.03vw;						
				}
				.offer1 .top .box .otitle.active:nth-of-type(2),
				.offer1 .top .box .otitle:nth-of-type(2):hover {
					background: url('images/tapicerka_nietypowa_green.svg') left no-repeat;
					background-size: 3.03vw;							
				}
				.offer1 .top .box .otitle:nth-of-type(3) {
					background: url('images/tapicerka_samochodowa_grey.svg') left no-repeat;
					background-size: 2.55vw;						
				}
				.offer1 .top .box .otitle.active:nth-of-type(3),
				.offer1 .top .box .otitle:nth-of-type(3):hover {
					background: url('images/tapicerka_samochodowa_green.svg') left no-repeat;
					background-size: 2.55vw;						
				}
				.offer1 .top .box .otitle:nth-of-type(4) {
					background: url('images/meble_stylowe_grey.svg') left no-repeat;
					background-size: 2.11vw;						
				}
				.offer1 .top .box .otitle.active:nth-of-type(4),
				.offer1 .top .box .otitle:nth-of-type(4):hover {
					background: url('images/meble_stylowe_green.svg') left no-repeat;
					background-size: 2.11vw;						
				}

	.fb-like-box { 
		float: left;
		width: 100%;
		margin: 30px 0 30px 0;
		padding: 0 0 0 0;
		position: relative; 
	}

#mapa-box { 
	float: left;
	width: 100%;
	height: 100% ;
	margin: 0 0 0 0;
	overflow: hidden;
	border: 0px solid #c0c0c0; 
}

footer { 
	float: left;
	width: 100%;
	height: 5.8vw;
	position:relative;
	margin: 0 0 0 0;
}
	footer .uni_wrap { 
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	footer nav { 
		float: left;
		width: auto;
		position: relative;
	}
	footer nav ul { 
		float:left;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		position:relative;		
	}
	footer nav ul li { 
		float: left;
		margin: 0 0 0 0;
		position: relative;
		list-style: none; 
	}
	footer nav ul li a { 
		font: normal 300 1vw/2vw Roboto;
		letter-spacing: 0px;
		color: #232323;
		text-decoration: none;
		padding: 0 0 0 0; 
		display: inline-block; 
		border-top: 0.5vw solid transparent;
		border-bottom: 0.5vw solid transparent;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;	
	}
	footer nav ul li a:hover { 
		color: #03AB13;
	}
	footer nav ul li a.active { 
		color: #03AB13;
		font-weight: 700;
	}
	footer nav ul li .menu-hr-footer { 
		float: right;
		margin: 3px 1.9vw 0 1.9vw; 
	}
	footer nav ul li:last-child .menu-hr-footer { 
		display: none;
	}
	
	.soda-tip { display:inline;position: relative;opacity: 0.6 }
	.soda-tip:hover:after { background: #333;background: rgba(0,0,0,.8);border-radius: 5px;bottom: 26px;color: #dc407f;content: attr(title);left: -110px;padding: 5px 10px;text-align:center;position: absolute;z-index: 98;width: 140px;font-size:11px; }
	.soda-tip:hover:before { border:solid;border-color:rgba(0,0,0,.8) transparent;border-width: 6px 6px 0 6px;bottom: 20px;content: "";left: 40%;position: absolute;z-index: 99; }
	.soda-tip:hover  { opacity: 1;transition: opacity .5s ease-in-out;-moz-transition: opacity .5s ease-in-out;-webkit-transition: opacity .5s ease-in-out; }
	.soda a { float:right;margin:0px 0px 0px 0px; }
	.soda {
		position: relative;
		float: left;
	}
		.soda img {
			position: relative;
			float: left;
			width: 5vw;
		}
			
.formularz-div { 
	float: left;
	width: 100%;
	margin: 0 0 0 0; 
}
	.form-box-left { 
		float: left;
		width: 100%;
		margin: 0 0 0 0; 
		position: relative; 
	}
	.form-box-right { 
		float: left;
		width: 100%;
		margin: 0 0 0 0; 
		position: relative; 
	}
	.form-box { 
		float: left;
		width: calc(50% - 0.5vw);
		margin: 0 1vw 1vw 0; 
	}
	.form-box:nth-of-type(2n) {
		margin: 0 0 1vw 0; 
	}
	.form-box-all { 
		float: left;
		width: 100%;
		margin: 1vw 0 0 0; 
	}
	.form-box-file { 
		float: left;
		width: 100%;
		margin: 0 0 1vw 0; 
	}
	.form-box-kod { 
		
	}
	.form-input { 
		float: left;
		width: 100%;
		height: 2.8vw;
		margin: 0 0 0 0; 
		padding: 0 0 0 1.4vw;
		border: 1px solid #707070;
		background: transparent;
		font: normal normal 300 0.85vw/1.2vw Roboto;
		color: #232323;
		letter-spacing: 0.02vw;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;		
	}
	.form-textarea  { 
		float: left;
		width: 100%;
		max-width: 100%;
		height: 8.4vw;
		max-height: 8.4vw;
		padding: 1vw 0 0 1.4vw;
		border: 1px solid #707070;
		background: transparent;
		font: normal normal 300 0.85vw/1.2vw Roboto;
		color: #232323;
		letter-spacing: 0.02vw;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;		
		resize: none;
	}
		
	.form-box-file .default {
		display: none;
	}
	.form-box-file .put-file {
		float: left;
		margin: 0 0 15px 0;
		width: 100%;
		font-size: 15px;
		line-height: 15px;
		color: #000;
		font-family: 'Roboto', sans-serif;
		cursor: pointer;
	}
		.form-box-file .upload-change {
			display: none;
		}
	
	.form-submit  { 
		float: right;
		border: none;
		border: 0 solid #dedede;
		cursor: pointer; 
	}
	.form-input:focus, .form-textarea:focus, .form-submit:focus { 
		outline: none; 
	}
.control-group {
	position: relative;
	float: left;
	width: 70%;
	margin: 0 0 0 0;
}	
.control {
	position: relative;
    float: left;
    width: calc(100% - 30px);
    font: normal normal 300 0.75vw/1vw Roboto;
	letter-spacing: 0.35px;
	color: #232323;
    padding: 0.15vw 0 0 30px;
    margin-top: 1vw;
	cursor: pointer;
}
.control a {
	text-decoration: none;
}
    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 17px;
    width: 17px;
    background: transparent;
    border: 1px solid #707070;
}
.control-radio .control_indicator {
    border-radius: undefined%;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: transparent;
}
.control input:checked ~ .control_indicator {
    background: url('images/checked_icon.png') center no-repeat;;
}		
}

@media screen and (min-width: 0px) and (max-width: 1099px) {
.no-comp { display:none !important; }

.wrapper { 
	float: left;
	width: 100%;
	position: relative;
	background-color: #fff;
	z-index: 20;
}
	.wrapper .uni_wrap .logo { 
		float: left;
		position: relative;
	}	
		.wrapper .uni_wrap .logo img {
			float: left;
			position: relative;
			height: 42px;		
			margin: 14px 0 14px 0;
		}
	.wrapper nav { 
		display: none;
		width: 100%;
		float: left;
	}
	.wrapper nav ul { 
		float: right;
		position: relative;
		margin: 0 0 10px 0;
		width: 100%;
	}
	.wrapper nav ul li { 
		float: right;
		width: 100%;
		position: relative;
		padding: 5px 0 5px 0;
		list-style: none;
		text-align: right;
	}
	.wrapper nav ul li a { 
		font: normal 300 18px/26px Roboto;
		letter-spacing: 0px;
		color: #232323;
		text-decoration: none;
		padding: 0 0 0 0;
		display: inline-block; 
		border-top: 3px solid transparent;
		border-bottom: 3px solid transparent;
	}
	.wrapper nav ul li a:hover { 
		border-bottom: 3px solid #03AB13;
	}
	.wrapper nav ul li a.active {
		border-bottom: 3px solid #03AB13;
	}
	.wrapper nav ul li .menu-hr { 
		float: right; 
		margin: 3px 0.5vw 0 0.5vw; 
		display: none;
	}
	.wrapper nav ul li:last-child .menu-hr { 
		display: none; 
	}
	.wrapper .menu-tel {
		float: right;
		margin: 21px 0px 0px 0px;
		cursor: pointer;
		position: relative;
		font-size: 28px;
		color: #232323;
	}

.container { 
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 0 0 0;
	overflow: hidden;
}
	.container .slide-1 { 
		float: left;
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 1; 
	}
		.container .slides { 
			float: left;
			width: 100%;
			height: 100%;
			margin: 0 0 0 0; 
			padding: 0 0 0 0; 
			position: relative;
			background-size: cover !important; 
			display: flex;
			justify-content: center;
			align-items: center;
		}
		.container .slides .box { 
			float: left;
			width: 100%;
			margin: 0 0 0 0; 
			padding: 0 0 0 0; 
			position: relative;
		}
		.container .slides .box .slide_title {
			float: left;
			width: 100%;
			margin: 0 0 0 0;
			position: relative;
			text-align:center;
			clear:both;
			
		}
		.container .slides .box .slide_text {
			float: left;
			width: 100%;
			margin: 0 0 0 0;
			position: relative;
			text-align:center;
			clear:both;
		}
		.container .slides .box .slide_link {
			
		}
	
	.container .owl-nav { 
		float: left;
		width: 100%;
		margin: 0 0 0 0; 
		padding: 0 0 0 0; 
		left: 0;
		bottom: 40px;
		position: absolute;
		z-index: 5; 	
		display: none;
	}
		.container .owl-nav .owl-next {
			float: left;
			margin: 0 0 0 0; 
			padding: 0 0 0 0; 
			position: absolute;
			top: 0;
			right: 2%;
			color: white;
			font-family: 'Roboto', sans-serif;
			font-size: 18px;
			font-weight: 700;
			line-height: 18px;
		}
		.container .owl-nav .owl-prev {
			float: left;
			margin: 0 0 0 0; 
			padding: 0 0 0 0; 
			position: absolute;
			top: 0;
			left: 2%;
			color: white;
			font-family: 'Roboto', sans-serif;
			font-size: 18px;
			font-weight: 700;
			line-height: 18px;
		}
	
	.container .owl-dots { 
		float: left;
		width: 100%;
		left: 0;
		bottom: 20px;
		position: absolute;
		margin: 0 0 0 0;
		z-index: 5; 
		display: flex;
		justify-content: center;
		align-items: center;
		display: none;
	}
	.container .owl-dots .owl-dot { 
		float: left;
		width: 35px;
		height: 6px;
		margin: 0 13px 0 0;
		background: url('images/slider_pag_off.png') center no-repeat; 
	}
	.container .owl-dots .active { 
		float: left;
		width: 35px;
		height: 6px;
		background: url('images/slider_pag.png') center no-repeat;
	}
	
/* START style partners */		
	.partners {
		float: left;
		width: 100%;
		height: 100%;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		position: relative;
		overflow: hidden;
	}	
		.partners .owl-carousel {
			float: left;
			width: 100%;
			height: 100%;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			position: relative;
			display: block;
		}
		.partners .partners-box {
			float: left;
			width: 100%;
			height: 100%;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			position: relative;
			display: flex;
			justify-content: center;
			align-items: center;
			border: 1px solid rgba(255, 255, 255, 0.3);
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;			
		}
		.partners .partners-box .img {
			position: relative;
			float: left;
			width: 70%;
			height: 70%;
			max-width: 70%;
			max-height: 70%;
			object-fit: scale-down;
		}	
		.partners.sg .partners-box .img {
			width: 100%;
			height: 100%;
			max-width: 100%;
			max-height: 100%;
			object-fit: cover;			
		}		
		.partners .owl-nav {
			float: left;
			width: 100%;
			position: relative;
			margin: 10px 0 0 0;
			padding: 0 0 0 0;
			position: relative;
			display: none;
		}
			.partners .owl-nav .owl-prev {
				float: left;
				width: 30px;
				height: 30px;
				margin: 0 0 0 0;
				padding: 0 0 0 0;
				position: relative;
				cursor: pointer;
				background: url(../images/partners_arrow_left.png) center no-repeat;
			}	
			.partners .owl-nav .owl-next {
				float: right;
				width: 30px;
				height: 30px;
				margin: 0 0 0 0;
				padding: 0 0 0 0;
				position: relative;
				cursor: pointer;
				background: url(../images/partners_arrow_right.png) center no-repeat;
			}
		.partners .owl-dots {
			float: left;
			width: 90%;
			margin: 10px 0 0 0;
			padding:0 0 0 0;
			position: relative;
			left: 5%;
			top: 0;
			text-align: center !important;
			z-index: 10;
			display: flex;
			justify-content: center;
			align-items: center;	
			display: none;
		}
			.partners .owl-dots .owl-dot {
				float: left;
				width: 15px;
				height: 15px;
				margin: 0 3px 0 3px;
				padding: 0 0 0 0;
				position: relative;
				cursor: pointer;
				background: #000;
				border-radius: 40em;
			}
			.partners .owl-dots .active {
				background: #ff0000;
			}
/* END style partners */	

	.pliki { 
		float: left;
		width: 100%;
		position: relative;
		margin: 20px 0 20px 0;
		padding: 0 0 0 0;
	}	
		.pliki a { 
			position: relative;
			float: left;
			width: calc(100% - 30px);
			text-decoration: none;
			color: #3d3c3c;
			font-family: 'Lato', sans-serif;
			font-size: 16px;
			font-weight: 300;
			line-height: 28px;
			letter-spacing: 0.2px;
			margin: 0 0 10px 0;
			padding: 0 0 0 32px;
			background: url(images/download_icon.png) left no-repeat;
		}
	.fb-like-box { 
		float: left;
		width: 100%;
		margin: 30px 0 30px 0;
		padding: 0 0 0 0;
		position: relative; 
	}
	
.zdjecie-glowne { 
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 0 0 0;
	z-index: 5;
}
	.gallery .gallery-box .img,
	.zdjecie-glowne .img {
		float: left;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		width: 100%;
		height: 100%;
		object-fit: cover;	
	}
	.kbox .fade,
	.obox .fade,
	.pbox .fade,
	.gallery .gallery-box .fade,
	.zdjecie-glowne .fade {
		float: left;
		width: 100%;
		height: 100%;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		position: absolute;
		left: 0;
		top: 0;
		color: #fff;
		font-size: 1.4vw;
		line-height: 1.4vw;
		font-weight: 500;
		letter-spacing: 0.5px;
		text-transform: uppercase;
		font-family: 'Roboto', sans-serif;
		background-color: rgba(0, 0, 0, 0.6);
		background: rgba(0, 0, 0, 0.6);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		opacity: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
		align-content: center;
	}	
		.kbox:hover .fade,
		.obox:hover .fade,
		.pbox:hover .fade,
		.gallery .gallery-box:hover .fade,
		.zdjecie-glowne:hover .fade {
			opacity: 1;
		}	
		.zoom {
			width: auto !important;
		}
.gallery { 
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
}
.gallery.cert {
	margin: 2vw 0 0 0;
}
	.gallery .gallery-box { 
		float: left;	
		width: calc(50% - 0.5vw);
		height: 34vw;
		margin: 0 1vw 1vw 0;
		padding: 0 0 0 0;
		position: relative;
		overflow: hidden;
		border: 0 solid #000;
		display: flex;
		justify-content: center;
		align-items: center;	
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.gallery .gallery-box:nth-of-type(2n) {
		margin: 0 0 1vw 0;
	}	
.white {
	color: #fff !important;
}	
.uni_shade {
    -webkit-box-shadow: 0 0 30px -25px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 30px -25px rgba(0,0,0,0.4);
    box-shadow: 0 40px 30px -25px rgba(0,0,0,0.4);
}	
.italic_style em {
	font-style: normal;
	background-image: linear-gradient(120deg, #223b59 0%, #223b59 100%);
    background-repeat: no-repeat;
    background-size: 100% 1.1vw;
    background-position: 0 85%;
}
.video {
	float:left;
	position: absolute;
	left: 0%;
	min-width: 100%;
	width: 100%;
	z-index: -1;
	opacity: 1;		
	height: 100%;
	object-fit: cover;		
}
.uni_wrap {
	position: relative;
	width: 94%;
	height: 100%;
	margin: 0 auto;
}
.decor {
	padding-top: 4vw;	
}
	.decor:after {
		content: '';
		position: absolute;
		float: left;
		left: 0;
		top: 0;
		width: 6.5vw;
		height: 0.6vw;
		background-color: #03AB13;
	}
.uni_header_80,
.uni_text_16 h3 {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	font: normal 300 7vw/8vw Roboto Condensed;
	color: #232323;
	text-transform: uppercase;
}
	.uni_header_80 span {
		display: block;
	}
.uni_header_48 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    font: normal 400 5vw/6vw Roboto Condensed;
    color: #232323;
    text-transform: uppercase;
}	
.uni_text_16 {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	font: normal 300 14px/21px Roboto;
	color: #232323;
}
.uni_link {
	position: relative;
	float: left;
	font: normal normal 500 14px/36px Roboto;
	letter-spacing: 0.5px;
	color: #232323;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 45px 0 16px;
	background: url('images/black_arrow_right.svg') right 10px top 50% no-repeat;
	background-size: 25px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;		
	z-index: 1;
}
	.uni_link:hover {
		background: url('images/black_arrow_right.svg') right 0 top 50% no-repeat;
		background-size: 25px;	
	}
	.uni_link:before {
		content: '';
		position: absolute;
		float: left;
		left: 0;
		top: 0;
		width: 36px;
		height: 36px;
		border-radius: 100px;
		background-color: #CCF1CF;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;	
		z-index: -1;	
	}
		.uni_link:hover::before {
			width: 20px;
			height: 20px;	
			left: 10px;
			top: 8px;
		}
.uni_top {
	position: relative;
	float: left;
	width: 100%;
	height: 70vw;
	margin: 0 0 0 0;
}	
.uni_top.about {
	height: 70vw;	
}	
	.uni_top .uni_wrap {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
		.uni_top .box {
			position: relative;
			float: left;
			width: 100%;
		}
		.uni_top.about .box {
			width: 100%;
		}		
			.uni_top .box .uni_header_80 {
				margin: 0 0 4vw 0;
				visibility: hidden;
			}
			.uni_top.about .box .uni_text_16 {
				visibility: hidden;
			}			
	
.home1 { 
	float: left;
	width: 100%;
	height: calc(100% - 70px);
	margin: 0 0 0 0;
	position: relative;
} 
	.home1 .left {
		position: relative;
		float: left;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}	
		.home1 .left .inside_box {
			position: relative;
			float: left;
			width: 80%;
			margin: 0 0 0 4.2vw;
		}
			.home1 .left .inside_box .uni_header_80 {
				visibility: hidden;
			}
			.home1 .left .inside_box .uni_text_16 {
				visibility: hidden;
				margin: 4vw 0 5vw 0;
			}	
			.home1 .left .inside_box .uni_link {
				visibility: hidden;
			}				
	.home1 .right {
		position: relative;
		float: left;
		width: calc(100% - 41.25vw);
		height: 100%;
		display: none;
	}
	
.home2 { 
	float: left;
	width: 100%;
	/* height: 51.8vw; */
	margin: 0 0 0 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
} 
	.home2 .left {
		position: absolute;
		float: left;
		left: 0;
		top: 0;
		width: 100%;
		height: 80vw;
		background-color: #232323;
	}				
	.home2 .right {
		position: absolute;
		float: left;
		right: 0;
		top: 80vw;
		float: left;
		width: 100%;
		height: calc(100% - 80vw);
		background: url('images/home_bg1.jpg') center no-repeat; 
		background-size: cover;
	}
	.home2 .inside_box {
		position: relative;
		float: left;
		width: 94%;
		margin: 5vw 3% 5vw 3%;
	}	
		.home2 .inside_box .photo_box {
			position: relative;
			float: left;
			width: calc(50% - 1vw);
			height: 70vw;
		}
		.home2 .inside_box .photo_box.one {
			margin: 0 2vw 0 0;
		}
		.home2 .inside_box .before_after {
			position: absolute;
			float: left;
			width: 100%;
			height: 12vw;
			left: 0;
			top: 54.5vw;
			z-index: 6;
			display: flex;
			justify-content: center;
			align-items: center;
		}
			.home2 .inside_box .before_after .box {
				position: relative;
				float: left;
				height: 100%;
				width: 80vw;
				display: flex;
				justify-content: space-between;
				align-items: center;
			}
			.home2 .inside_box .before_after .box:before {
				content: '';
				position: absolute;
				float: left;
				width: 12vw;
				height: 12vw;
				left: calc(50% - 6vw);
				top: 0;
				border-radius: 20vw;
				background: #EEEEEE url(images/triangle_green.svg) center no-repeat;
				background-size: 4vw;
			}
				.home2 .inside_box .before_after .box .text {
					position: relative;
					float: left;
					font: normal normal bold 3.4vw/4vw Roboto Condensed;
					color: #fff;
					letter-spacing: 0.1vw;
					text-transform: uppercase;
				}
				.home2 .inside_box .before_after .box .text.two {
					margin: 0 4vw 0 0;
				}
		.home2 .inside_box .text_box {
			position: relative;
			float: left;
			width: 100%;
			display: flex;
			justify-content: flex-start;
			align-items: center;
		}
			.home2 .inside_box .text_box .inside_box2 {
				position: relative;
				float: left;
				width: 100%;
				margin: 12vw 0 0 0;
			}
				.home2 .inside_box .text_box .inside_box2 .uni_text_16 {
					margin: 4vw 0 5vw 0;
				}
	
.home3 { 
	float: left;
	width: 100%;
	/* height: 51.7vw; */
	margin: 0 0 0 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	/* background: url('images/home_bg2.jpg') center no-repeat;  */
	/* background-size: cover;	 */
} 
	.home3 .box {
		position: relative;
		float: left;
		width: 100%;
		/* height: 39.37vw; */
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	}
		.home3 .box .text_box {
			position: relative;
			float: left;		
			height: 100%;	
			width: 100%;
			display: flex;
			justify-content: flex-start;
			align-items: center;
			order: 2;
		}
			.home3 .box .text_box .inside_box {
				position: relative;
				float: left;
				width: 94%;
				margin: 6vw 3% 6vw 3%;
			}
				.home3 .box .text_box .inside_box .uni_text_16 {
					margin: 4vw 0 5vw 0;
				}
		.home3 .box .photo_box {
			position: relative;
			float: left;		
			width: 100%;
			order: 1;
		}
	
.home4 { 
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	position: relative;
	/* background: url('images/home_bg2.jpg') center no-repeat;  */
	/* background-size: cover;	 */
} 
	.home4 .box {
		position: relative;
		float: left;
		width: 100%;
		margin: 0 0 0 0;
	}
		.home4 .box .green_box {
			position: relative;
			float: left;
			width: 100%;
			background-image: linear-gradient(180deg, #00BD01, #07952B);
			display: flex;
			justify-content: flex-start;
			align-items: center;
		}
			.home4 .box .green_box .inside_box {
				position: relative;
				float: left;
				width: 86%;
				margin: 8vw 7% 8vw 7%;
			}
				.home4 .box .green_box .inside_box .uni_header_48 {
					margin: 0 0 4vw 0;
				}
					.home4 .box .green_box .inside_box .uni_header_48.decor:after {
						background: #fff;
					}
		.home4 .box .projects_box {
			position: relative;
			float: left;
			width: 100%;
		}
			.home4 .box .projects_box .pbox {
				position: relative;
				float: left;
				width: 100%;
				height: 65vw;
				text-decoration: none;
				display: flex;
				justify-content: center;
				align-items: center;
			}
				.home4 .box .projects_box .pbox .photo_box {
					position: absolute;
					float: left;
					left: 0;
					top: 0;
					width: 100%;
					height: 100%;
				}
				.home4 .box .projects_box .pbox .ptitle {
					position: relative;
					float: left;
					width: 100%;
					text-align: center;
					font: normal normal bold 5vw/6vw Roboto;
					color: #fff;				
					z-index: 5;
					padding: 11vw 0 0 0;
				}
				.home4 .box .projects_box .pbox:nth-of-type(1) .ptitle {
					background: url('images/bed_icon.svg') top no-repeat;
					background-size: 8vw;					
				}
				.home4 .box .projects_box .pbox:nth-of-type(2) .ptitle {
					background: url('images/chair2_icon.svg') top no-repeat;
					background-size: 8vw;					
				}
				.home4 .box .projects_box .pbox:nth-of-type(3) .ptitle {
					background: url('images/car_icon.svg') top no-repeat;
					background-size: 8vw;						
				}
				.home4 .box .projects_box .pbox:nth-of-type(4) .ptitle {
					background: url('images/chair_icon.svg') top no-repeat;
					background-size: 8vw;						
				}
	
.home5 { 
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	position: relative;
	/* background: transparent linear-gradient(180deg, #FFFFFF 0%, rgba(128, 128, 128, 0.19) 100%) 0% 0% no-repeat padding-box; */
	background: url('images/form_bg.jpg') bottom no-repeat;
	background-size: contain;
} 
	.home5 .box {
		position: relative;
		float: right;
		width: 100%;
		margin: 0 0 30vw 0;
	}
		.home5 .box .uni_header_48 {
			margin: 8vw 0 5vw 0;
		}
	.home5 .top {
		position: relative;
		float: right;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 8vw 0 4vw 0;
	}		
		.home5 .top .uni_text_16 {
			text-align: center;
			width: 65%;
		}
			.home5 .top .uni_text_16 h3 {
				margin: 0 0 2vw 0;
				padding-top: 2.8vw;	
			}		
			.home5 .top .uni_text_16 h3:before {
				content: '';
				position: absolute;
				float: left;
				left: calc(50% - 3.25vw);
				top: 0;
				width: 6.5vw;
				height: 0.6vw;
				background-color: #03AB13					
			}
	
.home6 { 
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	position: relative;
}
	.home6 .big_box {
		position: relative;
		float: left;
		width: 100%;
	}
		.home6 .big_box .top {
			position: relative;
			float: left;
			width: 100%;
			margin: 8vw 0 6vw 0;
			display: flex;
			justify-content: center;
			align-items: flex-start;
			flex-wrap: wrap;
		}
			.home6 .big_box .top .uni_header_48 {
				width: 100%;
				margin: 0 0 6vw 0;
			}
		.home6 .big_box .text {
			position: relative;
			float: left;
			width: 100%;
			margin: 0 0 6vw 0;
			font: normal normal 300 16px/24px Roboto;
			letter-spacing: 0.05vw;
			color: #232323;		
		}
			.home6 .big_box .text p {
				position: relative;
				float: left;
				width: 100%;
				padding: 14vw 0 0 0;
				text-align: center;
				margin: 0 0 7vw 0;
			}
				.home6 .big_box .text p a {
					text-decoration: none;
					color: #232323;
				}
			.home6 .big_box .text p:nth-of-type(1) {
				background: url('images/home.svg') top no-repeat;
				background-size: 12vw;	
			}		
			.home6 .big_box .text p:nth-of-type(2) {
				background: url('images/phone.svg') top no-repeat;
				background-size: 12vw;
			}	
			.home6 .big_box .text p:nth-of-type(3) {
				background: url('images/mail.svg') top no-repeat;
				background-size: 12vw;					
			}	
		.home6 .big_box .bottom{
			position: relative;
			float: left;
			width: 100%;
			height: 320px;
		}


/* /////////////////////////////////// ABOUT /////////////////////////////////// */


.about1 { 
	float: left;
	width: 100%;
	/* height: 48.8vw; */
	position: relative; 
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
	.about1 .photo_box {
		position: relative;
		float: left;
		width: 100%;
		height: 100%;
		order: 2;
	}
	.about1 .text_box {
		position: relative;
		float: left;
		width: 100%;
		background-color: #232323;
		display: flex;
		justify-content: center;
		align-items: center;
		order: 1;
	}
		.about1 .text_box .inside_box {
			position: relative;
			float: left;
			width: 94%;
			margin: 6vw 3% 6vw 3%;
		}
			.about1 .text_box .inside_box .uni_header_48 {
				margin: 0 0 4vw 0;
				width: 100%;
			}		
			.about1 .text_box .inside_box .uni_text_16 {
				margin: 0 0 5vw 0;
			}
				.about1 .text_box .inside_box .uni_text_16 h3 {
					margin: 0 0 4vw 0;
					color: #fff;
				}
			.about1 .text_box .inside_box .uni_link {
				color: #fff;
				background: url('images/white_arrow_right.svg') right 10px top 50% no-repeat;
				background-size: 25px;				
			}
			.about1 .text_box .inside_box .uni_link:hover {
				background: url('images/white_arrow_right.svg') right 0 top 50% no-repeat;
				background-size: 25px;						
			}
			.about1 .text_box .inside_box .uni_link:before {
				background-color: #03AB13;			
			}


/* /////////////////////////////////// OFFER /////////////////////////////////// */


.offer1 { 
	float: left;
	width: 100%;
	position: relative; 
}
	.offer1 .top {
		position: relative;
		float: left;
		width: 100%;
	}	
		.offer1 .top .uni_wrap {			
			display: flex;
			justify-content: center;
			align-items: center;
		}
			.offer1 .top .box {
				position: relative;
				float: left;
				width: 100%;	
				margin: 2vw 0 2vw 0;	
			}
				.offer1 .top .box .otitle {
					position: relative;
					float: left;
					width: 50%;
					font: normal 700 3.6vw/4vw Roboto Condensed;
					padding-top: 8.6vw;
					margin: 3vw 0 3vw 0;
					color: #7E7E7E;
					text-decoration: none;
					text-align: center;
				}
				.offer1 .top .box .otitle.active,
				.offer1 .top .box .otitle:hover {
					color: #03AB13;
				}
				.offer1 .top .box .otitle:nth-of-type(1) {
					background: url('images/sciany_grey.svg') top no-repeat;
					background-size: 7vw;						
				}
				.offer1 .top .box .otitle.active:nth-of-type(1),
				.offer1 .top .box .otitle:nth-of-type(1):hover {
					background: url('images/sciany_green.svg') top no-repeat;
					background-size: 7vw;						
				}
				.offer1 .top .box .otitle:nth-of-type(2) {
					background: url('images/tapicerka_nietypowa_grey.svg') top no-repeat;
					background-size: 8vw;						
				}
				.offer1 .top .box .otitle.active:nth-of-type(2),
				.offer1 .top .box .otitle:nth-of-type(2):hover {
					background: url('images/tapicerka_nietypowa_green.svg') top no-repeat;
					background-size: 8vw;							
				}
				.offer1 .top .box .otitle:nth-of-type(3) {
					background: url('images/tapicerka_samochodowa_grey.svg') top no-repeat;
					background-size: 7vw;						
				}
				.offer1 .top .box .otitle.active:nth-of-type(3),
				.offer1 .top .box .otitle:nth-of-type(3):hover {
					background: url('images/tapicerka_samochodowa_green.svg') top no-repeat;
					background-size: 7vw;						
				}
				.offer1 .top .box .otitle:nth-of-type(4) {
					background: url('images/meble_stylowe_grey.svg') top no-repeat;
					background-size: 6vw;						
				}
				.offer1 .top .box .otitle.active:nth-of-type(4),
				.offer1 .top .box .otitle:nth-of-type(4):hover {
					background: url('images/meble_stylowe_green.svg') top no-repeat;
					background-size: 6vw;						
				}

	.fb-like-box { 
		float: left;
		width: 100%;
		margin: 30px 0 30px 0;
		padding: 0 0 0 0;
		position: relative; 
	}

#mapa-box { 
	float: left;
	width: 100%;
	height: 100% ;
	margin: 0 0 0 0;
	overflow: hidden;
	border: 0px solid #c0c0c0; 
}

footer { 
	float: left;
	width: 100%;
	height: 60px;
	position:relative;
	margin: 0 0 0 0;
}
	footer .uni_wrap { 
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	footer nav { 
		float: left;
		width: auto;
		position: relative;
	}
	footer nav ul { 
		float:left;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		position:relative;		
	}
	footer nav ul li { 
		float: left;
		margin: 0 0 0 0;
		position: relative;
		list-style: none; 
		display: none;
	}
	footer nav ul li:last-child {
		display: block;
	}
	footer nav ul li a { 
		font: normal 300 16px/20px Roboto;
		letter-spacing: 0px;
		color: #232323;
		text-decoration: none;
		padding: 0 0 0 0; 
		display: inline-block; 
		border-top: 0.5vw solid transparent;
		border-bottom: 0.5vw solid transparent;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;	
	}
	footer nav ul li a:hover { 
		color: #03AB13;
	}
	footer nav ul li a.active { 
		color: #03AB13;
		font-weight: 700;
	}
	footer nav ul li .menu-hr-footer { 
		float: right;
		margin: 3px 1.9vw 0 1.9vw; 
	}
	footer nav ul li:last-child .menu-hr-footer { 
		display: none;
	}
	
	.soda-tip { display:inline;position: relative;opacity: 0.6 }
	.soda-tip:hover:after { background: #333;background: rgba(0,0,0,.8);border-radius: 5px;bottom: 26px;color: #dc407f;content: attr(title);left: -110px;padding: 5px 10px;text-align:center;position: absolute;z-index: 98;width: 140px;font-size:11px; }
	.soda-tip:hover:before { border:solid;border-color:rgba(0,0,0,.8) transparent;border-width: 6px 6px 0 6px;bottom: 20px;content: "";left: 40%;position: absolute;z-index: 99; }
	.soda-tip:hover  { opacity: 1;transition: opacity .5s ease-in-out;-moz-transition: opacity .5s ease-in-out;-webkit-transition: opacity .5s ease-in-out; }
	.soda a { float:right;margin:0px 0px 0px 0px; }
	.soda {
		position: relative;
		float: left;
	}
		.soda img {
			position: relative;
			float: left;
			width: 60px;
		}
			
.formularz-div { 
	float: left;
	width: 100%;
	margin: 0 0 0 0; 
}
	.form-box-left { 
		float: left;
		width: 100%;
		margin: 0 0 0 0; 
		position: relative; 
	}
	.form-box-right { 
		float: left;
		width: 100%;
		margin: 0 0 0 0; 
		position: relative; 
	}
	.form-box { 
		float: left;
		width: 100%;
		margin: 0 0 5px 0; 
	}
	.form-box-all { 
		float: left;
		width: 100%;
		margin: 5px 0 0 0; 
	}
	.form-box-file { 
		float: left;
		width: 100%;
		margin: 0 0 5px 0; 
	}
	.form-box-kod { 
		
	}
	.form-input { 
		float: left;
		width: 100%;
		height: 36px;
		margin: 0 0 0 0; 
		padding: 0 0 0 15px;
		border: 1px solid #707070;
		background: transparent;
		font: normal normal 300 14px/18px Roboto;
		color: #232323;
		letter-spacing: 0.1px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;		
	}
	.form-textarea  { 
		float: left;
		width: 100%;
		max-width: 100%;
		height: 180px;
		max-height: 180px;
		padding: 10px 0 0 15px;
		border: 1px solid #707070;
		background: transparent;
		font: normal normal 300 14px/18px Roboto;
		color: #232323;
		letter-spacing: 0.1px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;		
		resize: none;
	}
		
	.form-box-file .default {
		display: none;
	}
	.form-box-file .put-file {
		float: left;
		margin: 0 0 15px 0;
		width: 100%;
		font-size: 15px;
		line-height: 15px;
		color: #000;
		font-family: 'Roboto', sans-serif;
		cursor: pointer;
	}
		.form-box-file .upload-change {
			display: none;
		}
	
	.form-submit  { 
		float: right;
		border: none;
		border: 0 solid #dedede;
		cursor: pointer; 
	}
	.form-input:focus, .form-textarea:focus, .form-submit:focus { 
		outline: none; 
	}
.control-group {
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}	
.control {
	position: relative;
    float: left;
    width: calc(100% - 30px);
    font: normal normal 300 12px/16px Roboto;
	letter-spacing: 0.35px;
	color: #232323;
    padding: 4px 0 0 30px;
    margin-top: 1vw;
	cursor: pointer;
}
.control a {
	text-decoration: none;
}
    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 17px;
    width: 17px;
    background: transparent;
    border: 1px solid #707070;
}
.control-radio .control_indicator {
    border-radius: undefined%;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: transparent;
}
.control input:checked ~ .control_indicator {
    background: url('images/checked_icon.png') center no-repeat;;
}		
}