

/* Start:/local/assets/css/hr/news.css?17489456453471*/
.news-banner {
  height: 400px;
}
.news-banner-mob {
  display: none;
}
.news-banner__title {
  margin-top: 174px;
}
.news-list {
  margin-top: 75px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.news-list .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.news-list__item {
  position: relative;
  padding: 24px;
  height: 485px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 24px;
  box-shadow: 1px 2px 8px 0 rgba(51, 51, 51, 0.1), 0 0 4px 0 rgba(154, 154, 154, 0.08);
  background: var(--palette-dark-bg);
  overflow: hidden;
}
.news-list__item::after {
  content: '';
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #020f28 11%, #10253c 100%);
  z-index: 0;
  transition: opacity .2s ease;
}
.news-list__item:hover::after {
  opacity: 1;
}
.news-list__item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-list__item:hover .news-list__item-more img {
  transform: rotate(45deg) translateX(4px) translateY(-3px);
}
.news-list__item-date {
  font-size: 16px;
  color: #fff;
  z-index: 1;
}
.news-list__item iframe {
	display: none;
}
h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  z-index: 1;
}
.news-list__item-subtitle {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
  z-index: 1;
  color: #fff; 
}
.cut-rows-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.cut-rows-8 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
.news-list__item-photos {
  display: flex;
  flex-direction: row;
  gap: 16px;
  z-index: 1;
}
.news-list__item-photos > div {
  width: 109px;
  height: 109px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news-list__item-more {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  width: fit-content;
  outline: none;
  color: #fff;
  z-index: 1;
}
.news-list__item-more:hover {
  outline: none !important;
}

.pagination {
  margin: 46px auto 0;
}
.view-more {
  display: none;
}

footer {
  margin-top: 325px !important;
}

@media screen and (max-width: 992px) {
  .news-banner {
    height: 320px;
  }
  .news-banner__title {
    margin-top: 140px;
  }
  .news-list .row {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 480px) {
  .news-banner {
    height: 400px;
    background: linear-gradient(0deg, #275EC74D 0%, #0C1F334D 100%);
  }
  .news-banner-mob {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .news-banner__title {
    margin-top: 120px;
  }
  .news-list .row {
    grid-template-columns: 1fr;
  }
  .news-list__item {
    height: auto;
  }
  .news-list__item-photos {
    justify-content: space-between;
    gap: 8px;
  }
  .news-list__item-photos > div {
    height: 66px;
  }
  .pagination {
    display: none;
  }
  .view-more {
    display: block;
    margin: 32px auto 0;
    padding-left: 24px;
    padding-right: 24px;
    width: fit-content;
  }
  .view-more__button {
    outline-color: #fff;
    color: #fff;
  }
  .view-more__button:hover {
  outline: 1px solid #fff !important;
  }
  footer {
    margin-top: 130px !important;
  }
}
/* End */
/* /local/assets/css/hr/news.css?17489456453471 */
