

/* Start:/local/templates/.default/components/bitrix/news.list/advantages/style.css?17574948512295*/
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;
}

.advantages-list{
margin-bottom: 120px;
}

.advantage-row:first-child{
  border-top: solid 1px #A7BFE0;
}
.advantage-row {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-image: none;
  transition: background-image 0.4s ease;
  
  border-bottom: solid 1px #A7BFE0;
}
.advantage-row:hover {
  background-image: var(--bg-img);
  transition:0.4s;
}
.advantage-row:hover svg path{
  fill:#FFF;
  transition:0.4s;
}
.advantages__content {
  display: inline-block; 
}
.advantages__item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  transition: color .3s ease;
}
.advantages__icon, .advantages__text {
  transition: color .3s ease;
  color: #2E2E62;
}
.main-block__title{

}
.advantages__text{
color: var(--Text-color, #16396C);
font-family: Manrope;
font-size: 44px;
font-style: normal;
font-weight: 300;
line-height: 62px; /* 133.333% */
text-transform: uppercase;
}

.advantages__dop-text{
  color: var(--Text-color-light, #537DA6);

/* Regular_24 */
font-family: Manrope;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 141.667% */
}

.advantages__icon {
  margin-right: 1rem;
  font-size: 36px;
}
.main-block__title{
    color: var(--Text-color, #16396C);
font-family: Manrope;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 133.333% */
text-transform: uppercase;
}

/* при hover — текст белый */
.advantage-row:hover .advantages__icon,
.advantage-row:hover .advantages__text, 
.advantage-row:hover .advantages__dop-text,
.advantage-row:hover .main-block__title{
  color: #fff;
  transition:0.4s;
}

.advantage-row:hover .main-block__title li::before {
  background-color: #fff;
}
.advantages__item{
	align-items: start;
}

.advantage-row{
	padding: 40px 0;
}


@media (max-width:992px){
.advantages__text{
  font-size: 30px;
  line-height: normal;
}
}


@media (max-width:768px){
.advantages__text{
  font-size: 25px;
  line-height: normal;
}
.advantages__dop-text{
  font-size: 18px;
  line-height: normal;
}
}


@media (max-width:380px){
  .advantages__text{ font-size:15px; line-height:22px; }
}


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