.wrapper {
    position: relative;
}

.box {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 49%;
    height: 20%;
}

.imgs {
    display: block;
    width: 100%;
    height: auto;
}

.links {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.item {
    width: 100%;
    height: 48%;
}

.item-sec {
    position: absolute;
    bottom: 0;
}

.contact_wrapper {
    position: relative;
}

.jump {
    position: absolute;
    width: 100%;
    height: 60px;
    top: 30%;
}