.block_dostav_segodnya {
    font-family: "Roboto", sans-serif;
    line-height: 1.42857143;
    outline: none !important;
    transition: all ease-in-out 0.2s;
    color: black;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    font-size: 14px;
    max-width: unset;
    padding: 11px 40px 11px 19px;
    box-shadow: none;
    position: relative;
    text-decoration: none;
    border-radius: 3px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;

    .title {
        font-family: "Roboto", sans-serif;
        outline: none !important;
        box-sizing: border-box;
        font-weight: 600;
        line-height: 22px;
        color: black;
        font-size: 16px;
        margin-bottom: 0;
        display: grid;
        grid-auto-flow: column; /* Размещает элементы в ряд */
        align-items: center; /* Центрирует по вертикали */
        justify-content: left;
        gap: 10px
    }

    .title img {
        width: 28px;
        height: 20px;
    }

    .desc {
        margin-top: 5px;
    }

    .day_name_row {
        margin-top: 8px;
    }

    .day_name {
    }

    div {
        font-family: "Roboto", sans-serif;
        outline: none !important;
        box-sizing: border-box;
        font-size: 11px;
        line-height: 17px;
        max-width: 187px;
        display: block;
        text-decoration: none;
        color: black;
    }

    a {
        color: black;
        text-decoration: underline;
    }

    a:hover {
        text-decoration: none;
    }
}

.purchase-features {
    margin-top: 15px;
}