header .menu {
	display: flex;
	padding: 0;
	margin: 0;
}

@media (min-width: 1000px) {
	header .menu li {
		margin-left: 73px;
	}
}

header .menu li a {
	color: #fff;
}

@media (min-width: 1000px) {
	header {
/*		padding-top: 68px;*/
/*		padding-bottom: 68px;*/
		transition: .5s;
	}
	header.scrolled {
		padding-top: 5px;
		padding-bottom: 5px;
		transition: .5s;
	}
}

.produkty-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	color: #000;
}

@media (max-width: 1000px) {
	.produkty-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

.produkty-grid .inner {
	padding: 20px;
	background-color: #ebebeb;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	height: 100%;
}

.produkty-grid h3 {
    font-size: 13px;
    font-weight: normal;
}

.produkty-grid h2 {
    font-size: 21px;
    margin: 20px 0;
    font-weight: bold;
}

.produkty-grid p {
	font-size: 16px;
	margin-bottom: 20px;
}

.produkty-grid ul {
	text-align: left;
}

.produkty-grid ul li {
    padding-left: 24px;
    position: relative;
    padding-bottom: 10px;
}

.produkty-grid ul li:before {
	content: url('https://www-old.altar.com.pl/wp-content/uploads/2024/08/check.png');
	position: absolute;
	left: 0;
}

.produkty-grid a, .produkty-grid a:hover {
	color: inherit;
}

.parrota {
	padding: 20px;
	line-height: 30px;
}

.blue-button {
    background: #053375;
    border: 1px solid #053375;
/*    color: black;*/
}

.blue-button:hover {
    color: #053375;
}

.blog-posts .zoomIt img {
    aspect-ratio: unset;
    width: 100%;
    object-fit: unset;
    object-position: unset;
}

.produkty-grid img {
	object-fit: cover;
}

h3 a {
	color: inherit;
}

p.funkcje {
    min-height: 150px;
}

.emotica-0 p .blue-button {
	border-color: #d6bffc; 
	background-color: #d6bffc;
	display: inline-block;
	margin-top: 20px;
	color: black;
}

/*rwd*/

@media (min-width: 1000px) {
	.produkty-grid h2 {
		height: 60px;
	}
	.produkty-grid h3 {
		height: 48px;
		height: 53px;
	}
	.parrota {
		padding: 50px;
	}
	.logotypy-slider2 {
		max-width: 940px;
		margin: auto;
	}
	.emotica-0 p {
    	font-size: 16px;
    	line-height: 26px;
	}
	.emotica-0 img {
    	max-height: 500px;
    	object-fit: cover;
	}
	.emotica-0 p .blue-button {
		border-color: #d6bffc; 
		background-color: #d6bffc;
		display: inline-block;
		color: black;
		margin-top: 20px;
	}
}

@media (max-width: 1000px) {
	.section1 {
	    margin-top: -53px!important;
	}
	#nasze-produkty h2, h3 {
	    font-size: 21px;
	    font-weight: 300;
	}
	img.custom-logo {
    	height: unset;
	}
}

@media (min-width: 1400px) and (max-width: 1600px) {
	.row.przyciskowy {
		flex-direction: column!important;
	}
	.row.przyciskowy .pjerwszy {
		width: 100%!important;
		margin-bottom: 20px!important;
	}
}

@media (min-width: 600px) and (max-width: 1000px) {
	.produkty-grid {
	    grid-template-columns: repeat(2, minmax(0, 1fr))!important;
	}
}