

/* Start:/local/templates/html/assets/components-template/mixin__links/style.css?1748263738616*/
.links {
  position: relative;
  padding: 0.6rem 4rem;
  margin-right: 0; }
  @media (max-width: 1023px) {
    .links {
      padding: 5px 14px; } }
  .links__inner {
    padding: 0.6rem 4rem;
    margin: 0 -4rem;
    display: flex;
    gap: 2rem 4rem;
    overflow: auto;
    flex-wrap: nowrap; }
    @media (min-width: 1024px) {
      .links__inner {
        flex-wrap: wrap; } }
    @media (max-width: 1023px) {
      .links__inner {
        margin: 0 -14px;
        padding: 5px 14px; } }
  .links .link.active {
    color: var(--active-color);
    pointer-events: none; }
  .links .link {
    flex-shrink: 0; }

/* End */


/* Start:/local/templates/html/assets/components-template/mixin__news-line/style.css?17482637382134*/
.news-line {
  position: relative;
  display: block;
  padding: 16px 0; }
  @media (min-width: 1024px) {
    .news-line {
      padding: 3rem 0;
      cursor: pointer; }
      .news-line:hover .link--title span:before {
        transform: scaleX(1); } }
  .news-line:active .link--title span {
    color: var(--active-color); }
    .news-line:active .link--title span:before {
      background-color: var(--active-color); }
  .news-line__img {
    position: relative;
    padding-bottom: 60.9%;
    grid-column: 1/span 2; }
    @media (max-width: 1023px) {
      .news-line__img {
        padding-bottom: 63.3%;
        grid-column: span 1;
        margin-bottom: 12px; } }
    .news-line__img .lazy-img-wrap {
      position: absolute;
      inset: 0; }
      .news-line__img .lazy-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .news-line__mid {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 3rem; }
    @media (max-width: 1023px) {
      .news-line__mid {
        gap: 8px; } }
  .news-line__title {
    text-underline-offset: .3rem;
    transition: all ease .3s; }
  .news-line__date {
    color: var(--accent-text); }
  .news-line__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 3rem; }
  .news-line__text {
    font-weight: 400; }
    @media (min-width: 1024px) {
      .news-line__text {
        max-width: 53rem;
        max-height: 14.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        word-break: break-word; } }
    @media (max-width: 1023px) {
      .news-line__text {
        margin-top: 8px; } }
  .news-line__footer {
    margin-top: 20px;
    justify-content: space-between;
    display: flex;
    color: var(--accent-text); }
    @media (min-width: 1024px) {
      .news-line__footer {
        display: none; } }
  .news-line__tags {
    color: var(--accent-text); }
    @media (max-width: 767px) {
      .news-line__tags {
        text-align: right; } }

/* End */
/* /local/templates/html/assets/components-template/mixin__links/style.css?1748263738616 */
/* /local/templates/html/assets/components-template/mixin__news-line/style.css?17482637382134 */
