

/* Start:/local/templates/romana/components/bitrix/news/trenazhery/bitrix/news.list/.default/style.css?17720998532355*/
.qr_catalog__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 37px;
    gap: 73px;
    margin-bottom: 100px;
}

.qr_catalog__header {
    margin-top: 75px;
}

.qr_catalog__header-first {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
    /* 28.8px */
}

.qr_catalog__header-second {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 19.2px */
}

.qr_catalog__list {
    display: grid;
    /* Создаем столько колонок по 450px, сколько поместится */
    grid-template-columns: repeat(auto-fit, 450px);
    /* Центрируем всю сетку элементов по горизонтали */
    justify-content: center;
    gap: 10px;
    /* Свойства flexbox flex-wrap и justify-content: start больше не нужны */
}

.qr_catalog__list-container {
    width: 100%;
}

.qr_catalog__item {
    box-sizing: border-box;
    max-width: 450px;
    max-height: 150px;
    padding: 23px 39px;
    display: flex;
    border-radius: 16px;
    border: 1px solid #EDEDED;
    text-decoration: none;
    justify-content: space-between;
    align-items: center;
}

.qr_catalog__item-img {
    width: 108px;
    height: 108px;
}

.qr_catalog__item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.qr_catalog__item-name {
    color: #000;
    text-align: start;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    width: 180px;
    line-height: 120%;
}

.qr_catalog__item:hover {
    box-shadow: 0 0 8px 0 rgba(74, 85, 123, 0.15);
}

.juicy_header {
    box-shadow: none;
}


@media (max-width: 768px) {

    .qr_catalog__item-name {
        min-width: 100px;
        width: 100px;
    }

    .qr_catalog__container {
        margin: 0 10px 40px 10px;
    }

    .qr_catalog__header {
        margin-top: 104px;
    }

    .qr_catalog__header-first {
        margin-bottom: 16px;
    }

    .qr_catalog__container {
        gap: 40px;
    }

    .qr_catalog__list {
        grid-template-columns: repeat(auto-fit, 370px);
    }
}
/* End */
/* /local/templates/romana/components/bitrix/news/trenazhery/bitrix/news.list/.default/style.css?17720998532355 */
