@media only screen and (max-width: 1400px) and (min-width: 992px) {

    .ru .headerbtn-buy-ticket-medium {
        background: linear-gradient(to bottom, #f44336 0, #d32f2f 100%);
        box-shadow: 0 3px 12px rgba(249, 115, 22, 0.3);
        transition: 0.3s;
        display: block !important;
        position: fixed;
        right: -50px;
        transform: rotate(90deg);
        top: 50%;
        z-index: 99;
    }

    .ru .headerbtn-buy-ticket {
        display: none !important;
    }
}

@media (max-width: 1440px) {
    .ru .desktopviewmenu .nav-link {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .ru .action-btn.report {
        margin-left: 0;
    }

    .post-actions {
        gap: 12px !important;
    }
}

.ru .ribbon {
    top: -5px;
    height: 0;
    left: 90%;
}

.ru .ribbon span {
    left: 22%;
    transform: rotate(46deg);
    top: 29px;
}

@media (max-width: 992px) {
    .ru .ribbon {
        top: -4px;
        left: 86%;
    }
}

@media (max-width: 768px) {
    .ru .ribbon {
        top: -1px;
        left: 82%;
    }

    .ru .ribbon span {
        left: 15%;
        transform: rotate(46deg);
        top: 27px;
    }
}
