

/* Start:/local/templates/.default/components/bitrix/news/mit-sections/bitrix/news.list/.default/style.css?17744472301877*/
.mit-rbrktr-wrapper{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	& a {text-decoration: none; color: #494949;}
	& a:hover {color: #FF5500;}
}

.mit-rbrktr-item{
	flex-basis: 20%;
	flex-grow: 1;
	flex-shrink: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top 20px center;
	& a {text-decoration: none; color: #494949;}

}
.mit-rbrktr-item-content{
	background: linear-gradient(rgba(114, 178, 212, .8), rgba(250, 250, 250, 1));
	/*padding: 20px 20px 10px 20px;*/
	border-radius: 20px 20px 0 0;
	backdrop-filter: sepia(80%);
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}
.mit-rbrktr-item-content::after {
	content: '';
	display: inline-block;
	background-image: url(https://www.mitexpo.ru/upload/medialibrary/b6d/qjpxw1eqx6dglxq6k0u0glkevdpaoms9.svg);
	background-size: contain;
	width: 30px;
	height: 50px;
	position: absolute;
	top: 85%;
	right: -1px;
	background-repeat: no-repeat;

}
.mit-rbrktr-item-header{
	font-size: 0.9rem;
	font-weight: bold;
	margin: 20px 10px 10px 10px;
	color: black;

}
.mit-rbrktr-item-description{
	font-size: .85rem;
	font-weight: normal;
	margin: 10px 10px 40px 10px;
	color: #494949;

}

.mit-rbrktr-wrapper_v2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2px;
	& a {text-decoration: none; color: #494949;}
}

.mit-rbrktr-item_v2 {
    width: 150px;
    border: 1px solid rgba(255, 85, 0, 0.05);
    background: linear-gradient(45deg, #fafafa, #fff);
    border-radius: 10px;
    padding: 0 5px 10px 5px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 0.8rem;
}
.mit-rbrktr-item-content_v2 {
	display: flex;
	flex-direction: column;
}
.mit-rbrktr-item-img img {
	height: 50px;
	margin: 30px 0 10px 0;
}
.mit-rbrktr-item-txt {
	text-align: center;
}

/* End */
/* /local/templates/.default/components/bitrix/news/mit-sections/bitrix/news.list/.default/style.css?17744472301877 */
