@media screen and (max-width: 767px) {
    h3 {
        text-decoration: underline;
        text-decoration-color: green;
    }
    hr {
        opacity: 0.2;
        margin-block-start: 50px;
        margin-block-end: 50px;
    }
    #dostoinstva-group {
        margin: 0 0 60px;
        width: auto;
    }
    #dostoinstva-group li {
        margin: 0;
        padding-left: 50px;
        width: auto;
        height: auto;
        font-size: 4.4vw;
    }
    #dostoinstva-group li:not(:last-child) {
        margin-bottom: 20px;
    }
    #dostoinstva-group li span {
        margin: 5px 0 10px;
        display: block;
    }
    .catalogStartBlock {
        margin: 60px 0;
        width: auto;
    }
    .catalogStartBlock p {
        font-size: 4vw !important;
        line-height: 1.2em;
    }
    /* для горизонтального скрола */
    /* .catalog {
        margin: 20px 0 60px;
        width: calc(100% + 16px);
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 12px;
        overflow-x: auto;
    } */
    .catalog {
        margin: 20px 0 60px;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .catalog .clear {
        display: none !important;;
    }
    .catalog li {
        margin: 0;
        padding: 6px;
        width: auto;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        float: none;
        flex-shrink: 0;
        border: 1px solid #986C50;
        border-color: #986C50;
        border-radius: 8px;
    }
    .catalog li:last-child {
        margin-right: 16px;
    }
    .catalog li a {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        /* width: 268px; */ /* для горизонтального скрола */
        width: 100%;
        height: auto;
        border: none;
    }
    .catalog li a:hover {
        box-shadow: none;
    }
    .catalog .img_holder {
        position: relative;
        margin-bottom: 16px;
        width: 100%;
        height: 200px;
        border-radius: 0 0 8px 8px;
        overflow: hidden;
    }
    .catalog .akciya {
        width: 50px;
        height: 50px;
        line-height: 1em;
        font-size: 16px;
        top: 12px;
        right: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .catalog .img_holder img {
        left: 0;
        width: 100%;
        max-width: none !important;
        height: 100%;
        max-height: none !important;
        object-fit: cover;
        object-position: center;
        border-radius: 0 !important;
    }
    .catalog li h4 {
        margin: 0;
        padding: 12px 6px;
        display: block;
        height: auto;
        width: 100%;
        max-width: none !important;
        order: -1;
        font-size: 3.8vw;
        font-weight: bold;
        line-height: 1em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: Arial;
        color: white !important;
        border-radius: 8px 8px 0 0 !important;
        background: linear-gradient(to bottom, rgba(152, 108, 80, 1) 0, rgba(73, 52, 37, 1) 100%);
    }
    .catalog .catalog-cost {
        margin-left: 12px;
        width: auto;
        display: block;
        float: none;
    }
    .catalog .actual_cost {
        width: auto;
        font-size: 6vw !important;
        line-height: 1em;
    }
    .catalog .old_cost {
        margin-top: 5px;
        font-size: 5vw !important;
        text-decoration: line-through;
        display: block;
        width: auto;
        color: #515151 !important;
    }
    .catalog .catalog-size {
        margin-right: 12px;
        width: auto;
        float: none;
        font-size: 5vw;
        line-height: 1em;
        font-weight: bold;
        text-align: right;
        color: black;
    }
    .catalog .button {
        position: relative;
        bottom: 0;
        left: 0;
        margin: 16px 0 0 !important;
        padding: 12px;
        display: block;
        width: 100%;
        height: auto !important;
        font-size: 4vw;
        line-height: 1em !important;
        text-shadow: none;
        border: none;
        border-radius: 8px;
        box-shadow: none;
    }
    .if_otkaz {
        margin-bottom: 0 !important;
    }
    .if_otkaz h3 {
        margin: 30px 0 !important;
        text-decoration: none;
    }
    .if_otkaz p {
        color: black !important;
        text-align: left !important;
        font-size: 5vw !important;
        line-height: 1.2em;
    }
}