

/* Start:/local/templates/development/components/bitrix/news/news2025/bitrix/news.list/.default/style.css?17499273963179*/
.catalog__table .news-title a{
    font-size: 23px;
}
.news-item{
    margin-bottom: 30px;
}
.news-item_image{
    width: 300px;
    height: 300px;
    position: relative;
    margin-right: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    float: left;
}

.news-item_image a{

}
.news-item_image img{
    display: block;
    position: absolute;
    width: 300px;
    height: 300px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.catalog__table a.more_link{
    color:rgb(41, 120, 209);
}
.news-date-time{
    margin-top: 20px;
}
@media (min-width: 1200px){
    .news__table.container{
        width: 100%;
    }
}

    * { box-sizing: border-box; }

    body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 2rem;
      background: #fff;
    }

    h2 {
      font-size: 2rem;
      margin-bottom: 0.5rem;
    }

    .yellow-line {
      width: 40px;
      height: 4px;
      background: #ffe44d;
      margin-bottom: 2rem;
    }

    .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  justify-content: center;
}

    .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 320px;
  height: 300px;
  color: #000;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  border-radius: 4px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

    .card::before {
  display: none;
}

    

    .card .date {
      background: #ffe44d;
      color: #000;
      padding: 0.3rem 0.6rem;
      font-size: 0.85rem;
      font-weight: bold;
      display: inline-block;
    }

    .card .category {
      font-size: 0.8rem;
      float: right;
      color: #fff;
    }

    .card h3 {
      margin: 1rem 0 0.5rem;
      font-size: 1rem;
    }

    .read-more {
      display: inline-flex;
      align-items: center;
      gap: 0.3rem;
      font-weight: bold;
      color: #fff;
      text-decoration: none;
    }

    .read-more svg {
      fill: #fff;
      width: 1em;
      height: 1em;
    }
      @media (max-width: 1024px) {
      .grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 600px) {
      .grid {
        grid-template-columns: 1fr;
      }
    }
      .card-content {
      padding: 1rem;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      flex-grow: 1;
    }

    .card-content p {
      margin: 0 0 0.7rem;
    }

    .card {
      height: auto;
    }

.btn_other_event {
    display: inline-block;
  border: 0;
  color: white;
  background-color: #E3735E;
  font-weight: 300;
  border-radius: 15px;
  padding: 5px 15px 5px 0;
}
.btn_other_event_dop {
    display: inline-block;
  border: 0;
  color: white;
  background-color: #1f4999;
  font-weight: 300;
  border-radius: 15px;
  padding: 5px 15px 5px 0;
  text-transform: uppercase;
}
.btn_other_event:hover {
  color: black;
}
.btn_other_event_dop:hover {
  color: black;
}

/* End */
/* /local/templates/development/components/bitrix/news/news2025/bitrix/news.list/.default/style.css?17499273963179 */
