.floating-block {
    position: fixed;
    bottom: 20px;
    left: 20px;

    z-index: 1000;
}

.floating-block button {
    color: #fff;
    cursor: pointer;
    background-color: #ff5a01;
    border-radius: 13px;
    letter-spacing: 0.002em;
    padding: 12px 20px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    border: none;
}

.floating-block .back-button {
    display: flex;
    align-items: center;
    gap: 8px;
}

.back-button svg {
    width: 16px;
    height: 16px;
}

.description {
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 12px;
    margin-top: 15px;
}

.block-offer .grid-offer-inner {
    display: flex;
}

@media screen and (max-width: 991px) {
    .block-offer .grid-offer-inner {
        flex-direction: column;
    }
}
