/* .team__item .name.small {
    font-size: 3.2rem;
    margin: 0 -3rem;
    padding: 0;
}

@media screen and (max-width: 575px) {
    .team__item .name.small {
        font-size: 1.4rem;
        margin: 0 -1rem;
    }
}
 */


.footer__bottom-social .social__link .img-svg {
    height: 2.5rem;
}

.footer__bottom-social .social__link.vkvideo .img-svg {
    width: 3.4rem;
	height: auto;
}
@media screen and (max-width: 575px) {
	.footer__bottom-social .social__link.vkvideo .img-svg {
    	width: 2.7rem;
	}
}