

/* Start:/local/templates/Med/components/bitrix/system.pagenavigation/pag/style.css?17794542251399*/
.paginations {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 70px;
    margin-bottom: 20px;
}
.paginations-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 15px;
    box-shadow: -2px 3px 7px #e5e5e5;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    line-height: 100%;
    transition: all 0.2s ease;
    cursor: pointer;
}
.paginations-item:hover {
    border-color: #333;
    color: #000;
}
.paginations-item.active {
    background-color: #333;
    border-color: #333;
    color: #fff;
    cursor: default;
}
.paginations-item.prev, 
.paginations-item.next {
    font-weight: 500;
}
.paginations-dots {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 30px;
    height: 40px;
    padding-bottom: 10px;
    color: #999;
    font-weight: bold;
    box-sizing: border-box;
}
@media screen and (max-width: 550px) {
    .paginations {
        gap: 3px;
    }
    .paginations a, 
    .paginations .bitrix-nav-current-page {
        padding: 5px !important;
    }
    .paginations-item {
        min-width: 35px;
        height: 35px;
    }
    .paginations-item.active {
        padding: 0 10px;
    }
    .paginations-dots {
        width: 20px;
        height: 40px;
    }
}
/* End */
/* /local/templates/Med/components/bitrix/system.pagenavigation/pag/style.css?17794542251399 */
