

/* Start:/local/templates/ampm/components/bitrix/news/collections/style.css?1788797101471*/
.collections {
    margin-bottom: 32px;
}

.collections h1 {
    font-weight: 400;
    font-size: 40px;
    line-height: 130%;
    margin-bottom: 32px;
}

.collections__top-text {
    display: flex;
    gap: 40px;

    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    color: #1D1D1D;

    & > div {
        flex: 1;
    }

    & > div + div {
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        padding-top: 8px;
    }
}
/* End */


/* Start:/local/templates/ampm/components/bitrix/news/collections/bitrix/news.list/.default/style.css?17887971011947*/
body .collections__list {
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 80px;
}

.collections__item {
    width: calc(100% / 2 - 20px);
}

.collections__item-img {
    display: flex;
    margin-bottom: 16px;
    height: 320px;
    border-radius: 10px;
    overflow: hidden;

    & img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.collections__item-desc {
    text-decoration: none;
}

.collections__item-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 8px;
}

.collections__item-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}

.collections__item-signature {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #798897;
    margin-top: 8px;
}

@media (max-width: 768px) {
    body .navi {
        display: none;
    }

    .collections h1 {
        font-weight: 400;
        font-size: 22px;
        line-height: 130%;
        margin-bottom: 32px;
        margin-top: 32px;
    }

    .collections {
        margin-bottom: 32px;
    }

    .collections__top-text {
        flex-direction: column;
        gap: 16px;
        font-weight: 700;
        font-size: 24px;
        line-height: 130%;

        & > div + div {
            font-weight: 400;
            font-size: 13px;
            line-height: 150%;
        }
    }

    body .collections__list {
        gap: 40px;
        margin-bottom: 40px;
    }

    .collections__item {
        width: 100%;
    }

    .collections__item-img {
        height: 180px;
        margin-bottom: 16px;
    }

    .collections__item-title {
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        margin-bottom: 8px;
    }

    .collections__item-text {
        font-size: 13px;
        line-height: 150%;
    }

    .collections__item-signature {
        font-size: 12px;
        line-height: 150%;
        margin-top: 8px;
    }
}
/* End */
/* /local/templates/ampm/components/bitrix/news/collections/style.css?1788797101471 */
/* /local/templates/ampm/components/bitrix/news/collections/bitrix/news.list/.default/style.css?17887971011947 */
