.footer-perspektiva-modern {
    width: 156px;
    float: right;
    margin: 50px 0 0 0;
    padding: 0;
}

.footer-perspektiva-modern__in {
    display: flex;
}

.footer-perspektiva-modern__label {
    display: block;
    position: relative;
    padding-right: 20px;
    text-align: right;
    font-size: 10px;
    line-height: 10px;
    color: #353637;
}

.footer-perspektiva-modern__label:after {
    position: absolute;
    top: -4px;
    right: 1px;
    width: 13px;
    height: 41px;
    background-image: url(../images/footer-perspektiva-line.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    content: '';
}

.footer-perspektiva-modern__logo {
    width: 72px;
    flex-shrink: 0;
}

.footer-perspektiva-modern__logo-src {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
}