/* Generated by vite-plugin-svg-spritemap */
.news-card {
  overflow: hidden;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 0.125rem;
  box-shadow: 0 0.25rem 0.35624998808125rem 0 rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}
.news-card__image {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 682/452;
}
.news-card__photo {
  width: 100%;
  height: 100%;
  aspect-ratio: 682/452;
}
.news-card__body {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  padding: 1rem 1.0625rem 1.0625rem 0.8125rem;
  background-color: rgba(255, 255, 255, 0.7294117647);
  display: flex;
  flex-direction: column;
}
.news-card__event {
  font-weight: 500;
  display: flex;
  align-items: center;
  column-gap: 0.25rem;
  font-size: 0.75rem;
  color: #5A5A55;
  margin-bottom: 1.0625rem;
}
.news-card__event::before {
  display: flex;
  flex: 0 0 1rem;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
}
.news-card__title {
  font-weight: 600;
  line-height: 1.2;
  transition: color 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-card__lable {
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem;
  width: 4.1875rem;
  height: 2.5rem;
  aspect-ratio: 67/40;
}/* Generated by vite-plugin-svg-spritemap */
/*=== main-news ===*/
.main-news__ceil:not(:last-child) {
  margin-bottom: 2rem;
}
.main-news__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(21.875rem, 1fr));
  grid-template-rows: auto;
  column-gap: 0.875rem;
  row-gap: 1.375rem;
}
.main-news__content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  row-gap: 1.75rem;
}
.main-news__elements {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  column-gap: 0.9375rem;
  row-gap: 2rem;
}
.main-news__more {
  align-self: center;
  justify-self: center;
}
@media (max-width: 61.99875em) {
  .news-card__body {
    padding: 0.625rem;
  }
  .main-news__elements {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.25rem;
  }
}
@media (max-width: 47.99875em) {
  .news-card__event {
    margin-bottom: 0.75rem;
  }
  .main-news__elements {
    grid-template-columns: repeat(auto-fit, minmax(15.625rem, 1fr));
  }
}
@media (max-width: 29.99875em) {
  .news-card__event {
    margin-bottom: 0.625rem;
  }
  .main-news__items {
    grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
  }
}
@media (width <= 20em) {
  .news-card__title {
    font-size: 0.75rem;
  }
  .page__breadcrumbs:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .main-news {
    padding-block-end: 3.125rem;
  }
  .main-news__roof:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (width > 20em) and (width <= 88.125em) {
  .news-card__title {
    font-size: clamp( 0.75rem , 0.603211009175rem  +  0.7339449541vw , 1.25rem );
  }
  .page__breadcrumbs:not(:last-child) {
    margin-bottom: clamp( 1.25rem , 0.68119266055rem  +  2.8440366972vw , 3.1875rem );
  }
  .main-news {
    padding-block-end: clamp( 3.125rem , 2.2075688073375rem  +  4.5871559633vw , 6.25rem );
  }
  .main-news__roof:not(:last-child) {
    margin-bottom: clamp( 1.875rem , 1.30619266055rem  +  2.8440366972vw , 3.8125rem );
  }
}
@media (min-width: 47.99875em) {
  .news-card__lable {
    top: 1rem;
    left: 36.65%;
  }
}
@media (width > 88.125em) {
  .news-card__title {
    font-size: 1.25rem;
  }
  .page__breadcrumbs:not(:last-child) {
    margin-bottom: 3.1875rem;
  }
  .main-news {
    padding-block-end: 6.25rem;
  }
  .main-news__roof:not(:last-child) {
    margin-bottom: 3.8125rem;
  }
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .news-card:hover {
    box-shadow: 0.1875rem 0.625rem 0.625rem 0.1875rem rgba(0, 0, 0, 0.09);
  }
  html:not([data-fls-touch]) .news-card__image:hover .news-card__photo {
    transform: scale(1.02);
    transition: transform 0.3s;
  }
  html:not([data-fls-touch]) .news-card__title:hover {
    text-decoration: underline;
    color: #C2552E;
  }
}