

/* Start:/local/templates/sibclub/components/bitrix/news.list/technologies/style.css?17502574061241*/
.eco-technologies {
    padding: 60px 20px;
    text-align: center;
    background-color: #f0fdf4;
    color: #1a3d1f;
    font-family: 'Segoe UI', sans-serif;
}

.eco-technologies h2 {
    font-size: 32px;
    margin-bottom: 40px;
}

.eco-technologies__methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.eco-technologies__method {
    background: white;
    border-radius: 20px;
    padding: 30px 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/*.eco-technologies__method:hover {*/
/*    transform: translateY(-5px);*/
/*    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);*/
/*}*/

.eco-technologies__method img {
    width: 60px;
    margin-bottom: 20px;
}

.eco-technologies__method h3 {
    font-size: 20px;
    margin-bottom: 10px;
    /*color: #256029;*/
}

.eco-technologies__method p {
    color: #444;
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 480px) {
    .eco-technologies h2 {
        font-size: 24px;
    }

    .eco-technologies__method {
        padding: 20px 15px;
    }
}
/* End */


/* Start:/local/templates/sibclub/components/bitrix/news.list/tariff_card/style.css?1750417698869*/
.tariff_container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.tariff__card {
    flex: 1 1 300px;
    max-width: 360px;
    min-width: 280px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tariff__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.card__inner {
    padding: 25px;
    text-align: center;
}

.card__title {
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0 10px;
    color: #333;
}

.card__param {
    font-size: 16px;
    margin-bottom: 8px;
    color: #555;
}

@media (max-width: 480px) {
    .packet__card {
        max-width: 100%;
    }
}
/* End */
/* /local/templates/sibclub/components/bitrix/news.list/technologies/style.css?17502574061241 */
/* /local/templates/sibclub/components/bitrix/news.list/tariff_card/style.css?1750417698869 */
