.wrapper__about-small{}
.about-small__row{display:flex; gap:60px}
.about-small__video, .about-small__info{width:50%}
.about-small__video a{height:100%; display:block; border-radius:6px; overflow:hidden; position:relative}
.about-small__video img, .about-small__video picture{height:100%; width:100%; object-fit:cover}
.about-small__info{display:flex; flex-direction:column; gap:16px; font-size:17px; line-height:1.6}
.about-small__info-numeric{margin-top:auto;display: flex;gap: 40px;}
.about-small__info-numeric-block{}
.info-numeric-block__title{font-weight: 300;font-size: 22px;line-height: 1.4;color: #E84545;display: flex;align-items: center;gap:10px;white-space:nowrap}
.info-numeric-block__title span{font-weight:700; font-size:36px}
@media(max-width: 1359px) {
	.about-small__row{gap:30px}
	.about-small__info{gap:12px; font-size:14px}
	.about-small__info-numeric{gap: 20px;}
	.info-numeric-block__title{font-size: 16px}
	.info-numeric-block__title span{font-size:26px}
}
@media(max-width: 991px) {
	.about-small__row{flex-direction:column; gap:16px}
	.about-small__video, .about-small__info{width:100%}
	.about-small__video{order:2}
	.about-small__info{order:1}
}
@media(max-width: 575px) {
	.about-small__info-numeric{flex-direction:column; gap:12px}
}