

/* Start:/local/templates/bioprestige/components/bitrix/catalog/services/style.css?1679399701697*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}
/* End */


/* Start:/local/templates/bioprestige/components/bitrix/catalog.section/new-service-articles-new/style.css?17714018401891*/
.news-page-block-items{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin-top: 50px;
}
.services-article-block .item-block {
    width: calc(34% - 15px);
    box-shadow: 0px 1px 3px 0.06px rgba(44, 33, 90, 0.3);
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 8px;
}
.item-block {
    width: calc(25% - 15px);
    box-shadow: 0px 1px 3px 0.06px rgba(44, 33, 90, 0.3);
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 8px;
}
.item-block .text-wrap .text {
	display: -webkit-box;
	-webkit-line-clamp: 3;      
	-webkit-box-orient: vertical;
	overflow: hidden;           
	text-overflow: ellipsis;
}
.news-img {
    height: 100%;
    width: 100%;
}
.img-wrap {
	width: 100%;
	height: 200px;
	border-radius: 5px;
}
.item-name{
	margin: 15px 0px;
	min-height: 70px;
}
.item-name a{
	font-family: Roboto;
	font-weight: 700;
	font-size: 18px;
	line-height: 130%;
	letter-spacing: 0%;
	vertical-align: middle;
	color: rgba(44, 33, 90, 1);
}
.item-data{
	display: flex;
	/* justify-content: left; */
    gap: 10px;
}
.item-data > div{
    padding-left: 25px;
   /*  margin-right: 15px; */
    margin-bottom: 15px;
	background: url(/news/img/calendar.png) left center no-repeat;
	font-family: Roboto;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	color: rgba(51, 51, 51, 1);
}
.item-data > div.item-views{
	background: url(/news/img/red-eye.png) left center no-repeat;
}
.item-data > div.item-time{
	background: url(/news/img/clock.svg) left center no-repeat;
}
.text-wrap{
	font-family: Roboto;
font-weight: 400;
font-size: 14px;
line-height: 130%;
letter-spacing: 0%;
color: rgba(0, 0, 0, 1);
}
@media all and (max-width: 1200px){
	.services-article-block .item-block {
	    width: calc(50% - 15px);
	}
	
}
@media all and (max-width: 600px){
	.services-article-block .item-block {
	    width: calc(100%);
	}
}
/* End */
/* /local/templates/bioprestige/components/bitrix/catalog/services/style.css?1679399701697 */
/* /local/templates/bioprestige/components/bitrix/catalog.section/new-service-articles-new/style.css?17714018401891 */
