*{
    font-family: 'Arial';
}
body {
    height: calc(100vh - 80px);
    margin: 0;
    background: url("../images/bg.png");
    background-size: cover;
    color: white;
}

h1, h2, h3, h4, h5, h6, p{
	font-weight: 700;
	margin: 0;
}
.container {
    max-width: 90%;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
a{
	color: #fff;
	text-decoration: none;

}
h1, h2{
	text-transform: uppercase;
}
h1 {
    font-size: 75px;
}

h2 {
    font-size: 52px;
}
h3{
	text-align: center;
	font-size: 28px;
}
.services ul{
	list-style: none;
    padding: 0;
    font-size: 24px;
    font-weight: normal;
    margin-top: 55px;
}
.services ul li{
	margin-bottom: 15px;
}
.contacts p, .footer p{
	font-weight: normal;
}
p.bold{
	font-weight: bold;
}
.d-flex{
	display: flex;
	justify-content: space-between;
	font-size: 18px;
}
.header{
	text-align: center;
}
.footer{
	text-align: right;
}
@media(max-width: 1280px){
	h1 {
	    font-size: 45px;
	}
	h2 {
	    font-size: 32px;
	}
	.services ul {
	    font-size: 20px;
	}
	.header{
		text-align: center;
	}
}

@media(max-width: 1024px){
	h1 {
	    font-size: 48px;
	}
	h2 {
	    font-size: 32px;
	}
	.services ul {
	    font-size: 32px;
	}
	.header{
		text-align: center;
	}
}

@media(max-width: 1024px){
	h1 {
	    font-size: 38px;
	}
	h2 {
	    font-size: 22px;
	}
}

@media(max-width: 425px){
	h1 {
	    font-size: 20px;
	}
	h2 {
	    font-size: 14px;
	}
	.d-flex {
	    flex-direction: column;
	}
	.services ul {
	    font-size: 20px;
	}
	.contacts{
		margin-bottom: 25px;
	}
}