

/* Start:/local/templates/main/components/bitrix/news/news_authors/bitrix/news.detail/.default/style.css?16820657153119*/
.author {
	width: min(100%, 1280px);
	font-family: 'Ubuntu Regular', 'Arial', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	display: grid;
	grid-template-columns: 1fr 32.81%;
	gap: 0 8.2%;
	color: #262626;
	padding: 31px 10px 75px;
	margin: 0 auto;
}

@media (max-width: 767.99px) {
	.author {
		font-size: 16px;
		grid-template-columns: 1fr;
		gap: 0;
		padding: 30px 10px 50px;
	}
}

.author__title {
	grid-column: 1 / -1;
	font-size: 40px;
	line-height: 46px;
	font-weight: 400;
	color: #262626;
	margin: 0 0 38px;
}

.author__content-container {
	grid-column: 1 / 2;
}

@media (max-width: 767.99px) {
	.author__content-container {
		grid-column: 1 / -1;
	}
}

.author__content-information {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 0 43px;
	align-items: center;
	margin: 0 0 20px;
}

@media (max-width: 767.99px) {
	.author__content-information {
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 30px 0;
	}
}

.author__content-information-picture {
	width: 220px;
	height: 220px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
}

.author__content-information-image {
	width: 220px;
	height: 220px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
}

.author__content-figcaption {
	font-family: 'Ubuntu Bold';
}

.author__content-figcaption-fio {
	font-family: 'Ubuntu Bold', 'Arial', sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	color: #18A1D1;
	margin: 0 0 15px;
}

@media (max-width: 767.99px) {
	.author__content-figcaption-fio {
		text-align: center;
	}
}

.author__content-figcaption-position {
	font-family: 'Ubuntu Bold', 'Arial', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	color: #262626;
}

@media (max-width: 767.99px) {
	.author__content-figcaption-position {
		font-size: 16px;
		text-align: center;
	}
}

.author__content {
	margin: 0 0 35px;
}

.author__content p {
	margin: 0 0 20px;
}

.author__articles {
	grid-column: 2 / 3;
}

@media (max-width: 767.99px) {
	.author__articles {
		grid-column: 1 / -1;
		margin: 0 0 30px;
	}
}

.author__articles-title {
	font-family: 'Ubuntu Bold', 'Arial', sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	text-align: left;
	color: #18A1D1;
	margin: 0 0 15px;
}

.author__articles-list {
	list-style: none;
	display: flex;
	flex-flow: column;
	gap: 15px 0;
	padding: 0;
	margin: 0;
}

.author__articles-item {}

.author__articles-item-link {
	font-family: 'Ubuntu Medium', 'Arial', sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
	text-decoration: underline;
	color: #262626;
}

.author__button {
	grid-column: 1 / -1;
	width: 238px;
	height: 44px;
	font-size: 18px;
	line-height: 21px;
	text-decoration: none !important;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #18A1D1;
	background: transparent;
	border: 2px solid #18A1D1;
	border-radius: 3px;
	padding: 0;
	margin: 0;
	transition-property: color, background;
	transition-duration: 300ms;
	transition-timing-function: ease-in-out;
}

.author__button:hover {
	color: #ffffff;
	background: #18A1D1;
}
/* End */
/* /local/templates/main/components/bitrix/news/news_authors/bitrix/news.detail/.default/style.css?16820657153119 */
