

/* Start:/local/templates/electro/components/bitrix/system.pagenavigation/electro_page_nav/style.css?1716880734299*/
.bx-pagination {
	margin-bottom: 100px;
}
.bx-active.btn-azure {
	width: 50px;
	height: 50px;
}
.bx-active.btn-azure:hover {
	color: #03bfb5;
	cursor: auto;
}
.pagination-btn {
	margin: 0 2px;
}
.pagination-btn .btn-gray {
	width: 50px;
	height: 50px;
	border: 1px solid #f4f4f4;
}
/* End */


/* Start:/local/templates/electro/components/bitrix/news/articles/bitrix/news.list/.default/style.css?17555061181954*/

.main-spec-list {
  display: flex;
  flex-wrap: wrap;
}
.main-spec-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 2fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
.main-spec-item {
  overflow: hidden;
  position: relative;
  /* height: 300px; */
}
.main-spec-item:first-child {
    grid-area: 1 / 1 / 3 / 3;
}
.main-spec-item:first-child {  
    overflow: hidden;
  position: relative;
}

.main-spec-item img {
    height: 100%;
    object-fit: cover;
  width: 100%;
  transition: all 1.5s ease 0s;
}
.main-spec-item--date {
  position: absolute;
  z-index: 2;
  bottom: 32px;
  left: 32px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  border-radius: 10px;
}

.main-spec-item--overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 115px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
  transition: height 0.5s, background 1.5s;
  overflow: hidden;
  z-index: 15;
  padding-top: 32px;
  padding-left: 32px;
}
.main-spec-item .main-spec-item--overlay {
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}
.main-spec-item--name {
  margin: 0;
  color: #fff;
  width: 100%;
  max-width: 400px;
  font-weight: 400;
  font-size: 19px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-spec-item .main-spec-item--name {
  white-space: normal;
}
@media (max-width: 1450px) {
  .main-spec-item:first-child {
      grid-area: auto;
  }
  .main-spec-list {
    grid-template-columns: repeat(2, 1fr);
  }.main-spec-item--name {
    max-width: 330px;
  }
}
@media (max-width: 500px) {
  .main-spec-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .bx-pagination {
    margin-bottom: 0;
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .bx-pag-all {
    margin-right: 5px;
  }
}
/* End */
/* /local/templates/electro/components/bitrix/system.pagenavigation/electro_page_nav/style.css?1716880734299 */
/* /local/templates/electro/components/bitrix/news/articles/bitrix/news.list/.default/style.css?17555061181954 */
