

/* Start:/local/templates/diorit/components/bitrix/news/news-page/bitrix/news.list/.default/style.css?17623314772112*/
div.news-list {
  word-wrap: break-word;
}
div.news-list img.preview_picture {
  float: left;
  margin: 0 4px 6px 0;
}
.news-date-time {
  color: #486daa;
}

.header-news-page {
  padding-top: 2rem !important;
  height: 9rem !important;
  background: #051f4c;
}
.header-news-page .bg-container video {
  display: none;
}

.logo-35 svg path {
  fill: white;
}

.news-list_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 3.15%;
  margin-top: 30px;
}

.news-item {
  width: 31%;
  background-color: #f5f7fa;
  border: #d4d4d4 1px solid;
  margin-bottom: 50px;
  color: #000;
  text-decoration: none;
  transition: border 0.2s linear, background 0.2s linear;
}

.news-item img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.news-item .block-slider-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin: 0 auto;
  min-height: 249px;
  display: block;
}
.news-item video {
  width: 114%;
  height: 100%;
  max-width: 500px;
  min-height: 243px;
  margin: 0 auto;
  display: block;
  padding: 0;
}

.news-description {
  padding: 32px;
}

.news-description h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 30px;
  height: 40px;
}

.news-description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 18px;
  display: block;
  height: 94px;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-description span {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}

.news-index {
  margin-top: 20px;
}

.news-index h1 {
  font-size: 2.5rem;
}

@media (max-width: 1224px) {
  .news-item {
    width: 48%;
  }
}

@media (max-width: 650px) {
  .news-item {
    width: 100%;
  }

  .news-description {
    padding: 13px;
  }

  .news-description h2 {
    height: 55px;
  }
}
@media (max-width: 410px) {
  /* .news-item .block-slider-img{
		min-height: 202px;
	} */
  .news-item video {
    min-height: 202px;
    width: 100%;
  }
  .news-description h2 {
    margin-bottom: 22px;
  }
}

/* End */


/* Start:/local/templates/diorit/components/bitrix/news.list/contacts/style.css?1675085367427*/
.nav.nav-tabs{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.nav-tabs .nav-item {
    margin-right: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    width: 24%;
    
}
@media (max-width: 991.98px){
    .nav.nav-tabs{
        flex-wrap: wrap;
        justify-content: left;
    }
    
    .nav-tabs .nav-item {
    width: 100%;
    }
}
/* End */
/* /local/templates/diorit/components/bitrix/news/news-page/bitrix/news.list/.default/style.css?17623314772112 */
/* /local/templates/diorit/components/bitrix/news.list/contacts/style.css?1675085367427 */
