body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	letter-spacing: 0em;
	line-height: 1.5em;
	font-size: 14px;
	font-weight: 400;
	padding: 0;
	margin: 0;
}

ul, li {
	display: block;
	padding: 0;
	margin: 0;
}

h1, h2, h3 {
	text-transform: uppercase;
	font-weight: 700;	
	color: #2d3033;
	line-height: 1.6em;
}

p {
	margin: 0;    
    line-height: 1.5em;    
}

a, a:hover, a:active {
	text-decoration: none;
}

a, button {
	transition: all 0.5s ease;
}

.container-fluid_plain {
	padding: 0;
}

/* ------ Первый экран ------ */

.header {
	padding-top: 32px;
	padding-bottom: 243px;	
	background: url(../img/header-bg.jpg) no-repeat center top;
}

.navigation {
	text-transform: uppercase;
	padding-bottom: 36px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);	
}

.logo {
	color: #fff;
	font-size: 30px;
	line-height: 33px;	
}

.logo span {
	color: #626fe4;
	font-weight: 700;
}

.menu {
	margin-top: 10px;
	display: flex;
	justify-content: flex-end;	
}

.menu__item a {
	color: #fff;
	padding-right: 32px;
	padding-left: 30px;
}

.menu__item a {
    display: inline-block;
    position: relative;
    text-decoration: none;
}
.menu__item a:after {
    display: block;
    position: absolute;
    content: "";
    height: 3px;
    width: 0;
    background: rgba(255, 255, 255, 0.5);
    transition: width 0.4s ease-in-out;
    right: 0;
    top: 57px;   

}
.menu__item a:hover:after {
    width: 100%;
}

.offer {
	margin-top: 174px;
	text-align: center;
}

.offer__heading {
	color: #fff;
	font-size: 45px;	
}

.offer__desc {
	font-size: 22px;	
	margin: 21px auto 28px auto;	
	max-width: 560px;
}

.offer__btn {
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	width: 200px;	
	background: #e84545;
	border-radius: 2px;
	padding: 12px 0;
	margin: 0 auto;
}

.offer__btn:hover {
	color: #e84545;
	background: #fff;
}

