

/* Start:/local/templates/.default/components/bitrix/news/news_new/bitrix/news.detail/flat/style.css?16856016211293*/
.cont_per{
margin:40px 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: flex-start;
justify-content: flex-start;
}

.cont_per_img{
flex-basis:50%;	
width:50%;
max-width:50%;
min-width:50%;
}
.cont_per_img_in{
  background-repeat:no-repeat;
  background-position: center;
  	-webkit-background-size:cover;
			background-size:cover;
padding-top:80%;		
}

.cont_per_info{
flex-basis:50%;	
width:50%;
max-width:50%;
min-width:50%;
background:#d9f1f9;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding:20px;
justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;	
}

.cont_per_name{
font-size: 20px;
text-transform: uppercase;
font-weight: bold;
margin-bottom: 15px;	
}
.cont_per_pos{
font-weight: bold;
margin-bottom: 5px;	
}

.cont_per_link a{
	color:#333;
}


@media screen and (max-width: 650px) {
.cont_per_img,.cont_per_info{
flex-basis:100%;	
width:100%;
max-width:100%;
min-width:100%;	
}
}
/* End */
/* /local/templates/.default/components/bitrix/news/news_new/bitrix/news.detail/flat/style.css?16856016211293 */
