

/* Start:/local/templates/.default/components/bitrix/news/promo/bitrix/news.list/.default/style.css?17549342431339*/
.promotions .title-block__description {
	 display: none;
}
 .promotions__gallery {
	 display: grid;
	 grid-template-columns: repeat(1, 1fr);
	 grid-row-gap: 20px;
	 margin-bottom: 45px;
}
 .promotions__gallery-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	 width: 300px;
	 margin: 0 auto;
	 padding: 40px 20px 28px;
	 background-color: #fff;
	 border-radius: 20px;
	 text-align: center;
}
.promotions__gallery-item-image {
	height: auto;
	width: 100%;
	margin-bottom: 20px;
}
 .promotions .womanLogo, .promotions .manLogo {
	 margin-bottom: 20px;
}
 .promotions__gallery-item-title {
	 margin-bottom: 10px;
}
 .promotions__gallery-item-description {
	 margin-bottom: 20px;
}
 .promotions__gallery-item-buttons {
	 display: flex;
	 flex-direction: column;
	 gap: 10px;
}
 @media screen and (min-width: 1290px) {
	 .promotions__gallery {
		 grid-template-columns: repeat(3, 1fr);
		 grid-row-gap: 30px;
		 grid-column-gap: 30px;
		 margin-bottom: 90px;
	}
	 .promotions__gallery-item {
		 width: 410px;
		 padding: 26px 32px 40px;
		 text-align: left;
	}
	 .promotions__gallery-item-title {
		 font-size: 30px;
		 line-height: 36px;
	}
	 .promotions .womanLogo, .promotions .manLogo {
		 width: 151px;
		 height: 122px;
	}
	 .promotions__gallery-item-buttons {
		 flex-direction: row;
		 gap: 15px;
	}
}
 
/* End */
/* /local/templates/.default/components/bitrix/news/promo/bitrix/news.list/.default/style.css?17549342431339 */
