

/* Start:/local/components/tempus/catalog.section/templates/.default/style.css?1777062327658*/
.catalog-back-top {
    position: fixed;
    top: 130px;
    left: 50%;
    transform: translateX(-50%) translateY(-20px);
    z-index: 999;
    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: 767px) {
    .catalog-back-top {
        top: 200px;
    }
}

/* 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?1777062327658 */
/* /bitrix/components/aspro/smartseo.content/templates/.default/style.css?174958366580 */
