

/* Start:/bitrix/templates/universe_s1/components/bitrix/news/pdf-catalog/style.css?175186780959*/
.pdf-catalog-page__sections{
    padding-bottom: 50px;;
}
/* End */


/* Start:/bitrix/templates/universe_s1/components/bitrix/news.detail/pdf-catalog-detail/style.css?17518678091021*/
.pdf-catalog-detail__doc-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 30px;
}

.pdf-catalog-detail__doc-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
}

.pdf-catalog-detail__link {
    display: inline-flex;
}

.pdf-catalog-detail__link + .pdf-catalog-detail__link {
    margin-top: 10px;
}

.pdf-catalog-detail__link img {
    margin-right: 7px;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.pdf-catalog-detail__link span {
    font-size: 22px;
}

.pdf-catalog-detail .sp-image {
    max-height: 400px;
    overflow: hidden;
}

.pdf-catalog-detail .sp-image img {
    height: 100%;
    width: auto;
    object-fit: contain;
    max-height: inherit;
}

@media (max-width: 991px) {
    .pdf-catalog-detail__doc-wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .pdf-catalog-detail__link span {
        font-size: 18px;
    }
}
/* End */
/* /bitrix/templates/universe_s1/components/bitrix/news/pdf-catalog/style.css?175186780959 */
/* /bitrix/templates/universe_s1/components/bitrix/news.detail/pdf-catalog-detail/style.css?17518678091021 */
