

/* Start:/local/templates/.default/components/bitrix/news.detail/be-a-partner/style.css?1764525440759*/
.talk-call {
	display: flex;
	flex-direction: row;
}

.talk-call__detail {
	display: flex;
	flex-direction: column;
	align-items: flex-start;

	margin-right: 30px;
	flex: 1;
}

.talk-call__detail-title {
	font-size: 18px;
	line-height: 35px;
	font-weight: 700;
	color: #000000;

	margin-bottom: 15px;
}

.talk-call__detail-text {
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;

	margin-bottom: 15px;
}

.talk-call__image {
	display: flex;
	flex: 1;

	/*background-size: cover;*/
	background-position: center;
	background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
	.talk-call {
		flex-direction: column-reverse;
	}

	.talk-call__detail {
		margin-right: 0;
	}

	.talk-call__image {
		min-height: 365px;
		margin-bottom: 35px;
	}
}

/* End */
/* /local/templates/.default/components/bitrix/news.detail/be-a-partner/style.css?1764525440759 */
