html,
body {
	position: relative;
	height: 100%;
}

body,
ul,
li {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

body {

	display: flex;
	flex-direction: column;
}

.swiper-container {
	position: relative;
	flex-grow: 1;
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background-position: center;
	background-size: cover;
}

#woflat-swiper .swiper-pagination-bullet {
	text-align: center;
	opacity: 0.5;
	background-color: #ffffff;
	width: 28px;
	height: 4px;
	border-radius: 4px;
	margin: 0 12px;
}

#woflat-swiper .swiper-pagination-bullet-active {
	background-color: #ff622e;
	opacity: 1;
}

#woflat-swiper .swiper-pagination-bullets {
	bottom: 20px;
}

.woflat-logo {
	position: fixed;
	top: 64px;
	left: 15%;
	z-index: 3;
	width: 175px;
}

.woflat-qrcode {
	position: absolute;
	z-index: 3;
	right: 10vw;
	bottom: 10%;
}

.woflat-qrcode img {
	width: 119px;
}

.contact {
	float: right;
}

.site-footer .phone-num {
	color: #ff622e;
	font-weight: 700;
	font-size: 25px;
}

.site-footer {
	color: #6d6d6d;
	padding-top: 44px;
	background-color: rgb(243, 243, 243);
}

.site-footer .footer-second-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 36px;
	margin-bottom: 30px;
}

.site-footer .footer-second-row>li {
	display: inline-block;
}

.site-footer .footer-second-row>li>a {
	color: #ff622e;
	text-decoration: none;
}

.footer-first-row,
.footer-second-row {
	width: 80vw;
	margin: 0 auto;
}

.footer-first-row .logo {
	width: 152px;
}

.footer-legal {
	padding: 17px 0;
	text-align: center;
	line-height: 1;
	background-color: #e9e9e9;
}

.footer-legal a {
	color: #6d6d6d;
	text-decoration: none;
}

@media (max-width: 425px) {

	.woflat-logo {
		top: 46px;
		left: 12%;
		width: 144px;
	}

	.site-footer {
		display: none;
	}

}
