

/* Start:/bitrix/templates/template.nadel/components/ma/news.list/template.nadel.howchoise/style.css?17769286112583*/
.b-news-list_item {
	overflow: hidden;
}

.p-first-howchoise {
	font-size: 20px;
	color: #372c2c;
	background-color: #f0eeeb;
	display: block;
	max-width: 865px;
	width: 100%;
	padding: 31px 22px;
    position: relative;
    top: -63px;
    margin-bottom: -33px;
}
.b-news-list_item {

}
	.b-news-list_item_holder {
		overflow: hidden;
	}
		.b-news-list_item_pic {
			float: left;
			margin: 0 15px 0 0;
		}
		.b-news-list_item_title {
			margin-bottom: 18px;
			font-size: 24px;
			color: #6e312a;
			background-color: #f5f5f5;
			padding: 13px 25px;
			font-weight: 300;
			position: relative;
		}
		.b-news-list_item_title::after {
			position: absolute;
			content: '+';
			font-size: 40px;
			font-weight: 100;
			background-color: #ffed00;
			display: flex;
			align-items: center;
			justify-content: center;
			height: 62px;
			width: 62px;
			right: 0;
			top: 0;
		}
		.b-news-list_item_title:hover {
			cursor: pointer;
		}
		.active::after {

			position: absolute;
			content: '—';
			font-size: 40px;
			font-weight: 100;
			background-color: #ffed00;
			display: flex;
			align-items: center;
			justify-content: center;
			height: 62px;
			width: 62px;
			right: 0;
			top: 0;
		}
		.b-news-list_item_text {
			font-size: 16px;
			color: #372c2c;
		}

/* Швейные проекты */

.b-mod-news-list_title {
	display: none;
}
.b-mod-news-list {
	margin-top: 0 !important;
	padding: 0 !important;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	background-color: #fff !important;
	box-shadow: none !important;
}
.b-mod-news-list_item {
	max-width: 295px;
	width: 100%;
}
.b-mod-news-list_item_pic a {
	border-bottom: none !important;
}
.b-mod-news-list_item_title a:hover {
	color: #6e312a !important;
}

@media (max-width: 767px) {
  .b-right-column p.p-first-howchoise {
    font-size: 14px;
    line-height: 16px;
    padding: 20px 10px;
  }

  .b-news-list_item_title {
    font-size: 14px;
    line-height: 1.2;
    padding-left: 10px;
    padding-right: 33px;
    min-height: 52px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .b-news-list_item_title::after {
    height: 30px;
    width: 30px;
    font-size: 20px;
  }

  .b-news-list + .info-column > h3 {
    font-size: 24px;
    margin-top: 0;
  }

  .b-mod-news-list_item {
    display: flex;
    flex-direction: column;
  }

  .b-mod-news-list_item_pic {
    width: 60px;
    height: auto;
  }

  .b-mod-news-list_item_holder {
    padding-top: 20px;
  }

  .info-column .b-mod-news-list_item_holder .b-mod-news-list_item_title a {
    font-size: 20px;
  }
}

/* End */


/* Start:/bitrix/templates/.default/components/ma/news.list/template1/style.css?17769286062533*/
.b-right-column h3 {
	font-size: 40px;
	margin-top: 19px;
}
.b-mod-news-list {
	margin-top: 30px;
	padding: 20px;
	background-color: #F8F8F8;
	box-shadow: 0 1px 3px #CCC;
	border-radius: 2px;
}
	.b-mod-news-list h3, .b-mod-news-list_title {
		margin: 0 0 15px 0;
		background: transparent url('/bitrix/templates/.default/components/ma/news.list/template1/img/header-news_bg.png') 50% 50% repeat-x;
		font-size: 18px;
		text-transform: uppercase;
		color: #4e4e4e;
		text-align: center;
	}
		.b-mod-news-list h3 span, .b-mod-news-list_title span {
			padding: 0 5px;
			background-color: #F8F8F8;
		}

	.b-mod-news-list_item {
		margin: 15px 0 0 0;
		overflow: hidden;
	}
		.b-mod-news-list_item_holder {
			overflow: hidden;
		}
		.b-mod-news-list_item_pic img {
			max-width: 295px;
			width: 100%;
			height: 197px;
		}
			.b-mod-news-list_item_date {
				display: inline-block;
				padding: 2px 10px;
				border: 2px solid #D7D7D7;
				color: #fe7618;
				font-size: 16px;
				font-weight: bold;
			}
			.b-mod-news-list_item_title {
				margin: 5px 0 10px 0;
			}
				.b-mod-news-list_item_title a {
					font-size: 18px;
					text-decoration: none !important;
					font-weight: bold;
					text-transform: none;
					color: #6e312a;
				}
			.b-mod-news-list_item_text p {
				margin: 0;
			}
			.b-mod-news-list_item_text .detailed {
				display: none;
			}
			.b-mod-news-list_item_text small {
				display: none;
			}

.info-column .b-mod-news-list {
	display: flex;
	flex-direction: column;
}

.info-column .b-mod-news-list_item {
	max-width: 925px;
	width: 100%;
	display: flex;
	margin-bottom: 17px;
}
.info-column .b-mod-news-list_item_pic img {
	max-width: 295px;
	width: 100%;
	height: 197px;
}
.info-column .b-mod-news-list_item_pic {
	max-width: 295px;
	width: 100%;
	height: 197px;
	margin-right: 22px;
}
.info-column .b-mod-news-list_item_text .detailed {
	display: inline-block;
	font-size: 18px;
	margin-top: 17px;
}
.info-column .b-mod-news-list_item_title {
	
}
.info-column .b-mod-news-list_item_title a {
	font-size: 35px;
	line-height: 23px;
	font-weight: normal;
	text-transform: none;
	border-bottom: none;
	color: #372c2c;
}
.info-column h3 {
	font-size: 40px;
	margin-top: 22px;
}

@media (max-width: 767px) {
  .b-mod-news-list {
    display: flex;
    flex-direction: column;
  }

  .b-mod-news-list .b-mod-news-list_item_pic {
    width: auto;
    max-width: 295px;
  }

  .b-mod-news-list .b-mod-news-list_item {
    max-width: 100%;
  }

}
/* End */
/* /bitrix/templates/template.nadel/components/ma/news.list/template.nadel.howchoise/style.css?17769286112583 */
/* /bitrix/templates/.default/components/ma/news.list/template1/style.css?17769286062533 */
