.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.thing59-1 {
    width: 80%;
    height: 90%;
    left: 10%;
    top: 3%;
}

.thing59-2 {
    width: 100%;
    left: 0;
    top: 58%;
    z-index: 1;
}

@media (max-width:768px) {

    .offer {
        margin: 0 -20px;
    }
}

.btn04 {
    width: 90%;
    left: 5%;
    top: 50.5%;
}

.btn05 {
    width: 90%;
    left: 5%;
    top: 51.5%;
    z-index: 1;
}
.btn06 {
    width: 90%;
    left: 5%;
    bottom: 12%;
    z-index: 1;
}

.btn07 {
    width: 90%;
    left: 5%;
    top: 79%;
}

.jumpBtn {
    animation: jumpBtn 2.5s ease-in-out infinite;
}

@keyframes jumpBtn {
    0% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-10px);
    }
}