.section-header {
	color:#3C8044;
	font-size: 32;
	font-weight: 700;
	font-family:'Poppins';
	line-height:48px;
	margin-bottom:40px;
	display:block;
	text-align:center;
}
.center-row {
	justify-content: center;
}
section {
	margin-top:90px;
	margin-bottom:90px;
	display:block;
	position:relative;
}

.button-eurocash {
	padding: 13px 40px;
	border: 1px #3C8044 solid;
	color: #3C8044;
	font-size: 14px;
	font-family: 'Poppins';
	line-height: 21px;
	font-weight: 600;
	margin-top: 50px;

}
.button-eurocash:hover {
	color: #fff;
	background-color:#3C8044;
	text-decoration: none;
	animation: pulse 2s infinite;
}
.poster-desc {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	font-family: 'Poppins';
	margin-bottom: 30px;
}
.news-link {
	font-size: 14px;
	font-family:'Poppins';
	font-weight: 600;
	text-decoration: none;
	color: #3C8044;
	text-align: center;
}
.news-header, .product-header {
	font-family:'Poppins';
	font-size:16px;
	font-weight: 600;
	color:black;
	text-align: center;
	margin-top:25px;
	margin-bottom: 2px;
}
.product-header {
	text-align: left;
}
.news-date {
	font-family:'Poppins';
	font-size:12px;
	font-weight: 600;
	color:black;
	text-align: center;
	margin-bottom: 25px;
}
.news {
	padding: 30px;
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
	-webkit-box-shadow: -1px 0px 24px -18px rgba(86, 86, 86, 1);
	-moz-box-shadow: -1px 0px 24px -18px rgba(86, 86, 86, 1);
	box-shadow: -1px 0px 24px -18px rgba(86, 86, 86, 1);
	transition: all 0.5s ease-in-out;
}
.news-image, .product-image {
	object-fit: contain;
}
.news-link:hover{
	color:#3C8044;
}
.product {
	height: 400px;
	padding: 30px;
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
	-webkit-box-shadow: -1px 0px 24px -18px rgba(86, 86, 86, 1);
	-moz-box-shadow: -1px 0px 24px -18px rgba(86, 86, 86, 1);
	box-shadow: -1px 0px 24px -18px rgba(86, 86, 86, 1);

	transition: all 0.5s ease-in-out;
}

.szanujemy .row, .energia .row {
	-webkit-box-shadow: -1px 0px 24px -18px rgba(86, 86, 86, 1);
	-moz-box-shadow: -1px 0px 24px -18px rgba(86, 86, 86, 1);
	box-shadow: -1px 0px 24px -18px rgba(86, 86, 86, 1);
}

.poster-image {
	max-width: 100%;
}
.poster {
	padding: 20px 30px;

}
.poster-header {
	font-family:'Poppins';
	font-size: 32px;
	font-weight: 600;
	color: #3C8044;
	line-height: 46px;
}

.poster-image-box {
	padding:0px;
}

.icon-box {
	justify-content: space-evenly !important;
	height: 400px;
	padding: 30px;
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
	-webkit-box-shadow: -1px 0px 24px -18px rgba(86, 86, 86, 1);
	-moz-box-shadow: -1px 0px 24px -18px rgba(86, 86, 86, 1);
	box-shadow: -1px 0px 24px -18px rgba(86, 86, 86, 1);
	transition: all 0.5s ease-in-out;
}
.squares-image {
	object-fit: contain;
}
.services-header {
	text-align:center;
	font-family:'Poppins';
	font-size:16px;
	font-weight: 400;
	color:black;
	text-align: center;
	margin-top:25px;
	margin-bottom: 2px;
}
.services-desc {
	text-align:center;
	font-family:'Poppins';
	font-size:12px;
	font-weight: 300;
	color:black;
	line-height: 18px;
	text-align: center;
	margin-bottom: 2px;
}
.follow-box {
	padding: 30px;
	flex-direction: row;
	display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
	-webkit-box-shadow: -1px 0px 24px -18px rgba(86, 86, 86, 1);
	-moz-box-shadow: -1px 0px 24px -18px rgba(86, 86, 86, 1);
	box-shadow: -1px 0px 24px -18px rgba(86, 86, 86, 1);
	align-items: center;
}
.follow-header {
	font-size: 20px;
	font-family: 'Poppins';
	max-width: 300px;
}
.formularz .section-header {
	text-align:left;
}
.rodo {
	font-family: 'Poppins';
	font-size: 12px;
	line-height: 18px;
	display:block;
	position:relative;
    margin-bottom: 50px;
    margin-top: 30px;
}
.price-badge {
	position: absolute;
    display: block;
    background-color: #E41A34;
    width: 80px;
    color: white;
    padding: 10px;
    font-family:'Poppins';
	text-align:center;
	font-weight: 600;
	z-index:1;
}
.price-text {
	font-size:9px;
	font-family:'Poppins';
	text-align:center;
	font-weight: 600;
}
.price-header {
    font-size: 28px;
    text-align: left;
    margin-left: 14px;
    margin-bottom: 0px;
}
.price-header span {
	font-size: 18px;
	position: absolute;
}
.product:hover, .icon-box:hover, .news:hover {
	  box-shadow: -1px 0px 34px -18px rgb(86 86 86);
	  transform: scale(1.05);
}
.absolute-element {
	position:absolute;
	display:block;
}
@media screen and (max-width:991px){
	.absolute-element {
		transform:scale(0.7);
		z-index:-1;
	}
	.img-4 {
	  right: -300px;
	  margin-top: -60px;
	}
	.image-form img {
		max-width: 100%;
		margin-top: 30px;
	}
}
.img-1 {
	left: -60px;
}
.img-2 {
	right: -100px;
}
.img-3 {
	left: -150px;
}
.img-4 {
	right: -200px;
}
.img-5 {
	left: -250px;
}
.img-6 {
	right: -120px;
}
.img-7 {
	left: -110px;
}
.main-page-eurocash {
	overflow: hidden;
}
.footer-image {
	max-width: 100%;
}
.input-eurocash, .input-eurocash:focus-visible {
    width: 100%;
    border: none;
    border-bottom: solid 1px #757575;
    padding: 20px 5px 2px 0px;
    font-family: 'Poppins';
    font-size: 16px;
    margin-top: 25px;
    font-weight: 600;
}
*,*:focus,*:hover{
    outline:none;
}
.input-eurocash:focus-visible {
    border-bottom: solid 1px #3c8044;
    color: #3c8044 !important;
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}
