/* БЛОК ОСОБЕННОСТИ */
section.hero-banner-banner {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    letter-spacing: normal; 
    padding-top: 0;
}

.secondary-bg {
    color: #1a1a1a !important;
    background-color: #eaeaea;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

.absd-block {
    position: relative;
    display: flex;
    flex-direction: column;
}

.absd-block__title {
    color: #1a1a1a !important;
    text-align: center !important;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 0;
    line-height: 1.1;
}

.absd-block__img {
    position: absolute;
    top: 350;
    bottom: 0;
    right: 0;
    width: 325px; /* Установлено 30% от ширины поля */

    max-width: 450px; 
    max-height: 100%;
    object-fit: contain;
    cursor: pointer;
    z-index: 10;
    transition: transform 0.3s ease, filter 0.3s ease; 
}

/* Тень по контуру JPG/PNG (drop-shadow) и зум */
.absd-block__img:hover {
    transform: scale(1.03);
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.6));
}

.absd-block__text, .absd-block__text p, .absd-block__text b, .absd-block__text strong {
    color: #1a1a1a !important;
}

.absd-block__text {
    width: 60%;
    padding-right: 30px;
}

.ul-clean-nasos {
    list-style: none;
    padding: 0 !important;
    margin: 0;
}

.ul-clean-nasos li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 1em;
    color: #1a1a1a !important;
}

.ul-clean-nasos li:before {
    position: absolute;
    left: 0; top: 6px;
    width: 12px; height: 12px;
    border-radius: 50%;
    background-color: #167f2b;
    content: "";
}

/* МОДАЛЬНОЕ ОКНО */
.absd-modal {
    display: none;
    position: fixed;
    z-index: 3000;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    justify-content: center;
    align-items: center;
    z-index: 19999999 !important; 
}

.absd-modal--active {
    display: flex !important;
}

.absd-modal__overlay {
    position: absolute;
    width: 100%; height: 100%;
}

.absd-modal__content {
    position: relative;
    max-width: 95%;
    max-height: 95%;
    object-fit: contain;
    z-index: 3001;
}

.absd-modal__close {
    position: absolute;
    top: 20px; right: 30px;
    color: #fff;
    font-size: 50px;
    cursor: pointer;
    line-height: 0.8;
    z-index: 3002;
}

@media (max-width: 1023px) {
    .absd-block__title { text-align: center !important; width: 100%; }
    .absd-block__img { 
        position: static; 
        width: 100%;
        max-width: 350px; 
        margin: 20px auto;
        display: block;
    }
    .absd-block__text { width: 100%; padding-right: 0; }
}
