/* Исправления главной страницы */
.header-top.shell > span:first-child {
    display: none !important;
}

.header-top.shell {
    justify-content: flex-end !important;
}

.home-hero .hero-status {
    display: none !important;
}

.home-hero ~ .review-section .section-heading > p {
    display: none !important;
}

.home-hero ~ .faq-section .faq-list details:first-child,
.home-hero ~ .faq-section .faq-list details:last-child {
    display: none !important;
}

.story-image span {
    box-sizing: border-box !important;
    padding: 14px !important;
    text-align: center !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
}

.story-image span b {
    display: block !important;
    margin-bottom: 4px !important;
}

.story-image span small {
    display: block !important;
    font-family: inherit !important;
    font-size: .65rem !important;
    font-weight: 750 !important;
    line-height: 1.25 !important;
    letter-spacing: .05em !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

@media (max-width: 640px) {
    .story-image span {
        padding: 10px !important;
    }

    .story-image span small {
        font-size: .58rem !important;
    }
}
