h3 {
	font-family: 'Rajdhani', sans-serif;
	font-size: 48px;
	line-height: 0.87em;
	color: #FFF;
	text-transform: uppercase;
}
.about-offer .offer {
	padding-bottom: 100px;
}

.about-intro {
	background: linear-gradient(to right, #F5F5F5 60%, #231F20 60%);
}
.about-intro .container {
	padding: 140px 0;
}
.about-intro p {
	width: 622px;
	color: #231F20;
	font-size: 28px;
	line-height: 1.29em;
}

.about-intro img {
	width: 100%;
	margin: 100px 0;
}

.facts .container {
	margin-top: 200px;
	margin-bottom: 100px;
}
.facts-block-el {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.fact-el {
	width: 622px;
	height: 170px;
	border-bottom: 1px solid #444041;
	display: flex;
}
.fact-num {
	display: flex;
	min-width: 208px;
	height: 120px;
	line-height: 0.86em;
	color: #EA1D2C;
	font-weight: bold;
	font-size: 140px;
	margin-right: 18px;

}
.fact-num .plus {
	font-size: 48px;
	line-height: 0.67em;
	margin-left: 4px;
}
.fact-name {
	display: flex;
	width: 330px;
	height: 120px;
	font-size: 24px;
	align-items: flex-end;
}

.core-val {
	padding: 205px 0;
	background: linear-gradient(180deg, #231F20 0%, rgba(35, 31, 32, 0) 100%), 
	linear-gradient(180deg, rgba(35, 31, 32, 0) 0%, #231F20 100%),
	url(../img/image11.jpg) no-repeat center / cover;
}
.core-val .col-lg-6 {
	position: relative;
}
.core-val h3 {
	width: 330px;
}
.core-val .hr-content {
	position: absolute;
	bottom: 0;
}
.core-val p {
	color: #fff;
	font-size: 28px;
	line-height: 1.29em;
}

.quote {
	padding-top: 100px;
	padding-bottom: 140px;
}
.quote .row {
	box-sizing: content-box;
}
.quote .col-lg-2 {
	position: relative;
}
.quote .main-goal {
	position: absolute;
	width: 452px;
	height: 286px;
	background: #EA1D2C;
	padding: 80px;
	bottom: 0;
}
.main-goal .in-block {
	position: relative;
	height: 100%;
}
.main-goal p {
	font-family: 'Rajdhani', sans-serif;
	font-size: 48px;
	line-height: 0.87em;
	color: #fff;
	text-transform: uppercase;
}
.hr-main-goal {
	position: absolute;
	bottom: 0;
    width: 60px;
    height: 0;
    border-bottom: 1px solid #fff;
}
.quote .col-lg-10 {
	background: #F5F5F5;
	padding: 140px 113px;
	padding-left: 455px;
}
.quote .col-lg-10 img {
	margin-bottom: 48px;
}
.quote .col-lg-10 p {
	color: #231F20;
	font-size: 28px;
	line-height: 1.29em;

}

/*Responsive*/

/* 1201px - 1401px */
@media screen and (max-width: 1400px) {
	.about-intro .container {
		padding: 120px 0;
	}
	.about-intro p {
		font-size: 24px;
		line-height: 1.33em;
	}
	.about-intro img {
		margin: 80px 0;
	}
	.fact-el {
		width: 540px;
		height: 150px;
	}
	.fact-num {
		font-size: 120px;
		height: 100px;
	}
	.fact-name {
		font-size: 24px;
		width: 250px;
		height: 100px;
	}
	.core-val p {
		font-size: 24px;
		line-height: 1.33em;
	}
	.quote .main-goal {
		padding: 70px;
		width: 430px;
    	height: 250px;
	}
	.main-goal p {
		font-size: 40px;
	}
	.quote .col-lg-10 {
		padding-left: 400px;
	}
	.quote .col-lg-10 img {
		margin-bottom: 40px;
	}
	.quote .col-lg-10 p {
		font-size: 24px;
	}
}

/* 993px - 1200px*/
@media screen and (max-width: 1200px) {
    .about-intro {
    	background: #F5F5F5;
    }
    .about-intro .container {
    	padding: 60px 0;
    }
    .about-intro img {
    	margin: 60px 0;
    }
    .facts .container {
    	margin-top: 100px;
    	margin-bottom: 110px
    }
    .fact-el {
    	display: block;
    	width: 324px;
    	height: 192px;
    }
    .fact-num {
    	font-size: 80px;
    	line-height: 0.87em;
    }
    .fact-name {
    	width: auto;
    	height: 64px;
    }
    .core-val {
    	padding-top: 90px;
    	padding-bottom: 110px;
    }
    .core-val .row {
    	display: block;
    }
    .core-val .col-lg-6 {
    	width: auto;
    }
    .core-val h3 {
    	font-size: 36px;
    	line-height: 0.89em;
    	margin-bottom: 32px;
    }
    .core-val .hr-content {
    	margin-top: 0;
    	margin-bottom: 40px;
    	position: static;
    }
    .quote {
    	padding-bottom: 100px;
    }
    .quote .main-goal {
    	width: 324px;
    	height: 240px;
    	padding: 48px;
    }
    .main-goal p {
    	font-size: 36px;
    	line-height: 0.89em;
    }
    .quote .col-lg-2 {
    	width: 118px;
    }
    .quote .col-lg-10 {
    	width: 560px;
    	padding: 80px;
    	padding-bottom: 300px;
    }
    .quote .col-lg-10 p {
    	width: 400px;
    }
}


/* 577px > 768px*/
@media screen and (max-width: 768px) {
    .about-offer .offer {
    	padding-bottom: 40px;
    }
    .proj-offer-title {
    	margin-bottom: auto;
    }
    .about-intro p {
    	font-size: 18px;
    	line-height: 1.44em;
    	width: auto;
    }
    .about-intro .container {
    	padding: 48px 0;
    }
    .about-intro img {
    	margin: 48px 0;
    }
    .facts-block-el {
    	display: block;
    }
    .fact-el {
    	display: flex;
    	width: auto;
    	height: 120px;
    	margin-bottom: 40px;
    }
    .fact-num {
    	height: 65px;
    	margin: 0;
    }
    .fact-name {
    	width: 350px;
    	height: 65px;
    	font-size: 20px;
    	line-height: 1.44em;
    }
    .core-val {
    	padding-top: 56px;
    	padding-bottom: 120px;
    }
    .core-val h3 {
    	font-size: 24px;
    	line-height: 1em;
    	margin-bottom: 24px;
    }
    .core-val .hr-content {
    	margin-bottom: 32px;
    }
    .core-val p {
    	font-size: 18px;
    	line-height: 1.44em;
    }
    .quote {
    	padding-top: 40px;
    	padding-bottom: 80px;
    }
    .quote .main-goal {
    	width: 230px;
    	height: 153px;
    }
    .quote .col-lg-10 {
    	width: auto;
    	padding: 40px 20px;
    	padding-bottom: 200px
    }
    .quote .col-lg-10 img {
    	width: 43px;
    	height: 38px;
    	margin-bottom: 24px;
    }
    .quote .col-lg-10 p {
    	width: 340px;
    	font-size: 18px;
    	line-height: 1.44em;
    }
    .quote .main-goal {
    	padding: 32px;
    }
    .main-goal p {
    	font-size: 24px;
    }
}

/* 320px - 576px */
@media screen and (max-width: 576px) {
	.facts .container {
    	margin-bottom: 70px;
    }
    .facts-block-el {
    	display: block;
    	margin-bottom: 0;
    }
    .fact-el {
    	display: block;
    	height: 129px;
    	margin-bottom: 32px;
    }
    .fact-num {
    	font-size: 70px;
    	height: 62px;
    }
    .fact-num .plus {
    	font-size: 24px;
    }
    .fact-name {
    	margin-top: 16px;
    	font-size: 16px;
    	line-height: 1.62em;
    	height: 26px;
    }
    .quote {
    	padding-top: 40px;
    	padding-bottom: 80px;
    }
    .quote .col-lg-2 {
    	order: 1;
    }
    .quote .main-goal {
    	position: static;
    	width: 296px;
    	height: 153px;
    }
    .quote .col-lg-10 {
    	width: 296px;
    	padding: 40px 20px;
    }
    .quote .col-lg-10 img {
    	width: 43px;
    	height: 38px;
    	margin-bottom: 24px;
    }
    .quote .col-lg-10 p {
    	width: auto;
    	font-size: 18px;
    	line-height: 1.44em;
    }
    .quote .main-goal {
    	padding: 32px;
    }
    .main-goal p {
    	font-size: 24px;
    }
}