

/* Start:/bitrix/templates/aspro_max/components/bitrix/news/news_new/bitrix/news.list/news/style.css?17380471244908*/
.news--list .page {
  padding-top: 40px;
}
.news--list .news-item {
  width: 100%;
  border: 1px solid #b2b3b3;
  padding: 18px 15px 13px;
  margin-bottom: 30px;
  min-height: 78px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
  overflow: hidden;
}
.news--list .news-item:not(.news-item--detail):hover {
  border-color: #000;
}
.news--list .news-item--open {
  border-color: #000;
}
.news--list .news-item--open .news-item__title,
.news--list .news-item--open .news-item__date {
  color: #d10a32;
}
.news--list .news-item__divider {
  border-top: 1px solid #e2e5e8;
  margin: 30px 0 25px;
  margin-right: -15px;
  margin-left: -15px;
}
.news--list .news-item__arrow {
  display: inline-block;
  background: transparent !important;
}
.news--list .news-item__arrow:hover svg path {
  fill: #d10a32;
}
.news--list .news-item__back {
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 30px;
}
.news--list .news-item__back:hover {
  color: #d10a32;
}
.news--list .news-item__back:hover svg path {
  fill: #d10a32;
}
.news--list .news-item__back svg {
  margin-right: 3px;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.news--list .news-item__content {
  margin-top: 20px;
  border-top: 1px solid #e2e5e8;
  padding: 25px 20px 25px;
  display: none;
  font-size: 15px;
  font-weight: 300;
}
.news--list .news-item__content--arrow {
  padding-bottom: 12px;
}
.news--list .news-item__content--open {
  display: block;
}
.news--list .news-item__content img {
  max-width: 100%;
  margin-top: 5px;
}
.news--list .news-item__content p {
  margin-bottom: 18px;
}
.news--list .news-item__content:last-of-type {
  margin-bottom: 0;
}
.news--list .news-item__content + img {
  margin-top: 23px;
}
.news--list .news-item__content a {
  cursor: pointer;
  font-weight: bold;
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.2) 50%);
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.2) 50%);
  background-image: -o-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.2) 50%);
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.2) 50%);
  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.2) 50%);
  background-repeat: repeat-x;
  -webkit-background-size: 2px 2px;
  -moz-background-size: 2px 2px;
  background-size: 2px 2px;
  background-position: 0 100%;
  background-position: 0 calc(100% - 2px);
  color: #000;
}
.news--list .news-item__content a:hover {
  text-decoration: none;
}
.news--list .news-item__content a:hover {
  color: #d10a32;
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(209,10,50,0.5) 50%);
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(209,10,50,0.5) 50%);
  background-image: -o-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(209,10,50,0.5) 50%);
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(209,10,50,0.5) 50%);
  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(209,10,50,0.5) 50%);
  background-repeat: repeat-x;
  -webkit-background-size: 2px 2px;
  -moz-background-size: 2px 2px;
  background-size: 2px 2px;
  background-position: 0 100%;
  background-position: 0 calc(100% - 2px);
}
.news--list .news-item__content a:hover:hover {
  text-decoration: none;
}
.news--list .news-item__title,
.news--list .news-item__sub-title,
.news--list .news-item__date {
  width: 100%;
  text-align: center;
}
.news--list .news-item__title {
  font-size: 27px;
  font-weight: bold;
  margin-top: 8px;
  color:  #222222;
  display: block;
  line-height: 35px;
  margin-bottom: 0px;
  padding: 0 25px;
}
.news--list .news-item__title + .news-item__content {
  margin-top: 15px;
}
.news--list .news-item__title--disabled {
  pointer-events: none;
}
.news--list .news-item__title--small {
  font-size: 19px;
  line-height: 1.3;
  font-weight: normal;
}
a.news--list .news-item__title {
  cursor: pointer;
}
a.news--list .news-item__title:hover {
  color: #d10a32;
}
.news--list .news-item__sub-title {
  font-size: 16px;
  font-weight: 300;
  margin-top: 2px;
  color: #737379;
}
.news--list .news-item__date {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: #171929;
  font-weight: bold;
}
@media(max-width: 768px) {
.news--list .news-item__title {
    font-size: 22px;
    font-weight: bold;
    margin-top: 8px;
    color: #222222;
    display: block;
    line-height: 27px;
    margin-bottom: 0px;
    padding: 0 25px;
}
}
/* End */
/* /bitrix/templates/aspro_max/components/bitrix/news/news_new/bitrix/news.list/news/style.css?17380471244908 */
