

/* Start:/local/components/tempus/catalog.section/templates/.default/style.css?1778141652763*/
.catalog-back-top {
    position: fixed;
    top: 125px;
    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: 1260px) and (min-width: 761px) {
    .catalog-back-top {
        top: 220px;
    }
}

@media (max-width: 760px) {
    .catalog-back-top {
        top: 210px;
    }
}

/* End */


/* Start:/local/components/aspro/smartseo.content/templates/main/style.css?17790913004216*/
.tempus-li-sub {
  position: relative;
  left: 25px !important;
  padding-left: 15px !important;
  color: #404040;
}
.tempus-li-sub::before {
  content: "•" !important;
}

.aspro-smartseo-content__wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.description__section {
  padding-bottom: 3rem;
}

.tempus-seo-block {
  color: #404040;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-size: 14px;
}

.tempus-text {
  margin: 0 0 10px 0;
  color: #3c3c3c;
  font-family: var(--main-font);
}

.tempus-bold {
  font-weight: 600;
  font-family: var(--main-font);
}

.tempus-title {
  font-weight: 600;
  font-size: 14px;
  margin: 20px 0 10px 0;
  font-family: var(--main-font);
}

.tempus-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 15px 0;
  font-family: var(--main-font);
}

.tempus-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
  font-family: var(--main-font);
}

.tempus-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
}

.tempus-link {
  text-decoration: underline;
  letter-spacing: -0.28px;
  color: inherit;
  transition: border-color 0.2s;
  font-family: var(--main-font);
}

.tempus-link:hover {
  text-decoration: unset;
}

.tempus-spoiler-btn {
  background: transparent;
  border: none;
  color: #000;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  margin-top: 5px;
  border-bottom: 1px dashed #000000ff;
  transition: border-color 0.2s;
  font-family: var(--main-font);
}

.tempus-spoiler-btn:hover {
  border-bottom-style: solid;
}

.tempus-spoiler-content {
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.tempus-spoiler-content.is-open {
  height: auto;
  overflow: visible;
  visibility: visible;
  margin-top: 15px;
}

@media only screen and (max-width: 760px),
  only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .tempus-seo-block {
    overflow-x: hidden;
  }

  .tempus-seo-block .tempus-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
  }

  .tempus-seo-block .tempus-table-scroll > table:not(.tempus-mobile-cards) {
    min-width: max-content;
    max-width: 100%;
  }

  .tempus-seo-block .tempus-table-scroll.tempus-table-scroll--cards {
    overflow-x: visible;
    max-width: 100%;
  }

  .tempus-seo-block table.tempus-mobile-cards {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }

  .tempus-seo-block table.tempus-mobile-cards,
  .tempus-seo-block table.tempus-mobile-cards thead,
  .tempus-seo-block table.tempus-mobile-cards tbody,
  .tempus-seo-block table.tempus-mobile-cards tr,
  .tempus-seo-block table.tempus-mobile-cards td,
  .tempus-seo-block table.tempus-mobile-cards th {
    display: block;
  }

  .tempus-seo-block table.tempus-mobile-cards thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .tempus-seo-block table.tempus-mobile-cards .tempus-mobile-cards__header-row {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  .tempus-seo-block table.tempus-mobile-cards .tempus-mobile-cards__row {

    border: 1px solid #bfbfbf;
    box-sizing: border-box;
  }

  .tempus-seo-block table.tempus-mobile-cards tbody > tr.tempus-mobile-cards__row:nth-child(odd of .tempus-mobile-cards__row) {
    background: #f5f5f5;
  }

  .tempus-seo-block table.tempus-mobile-cards .tempus-mobile-cards__cell:last-child {
    border-bottom: none;
  }

  .tempus-seo-block table.tempus-mobile-cards .tempus-mobile-cards__cell {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 8px 8px 8px 50%;
    text-align: left;
    box-sizing: border-box;
  }

  .tempus-seo-block table.tempus-mobile-cards .tempus-mobile-cards__cell::before {
    content: attr(data-label);
    position: absolute;
    top: 8px;
    left: 6px;
    width: 45%;
    max-width: calc(50% - 12px);
    padding-right: 10px;
    white-space: normal;
    font-weight: 600;
    color: #3c3c3c;
    box-sizing: border-box;
  }

  .tempus-seo-block .tempus-table-scroll > table.tempus-mobile-cards {
    min-width: 0;
    width: 100%;
  }
}


/* End */
/* /local/components/tempus/catalog.section/templates/.default/style.css?1778141652763 */
/* /local/components/aspro/smartseo.content/templates/main/style.css?17790913004216 */
