

/* Start:/local/templates/ekoseti_2026/components/bitrix/news.list/resheniya-list/style.css?17888479492228*/
/* ------------------------------------------------------------------
   Страница «Решения» (/resheniya/) — список решений
------------------------------------------------------------------ */

.resheniya-page__title {
    margin-bottom: 20px;
}

.resheniya-page__title h1,
.resheniya-page__title .h2 {
    margin-bottom: 0;
}

.resheniya {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.resheniya__item {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 769 / 331;
    border-radius: 10px;
    overflow: hidden;
}

.resheniya__item-picture,
.resheniya__item-picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.resheniya__item-label {
    position: absolute;
    left: 24px;
    bottom: 24px;
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 6px 20px;
    border-radius: 10px;
    background: #ffffff;
    color: #006d2f;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.resheniya__item:hover .resheniya__item-label {
    background: linear-gradient(180deg, #015e27 0%, #017234 100%);
    color: #ffffff;
}

@media screen and (max-width: 1599px) {
    .resheniya-page__title .h2 {
        font-size: 28px;
    }

    .resheniya {
        gap: 18px;
    }

    .resheniya__item {
        aspect-ratio: 572 / 332;
    }
}

@media screen and (max-width: 1199px) {
    .resheniya-page__title .h2 {
        font-size: 22px;
    }

    .resheniya {
        gap: 20px;
    }

    .resheniya__item {
        aspect-ratio: 360 / 209;
    }

    .resheniya__item-label {
        left: 14px;
        bottom: 15px;
        min-height: 30px;
        padding: 4px 20px;
        font-size: 14px;
    }
}

@media screen and (max-width: 759px) {
    .resheniya-page__title .h2 {
        font-size: 19px;
    }

    .resheniya {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .resheniya__item {
        aspect-ratio: 340 / 197;
    }

    .resheniya__item-label {
        left: 13px;
        bottom: 14px;
        min-height: 40px;
        padding: 6px 20px;
    }
}

/* End */
/* /local/templates/ekoseti_2026/components/bitrix/news.list/resheniya-list/style.css?17888479492228 */
