

/* Start:/local/templates/kpsu/components/bitrix/news/profession/bitrix/news.list/.default/style.css?9466668004494*/
.profession_filter_wrap{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-top: 42px;
}

.profession_filter_item{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0px 10px;
	font-size: 14px;
	color: #7C0130;
	background-color: #ffffff;
	border: 1px solid #7C0130;
	border-radius: 5px;
	margin-right: 19px;
	height: 30px;
	margin-bottom: 15px;
	font-weight: 400;
	cursor: pointer;
	text-transform: uppercase;

}


.profession_filter_item:hover{
	background-color: #7C0130;
	color: #ffffff;
}

.profession_filter_item.active{
	background-color: #7C0130;
	color: #ffffff;
}




.profession_filter_count{
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 0px;
	background-color: #7C0130;
	border-radius: 50%;
	color: #ffffff;
	margin-left: 12px;
	font-size: 10px;
	font-weight: 400;
}

.profession_filter_item:hover .profession_filter_count{
	background-color: #ffffff;
	color: #7C0130;
}


.profession_filter_item.active .profession_filter_count{
	background-color: #ffffff;
	color: #7C0130;
}

.profession_content_wrap{
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	justify-content: space-between;

}

.right_block a.profession_content_item{
	width: 255px;
	height: 264px;
	background-color: #FFFFFF;
	border: 1px solid #C4C4C4;
	box-sizing: border-box;
	margin-bottom: 30px;
	text-decoration: none;
	display: flex;
	flex-direction: column;
}

.right_block a.profession_content_item:hover{
	box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.1);
}

.profession_content_item.empty_item{
	width: 255px;
	visibility: hidden;
	height: 0px;
	border: 0px;
	margin-bottom: 0px;
}




.profession_content_images_wrap{
	width: 100%;
	height: 180px;
	position: relative;
	overflow: hidden;
}
.profession_content_images_wrap img{
	height: 100%;
    position: relative;
    top: 0px;
    transform: translateX(-50%);
    left: 50%;
}

.profession_content_text_wrap{
	background-color: transparent;
	flex: 1;
	padding: 20px 18px 0px 18px;
}
.profession_content_text{
	text-align: center;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
}

.profession_content_tag{
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 4px 5px;
    font-family: "Open Sans";
    font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 14px;
    color: #FFFFFF;
    z-index: 12;
    background: #7C0130;
    border-radius: 5px;
    text-transform: uppercase;

}

.profession_button_wrap{
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.right_block a.profession_button{
	text-decoration: none;
}


.profession_button{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
	color: #7C0130;
	border: 1px solid #7C0130;
	border-radius: 5px;
	cursor: pointer;
	min-height: 36px;
	padding: 7px 12px;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
}

.profession_button:hover{
	color: #FFFFFF;
	background-color: #7C0130;
	text-decoration: none;
}



body::after {
	display: none;	
  content: "Full";
  position: fixed;
  top: 10px;
  left: 10px;
  font-size: 18px;
  background-color: #eeee;
  padding: 3px 4px;
  z-index: 1000; 
}

.profession_content_wrap{
	min-height: 294px;
}




@media (max-width: 575px) {
  body::after {
    content: "1) max-width: 575px"; 
} 


.right_block a.profession_content_item {
    width: 100%;

}

.profession_content_images_wrap img {
    height: auto;
    width: 100%;
    position: relative;
    top: 0px;
    transform: inherit;
    left: inherit;
}


.right_block a.profession_content_item {
    height: 323px;
}

.profession_content_images_wrap {
    height: 238px;
}



}

@media (min-width: 576px) and (max-width: 767px) {
  body::after {
    content: "2) min-width: 576px AND max-width: 767px"; 
} 


.right_block a.profession_content_item {
    width: 48%;
}



}

@media (min-width: 768px) and (max-width: 991px) {
  body::after {
    content: "3) min-width: 768px AND max-width: 991px";
    } 

.right_block a.profession_content_item {
    width: 32%;
}




}

@media (min-width: 992px) and (max-width: 1199px) {
  body::after {
    content: "4) min-width: 992px AND max-width: 1199px"; 
} 

.right_block a.profession_content_item {
    width: 32%;
}


}

@media (min-width: 1200px) {
  body::after {
    content: "5) min-width: 1200px"; 
} 





}


/* End */
/* /local/templates/kpsu/components/bitrix/news/profession/bitrix/news.list/.default/style.css?9466668004494 */
