/* Containers. */

.features, .reviews, .services, .contacts {
	padding-top: 76px;
	padding-bottom: 76px;
	text-align: center;
}

.content h2 {
	font-size: 3rem;
	margin-bottom: 2%;
}


/* Main. */

.main {
	font-size: 0;
	padding-top: 160px;
	padding-bottom: 100px;
}

.player, .intro {
	display: inline-block;
	font-size: 1rem;
	vertical-align: middle;
}

.player {
	text-align: center;
	width: 45%;
}

.player img {
	width: 90%;
    animation: spin 60s infinite ease;
}

.player img:hover {
    animation: spin-counter 60s infinite ease;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin-counter {
    100% {
        transform: rotate(-360deg);
    }
}

.intro {
	width: 55%;
	padding-left: 6%;
}

.intro h1 {
	font-size: 9.6rem;
	margin-left: -8px;
}

.intro p {
	font-size: 2.16rem;
	color: #4e4e4e;
	margin-bottom: 2rem;
}

.intro img {
	width: 370px;
	opacity: 0.2;
}


/* Features. */

.features p {
	font-size: 2rem;
	margin-bottom: 3%;
	line-height: 1.2;
}

.features u {
	display: block;
	text-decoration: none;
	margin-bottom: 3%;
}

.list {
	font-size: 0;
}

.list div {
	width: 32%;
	display: inline-block;
	background-color: white;
	border-radius: 4px;
	margin-bottom: 2%;
	padding: 2%;
	font-size: medium;
}

.list img {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	margin-bottom: 6px;
}

.list div:nth-child(3n+2) {
	margin: 0 2%;
}


/* Reviews. */

.reviews  {
	font-size: 0;
}

.reviews ul {
	display: inline-block;
	width: 49%;
	margin-top: 56px;
}

.reviews ul:nth-child(2n) {
	margin-right: 2%;
}

.reviews li {
	display: inline-block;
	vertical-align: top;
}

.reviews ul li:nth-child(1) {
	text-align: center;
	width: 40%;
}

.reviews ul li:nth-child(2) {
	font-size: 1rem;
	text-align: left;
	width: 60%;
}

.reviews img {
	width: 160px;
	height: 160px;
	border-radius: 50%;
}

.reviews h3 {
	font-size: 2rem;
}

.reviews a {
	font-size: 1rem;
}

.reviews p {
	margin-top: 12px;
	text-align: justify;
	font-size: 1.1rem;
	line-height: 1.2;
}


/* Serivces. */

.services div {
	font-size: 0;
	padding: 24px  0 24px 24px;
	border-bottom: 1px dotted #9b9b9b;
}

.services div:last-child {
	border: 0;
}

.services p {
	display: inline-block;
	vertical-align: middle;
}

.services p:nth-child(odd) {
	width: 70%;
	text-align: left;
	font-size: 1.4rem;
}

.services p:nth-child(even) {
	width: 30%;
	font-size: 1.6rem;
}

.services p img {
	width: 20px;
	vertical-align: middle;
	margin-right: 8px;
	display: inline-block;
}


/* Contacts. */

.contacts ul {
	text-align: left;
	list-style-type: circle;
	font-size: 0;
	margin-bottom: 3rem;
}

.contacts li {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.2;
	width: 33%;
	text-align: center;
}

.contacts h3 {
	font-size: 1.6rem;
	margin-bottom: 0.6rem;
}

.contacts p {
	font-size: 2.2rem;
}

.contacts p a {
	margin-left: 1rem;
}

.contacts u {
	margin-top: 0.6rem;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 0.9rem;
}