

/* Start:/local/templates/ampm-multilang-redesign/components/bitrix/news/collections/style.css?1732117834226*/
.collections {
}

.collections h1 {
    margin-top: 10px;
}

.collections__title {
    font-size: 28px;
    font-weight: 400;
    line-height: 36.4px;
    letter-spacing: 1.2px;
    margin-bottom: 30px;
    margin-top: 10px;
}
/* End */


/* Start:/local/templates/ampm-multilang-redesign/components/bitrix/breadcrumb/main/style.css?1732117834736*/
.breadcrumb {
    padding-top: 20px;
    height: 36px;
    overflow: hidden;
    width: 100%;
    line-height: 0;
    font-size: 0;
}

.breadcrumb-scroll {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 40px;
}

.breadcrumb__item {
    display: flex;
    align-items: center;
    color: var(--main-color-gray);
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

.breadcrumb__item--link {
    position: relative;
    padding-right: 17px;
}

.breadcrumb__item--link:before {
    content: '';
    position: absolute;
    right: 9px;
    width: 1px;
    height: 8px;
    background: var(--main-color-gray);
}
/* End */


/* Start:/local/templates/ampm-multilang-redesign/components/bitrix/catalog.section.list/collections/style.css?17321178341731*/
.collections-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -11px;
}

.collections-item {
    position: relative;
    width: calc(30% - 22px);
    height: 610px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--border-color-gray);
    margin: 11px;
}

.collections-item--big {
    width: calc(70% - 22px)
}

.collections-item__desc {
    margin-top: 24px;
    background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #555555 47.37%, rgba(217, 217, 217, 0) 100%);
    box-shadow: 0 4px 4px 0 #00000040;
    color: #fff;
    text-align: center;
    padding: 5px 0 15px 0;
}

.collections-item__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
}

.collections-item__slogan {
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 8px;
}

.collections-item__link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 16.9px;
    text-decoration: none;
}

.collections-item__link svg {
    margin-left: 8px;
}

.collections-item__url {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (max-width: 991px) {
    .collections-list {
        flex-wrap: wrap;
        margin: 0;
    }

    .collections-item--big,
    .collections-item {
        width: 100%;
        height: 394px;
        margin: 0 0 12px 0;

        &:last-child{
            margin-bottom: 0;
        }
    }

    .collections-item__title {
        font-size: 18px;
        line-height: 27px;
    }

    .collections-item__slogan {
        font-size: 16px;
        line-height: 24px;
    }

    .collections-item__link {
        display: none;
    }
}
/* End */
/* /local/templates/ampm-multilang-redesign/components/bitrix/news/collections/style.css?1732117834226 */
/* /local/templates/ampm-multilang-redesign/components/bitrix/breadcrumb/main/style.css?1732117834736 */
/* /local/templates/ampm-multilang-redesign/components/bitrix/catalog.section.list/collections/style.css?17321178341731 */
