@font-face {
  font-family: "Gotham-Book";
  src: url("fonts/Gotham-Book.woff") format("woff");
}
@font-face {
  font-family: "Gotham-Bold";
  src: url("fonts/Gotham-Bold.woff") format("woff");
}


* {
	box-sizing: border-box;
}
html, body {
	height: 100%;
}
html {
	font-size: 18px;
}
body {
	display: flex;
	flex-direction: column;
	font-family: 'Gotham-Book', sans-serif;
	font-size: 1rem;
	line-height: 1.41;
	color: black;
	margin: 0;
	padding: 0;
	background-color: white;
}
b, strong {
	font-family: 'Gotham-Bold', sans-serif;
}
a, a:hover {
	font-family: 'Gotham-Bold', sans-serif;
	color: black;
	text-decoration: none;
}
p {
	margin-bottom: 1rem;
}
img {
	margin-top: 40px;
	max-width: 100%;
	height: auto;
}
h1 {
	font-family: 'Gotham-Bold', sans-serif;
	font-style: normal;
	margin-top: 117px;
	font-size: 50px;
	margin-bottom: 30px;
	text-transform: uppercase;
	hyphens: auto;
	line-height: 1.1;
}
h2, h3, h4 {
	font-family: 'Gotham-Bold', sans-serif;
}
.visible-phone {
	display: none;
}
.wrap-all {
	display: flex;
	flex: 1 0 auto;
	position: relative;
	background: url("background.svg") 650px -20px no-repeat;
	background-size: 100% auto;
	text-align: center;
}
.inner {
	width: 87%;
	max-width: 1320px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 50px 50px;
}
.main-footer {
	flex-shrink: 0;
	position: relative;
	z-index: 1;
	font-size: 14px;
	color: white;
	background-color: #aebd14;
}
.main-footer a {
	font-family: 'Gotham-Book', sans-serif;
}
.footer-wrapper {
	width: 87%;
	max-width: 1320px;
	margin: 0 auto;
	padding: 15px 0;
	display: flex;
}
.footer-left, .footer-right {
	min-width: 50%;
	display: flex;
	align-items: center;
}
.footer-right {
	text-align: right;
	justify-content: flex-end;
}
.footer-right > div {
	display: flex;
}
.footer-icon {
	width: 20px;
	margin-top: 0;
	margin-left: 18px;
	display: block;
}
.footer-left .footer-icon {
	margin-left: 0;
	margin-right: 18px;
}
.service {
	color: white;
	margin-right: 20px;
	display: inline-block;
}
@media (max-width: 992px) {
	html {
		font-size: 35px;
	}
	.visible-desktop {
		display: none;
	}
	.visible-phone {
		display: inline-block;
	}
	.break-mobile {
		display: block;
	}
	.wrap-all {
		background: url("background.svg") -10px 300px no-repeat;
		background-size: 250% auto;
	}
	.main-footer {
		font-size: 0.8rem;
		text-align: center;
	}
	.footer-wrapper {
		text-align: center;
		flex-wrap: wrap;
	}
	.footer-left, .footer-right {
		min-width: 100%;
	}
	.footer-left > div {
		width: 100%;
	}
	.footer-right {
		text-align: center;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin-top: 10px;
	}
	.footer-right > div {
		display: flex;
		width: 100%;
		justify-content: center;
	}
	.service {
		line-height: 1;
		margin-bottom: 6px;
	}
	.footer-right > div > a.service:first-child {
		border-right: 1px solid white;
		padding-right: 10px;
		margin-right: 10px;
	}
	.footer-icon {
		margin-left: 13px;
		margin-right: 13px;
		margin-top: 10px;
		width: 26px;
	}
}
@media (max-width: 575px) {
	html {
		font-size: 14px;
	}
	h1 {
		margin-top: 40px;
		font-size: 27px;
		margin-bottom: 18px;
	}
	img {
		margin-top: 35px;
	}
	.wrap-all {
		background: url("background.svg") -10px 215px no-repeat;
		background-size: 250% auto;
	}
	.visible-desktop {
		display: none;
	}
	.inner {
		padding: 0 10px 50px;
	}
	.main-footer {
		font-size: 12px;
	}
	.footer-right {
		margin-top: 2px;
	}
	.footer-icon {
		margin-top: 14px;
		margin-bottom: 8px;
	}
}