.press__form {
	padding-bottom: 20px;
	border-bottom: 2px solid #AAAAAA;
	margin-bottom: 24px;
}
.press__select {
	-webkit-appearance: none;
	border-radius: unset;
	padding: 8px 6px 8px 12px;
	font-family: 'Golos-UI';
	font-weight: 400;
	width: 150px;
	background: url("./img/arrow_down.svg") no-repeat center right 6px;
	font-size: 15px;
	line-height: 16px;
	border: 1px solid #AAAAAA;
	margin-right: 24px;
}

.press-item {
	display: flex;
	flex-direction: column;
	font-size: 16px;
	line-height: 24px;
}
.press-item > *:not(:last-child) {
	margin-bottom: 4px;
}
.press-item:not(:first-child) {
	margin-top: 32px;
}
.press-item__source {
	margin-right: 16px;
}
.press-item__date {
	color: #999999;
}
.press-item.press__item a.press-item__link {
	color: #097BCB;
	text-decoration: none;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 8px;
}
