/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/section/news.scss ***!
  \*************************************************************************************************************************************************************************************************************************/
/*images*/
.news__section {
    position: relative;
    background-color: #F9F9F9; }
    .news__section .section__header {
      margin-bottom: 2.625rem; }
  
  .news__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 767px) {
      .news__list {
        grid-template-columns: repeat(1, 1fr); } }
  
  .news__item {
    position: relative;
    aspect-ratio: 420/364;
    min-height: 298px;
    border-radius: 0.75rem;
    overflow: hidden; }
    .news__item:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(55.77%, rgba(4, 4, 4, 0.12)), color-stop(92.31%, rgba(4, 4, 4, 0.72)));
      background: linear-gradient(180deg, rgba(4, 4, 4, 0.12) 55.77%, rgba(4, 4, 4, 0.72) 92.31%);
      z-index: 1; }
    .news__item:after {
      content: '';
      position: absolute;
      top: 1rem;
      left: 1rem;
      width: 3rem;
      height: 3rem;
      background-image: url("../img/button_next_prev.svg");
      background-position: center;
      background-size: cover;
      z-index: 2;
      opacity: 0;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    .news__item picture {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .news__item picture img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transform: translateZ(0);
        transform: translateZ(0); }
    .news__item:first-child {
      grid-column: span 2;
      aspect-ratio: 860/364; }
    .news__item:nth-child(2) {
      grid-column: span 1; }
    @media only screen and (max-width: 767px) {
      .news__item:nth-child(n+2) {
        display: none; }
      .news__item:first-child {
        aspect-ratio: 343/298;
        min-height: 258px;
        grid-column: span 3; } }
    .news__item:hover:after {
      opacity: 1; }
  
  .news__info {
    padding: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    position: relative;
    z-index: 2;
    color: var(--color-white); }
  
  .news__title {
    font-size: 1.25rem;
    line-height: 140%;
    margin-bottom: 0.5rem; }
  
  .news__desc {
    font-weight: 400;
    font-size: 0.875rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 140%;
    color: #FFFFFFCC; }

    @media only screen and (max-width: 767px) {
      .news_more .news__list {
        margin-bottom: 0rem;
        padding-bottom: 2rem; } }
  
.news_more .slick-slide {
  position: relative;
  min-height: 326px; }
  .news_more .slick-slide::before {
    content: '';
    display: block;
    padding-bottom: 86.67%; }
  .news_more .slick-slide .news__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 420/364; }

.news_more .slick-list {
  min-height: 326px; }
  
  .news_more .news__item:first-child {
    grid-column: span 1;
    aspect-ratio: 420/364; }
  
  .news_more .news__item:nth-child(n+2) {
    display: block; }
  
  .news_more .slick-dots li:not(.slick-active) button {
    background-color: #C4BDC9; }
  
  
  /*# sourceMappingURL=section-news.css.map*/