html {
	background: #CC2A41;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}

h1 {
	position: relative;
	display: inline-block;
	font-weight: 700;
    color: #fff;
    font-size: 40px;
    margin-top: 17%;
    cursor: default;
    animation: fadein 1s;
}

h1 span {
	display: block;
    font-size: 16px;
    text-transform: uppercase;
    text-align: justify;
    letter-spacing: 33.5px;
    text-indent: 33.5px;
    font-weight: 400;
}

address {
	position: relative;
	display: block;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	margin-top: 10%;
	margin-bottom: 10%;
	animation: fadein 2s;
}

address a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 20px;
	letter-spacing: 0.3px;
}

.phones {
	position: relative;
	margin: 100px 0;
	text-align: left;
	padding: 0 10%;
	animation: fadein 2.5s;
}

@keyframes fadein {
    from { opacity: 0; top: 100px; }
    to   { opacity: 1; top: 0; }
}

.phone {
	position: relative;
	display: inline-block;
	padding: 0 20px;
    vertical-align: top;
}

.phone > img {
	height: 300px;
}

.phone .white-bg {
	position: relative;
	width: 146px;
	height: 296px;
	background: #fff;
	border-radius: 24px;
	margin-bottom: 25px;
}

.phone .white-bg img {
	position: absolute;
	z-index: 0;
	width: 80px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
}

.phone .screen {
	position: absolute; 
    height: 281px;
    margin: 10px 0 0 11px;
    z-index: -1;
}

.badges {
	text-align: center;
}

.badges img {
	display: block;
	margin: 20px auto;
	height: 30px;
}

@media (max-width: 500px) {
  .phones {
  	text-align: center;
  }

  .phone {
  	margin-bottom: 50px;
  }
}
