.calc-container .total-action-row {
    display: none;
}

@media (max-width: 769px) {
    .offer-container .offer-content-container {
        position: static;
    }

    .offer-container .offer-summary-card {
        padding: 18px;
        border-radius: 12px;
    }

    .offer-container .offer-summary-title {
        font-size: 1.45rem;
    }

    .offer-container .offer-summary-price strong {
        font-size: 1.65rem;
        white-space: normal;
    }

    .offer-container .offer-summary-origin {
        display: block;
    }

    .offer-container .offer-summary-origin strong {
        display: block;
        margin-top: 5px;
    }

    .offer-container .offer-summary-specs {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .offer-container .offer-add-options {
        margin: 16px 0;
        padding: 16px;
        overflow: hidden;
    }

    .offer-container .offer-add-options h3 {
        font-size: 1.2rem;
        line-height: 1.25;
    }

    .offer-container .offer-add-options .option-row {
        display: block;
        padding: 10px 0;
    }

    .offer-container .offer-add-options .option-col,
    .offer-container .offer-add-options .option-col.option-value {
        display: block;
        width: 100%;
        min-width: 0;
        text-align: left;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .offer-container .offer-add-options .option-col.option-value {
        margin-top: 4px;
        color: #5f6670;
    }

    .calc-container {
        padding: 16px;
        overflow: visible;
        border-radius: 8px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, .12);
    }

    .calc-details-summary {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px;
    }

    .calc-details-summary__title {
        font-size: 1.25rem;
        line-height: 1.2;
    }

    .calc-details-summary__hint {
        font-size: .9rem;
    }

    .calc-details-summary__total {
        grid-column: 1 / -1;
        justify-self: start;
        min-width: 0;
        max-width: 100%;
        padding: 10px 14px;
        font-size: 1.05rem;
        white-space: normal;
    }

    .calc-details[open] .calc-details-summary {
        margin-bottom: 16px;
        padding-bottom: 16px;
    }

    .calc-container table.table {
        display: block;
        min-width: 0;
        margin-bottom: 12px;
        font-size: .95rem;
    }

    .calc-container table.table tbody,
    .calc-container table.table tr,
    .calc-container table.table td {
        display: block;
        width: 100%;
        min-width: 0;
    }

    .calc-container table.table tr {
        padding: 12px 0;
        border-bottom: 1px solid #d9d9d9;
    }

    .calc-container table.table td {
        padding: 0;
        border-bottom: 0;
    }

    .calc-container table.table tr td:first-child {
        color: #5f6670;
        line-height: 1.25;
        margin-bottom: 5px;
    }

    .calc-container table.table tr td:not(:first-child):not(:empty) {
        font-weight: 600;
        line-height: 1.25;
        text-align: right;
        color: #111111;
    }

    .calc-container table.table .head-row {
        padding: 14px 0 8px;
        border-bottom-color: #9a9a9a;
    }

    .calc-container table.table .head-row td:first-child {
        color: #111111;
        font-weight: 700;
        font-size: 1.05rem;
        margin-bottom: 0;
    }

    .calc-container table.table .head-row td:not(:first-child) {
        display: none;
    }

    .calc-container .total-country,
    .calc-container .total-russia {
        background: #f6f6f6;
        border-radius: 8px;
        padding: 12px;
        margin: 10px 0;
        border-bottom: 0 !important;
    }

    .calc-container .total-country td,
    .calc-container .total-russia td {
        padding: 0 !important;
        border-bottom: 0 !important;
    }

    .calc-container .total-russia td:first-child {
        color: #111111;
        font-size: 1rem;
    }

    .calc-container .total-russia td:not(:first-child):not(:empty) {
        color: #ff0025;
        font-size: 1.45rem;
        font-weight: 800;
        text-align: left;
        margin-top: 6px;
    }

    .calc-container .total-action-row {
        display: none !important;
    }

    .calc-container .total-action-row td {
        padding: 0 !important;
    }

    .calc-container .total-action-row .btn-red {
        width: 100%;
        margin: 8px 0 18px;
        padding: 14px 18px;
        border-radius: 6px !important;
        box-shadow: none;
        font-size: 1.1rem;
        line-height: 1.2;
    }

    .calc-container .calc-add-info .detailed-calc__contacts .btn-red {
        display: none;
    }
}
