.stopka {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	background-color: #ffffff;
}

.stopka-left {
	flex: 1;
	margin-left: 50px;
}

.stopka-right {
	flex: 1;
	margin-left: 50px;
}
.stopka-right a, {
	text-decoration: none;
	color: #000000;
}
.phone-number a,
.email-address a,
.website a {
	text-decoration: none;
	color: #000000;
}
.stopka-right {
	font-size: 30px;
}

.stopka-right img {
	width: 100%;
	margin-top: -300px;
}

.contact-info {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.phone-icon,
.icon-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: #ffcc29;
	border-radius: 50%;
}

.phone-icon i,
.icon-wrapper i {
	color: #ffffff;
	font-size: 24px;
}

.phone-number,
.email-address,
.address,
.website {
	margin-left: 10px;
}
.nip {
	margin-left: 10px;
}
.stopka-left a {
	text-decoration: none;
	color: black;
}


.website a {
	color: #ffcc29;
}

form {
	background-color: #ffcc29;
	padding: 20px;
	border-radius: 10px;
	margin-top: 30px;
	margin-bottom: 50px;
}

form label {
	color: #ffffff;
}

form input[type='text'],
form input[type='email'],
form textarea {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	border: none;
}

form textarea {
	height: 100px;
}

form button[type='submit'] {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	color: #000000;
	border: none;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 16px;
	cursor: pointer;
}

form button[type='submit'] i {
	margin-right: 5px;
}
.stopka-left h1 {
	color: #ffcc29;
	text-align: center;
}
.pasek {
	text-align: center;
}
.pasek a {
	text-decoration: none;
	color: #000000;
}
@media (max-width: 767px) {
	.stopka {
		flex-direction: column;
		align-items: center;
	}

	.stopka-left,
	.stopka-right {
		margin-left: 0; /* Resetujemy marginesy poziome */
		margin-bottom: 20px; /* Dodajemy margines na dole między stopkami */
	}

	.stopka-right {
		font-size: 16px; /* Zmniejszamy rozmiar czcionki dla całego bloku stopka-right */
	}
}





.stopka-dolna {
    text-align: center;
    margin-top: 00px; 
	margin-bottom: 40px; 
}

.menu-title {
    font-size: 35px;
    margin-bottom: 10px; 
}

.menu {
    list-style-type: none;
    padding: 40;
}

.menu li {
    display: inline;
    margin-right: 40px; 
}

.menu li:last-child {
    margin-right: 0;
}

.menu a {
    text-decoration: none;
    color: #ffcc29; 
    font-size: 24px; 
	font-weight: bold;
}

.menu a:hover {
    text-decoration: underline; 
}
