.footer-top.row {
    padding: calc(10vh - 2rem) calc(10vw - 2rem) 2rem calc(10vw - 2rem);
	background-color: var(--black-1);
}

    .footer-top .container {
        padding: 2rem;
    }

        .footer-top .container .title-6 {
			color: var(--white-1);
			margin-bottom: 2rem;
			font-weight: 500;
			text-transform: none;
        }

        .footer-top .container .text {
			color: var(--white-3);
        }

        .footer-top .container .text.space-bottom {
			margin-bottom: 3rem;
        }

		.footer-top .container .custom-logo-link {
			margin-top: 3rem;
		}
		.footer-top .container .custom-logo {
			height: 58px;
			width: auto;
		}

		.footer-top .container .site-title {
			margin-top: 2rem;
		}

        .footer-top .container p {
			margin-bottom: 1.2rem;
        }

            .footer-top .container p:last-child {
                margin-bottom: 0;
            }

		/*Linki w stóce*/
        .footer-top .container .link, .footer-top .container .address-text {
			color: var(--white-3);
        }

		.footer-top .footer-links-list {
			padding: 0;
			list-style: none;
		}

			.footer-top .footer-links-list .menu-item {
				margin-bottom: 1.2rem;
			}
			.footer-top .footer-links-list .menu-item:last-child {
				margin-bottom: 0;
			}

				.footer-top .footer-links-list .menu-item a {
					color: var(--white-3);
					display: inline-block;
					background-repeat: no-repeat;
					transition: all .2s;
					background-position: bottom left;
					background-size: 0% 2px;
					background-image: linear-gradient( var(--color-1), var(--color-1) );
					padding-bottom: 1px;
				}
				.footer-top .footer-links-list .menu-item a:hover {
					background-size: 100% 2px;
				}

	.footer-top .flex {
		position: relative;
		display: flex;
		padding: 0 2rem 2rem 2rem;
		margin-top: 3rem;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}

	.footer-top .flex:before {
		position: absolute;
		content: "";
		left: 2rem;
		top: 0;
		right: 2rem;
		border-top: 1px solid rgba(255, 255, 255, .2);
	}

		.footer-top .flex .text {
			color: var(--white-3);
			padding-top: 2rem;
		}

			.footer-top .flex .text a {
				color: var(--color-1);
				font-weight: 600;
			}

		.footer-top .flex .box {
			text-align: right;
			display: flex;
			align-items: center;
			margin-right: -1.2rem;
			padding-top: 2rem;
		}

			.footer-top .flex .box a {
				display: block;
				padding: .6rem 1.2rem;
			}

				.footer-top .flex .box a img {
					height: 2.6rem;
					width: auto;
					object-fit: contain;
				}

				.footer-top .flex .box a svg {
					height: 2.6rem;
					width: auto;
					object-fit: contain;
				}
				.footer-top .flex .box a svg path {
					fill: var(--white-1, #fff);
					transition: fill 0.3s ease;
				}
				.footer-top .flex .box a:hover svg path {
					fill: var(--color-1);
				}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 992px) {
	
}

@media screen and (max-width: 768px) {
	
}

@media screen and (max-width: 576px) {
	
	
}