

/* Start:/local/templates/.default/components/bitrix/news/news/bitrix/news.list/.default/style.css?17580254494289*/
section.all-news .wraper {
  display: flex;
}
section.all-news .wraper .filter {
  width: 350px;
  flex-shrink: 0;
}
section.all-news .wraper .filter .wrap {
  margin-right: 15px;
  border: 1px solid #ccc;
  border-top: 5px solid #28B571;
  padding-left: 16px;
  padding-bottom: 15px;
  border-radius: 5px;
}
section.all-news .wraper .filter .title {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.2em;
  margin: 20px 10px 0;
  margin-bottom: 15px;
}
section.all-news .wraper .filter .title b {
  color: #28B571;
}
section.all-news .wraper .filter ul li.active a {
  border-left: 5px solid #28B571;
  padding-left: 12px;
  color: #28B571;
}
section.all-news .wraper .filter ul li a {
  display: block;
  padding: 10px 5px;
  padding-left: 15px;
  transition: .2s;
}
section.all-news .wraper .filter ul li a:hover {
  background: #f3f3f3;
}
section.all-news .content .page {
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-size: 1.2em;
}
section.all-news .items {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
  width: 100%;
}
section.all-news .item {
  width: 33%;
  padding: 0px 10px;
  display: flex;
  margin-bottom: 25px;
}
section.all-news .item:hover .item-wrap {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  background: white;
}
section.all-news .item .content {
  padding: 10px;
  padding-bottom: 35px;
}
section.all-news .item .row-flex {
  display: flex;
  justify-content: space-between;
}
section.all-news .item .item-wrap {
  background: #f0f0f0;
  transition: all ease 0.2s;
  text-decoration: none;
}
section.all-news .item .img {
  height: 160px;
}
section.all-news .item .title {
      color: #222;
      margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}
section.all-news .item .description {
    font-size: 14px;
    color: #7f8c8d;
    margin-bottom: 15px;
    overflow: hidden;
    height: 72px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-wrap: break-word;
}
section.all-news img.preview_picture {
  width: 100%;
  object-fit: cover;
  height: 160px;
}
section.all-news p {
  margin: 0px;
}
section.all-news .date {
  color: black;
  font-size: 12px;
  text-align: right;
}
section.all-news .detail-link {
  font-size: 14px;
  line-height: 14px;
  color: #28B571;
  border-bottom: 1px solid #28B571;
  transition: all ease 0.2s;
}
section.all-news .detail-link:hover {
  color: #3b3b3b;
  border-bottom: none;
}
section.all-news .page-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.all-news .page-nav .pagination {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.all-news .page-nav .pagination div {
  width: 37px;
  height: 37px;
  border: 1px solid #e6e9eb;
  margin: 0 1px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 18px;
  color: #505050;
  font-weight: 700;
  cursor: pointer;
  transition: all ease 0.2s;
}
section.all-news .page-nav .pagination div.right,
section.all-news .page-nav .pagination div.left {
  background-image: url(/local/templates/.default/components/bitrix/news/news/bitrix/news.list/.default/../img/arrow-gray.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
}
section.all-news .page-nav .pagination div.left {
  transform: rotate(180deg);
}
section.all-news .page-nav .pagination div.active {
  background-color: #e6e9eb;
}
@media (max-width: 1300px) {
  section.all-news .wraper .items .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  section.all-news .wraper {
    flex-direction: column;
  }
  section.all-news .wraper .filter {
    width: 100%;
    margin-bottom: 30px;
  }
  section.all-news .wraper .filter .wrap {
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
	.row {
		margin: 0px;
	}
}
@media (max-width: 576px) {
  section.all-news .wraper .items {
    margin: 0px;
  }
  section.all-news .wraper .items .item {
    padding: 0px;
    width: 100%;
  }
  section.all-news .page-nav {
    flex-direction: column;
  }
  section.all-news .page-nav .info {
    margin-bottom: 20px;
  }
}

/* End */
/* /local/templates/.default/components/bitrix/news/news/bitrix/news.list/.default/style.css?17580254494289 */
