.copy {
		position: absolute;
		bottom: 15px;
		opacity: 0.8;
	}

	.stopka-pojemnik1 h1 {
		margin-bottom: 30px;
		font-size: 16px;
		color: #FFF;
		margin-top: 0px;
	}

	.obrazki_stopka img {
		margin-top: 25px;
		width: 37px;
		height: 36px;
		filter: invert(1);
		aspect-ratio: 1/1;
	}

	.bloki_stopka {
		padding: 0px;
		padding-bottom: 120px;
	}

	.stopka_cos {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 12px;
	}

	.stopka_cos_1 {
		padding-right: 70px;
		max-width: 200px;
	}

	.stopka-pojemnik1 {
		font-size: 16px;
		line-height: 160%;
		max-width: 1200px;
		padding-bottom: 120px
	}

	.stopka {
		height: auto;
	}

	.copy {
		border-top: solid 1px #7B7B7B;
		opacity: 1;
		width: 100%;
		bottom: 150px;
		padding-top: 25px;
		max-width: 1200px
	}

	.linia {
		border-bottom: solid 1px #7B7B7B;
		width: 100%;
		position: relative;
		top: 40px
	}

	@media screen and (max-width: 1410px) {
		.stopka-pojemnik1 {
			max-width: 1200px;
		}

		.copy {
			max-width: 1200px;
		}

		.stopka_cos_1 {
			padding-right: 40px;
			max-width: 200px;
		}
	}

	@media screen and (max-width: 1050px) {
		.stopka_cos_1 {
			padding-right: 35px;
			max-width: 180px;
		}

	}

	@media screen and (max-width: 980px) {
		.linia {
			display: none;
		}

		.copy {
			display: none;
		}

		.stopka_cos_1 {
			padding: 0;
			max-width: inherit
		}
	}

    #newsletter_send {
			background-color: #FFF;
			display: flex;
			justify-content: center;
		}
		.newsletter_stopka_input {
			width: 25rem;
			font-size: 16px;
			border-radius: 8px;
			padding: 10px 18px;
			border-width: 1px;
			border-color: #e5e5e5;
		}

		.newsletter_stopka_button {
			font-size: 16px;
			border-radius: 8px;
			padding: 10px 18px;
			border-width: 0px;
			background-color: #023880;
			color: white;
			font-weight: 600;
			margin-left: 10px;
			cursor: pointer;
		}

		.text-newsletter {
			font-size: 16px;
			color: #333;
			text-align: center;
			margin-bottom: 30px;
		}

		.zgoda-newsletter {
			margin-right: 10px;
		}