/*----------Specification---------*/

body {
	font: 400 14px/1.5em 'Open Sans', sans-serif;
	color: #6c7279;
}

a, a:hover, a:active {
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
}

ul, li{
	list-style: none;
}

h1, h2, h3, h4 {
	font-weight: 700;
}

h1 {
	font-size: 45px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 14px;
}

h1, h4, .menu, .team__position, .quotes__autor, .action__text {
	text-transform: uppercase;
}

.offer__btn, .action__btn {
	display: block;
	background-color: #e84545;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.4s ease;
}

.result__title, .team__title, .action__title, .action__text {
	color: #2d3033;
}

.offer, .result, .team__icon, .action, .about {
	text-align: center;
}

.team__position, .quotes__autor, .action__text {
	font-size: 13px;
}

/* ------------- Header ------------- */

.header {
	background: #373842 url('../img/header-back.jpg') no-repeat center top / cover;
	color: #fff;
    padding: 38px 0 243px 0;
    background-attachment: fixed;
    height: 100vh;
    position: relative;
}

.offer-back {
	background-color: rgb(18 1 15 / 52%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.logo__link {
	font-size: 30px;
	color: #fff;
}

.logo__link span {
	color: #626fe4;
	font-weight: 700;
	margin-right: -8px;
}

.menu__icon {
	display: none;
}

.menu {
	margin-bottom: 0;
	position: relative;
    z-index: 2;
}

.logo {
    position: relative;
    z-index: 2;
}

.menu__link {
	color: #fff;
	padding: 0 35px 38px 34px;
	border-bottom: 3px solid transparent;
}

.menu__link:hover {
	border-bottom: 3px solid rgba(255,255,255,0.6);
}

.menu__item:last-child a {
	padding-right: 0;
}

.offer {
	border-top: 1px solid rgba(255,255,255,0.2);
	margin-top: 35px;
	position: relative;
    z-index: 2;
}

.offer__title {
	margin: 142px 0 0 0;
	line-height: 2.76em;
}

.offer__info {
	max-width: 556px;
	margin: 0 auto;
	font-size: 22px;
	line-height: 1.5em;
}

.offer__btn {
	max-width: 201px;
	line-height: 46px;
	border-radius: 1px;
	margin: 28px auto 0 auto;
}

.offer__btn:hover {
	color: #fff;
	transform: scaleX(1.02);
	box-shadow: 0 0 20px rgba(0,0,0,0.9);
}

.offer__btn:active {
	transform: scaleX(1);
	box-shadow: 0 0 15px rgba(0,0,0,0.3) inset;
}

/*------- Section Features -------*/

.features {
	padding-top: 121px;
}

.result {
	max-width: 310px;
	margin: 0 auto 72px auto;
	padding-top: 91px;
}

.result_easy {
	background: url('../img/feature-1.png') no-repeat center top;
}

.result_ready {
	background: url('../img/feature-2.png') no-repeat center top;
}

.result_full {
	background: url('../img/feature-3.png') no-repeat center top;
}

.result_smart {
	background: url('../img/feature-4.png') no-repeat center top;
}

.result_perfect {
	background: url('../img/feature-5.png') no-repeat center top;
}

.result_free {
	background: url('../img/feature-6.png') no-repeat center top;
}

.result__title {
	margin-bottom: 18px;
}

/*--------- Section Works --------- */

.my-works {
	padding: 51px 0 104px 0;
}

.works {
	max-width: 263px;
	margin: 0 auto 26px auto;
	position: relative;
}

.works__pic {
	display: block;
	max-width: 100%;
}

.works__overlay {
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: rgba(232,69,69,0.9);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease;
}

.works:hover .works__overlay{
	opacity: 1;
}

.works__text {
	margin-bottom: 0;
}

/*--------- Section Our Team ---------*/

.our-team {
	padding: 125px 0 117px 0;
	background-color: #f1f2fd;
}

.team {
	max-width: 270px;
	margin: 0 auto;
}

.team__pic {
	max-width: 100%;
}

.team__title {
	margin: 25px 0 5px 0;
}

.team__position {
	color: #e84545;
}

.team__info {
	width: 270px;
	margin: 19px 0 26px 0;
}

.team__icon {
	width: 40px;
    background-color: #fff;
    font-size: 18px;
    line-height: 38px;
    color: #c6cacc;
    border: 1px solid #e8ecee;
    margin-right: 1px;
    transition: all 0.5s ease;
}

.team__icon:hover {
	color: #53354a;
	border: 1px solid #53354a;
	transform: scaleX(1.2);
}

/*--------- Section Clients ---------*/

.clients {
	background-color: #53354a;
}

.container-fluid_solid {
	padding: 0;
}

.girl {
	height: 500px;
	background: url('../img/clients.jpg') no-repeat right top;
}

.quotes {
	width: 100%;
	color: #fff;
	padding: 131px 64px 64px 69px;
	margin: 0;
}

.quotes__text {
	max-width: 533px;
	font-size: 36px;
	line-height: 1.18em;
	font-style: italic;
	margin-bottom: 28px;
}

.quotes__autor {
	font-style: normal;
}

 /*--------- Section Download Now ---------*/

.download {
	padding: 94px 0 100px 0;
}

.action__title {
	margin-bottom: 10px;
}

.action__btn {
	max-width: 279px;
	font-weight: 700;
	line-height: 46px;
	border-radius: 3px;
	margin: 35px auto 0 auto;
}

.action__btn:hover {
	color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.8);
}

.action__btn:active {
	box-shadow: 0 1px 10px rgba(0,0,0,0.3) inset;
}

/*------------ Footer ------------*/

.footer {
	padding: 83px 0 55px 0;
	background-color: #3a3e64;
	border-bottom: 12px solid #313454;
}

.about {
	max-width: 340px;
}

.about_second {
	margin: 0 auto;
}

.about__title {
	margin-bottom: 14px;
}

.about__info {
	line-height: 1.6em;
}

.about__info_first {
	color: #a0a2b0;
	max-width: 150px;
	margin: 0 auto;
}

.about__info_second {
	color: #78787c;
}

.about__info_third {
	color: #adaebb;
}

.about__title, .about__info span:last-child {
	color: #fff;
}

.about__info span:not(:last-child) {
	color: #e84545;
}

.bar {
	display: none;
}

/* --------------- Media Queries ----------------- */

/* ---------- 992 - 1200px ------------ */
@media screen and (max-width: 1199.98px) {
	.my-works {
		padding: 51px 0 60px 0;
	}

	.our-team {
		padding: 86px 0 67px 0;
	}

	.team__info {
		width: 100%;
	}

	.quotes {
		padding-top: 103px;
	}

	.download {
		padding: 94px 0 90px 0;
	}

	.footer {
		padding: 79px 0 34px 0;
	}
}

/* ---------- 768 - 992px ------------ */
@media screen and (max-width: 991.98px) {
	.header {
		padding-bottom: 164px;
	}

	.offer {
		align-items: center;
	}

	.offer__title {
		margin-top: 100px;
		font-size: 40px;
	}

	.logo {
		margin-bottom: 30px;
	}

	.offer__title {
		line-height: 1.4em;
		margin-bottom: 16px;
	}

	.offer__info {
	    font-size: 18px;
	    max-width: 525px;
	}

	.our-team {
		padding-bottom: 40px;
	}

	.team {
		margin-bottom: 40px;
	}

	.team__info {
		margin-bottom: 13px;
	}

	.quotes {
		padding: 64px;
	}

	.quotes__text {
		max-width: 772px;
		margin-bottom: 17px;
	}

	.about__info_first, .about__info_second {
		margin-bottom: 50px;
	}

	.about_third, .about_first {
		margin: 0 auto;
	}

	.about_third {
		max-width: 420px;
	}

	.about__info_first {
		max-width: 100%;
	}
}

/* ---------- 576 - 768px ------------ */
@media screen and (max-width: 767.98px) {
	.logo {
		margin-bottom: 25px;
	}

	.menu__link {
		padding: 0px 16px 28px 16px;
	}

	.menu__item:last-child a {
		padding-right: 16px;
	}

	.my-works {
		padding: 50px 0 31px 0;
	}

	.our-team {
		padding: 61px 0 40px 0;
	}

	.girl {
		height: 355px;
		background: url('../img/clients.jpg') no-repeat right top / cover;
	}

	.quotes__text {
		font-size: 33px;
	}

	.offer {
		margin-top: 25px;
	}

	.offer__title {
		font-size: 39px;
	}

	.offer__info {
		max-width: 378px;
    	font-size: 17px;
	}
}

/* ---------- 320 - 576px ------------ */
@media screen and (max-width: 575.98px) {
	.header {
		height: 100vh;
		padding: 35px 0 131px 0;
	}

	.logo__link {
		font-size: 22px;
	}

	.offer {
		margin-top: 5px;
	}

	.offer__title {
		font-size: 26px;
    	margin-top: 131px;
	}

	.offer__info {
    	max-width: 280px;
    	font-size: 13px;
   	}

	.offer__btn, .action__btn {
    	max-width: 175px;
	}

	.features {
	    padding-top: 109px;
	}

	.works {
		margin-bottom: 36px;
	}

	.our-team {
		padding-bottom: 20px;
	}

	.team {
		margin-bottom: 50px;
	}

	.team__title {
		margin: 15px 0 3px 0;
	}

	.team__info {
		margin-top: 7px;
	}

	.girl {
		height: 276px;
		background: url('../img/clients.jpg') no-repeat right top / cover;
	}

	.quotes {
		padding: 36px;
	}

	.quotes__text {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.quotes__autor {
		font-size: 11px;
	}

	.action__title {
		font-size: 24px;
	}

	.bar {
		display: block;
	}

	.bar__label {
		text-align: center;
    	color: #fff;
	    position: fixed;
	    top: 17px;
		right: 58px;
		width: 150px;
	}

	.bar__icon {
	    color: rgba(188,188,193,0.99);
	    font-size: 23px;
	    position: absolute;
	    top: 0px;
	    right: -37px;
	}

	.bar__list {
		margin: 0;
		padding: 0;
	    box-shadow: 0 0px 8px rgba(0,0,0,0.6);
	}

	.bar__link {
		font-size: 15px;
		text-transform: uppercase;
		color: #fff;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		background-color: rgba(56,56,64,0.9);
		padding: 10px 0;
		cursor: pointer;
	    display: none;
	}

	.bar__input:checked+label .bar__link {
		display: block;
	}
}