@media (max-width: 1200px) {
    .obj_box {
        left: 1%;
        width: clamp(0px, 25%, 384px);
    }

    .logo {
        right: -2%;
    }

    .btn {
        right: -3%;
    }

    .text {
        right: -3%;
    }
}

@media (max-width: 800px) {
    .lenta {
        width: 300%;
    }

    .logo,
    .btn,
    .text {
        position: absolute;
    }

    .obj_box {
        left: initial;
        right: 4%;
        width: clamp(0px, 55%, 384px);
    }

    .logo {
        right: initial;
        left: -3%;
        width: clamp(0px, 45%, 326px);
    }

    .btn {
        right: 13%;
        width: clamp(0px, 30%, 218px);
    }

    .text {
        right: 3%;
        gap: 0%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: clamp(0px, 55%, 495px);
        height: 90px;
    }
}

@media (max-width: 500px) {
    .lenta {
        width: 500%;
    }
}