
@import url('reset.css');

body {
	background: #000 url('../images/backm.jpg') no-repeat center top;
	background-size: 100% auto;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #fff;
}

header {
	text-align: center;
	margin-top: 64px;
}

aside .lang {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #fff;
}

aside .lang a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

aside .lang a:hover {
	color: #ec4315;
}

aside .lang a.active {
	color: #ec4315;
}

aside .testimonials {
	width: 322px;
	background: linear-gradient(189deg, #ec4315, #ec4315, #ef740c);
	margin: 17px auto;
	text-align: center;
	text-transform: uppercase;
	padding: 1px 0 42px 0;
}

aside .links {
	width: 322px;
	margin: 33px auto;
	text-align: center;
	color: #fff;
}

aside .links hr {
	color: #ec4315;
	background-color: #ec4315;
	border-color: #ec4315;
	height: 3px;
	margin: 16px 0 19px 0;
}

aside .links a {
	color: #ccc;
}
aside .links a:hover {
	text-decoration: none;
}

aside h2 {
	margin-top: 42px;
	font-weight: bold;
	font-size: 20px;
}

aside p {
	font-size: 16px;
}

main {
	text-align: center;
	padding-bottom: 41px;
}

.logo {
	width: 345px;
	margin: 0 auto;
}

.desire {
	font-size: 22px;
	margin: 42px 0 18px 0;
}

.point img {
	height: 22px;
}

.phones {
	font-size: 30px;
	margin-bottom: 50px;
}

.phones p {
	margin: 15px 0;
}

.phones .small {
	font-size: 25px;
}

.phones a {
	color: #fff;
	text-decoration: none;
}

.uc-icon {
	width: 57px;
	height: 57px;
	background: #fc5425;
	border-radius: 28.5px;
	margin: 0 auto;
	text-align: center;
}

.uc-icon img {
	width: 33px;
	height: 33px;
	margin-top: 12px;
}

.uc-text {
	margin-top: 17px;
	font-size: 26px;
	text-align: center;
}

.icon {
	width: 70px;
	margin: 30px auto 11px auto;
}

.icon-label a {
	font-size: 28px;
	color: #fff;
	text-decoration: none;
}

footer {
	margin: 41px 0 70px 0;
}

@media screen and (min-width: 992px) {

	body {
		background: #000 url('../images/backd.jpg') no-repeat center top;
		background-size: 100% auto;
	}

	header {
		text-align: left;
		width: 50%;
		margin-top: 108px;
	}

	aside {
		float: right;
		width: 50%;
	}

	aside .lang {
		position: relative;
		top: -170px;
		right: 0;
		width: 430px;
		margin: 0 auto;
		text-align: right;
	}

	aside .testimonials {
		margin: -86px auto;
	}

	aside .links {
		width: 430px;
		margin-top: 140px;
	}

	aside .links hr {
		margin: 26px 0 29px 0;
	}

	main {
		width: 50%;
	}

	.desire {
		margin-top: 113px;
		font-size: 26px;
	}

	.phones {
		font-size: 40px;
		margin-top: 24px;
		margin-bottom: 82px;
	}

	.phones p {
		margin: 8px 0;
		line-height: 1;
	}

	.phones .small {
		font-size: 35px;
	}

	.phones a:hover {
		text-decoration: underline;
	}

	.icon {
		width: 100px;
		margin: 45px auto 25px auto;
	}

	.icon-label a {
		font-size: 32px;
	}

	.uc-text {
		margin-top: 12px;
		font-size: 28px;
	}

	aside .testimonials {
		padding-bottom: 70px;
		width: 430px;
	}

	aside h2 {
		margin-top: 70px;
		font-size: 32px;
	}

	aside p {
		font-size: 26px;
	}

	footer {
		margin: 100px 0 110px 0;
	}
}