@import url('https://fonts.googleapis.com/css?family=Roboto:500&display=swap&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400&display=swap&subset=cyrillic');

.profile-page .print-btn {
    background: url(/img/print.svg);
}

.profile-page .info-about__avatar {
    overflow: hidden;
}

.profile-page .info-about__avatar img {
    max-height: 100%;
}
