

/* Start:/local/templates/techfest/components/bitrix/system.pagenavigation/.default/style.css?17764060241455*/
.nav {
    display: flex;
}

.nav__dots {
    flex-grow: 1;
}

.nav__button {
    display: flex;
    gap: 6px;
    flex-grow: 0;
    flex-shrink: 0;
    cursor: pointer;
    width: auto;
    padding: 14px;
    color: #00B0A0;
    border-color: #00B0A0;
    font-weight: normal;
    line-height: 150%;
    transition: 0.5s ease;
    border-radius: 3px;
}

@media(min-width: 1200px) {
    .nav__button {
        font-size: 16px;
    }
}

.nav__button>svg {
    font-size: 22px;
}

.nav__button:hover {
    font-weight: bold;
}

.nav__button--next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.nav__button--next svg {
    transform: rotate(180deg);
}

.nav__button--disabled {
    color: #E4E8F5;
    border-color: #E4E8F5;
    pointer-events: none;
}

.nav__button--disabled>svg>path {
    stroke: #EBEDF2;
}


/* При наведении на кнопки добавляем фон кнопок */

.nav__dots {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    line-height: 210%;
}

.nav__dots-digit {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
}

.nav__dots-digit__current {
    font-weight: 500;
    font-size: 18px;
    color: #00B0A0;
    margin-right: 2px;
    margin-top: -2px;
}

.nav__dots-digit__total {
    font-weight: 400;
    font-size: 16px;
    /*line-height: 20px;*/
    color: #E4E8F5;
    margin-left: 6px;
}
/* End */
/* /local/templates/techfest/components/bitrix/system.pagenavigation/.default/style.css?17764060241455 */