.offer__btn:active {
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

/* ------ Второй экран ------ */

.features {
	padding: 121px 0 49px 0;
}

.feature {
	text-align: center;
	margin-bottom: 73px;
}

.feature__title {
	font-size: 14px;
	color: #2d3033;
	margin-top: 28px;
	margin-bottom: 15px;
}

.feature__desc {
	color: #6c7279;
	padding: 0 15px;
}

/* ------ Третий экран ------ */

.works {
	padding-bottom: 103px;
}

.work {
    position: relative;
    margin-bottom: 37px;
    max-width: 270px;
}

.work img {
	max-width: 100%;
}

.work__overlay {
    background-color: rgba(232, 69, 69, 0.9);
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.6s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.work:hover .work__overlay  {
    opacity: 1;
    cursor: pointer;
}

/* ------ Четвертый экран ------ */

.team {
	padding: 125px 0 118px 0;
	/*opacity: 0.09;*/	
	background-color: rgba(98, 111, 228, 0.09);
}

.person {
	max-width: 100%;
}

.person img {
	max-width: 100%;
}

.person__name {
	color: #2d3033;	
	font-size: 22px;
	font-weight: 700;
	margin-top: 23px;
	margin-bottom: 3px;
}

.person__position {
	color: #e84545;	
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
}

.person__desc {
	color: #6c7279;
	/*max-width: 270px;*/
	margin-top: 20px;
	margin-bottom: 26px;
}

.person__icons img {
	background: #fff;
	border: 1px solid #e8ecee;

}

.person__icons img:hover {
	background: #e84545;
	border: 1px solid #e8ecee;
	transition: all 0.5s ease;
}

.person__facebook {
	padding: 10px 15px;
}

.person__twitter {
	padding: 12px 9px;
}

.person__linkedin {
	padding: 11px;
}

/* ------ Пятый экран ------ */

.workspace {
	background: url(../img/clients-bg.jpg) no-repeat right center;
	height: 500px;
}

.comment {
	background: #53354a;
	padding: 131px 20px 20px 85px;
	width: 100%;
	/*min-height: 500px;*/
}

.comment__content {
	min-height: 349px;
}

.comment__desc {
	/*max-width: 505px;*/
	font-size: 36px;
	font-style: italic;
	line-height: 42px;
	margin-bottom: 29px;
}

.comment__name {
	font-size: 13px;
	text-transform: uppercase;
	padding-left: 2px;
}

.download {
	padding: 88px 0 99px 0;
}

.download-offer {
	text-align: center;
	text-transform: uppercase;
}

.download-offer__heading {
	font-size: 28px;
	margin-bottom: 6px;
	text-transform: none;
}

.download-offer__desc {
	color: #2d3033;
	font-size: 13px;	
	margin-bottom: 36px;
}

.download-offer__btn {
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: 700;
	background: #e84545;
	border: 1px solid #fff;
	border-radius: 2px;
	width: 280px;
	padding: 12px 0;
	margin: 0 auto;
}

.download-offer__btn:hover {
	background: #fff;
	color: #e84545;
	border: 1px solid #e84545;
	/*padding: 16px  0;*/
}

.download-offer__btn:active {
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

/* ------ Шестой экран ------ */

.footer {
	padding: 79px 0 0 0;
	background: #3a3e64;
	text-align: center;
}

.footer:after {
	content: '';
	display: block;
	width: 100%;
	height: 12px;
	background-color: #313454;
	margin-top: 70px;
}

.address,
.copyrights {
	padding-top: 6px;
}

.address__title,
.copyrights__title,
.about__title {
	color: #fff;
	font-size: 14px;
	margin-bottom: 16px;
}

.address__title {
	margin-bottom: 12px;
}

.address__text {
	opacity: 0.5;
}

.copyrights__text {
	color: #808080;
}

.copyrights__letter {
	color: #e84545;
}

.copyrights__name {
	color: #fff;
}

.about__title {
	margin-bottom: 11px;
}

.about__text {
	font-size: 14px;
	opacity: 0.5;
	line-height: 23px;
	padding: 0 5px;
}

/* Media Queries */

/* 768 - 991 px */
@media screen and (max-width: 991px) {
	.header {
		padding-bottom: 150px;
	}
	.logo {
		text-align: center;
		display: block;
	}
	.menu {
		justify-content: space-between;
		margin-top: 30px;
	}
	.offer__heading {
		line-height: 1.3em;
	}
	.features {
		padding: 61px 0 49px 0;
	}
	.works {
		padding-bottom: 50px;
	}
	.person {
		margin-bottom: 40px;
	}
	.person>img {
		display: block;
		margin: 0 auto;
	}
	.person__name,
	.person__position,
	.person__icons {
		text-align: center;
	}
	.comment {
		/*max-height: 350px;*/
		padding: 80px 60px 70px 60px;		
	}
	.comment__content {
		max-width: 700px;
		margin: 0 auto;
		min-height: auto;
	}	
	.about__title {
		margin-top: 35px;
	}
	.about__text {
		max-width: 320px;
		margin: 0 auto;
	}
}

/* 576 - 767 px */
@media screen and (max-width: 767px) {
	.menu__item a {		
		padding-right: 16px;
		padding-left: 15px;
	}	
	.team {
		padding: 60px 0;
	}	
	.comment {
		padding: 70px 50px 60px 50px;		
	}
	.footer {
		padding-top: 50px;
	}
	.address {
		margin-bottom: 30px;
	}
	.footer:after {
		margin-top: 50px;
	}
}

/* 320 - 575 px */
@media screen and (max-width: 575px) {
	.menu {
		display: none;
	}
	.offer__heading {
		font-size: 36px;	
	}
	.offer__desc {
		font-size: 18px;
	}	
	.workspace {
		background: url(../img/clients-bg.jpg) 70%;
	}
	.comment {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.comment__desc {		
		font-size: 30px;		
	}
	.comment__name {
		font-size: 11px;		
	}
	.download-offer__heading {
		line-height: 1.3em;
	}
}