body {
	min-height: 100vh;
	display: grid;
	grid-template-rows: auto 1fr auto;
}
.research {
	padding: 0 0 0 0;
}
.research-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 65%;
	margin: 46px auto 32px auto;
}
.research-tab-list {
	display: flex;
	align-items: flex-end;
}
.research-tab-item {
	padding: 10px 16px;
	color: #01233E;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 550;
	line-height: 26px;
	border-bottom: 2px solid #03234B;
	cursor: pointer;
}
.research-tab-item-inactive {
	color: #6A7077;
	border-bottom: 1px solid #DBDEE2;
	padding-bottom: 11px;
}
.research-filter {
	width: 65%;
	margin: 54px auto 48px auto;
	display: flex;
	align-items: center;
	gap: 12px;
	color: #6A7077;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 550;
	line-height: 26px;
}


/*.research-filter-select*/ .research-filter select {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 200px;
	padding: 2px 8px;
	border-radius: 6px;
	border: 1px solid #DBDEE2;
	background: #FFF;
}
.research-filter select {
	appearance: none;
	background: url("../images/Group.svg") top right/16px 16px no-repeat #FFF
}
select::after {
  content: "";
  width: 0.8em;
  height: 0.5em;
  background-color: red;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}
.select {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 200px;
	border-radius: 6px;
	border: 1px solid #DBDEE2;
	background: #FFF;
}
.select:hover, .select-open {
	border-radius: 6px;
	border: 1px solid #03234B;
	background: #FFF;
}
.select > div {
	padding: 2px 8px;
}
.select > div:nth-child(1) {
	width: 100%;
	text-align: left;
}
.select img {
	width: 16px;
	height: 16px;
	transform: rotate(-90deg);
}
.select-open img {
	transform: rotate(90deg);
}
.option {
	position: absolute;
	top: 30px;
	width: 100%;
	padding: 0px !important;
	display: none; /*flex;*/
	flex-direction: column;
	border-radius: 6px;
	border: 1px solid #03234B;
	background: #FFF;
	text-align: left;
	color: #4C545C;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	cursor: default;
}
.option > div {
	padding: 2px 8px;
}
.option > div:nth-child(1) {
	border-radius: 6px 6px 0 0;
}
.option > div:nth-last-child(1) {
	border-radius: 0 0 6px 6px;
}
.option > div:hover, .option-selected {
	background: #EEEFF1;
}

.research-filter img {
	width: 16px;
	height: 16px;
	/*transform: rotate(-90deg);*/
}
.research-filter option {
	color: #03234B;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	padding: 0 8px;
}
.research-list {
	width: 65%;
	margin: 48px auto 80px auto;
	display: flex;
	flex-direction: column;
	gap: 80px;
}
.research-item {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.research-item-title {
	color: #01233E;
	font-size: 28px;
	font-style: normal;
	font-weight: 800;
	line-height: 36px;
	letter-spacing: 0.28px;
}
.research-item-title > div:nth-child(2) {
	font-size: 20px;
	font-weight: 700;
}
.research-item-publication-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin: auto;
}
.research-item-publication-item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 12px;
	padding: 14px;
	border-radius: 8px;
	border: 1px solid #DBDEE2;
	background: #FFF;
}
.research-item-publication-item:hover {
	box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.12);
}
.research-item-publication-item-title {
	color: #01233E;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	min-height: 78px;
}
.research-item-publication-item-info {
	color: #4C545C;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}
.research-item-publication-item-info > div, .research-item-publication-item-author > div {
	display: flex;
	align-items: center;
	gap: 6px;
}
.research-item-publication-item-author {
	gap: 12px !important;
}
.research-item-publication-item-info > div img, .research-item-publication-item-author > div img {
	width: 16px;
	height: 16px;
}
.research-item-publication-item-author > div:nth-child(2) {
	padding: 0 6px;
	border-radius: 6px;
	background: #EEEFF1;
}
.research-item-publication-item-info a {
	color: #00E;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	text-decoration: underline;
}
.research-item-publication-item-summary {
	height: 130px;
	overflow: hidden;
	color: #4C545C;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}
.research-item-publication-item-info .research-item-publication-item-link {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 20px 10px 20px;
	border-radius: 12px;
	background: #94C6D2;
	color: #03234B;
	text-align: center;
	/*font-family: "Helvetica Now Display";*/
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0.48px;
	text-decoration: none;
}
@media(max-width: 1280px) {
	.research-head, .research-filter, .research-list {
		width: 80%;
	}
}
@media(max-width: 1024px) {
	.research-head, .research-filter, .research-list {
		width: 95%;
	}
}
@media(max-width: 960px) {
	.research-item-publication-list {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media(max-width: 768px) {
	.research-item-publication-list {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media(max-width: 480px) {
	.section-head div, .hero-pages h1 {
		width: 200px;
	}
	.research-tab-item {
		padding: 10px 3px;
	}
	.research {
		flex: 1;
	}
	html, body {
		height: 100%;
	}
}