.mobile-header-contacts {
    align-items: center;
    background: #f7f8fa;
    border: 1px solid #e4e7eb;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    gap: 14px;
    justify-content: center;
    margin: 0 auto 8px;
    width: calc(100% - 20px);
    padding: 8px 10px;
}

.mobile-header-contact {
    align-items: center;
    color: #0054a6;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    gap: 6px;
    line-height: 1.2;
    min-width: 0;
    text-decoration: none;
    white-space: nowrap;
}

.mobile-header-contact i {
    color: #ed1c24;
    flex: 0 0 auto;
    font-size: 15px;
}

.mobile-header-contact--email {
    color: #48433e;
}

@media (max-width: 359px) {
    .mobile-header-contacts {
        flex-direction: column;
        gap: 6px;
    }
}

@media (max-width: 767px) {
    #themeOverride .main-benefits__blocks {
        align-items: stretch;
        display: grid;
        gap: 14px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #themeOverride .main-benefits__blocks > .main-benefits__block {
        align-items: center;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0;
        min-width: 0;
        padding: 14px;
        width: auto;
    }

    #themeOverride .main-benefits__blocks > .main-benefits__block:last-child {
        grid-column: 1 / -1;
        justify-self: center;
        max-width: calc((100% - 14px) / 2);
        width: 100%;
    }

    #themeOverride .main-benefits__bignline {
        font-size: clamp(1.35rem, 6vw, 1.8rem);
        line-height: 1.1;
        overflow-wrap: anywhere;
    }

    #themeOverride .main-benefits__text {
        line-height: 1.25;
        text-align: center;
    }
}
