

/* Start:/bitrix/templates/lat_adapt/components/bitrix/news.list/experts/style.min.css?16508149461693*/
.news .news_slider {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.news ul {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: auto;
  text-align: center;
  word-spacing: 10px;
}
.news ul li {
  display: inline-block;
  width: 46%;
  min-height: 50px;
  margin: 0 1%;
  text-align: left;
  border: 1px solid #dcdcdc;
  vertical-align: top;
  word-spacing: 0;
}
.news ul li a {
  text-decoration: none;
  color: inherit;
}
.news ul li img {
  display: block;
  float: left;
  width: 180px;
  height: 140px;
  margin: 0 20px 0 0;
}
.news ul li span {
  display: block;
  padding: 10px 17px;
  margin-left: 140px;
  color: #a5a5a5;
  font-size: 15px;
}
.news ul li p {
  display: block !important;
  padding: 0 17px !important;
  margin: 0 !important;
  margin-left: 140px !important;
}
.news .all {
  padding: 15px;
  text-align: center;
}
.news .all a {
  text-decoration: none;
  font-size: 18px;
}
.news .all a:hover {
  opacity: 0.8;
}
.news-date-time {
  text-transform: lowercase;
}
.news .news_slider .nav {
  width: 34px;
  height: 34px;
  line-height: 34px;
  background-color: #dcdcdc;
  color: #fff;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
.experts_items{
    display: grid;
    grid-template-columns: repeat(3,minmax(0,500px));
    grid-column-gap: 45px;
    grid-row-gap: 15px;
}
.read__item{
  padding: 25px;
  height: 390px;
}
@media screen and (max-width:769px) {
  .experts_items{
    grid-template-columns: repeat(1, minmax(0, 350px)); 
  }
  .read__item{
    height: 300px;
  }
  
}
/* End */
/* /bitrix/templates/lat_adapt/components/bitrix/news.list/experts/style.min.css?16508149461693 */
