.about-page {
	position: relative;
}
.about-page:before{
	content:'';
	display:block;
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:50%;
	background:url(/html/img/about.png) 0 150px no-repeat;
	z-index:1;
}
.about-page .container-fluid {
	padding-top:260px;
	padding-bottom:40px;
	position:relative;
	padding-bottom:50px;
}
.about-page .container-fluid:before{
	content:'';
	display:block;
	position: absolute;
	top:80px;
	right:20px;
	width:33%;
	height:100%;
	background:#F5F6FB;
	z-index:0;
}

.about-page__info {
	max-width: 50%;
}

.about-page__info h1 {
	color: #454545;
	font-size: 40px;
	margin:0 0  30px;
}

.about-page__info h1 span {
	color: #44971E;
	font-size: 60px;
	display:block;
}
.abbout-page__subtitle {
	margin:30px 0;
}

.about-page__btn a {
	display:inline-flex;
	padding:18px 25px;
	background: #44971E;
	color:#fff;
	font-weight: 600;
	align-items:center;
	gap: 5px;
	font-family:'Fira Sans';
}
.about-more {
	padding:150px 0 0;
	max-width: 60%;
	position: relative;
	margin:50px 0 0;
}
.about-more:before{
	content:'подробнее';
	position:absolute;
	top:0;
	left:0;
	transform: rotate(-90deg) translate(-100%, 0);
	transform-origin: top left;
	display:block;
	color: #C1C1C1;
	font-size:14px;
	letter-spacing: -0.28px;
}
.about-more:after{
	content:'';
	display:block;
	position:absolute;
	top: 90px;
	left: 10px;
	width:1px;
	height:42px;
	background: #EEE;
}

.about-more h3, .about-more h2, .about-more p, .about-more ul {
	margin:0 0 15px;
}
.about-more li {
	position:relative;
	padding:0 0 0 15px;
	margin:0 0 8px;
}
.about-more li::after {
	content: '';
	position: absolute;
	left: 0;
	background: #44971E;
	width: 6px;
	  height: 6px;
	  top: 8px;
	border-radius: 50%;
}

.about-stat {
	margin:40px 0 70px;
}

.stat-img {
	position: relative;
	width:100%;
	height: 577px;
	background:url(/html/img/about-stat.jpg) 50% 50% no-repeat;
	background-size:cover;
}
.stat-img__info {
	position:absolute;
	top:25px;
	left:25px;
	padding:30px;
	background: #FFF;
	font-size: 16px;
	color: #454545;
	width: 254px;
	box-sizing:border-box;
}
.stat-img__info-number {
	margin:0 0 30px;
	font-size: 36px;
	font-weight: 500;
	font-family:'Fira Sans';
}
.stat-img__title {
	position:absolute;
	bottom:30px;
	left:30px;
	color:#fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	width:300px;
}

.stat-grid {
	margin:70px 0 0;
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:35px;
}
.stat-grid__box {
	background: #F5F6FB;
	padding:30px;
	display:flex;
	flex-direction:column;
	height:230px;
	box-sizing:border-box;
}
.stat-grid__number {
	font-size: 40px;
	font-weight: 500;
	margin-bottom: auto;
	font-family:'Fira Sans';
}

.about-team {
	margin:70px 0;
}
.about-team h2, .about-team .h2 {
	color: #454545;
	max-width:50%;
	margin:0 0 40px;
}
.about-team__grid {
	display:grid;
	gap:30px;
	grid-template-columns:5fr 7fr;
}
.about-steps {
	margin:40px 90px 0 0;
	border-bottom:1px solid #EEE;
}
.about-step__box {
	display:grid;
	grid-template-columns:30px 1fr;
	gap: 75px;
	padding:47px 0;
	border-top:1px solid #EEE;
	font-family:'Fira Sans';
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
}
.about-step__box-number {
	color: rgba(69, 69, 69, 0.35);
}

@media (max-width: 768px){
	.about-page::before, .about-page .container-fluid:before {display:none;}
	.about-page .container-fluid {padding:25px 15px}
	.about-page__info, .about-more, .about-team h2, .about-team .h2 {max-width:100%}
	.about-step__box {
		gap:25px;
	}
	.about-page__info h1 span {
		font-size:50px;
	}
}

@media (max-width: 480px){
	.stat-grid, .about-team__grid {
		grid-template-columns:1fr;
	}
	
}