html,
body {
	height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
	background: url(/assets/background@2x.png) top center no-repeat #000;
	background-size: 1920px 2712px;
	color: #fff;
}

.container {
	max-width: 1180px;
	margin: 0 auto;
}

a {
	text-decoration: none;
	color: #895CCB;
}
	a:hover {
		text-decoration: underline;
	}
	
	a img {
		margin-right: 4px;
	}

p {
	font-size: 16px;
	line-height: 125%;
	color: rgba(255,255,255,0.7);
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-weight: 900;
	color: #fff;
	margin: 0 0 20px;
}

h2 {
	font-size: 36px;
	font-weight: 900;
	color: #fff;
	margin: 0 0 10px;
}

h3 {
	font-size: 32px;
	font-weight: 900;
	color: #fff;
	margin: 0 0 10px;
}

.button {
	height: 56px;
	padding: 0 20px;
	line-height: 56px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	background: #895CCB;
	display: inline-block;
	text-decoration: none;
	border-radius: 6px;
	box-sizing: border-box;
	user-select: none;
}
	.button:hover {
		background: #7D4EC2;
		text-decoration: none;
	}
	.button.--disabled,
	.button.--disabled:hover {
		background: rgba(255,255,255,0.1) !important;
		color: rgba(255,255,255,0.1) !important;
	}
	
	.button img {
		margin-right: 8px;
	}

