

/* Start:/local/templates/2026_master/components/bitrix/system.pagenavigation/v_pagination/style.css?1783949770897*/
.v-pagination {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}
.v-pagination a:not(.arr),
.nav-current-page {
    border: 1px solid #727272;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin: 0 8px;
    color: var(--black-color);
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    transition: .3s ease-out;
    padding: 2px 12px;
    height: 32px;
    min-width: 32px;
}
.v-pagination .nav-current-page {
    background: var(--beige-color);
    border-color: var(--beige-color);
}

.v-pagination .arr {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.v-pagination .back {
    transform: rotate(-180deg);
}
/* End */


/* Start:/local/templates/2026_master/components/bitrix/news.list/v_services_section/style.css?17839497701177*/
.v-price-block,
.v-service-section {
    margin-bottom: 60px;
}
.v-service-section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    width: 100%;
}
.v-service-section .item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 16px;
    min-height: 140px;
    margin: 8px;
    border-radius: 8px;
    background: var(--beige-color);
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    width: calc(25% - 16px);
    color: var(--black-color);
    line-height: 1.4;
}
.v-service-section .item:hover {
    background: var(--black-color);
    color: var(--beige-color);
}
@media (max-width: 1024px) {
    .v-price-block,
    .v-service-section {
        margin-bottom: 32px;
    }
    .v-service-section .item {
        width: calc(50% - 16px);
    }
}
@media (max-width: 768px) {
    .v-service-section {
        margin-left: 0;
        margin-right: 0;
    }
    .v-service-section .item {
        width: 100%;
        margin: 0 0 16px 0;
        font-size: 16px;
    }
    .v-service-section .item:last-child {
        margin-bottom: 0;
    }
}
/* End */
/* /local/templates/2026_master/components/bitrix/system.pagenavigation/v_pagination/style.css?1783949770897 */
/* /local/templates/2026_master/components/bitrix/news.list/v_services_section/style.css?17839497701177 */
