.header-item__link {
    padding: 13px 24px;
}
.target-item:last-child {
    position: relative;
    left: 134px;
    top: -20px;
}

.target-item:last-child .target-item__icon {
    position: relative;
    top: -28px;
}

.target__button {
    margin-top: 148px;
}

.viniryContent-item-image {
    display: block;
    margin: 20px auto 0;
}
.viniryContent-item {
    flex-wrap: wrap;
}

@media screen and (max-width: 1210px) {
    .header-black .header-item__link {
    padding: 13px 8px;
    }

}
@media screen and (max-width: 992px) {
    .target-item:last-child {
        position: static;
    }
    .target-item:last-child .target-item__icon {
        position: relative;
        left: unset;
        top: unset;
    }

}
@media screen and (max-width: 576px) {
    .viniryContent-item-image {
        display: block;
        margin: 20px auto 0;
    }
    .viniryContent-item-info {
        flex: unset;
        width: calc(100% - 65px);
    }
}