@charset "UTF-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;600&display=swap');

#cookieNotification {
	background-color: #3BAA36;
	padding: 265px 20px 20px 20px;
	background-repeat: no-repeat;
	background-position: center 20px;
	background-image: url("../_Images/Cookie.png");
	background-size: 70%!important;
	z-index: 99999; 
	position: fixed;
	width: 270px;
	height: 450px;
	text-align: center;
	font-size: 12px;
	bottom: 30px;
	left: 45%;
	opacity: 0.97;
}

#cookieNotification span {
	font-size: 14px;
	font-weight: 600;
}

#cookieNotification_polityka,
#cookieNotification_info {
	text-decoration: none;
	color: #ffffff;
	clear: both;
	padding: 5px 0;
	display: block;
}

.our-offer-list {
	background-color: white;
	position: fixed;
	left:0;
	right:0;
	top: 200px;
	margin-left:auto;
	margin-right:auto;
	z-index: 100;
	padding: 30px;
	box-shadow: 0px 0px 50px grey;
	font-size: 18px;
	color: #383838;
	display: none;
}

.our-offer-list h2 {
	color: #3BAA36;
	padding: 10px 0;
}

h2 span {
	color: #3BAA36;
}

.our-offer-list-active {
	display: block;
}

.our-offer-list .close-button {
	color: white!important;
	background-color: #3BAA36;
	padding: 4px 11px;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

.product {
	display: block;
	height: 200px;
	float: left;
	background-size: cover;
	border-left: #E0E0E0 solid 1px;

}

.product span {
	background-color: #3BAA36;
	color: white;
	padding: 5px 10px;
}

.header-block {
    background-color: #40CDA9;
    background-image: url("../_Images/Header.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}

.header-block-small {
    height: 200px;
}

.header-block img,
.header-block-small img{
	margin: 40px;
}

.header-block span,
.header-block-small span{
    color: #FFFFFF;
    border-left: solid 2px #FFFFFF;
    padding: 40px;
}

.header-claim {
	color: #383838;
	font-weight: bold;
	font-size: 5vh;
	line-height: 5vh;
	padding: 10vh 6vh;
	height: 40vh;
	font-family: 'Archivo', sans-serif;
}

.header-claim span {
	color: #383838;
	padding: 0;
	border: none;
}

.hdpe,
.ldpe {
	color: #383838;
	padding: 50px 15px;
}

.hdpe img,
.ldpe img {
	width: 100%;
	margin-top: 40px;
}

.hdpe h2,
.ldpe h2 {
	font-weight: bold;
	margin: 0 0 20px 0;
	font-family: 'Archivo', sans-serif;
}

.about {
	background: #3BAA36;
	color: white;
}

.about h2 {
	color: #383838;
	font-weight: bold;
	font-size: 4vh;
	margin: 8vh 0 4vh 0;
	font-family: 'Archivo', sans-serif;
}

.footer {
	text-align: left;
	color: white;
	padding: 40px
}

.footer img {
	margin: 40px;
}
.map {
	height: 800px;
}

.contact-block {
	background: white;
	padding: 50px;
	position: absolute;
	bottom: 0;
	color: #626262;
}

.contact-block a {
	color: #3BAA36;
}

.contact-address {
	display: inline-block;
}
.contact-form {
	display: inline-block;
	padding: 0 30px;
	width: 70%;
}

.contact-form input,
.contact-form textarea{
	border: solid 1px #3BAA36;
	color: #3BAA36;
	padding: 8px;
	width: 25vw;
	margin: 7px 0;
}

.contact-form label {
	font-size: 8px!important;
}

.button {
	border: none!important;
	color: white!important;
	background-color: #EA471A;
	width: 180px!important;
	border-radius: 30px;
	padding: 12px!important;
	font-family: 'Archivo', sans-serif;
	text-align: center;
}

@media (max-width: 575.98px) {
	
	.header-block {
		background-color: #40CDA9;
		height: 70vh;
	}
	
	.header-claim {
		margin-top: 140px;
	}
	.logo {
		height: 30vh;
	}
	
	.logo img {
		height: 100px;
		margin: 20px 5px;
	}
	
	
	.contact-form {
		padding: 0;
		width: 100%;
	}
	
	.contact-form input,
	.contact-form textarea{
		width: 100%;
	}
	
	.map {
		display: none;
	}
	
	.contact-block {
		position: relative;
	}
	
	.our-offer-list {
		background-color: white;
		position: absolute;
		
		width: 100vw;
	}
	#offer-0 {
		height: 330vh;
	}	

	#offer-1 {
		height: 130vh;
	}
}

[data-aos^=showreel][data-aos^=showreel]{transform:scale(0.5);transition-property:transform}[data-aos^=showreel][data-aos^=showreel].aos-animate{transform: scale(1)}




