body {
	margin: auto;
	padding: 0;
	margin-top: 4%;
	padding-bottom: 30px;
	font-family: 'Poppins', sans-serif;
}
h1 {
	font-size: 60px;
	color: #df5657;
	font-weight: 700;
}
h2 {
	font-size: 45px;
	line-height: 120%;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}

.handlerTop {
	display: flex;
	justify-content: space-between;
}
.handlerBottom {
	display: flex;
	justify-content: space-between;
}
.lewa,
.lewa2 {
	width: 25%;
}
.prawa {
	width: 70%;
	text-align: left;
}

h1.logo {
	height: 240px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	font-size: 40px;
}
.logo img {
	max-width: 100%;
	max-height: 100%;
}
img {
	vertical-align: top;
}
.handlerBottomLine {
	height: 5px;
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
}
.handlerBottomLine .lewa {
	background: #000;
	height: 100%;
}
.handlerBottomLine .prawa {
	background-image: linear-gradient(
		90deg,
		#0d0f0d 0%,
		#5d1977 17%,
		#ab3d9f 41%,
		#e56fab 60%,
		#ff9797 78%,
		#fd9f4f 100%
	);
	height: 100%;
}

.text {
	padding-top: 20px;
}
.text2 {
	color: #000000;
	font-size: 36px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
.text3 {
	color: #000000;
	font-size: 18px;
	font-weight: 500;
	padding-top: 40px;
}
.text4 {
	color: #5a5a5a;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif;
}

.bottom {
	clear: both;
	padding-top: 50px;
}
.linia-gora {
	padding-top: 34px;
	border-bottom: solid 2px black;
}
.linia-gora2 {
	padding-top: 24px;
	border-bottom: solid 2px black;
}
.linia-lewa {
	float: left;
}
.linia-prawa {
	float: right;
}
a.phone-top,
a.phone-top:link {
	color: #f75619;
	font-size: 26px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.footer {
	padding-top: 40px;
	padding-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
.footLewa {
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	text-align: right;
}
.footPrawa {
	display: flex;
	justify-content: space-between;
}
.foot2 {
	width: 20%;
}
.foot3 {
	width: 60%;
	color: #919191;
	font-size: 13px;
	font-weight: 400;
}
.foot4 {
	width: 20%;
	text-align: right;
}
a:link {
	text-decoration: none;
	color: #919191;
}
a.linki:link {
	color: #592475;
	padding-right: 20px;
	font-weight: 700;
}
img {
	max-width: 100%;
}
img.logofooter {
	max-height: 50px;
}

@media screen and (max-width: 980px) {
	.handlerTop,
	.handlerBottom {
		flex-direction: column;
	}
	.lewa,
	.prawa {
		width: 100%;
	}
	h2 {
		text-align: center;
		font-size: 40px;
	}
	.lewa .linia-gora {
		display: none;
	}
	.handlerBottom .prawa {
		text-align: center;
	}
	.handlerBottomLine .lewa {
		display: none;
	}
	.footer {
		flex-wrap: wrap;
	}
	.footLewa {
		text-align: left;
	}
	.foot2 {
		width: 20%;
		padding-right: 15px;
		box-sizing: border-box;
	}
	.foot3 {
		width: 60%;
	}
	.foot4 {
		width: 20%;
	}
}

@media screen and (max-width: 670px) {
	.foot3 {
		width: 100%;
		order: 2;
		padding-top: 10px;
	}
	.foot2,
	.foot4 {
		width: 50%;
	}
	h2 {
		font-size: 34px;
	}
	.footPrawa {
		flex-wrap: wrap;
		align-items: center;
	}
}

@media screen and (max-width: 480px) {
	h2 {
		font-size: 30px;
	}
}
