/* ==========================================================================
   БЛОК КОМПЛЕКТ ПОСТАВКИ И ХАРАКТЕРИСТИКИ (text_top.css)
   ========================================================================== */

.section-t {  
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    display: flow-root;
    background-color: #ffffff;
}

.title-t {
    margin-top: 0;
    margin-bottom: 1.5em;
    color: #1a1a1a;
}

/* --- 1. ИЗОБРАЖЕНИЕ С ОБТЕКАНИЕМ --- */
.img-l-t {
    max-width: 100%;
    display: block;
    margin: 0 auto 1.5em;
}

@media (min-width: 768px) {
    .img-right-t {
        float: right !important;
        margin-left: 80px !important;
        margin-right: 0 !important;
        width: 400px !important; 
        height: auto;
    }
    .img-right-t img {
        width: 100%;
        height: auto;
        display: block;
    }
}

@media (max-width: 767px) {
    .img-right-t {
        float: none !important;
        margin: 0 auto 1.5em !important;
        display: block;
        max-width: 320px !important; 
    }
    .img-right-t img {
        width: 100%;
        height: auto;
    }
}

/* --- 2. ТЕКСТОВОЕ СОДЕРЖАНИЕ --- */
.item-descr-t {
    margin-top: 10px;
}

.item-descr-t p {
    margin-bottom: 12px;
    /* Устанавливаем 20px, перебивая global.css (19px) */
    color: #1a1a1a;
}

/* --- 3. ПЛАШКИ ХАРАКТЕРИСТИК --- */
.params-container-t {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.param-item-t {
    display: flex;
    align-items: center;
    flex: 0 1 auto;
}

.param-icon-t {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.param-icon-t img {
    width: 60px;
    height: auto;
}

.param-label-t {
    /* Фиксируем 17px, чтобы подписи были чуть меньше основного текста */
    font-size: 17px !important; 
    color: #1a1a1a;
    display: block;
}

.param-value-t {
    /* Фиксируем 17px и жирность */
    font-size: 17px !important;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 2px;
    display: block;
}

/* --- 4. СПИСКИ И РАЗДЕЛИТЕЛИ --- */
.divider-t {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #cfcfcf;
    margin: 20px 0 25px 0;
    border: none;
    clear: both;
}

.ul-t {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ul-t li {
    position: relative;
    padding-left: 30px; 
    margin-bottom: 20px;
    color: #1a1a1a;
}

.ul-t li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px; 
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #167f2b;
}

/* --- 5. ВСПОМОГАТЕЛЬНЫЕ КЛАССЫ --- */
.clearfix-t:after {
    content: " ";
    display: table;
    clear: both;
}

/* --- 6. АДАПТИВНОСТЬ ДЛЯ МОБИЛЬНЫХ --- */
@media (max-width: 767px) {
    .param-label-t, 
    .param-value-t {
        font-size: 15px !important; /* На мобилках плашки еще чуть компактнее */
    }

    .param-item-t {
        width: 100%; /* Каждая плашка на мобильном с новой строки */
    }
}
