html {
	font-size: 62.5%;
}

body{
	margin: 0;
	padding: 0;
	
	font-family: 'Asap', sans-serif;
	font-size: 1.6rem;
	color: #181818;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

.page-header {
	box-sizing: border-box;
	width: 100%;
	padding: 46px 10%;
	background-image: linear-gradient(to bottom, rgba(0,0,0,.8), rgba(0,0,0,.1) 80%, transparent);
	position: absolute;
}

.product-logo {
	float: left;
	margin-top: 10px;
}

.product-logo a {
	text-transform: uppercase;
	font-size: 3rem;
	text-decoration: none;
	color: #FFFFFF;
}

.main-navigation li {
	float: left;
	margin-left: 70px;
	margin-top: 15px;
}

.main-navigation li a, .login-options li a {
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 3rem;
	text-decoration: none;
	font-weight: 600;
}

.login-options {
	float: right;
}

.login-options li {
	float: left;
	margin: 15px 40px;
}

.login-options li:last-child {
	margin: 0;
}

.try-button {
	box-sizing: border-box;
	padding: 16px 30px;
	border: 2px solid #FFFFFF;
	border-radius: 28px;
	background-color: transparent;
	font-size: 1.6rem;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: uppercase;

}

.article-title {
	text-align: center;
	background-image: url("bgTop.jpg");
	background-size: cover;
	background-position: -20%;
	padding: 100px 0;
	height: calc(100vh - 200px);
}

.article-title h2 {
	padding-top: 235px;
	color: #FFFFFF;
	font-size: 5.5rem;
	font-weight: 300;
	letter-spacing: 2px;
}

.article-title p {
	padding: 50px;
	font-size: 2rem;
	color: #FFFFFF;
}

.article-main-content {
	overflow: hidden;
	padding: 150px 0;
}

.main-content-block {
	width: 38%;
	max-width:83rem;
	max-height: 90rem;
	float: left;
	margin-bottom: 150px;
	padding-left: 2.5%;
	padding-right: 9.5%;
}

.main-content-block:nth-child(odd) {
	padding-left: 9.5%;
	padding-right: 2.5%;
}

.part-title {
	font-size: 4.2rem;
	font-weight: 400;
	letter-spacing: 1px;
}

.adventages {
	box-sizing: border-box;
	padding: 12rem 0;
}

.adventages-item {
	clear: both;
	padding-top: 5rem;
}

.adventages-item h4 {
	font-size: 2.2rem;
	color: #393939;
	width: 80%;
	margin-left: 10%;
	margin-bottom: 1.5rem;
	
}

.adventages-item p {
	font-size: 1.8rem;
	color: #AFAFAF;
	width: 75%;
	margin-left:10%;
	line-height: 1.3em;
}

.adv-list-icon {
	display: block;
	width: 5%;
	float: left;
	font-size: 42px;
	color: #E63C14;
	text-align: left;
}

.chat {
	box-sizing: border-box;
	padding: 95px 0px 60px;
	box-shadow: 0px 5px 20px 1px rgba(0,0,0,.1);
}

.respond {
	clear: both;
	margin-bottom: 45px;
	overflow: hidden;
	padding-left: 75px;
	padding-right: 75px;
}
.respond:last-child {
	box-sizing: border-box;
	padding-bottom: 30px;
	border-bottom: 2px solid rgba(0,0,0,.05);
}

.respond img{
	border-radius: 50%;
	width: 70px;
	display: block;
	float: left;
	padding: 0 25px;
}

.window {
	box-sizing: border-box;
	padding: 30px;	
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,.05);
	float: right;
	width: 80%;
	margin-bottom: 25px;
	font-size: 1.8rem;
	color: #AFAFAF;
	line-height: 1.3em;
}

.window:last-child {
	width: auto;
	padding: 30px;
	float: left;
	letter-spacing: 1px;
	line-height: 20px;
}

.respond time {
	display: block;
	text-align: right;
	clear: both;
	margin-left: 20%;
}

.respond time:nth-child(even){
	text-align: left;
}

.loading-resp {
	font-size: 3.5rem;
}

.loading-resp span:first-child {
	color: #E63C14;
}

.loading-resp span:nth-child(2){
	color: #F0A995;
}

.loading-resp span:last-child {
	color: #F1C9BD;
}

.chat-input {
	clear: both;
	padding: 0px 75px;
	text-align: right;
	font-size: 40px;
}

.chat-input i {
	color: rgba(175,175,175,.7);
	line-height: 40px;
}

.chat-input i:last-child {
	color: #E63C14;
}

.chat-input span {
	float: left;
	font-size: 22px;
	line-height: 40px;
	color: #4D4C51;
	vertical-align: middle;
}

.menagment {
	color: #AFAFAF;
	font-size: 20px;
	font-weight: 400;
}

.menagment-title {
	border-bottom: 2px solid rgba(175,175,175,.1);
	text-transform: uppercase;
	color: #4D4C51;
	font-weight: 600;
}

.menagment li {
	box-sizing: border-box;
	padding: 30px 50px;
}

.menagment i {
	float: right;
}

.notes {
	margin-bottom: 70px;
}

.notes, .projects {
	box-shadow: 0px 5px 20px 1px rgba(0,0,0,.1);	
}

.projects li:nth-child(2) .icon-circle-empty {
	color: #E63C14;
}

.projects li:nth-child(3) .icon-circle-empty {
	color: #FD85FF;
}

.projects li:nth-child(4) .icon-circle-empty {
	color: #DFDFDF;
}

.summary {
	box-sizing: border-box;
	padding-left: 70px;
	padding-top: 20rem;
}


.summary h3 {
	margin-bottom: 20px;
}


.summary p {
	font-size: 2rem;
	color: #AFAFAF;
	line-height: 1.4em;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.red {
	border:2px solid #E63C14;
	color: #E63C14;
}

.final-inducement {
	width: 100%;
	height: 70rem;
	background-image: url(alana.jpg);
	background-size: cover;
	background-position:;
	position: relative;
}

.inducement-wrapper {
	width: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.inducement-title {
	margin-bottom: 40px;
}

.inducement-content {
	font-size: 2rem;
	margin-bottom: 70px;
	line-height: 3rem;
}

.page-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 7rem 22rem;
}

.page-footer .product-logo a {
	color: #181818;
	font-weight: 600;
}

.copy {
	float: left;
	font-size: 2rem;
	line-height: 3rem;
	font-weight: 600;
	color: #AFAFAF;
}

.socials li {
	float: left;
}

.socials a {
	color: #181818;
	text-decoration: none;
	font-size: 20px;
}

@media screen and (max-width:1024px) {
	.main-content-block {
		width: 80%;
		max-width:83rem;
		max-height: 90rem;
		clear:both;
		margin-bottom: 150px;
		padding-left: 10%;
		padding-right: 10%;
	}
	.article-title h2 {
		padding-top: 10rem;
		color: #FFFFFF;
		font-size: 3.5rem;
		font-weight: 300;
		letter-spacing: 2px;
	}

	.article-title p {
		padding: 20px;
		font-size: 2rem;
		color: #FFFFFF;
	}
	
	.article-title {
		padding: 100px 0;
	}
}