

/* Start:/local/components/tempus/catalog.section/templates/.default/style.css?17834063161187*/
.catalog-back-top {
    position: fixed;
    top: 125px;
    left: 50%;
    transform: translateX(-50%) translateY(-20px);
    z-index: 897;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 24px;
    padding: 10px 24px;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0,0,0,.12);
    transition: opacity .35s ease, transform .35s ease;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
}

.catalog-back-top.is-visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}

@media (max-width: 1260px) {
    .catalog-back-top {
        top: auto;
        left: 50%;
        right: auto;
        min-height: 44px;
        min-width: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 20px;
        background: #000;
        color: #fff;
        border: none;
        border-radius: 24px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
        transform: translateX(-50%) translateY(20px);
        z-index: 897;
    }

    .catalog-back-top.is-visible {
        transform: translateX(-50%) translateY(0);
    }
}

/* End */


/* Start:/bitrix/components/aspro/smartseo.content/templates/.default/style.css?174958366580*/
.aspro-smartseo-content__wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* End */
/* /local/components/tempus/catalog.section/templates/.default/style.css?17834063161187 */
/* /bitrix/components/aspro/smartseo.content/templates/.default/style.css?174958366580 */
