

/* Start:/local/templates/adsgrp/components/bitrix/system.pagenavigation/.default/style.css?1779881179699*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 68px 0 0;
}

.pagination > a, .pagination > span {
    color: #000;
    display: flex;
}

.pagination__item {
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
}

.pagination__item:hover {
    border-color: #000;
}

.pagination__item.active {
    background: #FFE100;
    font-weight: bold;
    border-color: #FFE100;
}

.pagination__first {
    margin-right: 24px;
}

.pagination__last {
    transform: rotate(180deg);
    margin-left: 24px;
}

@media (max-width: 1279px) {
    .pagination {
        margin: 50px 0 0;
    }
}
/* End */


/* Start:/local/templates/adsgrp/components/bitrix/news.list/catalog-files/style.css?17798811791513*/
.files {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
}

.file {
    padding-bottom: 25px;
    border-bottom: 2px solid #D9D9D9;
    display: flex;
}

.file__content {
    width: 480px;
    display: flex;
    gap: 30px;
}

.file:nth-child(3n+2) {
    justify-content: center;
}

.file:nth-child(3n+3) {
    justify-content: flex-end;
}

.file__logo {
    flex-shrink: 0;
}

.file__logo img {
    width: 65px;
    height: 80px;
    object-fit: contain;
}

.file__name {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 25px;
    display: block;
    text-decoration: none;
    color: #000;
}

.file__name:hover {
    color: #00AE4F;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.file__description {
    font-size: 14px;
    color: #5D6265;
    line-height: 1.2;
}

@media (max-width: 1600px) {
    .file__content {
        width: 385px;
    }
}

@media (max-width: 1279px) {
    .files {
        grid-template-columns: 1fr 1fr;
    }

    .file__content {
        width: 334px;
    }

    .file__logo img {
        width: 50px;
        height: 60px;
    }

    .file__name {
        color: #00AE4F;
        text-decoration: underline;
        text-underline-offset: 4px;
    }
}

@media (max-width: 767px) {
    .files {
        grid-template-columns: 1fr;
    }

    .file__content {
        width: 100%;
    }

    .file__name {
        font-size: 18px;
    }
}


@media (max-width: 479px) {
    .file__name {
        font-size: 16px;
    }
}
/* End */
/* /local/templates/adsgrp/components/bitrix/system.pagenavigation/.default/style.css?1779881179699 */
/* /local/templates/adsgrp/components/bitrix/news.list/catalog-files/style.css?17798811791513 */
