

/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/load/style.css?1728030540745*/
.nav-string {
    margin-top: 40px;
    display: flex;
    align-items: center;
    b {
        color: red;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #1C2C52;
        color: #fff;
        margin-right: 5px;
    }
    a {
        color: red;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        color: #1C2C52;
        margin-right: 5px;
        text-decoration: none;
        transition: 0.3s;
    }
    a:hover {
        color: #fff;
        background: #1C2C52;
        transition: 0.3s;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/system.pagenavigation/load/style.css?1728030540745 */