nav.nav {
	display: flex;
	padding: 40px 20px 0;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
	
	.nav__button {
		height: 56px;
		padding: 0 20px;
		line-height: 56px;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
	}
		.nav__button:hover {
			text-decoration: none;
			color: #ddd;
		}

header.hero {
	display: flex;
	padding: 0 60px;
	margin: 0 0 60px;
	align-items: center;
}
	
	.hero__description {
		margin-right: 40px;
	}
		
		.hero__description p {
			margin: 0 0 32px;
		}
		
		.hero__description__starting-price {
			padding: 10px;
			font-size: 14px;
			color: rgba(255,255,255,0.7);
			margin: 0 0 14px;
		}
		
		.hero__description__links {
			display: flex;
		}
			.hero__description__links a {
				margin-right: 20px;
			}
	
	.hero__image {
		flex-grow: 1;
		max-width: 560px;
	}
	
	.hero__video {
		
	}
		
		.hero__video__preview {
			width: 512px;
			height: 340px;
			background: #2d2d2d;
			border-radius: 12px;
			display: flex;
			justify-content: center;
			align-items: center;
			cursor: pointer;
			color: #fff;
		}
			.hero__video__preview:hover {
				background: #2a2a2a;
			}
			
section.section {
	padding: 0 20px;
	margin: 0 0 60px;
}
	
	.section__title {
		text-align: center;
		max-width: 480px;
		padding: 0 20px;
		margin: 0 auto;
	}
	
	.section__content {
		display: flex;
		flex-wrap: wrap;
	}
		.section.--text .section__content {
			display: block;
		}
		.section.--features .section__content {
			flex-direction: row;
		}
		
		.section__content > div {
			margin: 10px;
		}
			.section.--reviews .section__content > div {
				width: 265px;
			}
			.section.--plans .section__content > div {
				width: 265px;
			}

.review {
	background: url(/assets/quote@2x.png) no-repeat 10px 10px #2d2d2d;
	background-size: 36px 36px;
	border-radius: 6px;
	padding: 20px 20px 20px 60px;
	font-size: 16px;
	line-height: 125%;
	color: #fff;
	box-sizing: border-box;
}

.card {
	background: #2d2d2d;
	border-top: 6px solid rgba(255,255,255,0.2);
	display: flex;
	flex-direction: column;
	gap: 8px;
	border-radius: 6px;
	padding: 20px;
	width: 320px;
}
	
	.card__image {
		
	}
		
		.card__image img {
			max-width: 100%;
		}
	
	.card__title {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		color: #fff;
	}
	
	.card__text {
		font-size: 14px;
		text-align: center;
		color: rgba(255,255,255,0.5);
	}

.plan {
	background: #2d2d2d;
	border-top: 6px solid rgba(255,255,255,0.2);
	text-align: center;
	border-radius: 6px;
	padding: 20px;
	font-size: 16px;
	line-height: 125%;
	color: #fff;
	box-sizing: border-box;
	height: 620px;
	position: relative;
}
	.plan.--starter {
		border-top-color: rgba(255,255,255,0.2);
	}
	.plan.--freelancer {
		border-top-color: #00cd88;
	}
	.plan.--professional {
		border-top-color: #00bdfb;
	}
	.plan.--business {
		border-top-color: #FF7463;
	}
	.plan.--education {
		border-top-color: #895CCB;
	}
	.section.--plans .plan:first-child {
		margin-left: auto;
	}
	.section.--plans .plan:last-child {
		margin-right: auto;
	}
	
	.plan__title {
		font-size: 18px;
		margin: 0 0 20px;
	}
	
	.plan__periods {
		border: 2px solid rgba(255,255,255,0.2);
		border-radius: 6px;
		padding: 2px;
		display: flex;
		margin: 0 auto 20px;
		box-sizing: border-box;
		user-select: none;
	}
		
		.plan__periods div {
			font-size: 12px;
			text-transform: uppercase;
			font-weight: bold;
			padding: 2px 4px;
			background: rgba(255,255,255,0.1);
			flex-grow: 1;
			border-radius: 2px;
			color: rgba(255,255,255,0.7);
		}
		.plan__periods div.--selected {
			background: rgba(255,255,255,0.3);
			color: #fff;
		}
		.plan__periods div:nth-child(2) {
			margin-left: 2px;
		}
	
	.plan__price1 {
		font-size: 20px;
		margin: 0 0 10px;
	}
		
		.plan__price1 .discount {
			vertical-align: middle;
		}
	
	.plan__price2 {
		font-size: 12px;
		margin: 0 0 20px;
		color: rgba(255,255,255,0.7);
	}
	
	.plan ul {
		text-align: left;
	}
		
		.plan ul li {
			margin: 0 0 4px;
			font-size: 14px;
		}
		
		.plan ul li b {
			color: rgba(255,255,255,0.7);
		}
	
	.plan__footer {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 0 20px;
		text-align: center;
		font-size: 14px;
		color: rgba(255,255,255,0.5);
		line-height: 125%;
		height: 150px;
	}
		
		.plan__footer img {
			opacity: 0.5;
			margin: 0 0 2px;
		}
	
	.plan .button {
		width: 220px;
		margin: 0 0 10px;
	}
		.plan.--freelancer .button {
			background: #00cd88;
		}
		.plan.--professional .button {
			background: #00bdfb;
		}
		.plan.--business .button {
			background: #FF7463;
		}

.discount {
	background: #895ccb;
	border-radius: 6px;
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 0 8px;
	text-transform: uppercase;
	display: inline-block;
}

footer.footer {
	padding: 20px 60px;
}
	
	.footer__content {
		display: flex;
		justify-content: space-between;
	}
		
		.footer__content .footer__content__links {
			margin-left: 60px;
		}
		
		.footer__content .footer__content__links span {
			color: #fff;
			font-weight: bold;
		}
		
		.footer__content .footer__content__links ul {
			list-style-type: none;
			padding: 0;
		}
		
		.footer__content .footer__content__links ul li {
			margin: 0 0 12px;
		}
		
		.footer__content .footer__content__links ul li a {
			color: rgba(255,255,255,0.5);
		}

	.footer__distributor {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		color: rgba(255,255,255,0.5);
		margin: 0 0 20px;
	}
		
		.footer__distributor img {
			margin-right: 10px;
		}
	
	.footer__attribution {
		font-size: 11px;
		color: rgba(255,255,255,0.5);
		text-align: center;
		margin: 0 0 20px;
	}
		
		.footer__attribution a {
			color: rgba(255,255,255,0.5);
			font-weight: bold;
		}

	.footer__copyright {
		text-align: center;
		font-size: 14px;
		color: #fff;
	}

.thanks {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	flex-direction: column;
	padding: 20px;
	box-sizing: border-box;
	user-select: none;
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 32px;
	}
	
	.nav__button {
		display: none;
	}
	
	header.hero {
		flex-direction: column;
		padding: 0 20px;
	}
	
	.hero__video__preview {
		width: 320px;
		height: 200px;
	}
	
	.section__content {
		flex-direction: column;
	}
		.section__content > div {
			margin: 0 0 10px;
		}
	
	.section.--reviews .section__content > div {
		width: 100%;
	}
	
	.section.--plans .section__content > div {
		width: 100%;
	}
	
	footer.footer {
		padding: 20px;
	}
}
