

/* Start:/bitrix/templates/khanbass/components/bitrix/news/news/bitrix/news.list/.default/style.css?17530635231606*/
.partners {
	display: flex;
	flex-direction: row;
	z-index: 10;
	border: 1px solid transparent;
	border-radius: 10px;
	transition: 0.1s all ease;
	margin-bottom: 25px;
	justify-content: center;
	align-items: center;
	padding: 0;
}
.partners-logo-nom {
	padding: 0 10px;
    background-color: white;
    width: 25%;
    display: flex;
    height: 100%;
    margin-right: 25px;
    align-items: center;
    border-radius: 8px;
	float: left;
}
.partners img {
	width: -webkit-fill-available;
}
.partners-about {
	display: flex;
	flex-direction: column;
}

.text {
	color: white;
}

.partners-about h3 {
	color: white;
}
.news {
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
	justify-content: space-around;
    align-items: stretch;
}
.news-block {
	border: 1px solid #fff;
    border-radius: 20px;
    display: flex;
    width: 290px;
    flex-direction: column;
    justify-content: flex-start;
	color: #fff;
}
.news-block img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.news-block:hover {
	border-color: #D1ED00;
}
.news-block:hover p.href {
	color: #D1ED00;
}
.news-block .news-list-name {
	font-size: 16px;
    font-weight: 600;
    padding: 0 15px;
    margin: 15px 0 0 0;
}
.news-block .news-list-text {
    font-size: 13px;
    font-weight: 400;
    padding: 0 15px;
    margin: 15px 0 0 0;
    height: 100%;
}
.news-block p {
	margin-bottom: 15px;
    line-height: 18px;
    text-align: left;
    font-size: 14px;
	font-weight: 500;
}
.news-block p.href {
	font-size: 14px;
    font-weight: 300;
    font-style: italic;
    padding: 0 15px;
    text-align: right;
}
/* End */
/* /bitrix/templates/khanbass/components/bitrix/news/news/bitrix/news.list/.default/style.css?17530635231606 */
