.about__awards {
	z-index: 2;
	position: relative;
}
.about__awards.anim-block {
	opacity: 1;
}
.about__awards .section__block-wr:before {
	content: "";
	position: absolute;
	display: block;
	left: -100%;
	right: -100%;
	top: 0; bottom: 0;
	background: #fff;
	transition: 0.5s ease;
}
.about__awards.anim-block--active .section__block-wr:before {
	background: #F5F5F5;
}
.about__awards .section__block-wr {
	padding: 156px 0;
	position: relative;
}
.about-awards__list {
	position: relative;
	z-index: 2;
	width: calc(100% + 98px);
	margin: 0 -49px;
	display: flex;
	flex-wrap: wrap;
	display: -ms-flex;
	-ms-flex-wrap: wrap;
}
.about-awards__item {
	width: calc(50% - 98px);
	margin: 0 49px 1.5em;
	border-bottom: 1px solid #000;
	padding-bottom: 1.5em;
	opacity: 0; 
	transform: translateY(30px);
	transition: 0.5s ease;
}
.about-awards__item.anim-block--active {
	opacity: 1; 
	transform: translateY(0px)
}
.about-awards__item-in {
	font-weight: normal !important;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	
	display: -ms-flex;
	-ms-flex-wrap: wrap;
	-ms-align-items: flex-start;
	width: 100%;
	cursor: default;
}
a.about-awards__item-in{
	cursor: pointer;
}
.about-awards__item-in:hover {
	text-decoration: none !important;
}
.about-awards__item-in:hover .about-awards-item__text {
	color: #FD0140;
}
.about-awards__logo {
	width: 200px;
	filter: grayscale(1);
	padding-right: 66px;
	margin-top: 1.9em;
}
.about-awards-item__info {
	width: calc(100% - 200px);
	font-size: 0.8em;
}
.about-awards-item__text {
	font-weight: normal;
	margin-top: 0.5em;
	margin-bottom: 1em;
	transition: 0.3s ease;
	font-size: 1.5em;
}
.about-awards-item__title {
	margin-bottom: 0.5em;
	font-weight: normal;
} 


@media (max-width: 2199px) {
	.about__awards .section__block-wr {
		padding: 135px 0;
	}
}
@media (max-width: 1500px) {
	.about__awards .section__block-wr {
		padding: 120px 0;
	}
	.about-awards__list {
		width: calc(100% + 70px);
		margin: 0 -35px;
	}
	.about-awards__item {
		width: calc(50% - 70px);
		margin: 0 35px 1.5em;
	}
}
@media (max-width: 1229px) {
	.about__awards .section__block-wr {
		padding: 110px 0;
	}
	.about-awards__logo {
		width: 150px;
		padding-right: 30px;
	}
	.about-awards-item__info {
		width: calc(100% - 150px);
	}
	.about-awards-item__text {
		font-size: 1.3em;
	}
}
@media (max-width: 991px) {
	.about__awards .section__block-wr {
		padding: 80px 0;
	}
	.about-awards__list {
		width: calc(100% + 40px);
		margin: 0 -20px;
	}
	.about-awards__item {
		width: calc(50% - 40px);
		margin: 0 20px 1.5em;
	}
	.about-awards__logo {
		margin-bottom: 2em;
		margin-top: 0;
	}
	.about-awards-item__info {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.about-awards__logo {
	    width: 200px;
	    padding-right: 66px;
	    margin-top: 1.9em;
	    margin-bottom: 0;
	}
	.about-awards-item__info {
	    width: calc(100% - 200px);
	}
	.about-awards__item {
		width: calc(100% - 40px);
	}
	.about-awards-item__text {
		font-size: 1.5em;
	}
}

@media (max-width: 500px) {
	.about-awards__logo {
		width: 150px;
		padding-right: 50px;
	}
	.about-awards-item__info {
		width: calc(100% - 150px);
	}
}
@media (max-width: 400px) {
	.about-awards-item__info {
		font-size: 1rem;
	}
	.about-awards-item__text {
		font-size: 1.25em;
	}
	.about-awards__logo {
		width: 125px;
		padding-right: 25px;
	}
	.about-awards-item__info {
		width: calc(100% - 125px);
	}
}
@media (max-width: 350px) {
	.about-awards__logo {
		margin-bottom: 2em;
		margin-top: 0;
	}
	.about-awards-item__info {
		width: 100%;
	}

}