.uc-catalog .t-menu__link-item {
    border-bottom: 2px solid #F7F7F9;
}

.uc-catalog .t-active {
    border-bottom: 2px solid #0D9E42;
}

.uc-catalog .t-store__parts-switch-btn.t-active {
    opacity: 1;
}

.uc-form .t-popup__container {
    background: linear-gradient(180deg, #0D9E42 0%, #2C3C84 100%)!important;
}

.uc-catalog  .t-store__pagination__item_active {
    border-color: #0D9E42!important;
    border-radius: 100px!important;
    background-color: #0D9E42;
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-weight: 600 !important;
    font-size: 14px!important;
    line-height: 1px;
    color: #ffffff!important;
}

.uc-catalog .t-store__pagination__item {
        font-family: 'Nunito Sans', Arial, sans-serif;
    font-weight: 600 !important;
    font-size: 14px!important;
    line-height: 1px;
    border-radius: 100px!important;
    color: #2c3c84;
    opacity: 1!important;
}