.page-content--scientific-publications,
.page-content--scientific-publications *,
.page-content--scientific-publications *::before,
.page-content--scientific-publications *::after {
	box-sizing: border-box;
}

.page-content--scientific-publications {
	--sci-white: #ffffff;
	--sci-bg: #f7f7f7;
	--sci-muted: #bdbdbd;
	--sci-grey: #8d989c;
	--sci-current: #4c5359;
	--sci-dark: #030a09;
	--sci-black: #000000;
	--sci-green: #22a138;
	--sci-green-hover: #36a74e;
	--sci-font: 'Montserrat', sans-serif;
	--sci-container: 1394px;

	background: var(--sci-white);
	font-family: var(--sci-font);
	font-size: 16px;
	line-height: 1.45;
	font-weight: 400;
	color: var(--sci-dark);
}

.page-content--scientific-publications .container--scientific-publications {
	width: 100%;
	max-width: var(--sci-container);
	margin: 0 auto;
	padding: 0 0 160px;
}

/* Figma: header в потоке, крошки y≈116 → ~40px после хедера */
.page-content--scientific-publications .breadcrumbs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
	color: var(--sci-muted);
}

.page-content--scientific-publications .breadcrumbs a {
	color: var(--sci-muted);
	text-decoration: none;
}

.page-content--scientific-publications .breadcrumbs a:hover {
	color: var(--sci-current);
}

.page-content--scientific-publications .breadcrumbs__sep {
	font-size: 16px;
	line-height: 1.45;
	color: var(--sci-grey);
}

.page-content--scientific-publications .breadcrumbs__current {
	font-size: 14px;
	line-height: 1.4;
	color: var(--sci-dark);
}

/* Figma H1 txt: gap 20, title 44/1.15 Medium, text 16/1.45; block h=140; → TOP gap 40 */
.sci-pub-intro {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 40px;
}

.sci-pub-intro__title {
	margin: 0;
	font-weight: 500;
	font-size: 44px;
	line-height: 1.15;
	text-transform: uppercase;
	color: var(--sci-dark);
	overflow-wrap: anywhere;
	word-break: break-word;
}

.sci-pub-intro__text {
	margin: 0;
	max-width: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.45;
	color: var(--sci-black);
	overflow-wrap: anywhere;
	word-break: break-word;
}

.sci-pub-intro__text strong {
	font-weight: 400;
}

/* Figma TOP: 1394×610, padding 40/42, radius 20; head→cards ≈31; → All gap 180 */
.sci-pub-top {
	margin-bottom: 180px;
}

.sci-pub-top__inner {
	background: var(--sci-bg);
	border-radius: 20px;
	padding: 40px 42px;
	overflow: hidden;
}

.sci-pub-top__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 50px;
	margin-bottom: 31px;
}

.sci-pub-top__title {
	margin: 0;
	font-weight: 500;
	font-size: 28px;
	line-height: 1.25;
	text-transform: uppercase;
	color: var(--sci-green);
}

.sci-pub-top__nav {
	display: flex;
	align-items: center;
	gap: 10px;
}

.sci-pub-top__arrow {
	display: flex;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	line-height: 0;
	position: relative;
}

.sci-pub-top__arrow:disabled {
	opacity: 0.4;
	cursor: default;
}

.sci-pub-top__arrow img {
	display: block;
	width: 50px;
	height: 50px;
	transition: opacity 0.2s ease;
}

.sci-pub-top__arrow::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background-color: var(--sci-green);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px 17px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

.sci-pub-top__arrow--prev::after {
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.48224 9.03198C0.83932 8.64283 0.839247 7.71014 1.48224 7.32104L11.6893 1.14722C12.3556 0.744171 13.2066 1.22399 13.2068 2.00269L13.2068 14.3503C13.2068 15.1292 12.3557 15.6089 11.6893 15.2058L1.48224 9.03198Z' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");
}

.sci-pub-top__arrow--next::after {
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='scale(-1,1) translate(-15,0)'%3E%3Cpath d='M1.48224 9.03198C0.83932 8.64283 0.839247 7.71014 1.48224 7.32104L11.6893 1.14722C12.3556 0.744171 13.2066 1.22399 13.2068 2.00269L13.2068 14.3503C13.2068 15.1292 12.3557 15.6089 11.6893 15.2058L1.48224 9.03198Z' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}

.sci-pub-top__viewport {
	overflow: hidden;
}

.sci-pub-top__track {
	display: flex;
	gap: 40px;
	transition: transform 0.35s ease;
}

/* Cards: padding 20, radius 20; meta 12/1.4 #8D989C; title 20/1.3 Medium; excerpt 16/1.45 */
.sci-pub-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 380px;
	padding: 20px;
	border: 1px solid transparent;
	border-radius: 20px;
	background: var(--sci-bg);
	color: inherit;
	text-decoration: none;
	transition: border-color 0.2s ease;
}

.sci-pub-card--top {
	flex: 0 0 410px;
	width: 410px;
	min-height: 449px;
	height: 449px;
	padding: 20px;
	border: 0;
	border-radius: 0;
	background: transparent;
	overflow: visible;
}

.sci-pub-card--top:hover,
.sci-pub-card--top:focus-visible {
	border-color: transparent;
}

.sci-pub-card--top .sci-pub-card__shape {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.sci-pub-card--top .sci-pub-card__shape-fill,
.sci-pub-card--top .sci-pub-card__shape-stroke {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: fill;
	pointer-events: none;
}

.sci-pub-card--top .sci-pub-card__shape-fill {
	z-index: 0;
	opacity: 1;
	transition: opacity 0.2s ease;
}

.sci-pub-card--top .sci-pub-card__shape-stroke {
	z-index: 1;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.sci-pub-card--top .sci-pub-card__meta,
.sci-pub-card--top .sci-pub-card__body {
	position: relative;
	z-index: 1;
}

.sci-pub-card--top .sci-pub-card__footer {
	position: relative;
	z-index: 2;
	padding-right: 48px;
	margin-top: auto;
	padding-top: 20px;
	min-height: 40px;
}

.sci-pub-card--top .sci-pub-card__go {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.sci-pub-card__flag {
	position: absolute;
	top: 0;
	right: 20px;
	width: 17px;
	height: 30px;
	line-height: 0;
	pointer-events: none;
	z-index: 2;
}

.sci-pub-card__flag img {
	display: block;
	width: 100%;
	height: 100%;
}

/* Figma: meta top 20 → body top 137 → meta-зона ≈117px */
.sci-pub-card__meta {
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex-shrink: 0;
	min-height: 0;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.4;
	color: var(--sci-grey);
}

.sci-pub-card__citation,
.sci-pub-card__authors {
	margin: 0;
	overflow-wrap: break-word;
	word-break: normal;
	hyphens: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.sci-pub-card__citation {
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

.sci-pub-card__authors {
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

/* Обычные карточки — текст сверху. */
.sci-pub-card__body {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 16px;
	flex: 1 1 auto;
	min-height: 0;
	margin-bottom: 0;
	overflow: hidden;
}

/*
 * Фиксированные слоты meta / title / excerpt — верх каждой строки
 * совпадает с аналогом между соседними карточками (TOP / wide / side / sm).
 * Лейблы внизу: footer margin-top: auto.
 */
.sci-pub-card--top .sci-pub-card__meta,
.sci-pub-card--wide .sci-pub-card__meta,
.sci-pub-card--side .sci-pub-card__meta,
.sci-pub-grid__row .sci-pub-card__meta {
	height: 96px;
	margin-bottom: 20px;
	justify-content: flex-start;
	overflow: hidden;
}

.sci-pub-card--top .sci-pub-card__body,
.sci-pub-card--wide .sci-pub-card__body,
.sci-pub-card--side .sci-pub-card__body,
.sci-pub-grid__row .sci-pub-card__body {
	justify-content: flex-start;
	gap: 20px;
	flex: 1 1 auto;
	min-height: 0;
	margin-bottom: 0;
	overflow: hidden;
}

.sci-pub-card__title {
	margin: 0;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.3;
	color: var(--sci-dark);
	flex: 0 0 auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	overflow-wrap: anywhere;
	word-break: break-word;
	transition: color 0.2s ease;
}

.sci-pub-card--top .sci-pub-card__title,
.sci-pub-card--wide .sci-pub-card__title,
.sci-pub-card--side .sci-pub-card__title,
.sci-pub-grid__row .sci-pub-card__title {
	height: calc(1.3em * 4);
	-webkit-line-clamp: 4;
	line-clamp: 4;
	max-height: none;
}

.sci-pub-card__excerpt {
	margin: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.45;
	color: var(--sci-black);
	flex: 0 0 auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.sci-pub-card--top .sci-pub-card__excerpt,
.sci-pub-grid__row .sci-pub-card__excerpt {
	height: calc(1.45em * 4);
	max-height: none;
}

/* wide/side (380px): как раньше — 3 строки, иначе режет середину строки */
.sci-pub-card--wide .sci-pub-card__meta,
.sci-pub-card--side .sci-pub-card__meta {
	height: 72px;
	margin-bottom: 16px;
}

.sci-pub-card--wide .sci-pub-card__body,
.sci-pub-card--side .sci-pub-card__body {
	gap: 16px;
}

.sci-pub-card--wide .sci-pub-card__title,
.sci-pub-card--side .sci-pub-card__title {
	height: calc(1.3em * 3);
	-webkit-line-clamp: 3;
	line-clamp: 3;
}

.sci-pub-card--wide .sci-pub-card__excerpt,
.sci-pub-card--side .sci-pub-card__excerpt {
	height: calc(1.45em * 3);
	-webkit-line-clamp: 3;
	line-clamp: 3;
	max-height: none;
}

.sci-pub-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-shrink: 0;
	margin-top: auto;
	padding-top: 20px;
	min-height: 55px;
}

.sci-pub-card__labels {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	align-items: center;
}

.sci-pub-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	padding: 0 18px;
	border: 1px solid var(--sci-green);
	border-radius: 100px;
	background: transparent;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.45;
	color: var(--sci-green);
	white-space: nowrap;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.sci-pub-card__go {
	position: relative;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	line-height: 0;
}

.sci-pub-card__go img {
	display: block;
	width: 40px;
	height: 40px;
	transition: opacity 0.2s ease;
}

/* Hover: зелёный круг + белая стрелка вправо */
.sci-pub-card__go::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Ccircle cx='20' cy='20' r='20' fill='%2336A74E'/%3E%3Cpath d='M12.2477 21.1981L26.9555 21.1981M26.9555 21.1981L21.2986 15.5413M26.9555 21.1981L21.2986 26.855' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

/* All: head→filters 15px; filters→cards 40px; → useful 180px */
.sci-pub-all {
	margin-bottom: 180px;
}

.sci-pub-all__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 50px;
	margin-bottom: 15px;
}

.sci-pub-all__title {
	margin: 0;
	font-weight: 500;
	font-size: 28px;
	line-height: 1.25;
	text-transform: uppercase;
	color: var(--sci-dark);
}

.sci-pub-search {
	display: flex;
	align-items: center;
	width: 438px;
	max-width: 100%;
	height: 50px;
	padding: 0 10px;
	border: 1px solid var(--sci-bg);
	border-radius: 100px;
	background: var(--sci-white);
}

.sci-pub-search__field {
	display: flex;
	align-items: center;
	gap: 5px;
	flex: 1 1 auto;
	min-width: 0;
}

.sci-pub-search__icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	line-height: 0;
}

.sci-pub-search__icon img {
	display: block;
	width: 40px;
	height: 40px;
}

.sci-pub-search__input {
	flex: 1 1 auto;
	min-width: 0;
	border: 0;
	background: transparent;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	color: var(--sci-dark);
	outline: none;
}

.sci-pub-search__input::-webkit-search-cancel-button,
.sci-pub-search__input::-webkit-search-decoration,
.sci-pub-search__input::-webkit-search-results-button,
.sci-pub-search__input::-webkit-search-results-decoration {
	display: none;
	-webkit-appearance: none;
	appearance: none;
}

.sci-pub-search__input::placeholder {
	color: var(--sci-grey);
}

.sci-pub-search__clear {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.sci-pub-search__clear[hidden] {
	display: none;
}

.sci-pub-filters {
	margin-bottom: 40px;
	position: relative;
	z-index: 40;
	overflow: visible;
}

.sci-pub-filters__track {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 5px;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	padding-bottom: 2px;
}

.sci-pub-filters__track::-webkit-scrollbar {
	display: none;
}

.sci-pub-filters__track > .sci-pub-filter,
.sci-pub-filters__track > .sci-pub-year {
	flex: 0 0 auto;
}

.sci-pub-filter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	height: 47px;
	padding: 0 18px;
	border: 0;
	border-radius: 100px;
	background: var(--sci-bg);
	font-weight: 400;
	font-size: 16px;
	line-height: 1.45;
	color: var(--sci-black);
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.sci-pub-filter:hover,
.sci-pub-filter:focus,
.sci-pub-filter:focus-visible,
.sci-pub-filter:visited {
	text-decoration: none;
}

.sci-pub-filter--active,
.sci-pub-filter--year.is-open,
.sci-pub-filter.is-active {
	background: var(--sci-green);
	color: var(--sci-white);
}

.sci-pub-filter--year {
	box-sizing: border-box;
	width: 93px;
	min-width: 93px;
	padding-right: 10px;
	padding-left: 14px;
	justify-content: center;
}

.sci-pub-year {
	position: relative;
	z-index: 41;
}

.sci-pub-year__chevron {
	display: block;
	flex-shrink: 0;
	width: 8px;
	height: 8px;
	color: currentColor;
	transition: transform 0.2s ease;
}

.sci-pub-filter--year.is-open .sci-pub-year__chevron {
	transform: rotate(180deg);
}

.sci-pub-year__list {
	position: absolute;
	top: calc(100% + 0px);
	left: 0;
	z-index: 50;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0;
	padding: 16px 20px 20px;
	list-style: none;
	border: 1px solid var(--sci-green);
	border-radius: 20px;
	background: var(--sci-white);
	min-width: 93px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.sci-pub-year__list.is-fixed {
	position: fixed;
	top: auto;
	left: auto;
}

.sci-pub-year__list[hidden] {
	display: none;
}

.sci-pub-year__list li {
	margin: 0;
}

.sci-pub-year__list button {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	text-align: left;
	color: var(--sci-dark);
	cursor: pointer;
}

.sci-pub-year__list button.is-active,
.sci-pub-year__list button:hover {
	color: var(--sci-green);
}

.sci-pub-grid {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.sci-pub-empty {
	margin: 0;
	font-size: 16px;
	line-height: 1.45;
	color: var(--sci-grey);
}

/* Figma: 920 + 40 + 434; одна карточка — на всю ширину */
.sci-pub-grid__featured {
	display: grid;
	grid-template-columns: minmax(0, 920fr) minmax(0, 434fr);
	gap: 40px;
	align-items: stretch;
}

.sci-pub-grid__featured:has(> :only-child) {
	grid-template-columns: 1fr;
}

/* Вторая крупная (предпоследняя строка): маленькая слева, большая справа */
.sci-pub-grid__featured--alt {
	grid-template-columns: minmax(0, 434fr) minmax(0, 920fr);
}

.sci-pub-grid__featured--alt:has(> :only-child) {
	grid-template-columns: 1fr;
}

.sci-pub-card--wide,
.sci-pub-card--side {
	min-height: 380px;
	height: 380px;
	padding: 20px;
	border: 0;
	border-radius: 0;
	background: transparent;
	overflow: visible;
}

.sci-pub-card--wide:hover,
.sci-pub-card--wide:focus-visible,
.sci-pub-card--side:hover,
.sci-pub-card--side:focus-visible {
	border-color: transparent;
}

.sci-pub-card--wide .sci-pub-card__shape,
.sci-pub-card--side .sci-pub-card__shape,
.sci-pub-grid__row .sci-pub-card__shape {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.sci-pub-card--wide .sci-pub-card__shape-fill,
.sci-pub-card--wide .sci-pub-card__shape-stroke,
.sci-pub-card--side .sci-pub-card__shape-fill,
.sci-pub-card--side .sci-pub-card__shape-stroke,
.sci-pub-grid__row .sci-pub-card__shape-fill,
.sci-pub-grid__row .sci-pub-card__shape-stroke {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: fill;
	pointer-events: none;
}

.sci-pub-card--wide .sci-pub-card__shape-fill,
.sci-pub-card--side .sci-pub-card__shape-fill,
.sci-pub-grid__row .sci-pub-card__shape-fill {
	opacity: 1;
	transition: opacity 0.2s ease;
}

.sci-pub-card--wide .sci-pub-card__shape-stroke,
.sci-pub-card--side .sci-pub-card__shape-stroke,
.sci-pub-grid__row .sci-pub-card__shape-stroke {
	opacity: 0;
	transition: opacity 0.2s ease;
}

.sci-pub-card--wide .sci-pub-card__meta,
.sci-pub-card--wide .sci-pub-card__body,
.sci-pub-card--wide .sci-pub-card__footer,
.sci-pub-card--side .sci-pub-card__meta,
.sci-pub-card--side .sci-pub-card__body,
.sci-pub-card--side .sci-pub-card__footer {
	position: relative;
	z-index: 1;
}

.sci-pub-card--wide .sci-pub-card__footer,
.sci-pub-card--side .sci-pub-card__footer {
	padding-right: 48px;
}

.sci-pub-card--wide .sci-pub-card__go,
.sci-pub-card--side .sci-pub-card__go {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}

/* Figma small: 438×426, gap 40; фон — SVG с вырезом под стрелку */
.sci-pub-grid__row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 40px;
	align-items: stretch;
}

.sci-pub-grid__row .sci-pub-card {
	min-height: 426px;
	padding: 20px;
	border: 0;
	border-radius: 0;
	background: transparent;
	overflow: visible;
}

.sci-pub-grid__row .sci-pub-card:hover,
.sci-pub-grid__row .sci-pub-card:focus-visible {
	border-color: transparent;
}

.sci-pub-grid__row .sci-pub-card__meta,
.sci-pub-grid__row .sci-pub-card__body {
	position: relative;
	z-index: 1;
}

.sci-pub-grid__row .sci-pub-card__footer {
	position: relative;
	z-index: 1;
	padding-right: 48px;
}

.sci-pub-grid__row .sci-pub-card__go {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}

/* Figma pages: numbers gap 16, numbers↔arrow gap 30 */
.page-content--scientific-publications .sci-pub-pagination.pagination {
	margin: 40px 0 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.page-content--scientific-publications .pagination__numbers {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.page-content--scientific-publications .pagination__num {
	margin: 0;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	box-sizing: border-box;
	font-family: var(--sci-font);
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	color: var(--sci-grey);
	text-decoration: none;
	background: transparent;
	border: none;
	border-radius: 0;
	cursor: pointer;
}

.page-content--scientific-publications .pagination__num:hover {
	color: var(--sci-green);
}

.page-content--scientific-publications .pagination__num--current {
	width: 40px;
	min-width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--sci-green);
	font-weight: 500;
	color: var(--sci-white);
	pointer-events: none;
}

.page-content--scientific-publications .pagination__arrow {
	margin: 0;
	padding: 0;
	width: 50px;
	height: 50px;
	border: none;
	border-radius: 50%;
	background-color: var(--sci-bg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px 17px;
	cursor: pointer;
	flex-shrink: 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: background-color 0.2s ease, background-image 0.2s ease, transform 0.2s ease;
}

.page-content--scientific-publications .pagination__arrow--prev {
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.48224 9.03198C0.83932 8.64283 0.839247 7.71014 1.48224 7.32104L11.6893 1.14722C12.3556 0.744171 13.2066 1.22399 13.2068 2.00269L13.2068 14.3503C13.2068 15.1292 12.3557 15.6089 11.6893 15.2058L1.48224 9.03198Z' stroke='%2322A138' stroke-width='2'/%3E%3C/svg%3E");
}

.page-content--scientific-publications .pagination__arrow--next {
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='scale(-1,1) translate(-15,0)'%3E%3Cpath d='M1.48224 9.03198C0.83932 8.64283 0.839247 7.71014 1.48224 7.32104L11.6893 1.14722C12.3556 0.744171 13.2066 1.22399 13.2068 2.00269L13.2068 14.3503C13.2068 15.1292 12.3557 15.6089 11.6893 15.2058L1.48224 9.03198Z' stroke='%2322A138' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}

.page-content--scientific-publications .pagination__arrow:hover:not(:disabled) {
	transform: scale(1.05);
	background-color: var(--sci-green);
}

.page-content--scientific-publications .pagination__arrow--prev:hover:not(:disabled) {
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.48224 9.03198C0.83932 8.64283 0.839247 7.71014 1.48224 7.32104L11.6893 1.14722C12.3556 0.744171 13.2066 1.22399 13.2068 2.00269L13.2068 14.3503C13.2068 15.1292 12.3557 15.6089 11.6893 15.2058L1.48224 9.03198Z' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");
}

.page-content--scientific-publications .pagination__arrow--next:hover:not(:disabled) {
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='scale(-1,1) translate(-15,0)'%3E%3Cpath d='M1.48224 9.03198C0.83932 8.64283 0.839247 7.71014 1.48224 7.32104L11.6893 1.14722C12.3556 0.744171 13.2066 1.22399 13.2068 2.00269L13.2068 14.3503C13.2068 15.1292 12.3557 15.6089 11.6893 15.2058L1.48224 9.03198Z' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}

.page-content--scientific-publications .pagination__arrow:disabled {
	opacity: 0.85;
	cursor: not-allowed;
}

/* Figma H2 btn→list ≈30px; H2 40/1.2 Medium; cards 438 gap 40 */
.sci-pub-useful__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 56px;
	margin-bottom: 30px;
}

.sci-pub-useful__title {
	margin: 0;
	font-weight: 500;
	font-size: 40px;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--sci-dark);
}

.sci-pub-useful__all {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	height: 56px;
	padding: 8px 10px 8px 24px;
	border: 1px solid var(--sci-green-hover);
	border-radius: 35px;
	background: linear-gradient(90deg, #22a138 0%, #53bf6b 100%);
	color: var(--sci-white);
	font-weight: 500;
	font-size: 16px;
	line-height: 1.45;
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.2s ease, color 0.2s ease;
}

.sci-pub-useful__all-icon {
	display: block;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
}

.sci-pub-useful__all-arrow--hover {
	opacity: 0;
}

.sci-pub-useful__stage {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0;
	overflow: visible;
}

.sci-pub-useful {
	overflow: visible;
}

.sci-pub-useful__list {
	display: flex;
	gap: 40px;
	transition: transform 0.35s ease;
	will-change: transform;
}

.sci-pub-article {
	display: flex;
	flex-direction: column;
	flex: 0 0 438px;
	width: 438px;
	max-width: 438px;
	gap: 20px;
	min-height: 419px;
	box-sizing: border-box;
}

.sci-pub-article__visual {
	display: block;
	border-radius: 20px;
	overflow: hidden;
	flex-shrink: 0;
	background: var(--sci-bg);
}

.sci-pub-article__visual--empty {
	height: 210px;
}

.sci-pub-article__img {
	display: block;
	width: 100%;
	height: 210px;
	object-fit: cover;
}

.sci-pub-article__img--placeholder {
	background: var(--sci-bg);
}

/* Figma: date+title gap 12, блок→кнопка gap 48 */
.sci-pub-article__body {
	display: flex;
	flex-direction: column;
	gap: 48px;
	flex: 1 1 auto;
}

.sci-pub-article__meta {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.sci-pub-article__date {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
	color: var(--sci-grey);
}

.sci-pub-article__title {
	margin: 0;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.35;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.sci-pub-article__title a {
	color: #020807;
	text-decoration: none;
	transition: color 0.2s ease;
}

.sci-pub-article__btn {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: auto;
	padding: 8px 10px 8px 24px;
	border: 1px solid var(--sci-green-hover);
	border-radius: 35px;
	color: var(--sci-green-hover);
	font-weight: 500;
	font-size: 16px;
	line-height: 1.45;
	text-decoration: none;
	box-sizing: border-box;
	min-height: 56px;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.sci-pub-article__btn-icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	margin-left: auto;
	border-radius: 50%;
	background-color: transparent;
	background-image: url("../assets/arrow-circle.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px 40px;
	transition: background-image 0.2s ease, background-color 0.2s ease;
}

.sci-pub-card__shape-fill--mob {
	display: none !important;
}

.sci-pub-useful__viewport {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
}

.sci-pub-useful__arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	line-height: 0;
	transform: translateY(-50%);
}

.sci-pub-useful__arrow--prev {
	left: -83px;
}

.sci-pub-useful__arrow--next {
	right: -83px;
}

.sci-pub-useful__arrow:disabled {
	opacity: 0.45;
	cursor: default;
}

.sci-pub-useful__arrow img {
	display: block;
	width: 50px;
	height: 50px;
	transition: opacity 0.2s ease;
}

.sci-pub-useful__arrow::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background-color: var(--sci-green);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px 17px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

.sci-pub-useful__arrow--prev::after {
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.48224 9.03198C0.83932 8.64283 0.839247 7.71014 1.48224 7.32104L11.6893 1.14722C12.3556 0.744171 13.2066 1.22399 13.2068 2.00269L13.2068 14.3503C13.2068 15.1292 12.3557 15.6089 11.6893 15.2058L1.48224 9.03198Z' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");
}

.sci-pub-useful__arrow--next::after {
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='scale(-1,1) translate(-15,0)'%3E%3Cpath d='M1.48224 9.03198C0.83932 8.64283 0.839247 7.71014 1.48224 7.32104L11.6893 1.14722C12.3556 0.744171 13.2066 1.22399 13.2068 2.00269L13.2068 14.3503C13.2068 15.1292 12.3557 15.6089 11.6893 15.2058L1.48224 9.03198Z' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}

@media (max-width: 1200px) {
	.page-content--scientific-publications .container--scientific-publications {
		padding-left: 24px;
		padding-right: 24px;
	}

	.sci-pub-top {
		margin-bottom: 80px;
	}

	.sci-pub-all {
		margin-bottom: 80px;
	}

	.sci-pub-grid__featured,
	.sci-pub-grid__row {
		grid-template-columns: 1fr;
	}

	.sci-pub-article {
		flex-basis: min(410px, 85vw);
		width: min(410px, 85vw);
		max-width: min(410px, 85vw);
		min-height: 0;
	}

	.sci-pub-card--top {
		flex-basis: min(410px, 85vw);
		width: min(410px, 85vw);
	}

	.sci-pub-card--wide,
	.sci-pub-card--side,
	.sci-pub-grid__row .sci-pub-card {
		height: auto;
		min-height: 0;
	}

	/*
	 * Фон с выемкой: не SVG (object-fit:fill тянет круг), а mask с фиксированным r.
	 * Кнопка .sci-pub-card__go остаётся снаружи маски (::before), в «дырке».
	 */
	.sci-pub-card--wide::before,
	.sci-pub-card--side::before,
	.sci-pub-grid__row .sci-pub-card::before {
		content: "";
		position: absolute;
		inset: 0;
		z-index: 0;
		pointer-events: none;
		border-radius: 20px;
		background: var(--sci-bg);
		-webkit-mask-image: radial-gradient(
			circle 29px at calc(100% - 20px) calc(100% - 20px),
			transparent 28.5px,
			#000 29.5px
		);
		mask-image: radial-gradient(
			circle 29px at calc(100% - 20px) calc(100% - 20px),
			transparent 28.5px,
			#000 29.5px
		);
		transition: background-color 0.2s ease;
	}

	.sci-pub-card--wide::after,
	.sci-pub-card--side::after,
	.sci-pub-grid__row .sci-pub-card::after {
		content: "";
		position: absolute;
		inset: 0;
		z-index: 0;
		pointer-events: none;
		border-radius: 20px;
		box-shadow: inset 0 0 0 2px var(--sci-green);
		opacity: 0;
		-webkit-mask-image: radial-gradient(
			circle 29px at calc(100% - 20px) calc(100% - 20px),
			transparent 28.5px,
			#000 29.5px
		);
		mask-image: radial-gradient(
			circle 29px at calc(100% - 20px) calc(100% - 20px),
			transparent 28.5px,
			#000 29.5px
		);
		transition: opacity 0.2s ease;
	}

	.sci-pub-card--wide .sci-pub-card__shape,
	.sci-pub-card--side .sci-pub-card__shape,
	.sci-pub-grid__row .sci-pub-card__shape {
		display: none !important;
	}

	.sci-pub-all__head,
	.sci-pub-useful__head {
		flex-direction: column;
		align-items: flex-start;
	}

	.sci-pub-search {
		width: 100%;
	}

	.sci-pub-intro__title {
		font-size: 44px;
	}

	.sci-pub-useful__title {
		font-size: 28px;
	}
}

@media (max-width: 800px) {
	.page-content--scientific-publications .breadcrumbs__current {
		font-size: 12px;
	}
	.page-content--scientific-publications .container--scientific-publications {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 0px;
	}

	.page-content--scientific-publications .breadcrumbs {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.sci-pub-intro__title {
		font-size: 24px;
	}
	.sci-pub-intro {
		margin-bottom: 30px;
	}
	.sci-pub-card__meta {
		font-size: 10px;
	}

	.sci-pub-top {
		margin-bottom: 60px;
	}

	.sci-pub-top__inner {
		display: flex;
		flex-direction: column;
		padding: 24px 15px;
	}

	.sci-pub-top__head {
		display: contents;
	}

	.sci-pub-top__title {
		order: 1;
		margin: 0 0 20px;
		font-size: 20px;
		line-height: 1.2;
	}

	.sci-pub-top__viewport {
		order: 2;
	}

	.sci-pub-top__nav {
		order: 3;
		justify-content: center;
		margin-top: 20px;
	}

	.sci-pub-top__track {
		gap: 16px;
	}

	.sci-pub-card,
	.sci-pub-card--top,
	.sci-pub-card--wide,
	.sci-pub-card--side,
	.sci-pub-grid__row .sci-pub-card {
		height: auto;
		min-height: 0;
		aspect-ratio: auto;
	}

	.sci-pub-card--top {
		flex: 0 0 100%;
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
		padding: 16px;
	}

	.sci-pub-card--top .sci-pub-card__body,
	.sci-pub-card--wide .sci-pub-card__body,
	.sci-pub-card--side .sci-pub-card__body,
	.sci-pub-grid__row .sci-pub-card__body {
		flex: 1 1 auto;
		min-height: 0;
		overflow: visible;
	}

	.sci-pub-card--top .sci-pub-card__meta {
		height: auto;
		min-height: 0;
		margin-bottom: 12px;
	}

	.sci-pub-card--top .sci-pub-card__title,
	.sci-pub-card--top .sci-pub-card__excerpt {
		height: auto;
	}

	.sci-pub-card__footer,
	.sci-pub-card--top .sci-pub-card__footer {
		margin-top: auto;
		padding-top: 20px;
		min-height: 40px;
	}

	.sci-pub-label {
		font-size: 15px;
	}

	.sci-pub-card__shape-fill--desk,
	.sci-pub-card__shape-stroke {
		display: none !important;
	}

	.sci-pub-card__shape-fill--mob {
		display: none !important;
	}

	.sci-pub-card--top::before {
		content: "";
		position: absolute;
		inset: 0;
		z-index: 0;
		pointer-events: none;
		border-radius: 20px;
		background: var(--sci-white);
		-webkit-mask-image: radial-gradient(
			circle 29px at calc(100% - 20px) calc(100% - 20px),
			transparent 28.5px,
			#000 29.5px
		);
		mask-image: radial-gradient(
			circle 29px at calc(100% - 20px) calc(100% - 20px),
			transparent 28.5px,
			#000 29.5px
		);
		transition: background-color 0.2s ease;
	}

	.sci-pub-card--top::after {
		content: "";
		position: absolute;
		inset: 0;
		z-index: 0;
		pointer-events: none;
		border-radius: 20px;
		box-shadow: inset 0 0 0 2px var(--sci-green);
		opacity: 0;
		-webkit-mask-image: radial-gradient(
			circle 29px at calc(100% - 20px) calc(100% - 20px),
			transparent 28.5px,
			#000 29.5px
		);
		mask-image: radial-gradient(
			circle 29px at calc(100% - 20px) calc(100% - 20px),
			transparent 28.5px,
			#000 29.5px
		);
		transition: opacity 0.2s ease;
	}

	.sci-pub-card--top .sci-pub-card__shape {
		display: none !important;
	}

	.sci-pub-card--wide::before,
	.sci-pub-card--side::before,
	.sci-pub-grid__row .sci-pub-card::before {
		border-radius: 20px;
	}

	.sci-pub-all {
		margin-bottom: 80px;
	}

	.sci-pub-all__head {
		gap: 16px;
		margin-bottom: 16px;
	}

	.sci-pub-all__title {
		font-size: 20px;
		line-height: 1.2;
	}

	.sci-pub-filters {
		margin-bottom: 24px;
	}

	.sci-pub-filters__track {
		overflow-x: auto;
		overflow-y: hidden;
	}

	.sci-pub-grid {
		position: relative;
		z-index: 1;
		gap: 24px;
	}

	.sci-pub-grid__featured,
	.sci-pub-grid__row {
		gap: 20px;
	}

	.sci-pub-card--wide,
	.sci-pub-card--side,
	.sci-pub-grid__row .sci-pub-card {
		width: 100%;
		max-width: 390px;
		height: auto;
		min-height: 0;
		aspect-ratio: auto;
		margin: 0 auto;
		padding: 16px;
	}

	.sci-pub-card--wide .sci-pub-card__meta,
	.sci-pub-card--side .sci-pub-card__meta,
	.sci-pub-grid__row .sci-pub-card__meta {
		height: auto;
		min-height: 0;
		margin-bottom: 24px;
	}

	.sci-pub-card--top .sci-pub-card__title,
	.sci-pub-card--top .sci-pub-card__excerpt,
	.sci-pub-card--wide .sci-pub-card__title,
	.sci-pub-card--side .sci-pub-card__title,
	.sci-pub-grid__row .sci-pub-card__title,
	.sci-pub-card--wide .sci-pub-card__excerpt,
	.sci-pub-card--side .sci-pub-card__excerpt,
	.sci-pub-grid__row .sci-pub-card__excerpt {
		height: auto;
		max-height: none;
	}

	.sci-pub-card__citation,
	.sci-pub-card__authors,
	.sci-pub-card__title,
	.sci-pub-card__excerpt,
	.sci-pub-card--top .sci-pub-card__title,
	.sci-pub-card--wide .sci-pub-card__title,
	.sci-pub-card--side .sci-pub-card__title,
	.sci-pub-grid__row .sci-pub-card__title,
	.sci-pub-card--top .sci-pub-card__excerpt,
	.sci-pub-card--wide .sci-pub-card__excerpt,
	.sci-pub-card--side .sci-pub-card__excerpt,
	.sci-pub-grid__row .sci-pub-card__excerpt {
		-webkit-line-clamp: 4;
		line-clamp: 4;
	}

	.sci-pub-card__title {
		font-size: 16px;
	}

	.sci-pub-card__excerpt {
		font-size: 15px;
	}

	.sci-pub-useful {
		display: flex;
		flex-direction: column;
	}

	.sci-pub-useful__head {
		display: contents;
	}

	.sci-pub-useful__title {
		order: 1;
		margin: 0 0 20px;
		font-size: 20px;
		line-height: 1.2;
	}

	.sci-pub-useful__stage {
		order: 2;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto;
		column-gap: 12px;
		row-gap: 20px;
		align-items: center;
		justify-items: center;
		position: relative;
		margin-top: 0;
	}

	.sci-pub-useful__viewport {
		grid-column: 1 / -1;
		grid-row: 1;
		overflow: hidden;
		width: 100%;
		min-width: 0;
	}

	.sci-pub-useful__list {
		gap: 16px;
	}

	.sci-pub-article {
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
		min-height: 0;
		gap: 12px;
	}

	.sci-pub-article__visual--empty {
		height: auto;
		aspect-ratio: 438 / 210;
	}

	.sci-pub-article__img {
		height: auto;
		aspect-ratio: 438 / 210;
		object-fit: contain;
		object-position: center;
		background: var(--sci-bg);
	}

	.sci-pub-article__body {
		gap: 20px;
	}

	.sci-pub-article__title {
		font-size: 16px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		line-clamp: 4;
		overflow: hidden;
	}

	.sci-pub-useful__arrow {
		position: static;
		transform: none;
	}

	.sci-pub-useful__arrow--prev {
		grid-column: 1;
		grid-row: 2;
		justify-self: end;
		left: auto;
		right: auto;
	}

	.sci-pub-useful__arrow--next {
		grid-column: 2;
		grid-row: 2;
		justify-self: start;
		left: auto;
		right: auto;
	}

	.sci-pub-useful__all {
		order: 3;
		width: 100%;
		max-width: none;
		margin-top: 20px;
		justify-content: space-between;
		box-sizing: border-box;
	}

	.sci-pub-article__btn {
		font-size: 15px;
		margin-top: 12px;
	}
}

/* Hover only on fine pointers (no sticky hover on mobile) */
@media (hover: hover) and (pointer: fine) {
	.sci-pub-card--top:hover,
	.sci-pub-card--top:focus-visible,
	.sci-pub-card--wide:hover,
	.sci-pub-card--wide:focus-visible,
	.sci-pub-card--side:hover,
	.sci-pub-card--side:focus-visible,
	.sci-pub-grid__row .sci-pub-card:hover,
	.sci-pub-grid__row .sci-pub-card:focus-visible {
		border-color: transparent;
	}

	.sci-pub-card:hover,
	.sci-pub-card:focus-visible {
		border-color: var(--sci-green);
		outline: none;
	}

	.sci-pub-card:hover .sci-pub-card__title,
	.sci-pub-card:focus-visible .sci-pub-card__title {
		color: var(--sci-green);
	}

	.sci-pub-card:hover .sci-pub-label,
	.sci-pub-card:focus-visible .sci-pub-label {
		background: var(--sci-green);
		border-color: var(--sci-green);
		color: var(--sci-white);
	}

	.sci-pub-card--top:hover .sci-pub-card__shape-fill,
	.sci-pub-card--top:focus-visible .sci-pub-card__shape-fill {
		opacity: 0;
	}

	.sci-pub-card--top:hover .sci-pub-card__shape-stroke,
	.sci-pub-card--top:focus-visible .sci-pub-card__shape-stroke {
		opacity: 1;
	}

	.sci-pub-card--wide:hover .sci-pub-card__shape-fill,
	.sci-pub-card--wide:focus-visible .sci-pub-card__shape-fill,
	.sci-pub-card--side:hover .sci-pub-card__shape-fill,
	.sci-pub-card--side:focus-visible .sci-pub-card__shape-fill,
	.sci-pub-grid__row .sci-pub-card:hover .sci-pub-card__shape-fill,
	.sci-pub-grid__row .sci-pub-card:focus-visible .sci-pub-card__shape-fill {
		opacity: 0;
	}

	.sci-pub-card--wide:hover .sci-pub-card__shape-stroke,
	.sci-pub-card--wide:focus-visible .sci-pub-card__shape-stroke,
	.sci-pub-card--side:hover .sci-pub-card__shape-stroke,
	.sci-pub-card--side:focus-visible .sci-pub-card__shape-stroke,
	.sci-pub-grid__row .sci-pub-card:hover .sci-pub-card__shape-stroke,
	.sci-pub-grid__row .sci-pub-card:focus-visible .sci-pub-card__shape-stroke {
		opacity: 1;
	}

	@media (max-width: 1200px) {
		.sci-pub-card--wide:hover::before,
		.sci-pub-card--wide:focus-visible::before,
		.sci-pub-card--side:hover::before,
		.sci-pub-card--side:focus-visible::before,
		.sci-pub-grid__row .sci-pub-card:hover::before,
		.sci-pub-grid__row .sci-pub-card:focus-visible::before {
			background: var(--sci-white);
		}

		.sci-pub-card--wide:hover::after,
		.sci-pub-card--wide:focus-visible::after,
		.sci-pub-card--side:hover::after,
		.sci-pub-card--side:focus-visible::after,
		.sci-pub-grid__row .sci-pub-card:hover::after,
		.sci-pub-grid__row .sci-pub-card:focus-visible::after {
			opacity: 1;
		}
	}

	@media (max-width: 800px) {
		.sci-pub-card--top:hover::before,
		.sci-pub-card--top:focus-visible::before {
			background: var(--sci-white);
		}

		.sci-pub-card--top:hover::after,
		.sci-pub-card--top:focus-visible::after {
			opacity: 1;
		}
	}

	.sci-pub-filter:hover {
		background: var(--sci-green);
		color: var(--sci-white);
	}

	.sci-pub-year:hover .sci-pub-filter--year {
		background: var(--sci-green);
		color: var(--sci-white);
	}

	.sci-pub-year:hover .sci-pub-year__chevron {
		transform: rotate(180deg);
	}

	.sci-pub-useful__all:hover {
		background: var(--sci-white);
		color: var(--sci-green-hover);
	}

	.sci-pub-useful__all:hover .sci-pub-useful__all-icon circle {
		fill: transparent;
		stroke: transparent;
	}

	.sci-pub-useful__all:hover .sci-pub-useful__all-arrow--default {
		opacity: 0;
	}

	.sci-pub-useful__all:hover .sci-pub-useful__all-arrow--hover {
		opacity: 1;
	}

	.sci-pub-article:hover .sci-pub-article__title a,
	.sci-pub-article__title a:hover,
	.sci-pub-article__title a:focus-visible {
		color: var(--sci-green-hover);
	}

	.sci-pub-card:hover .sci-pub-card__go img,
	.sci-pub-card:focus-visible .sci-pub-card__go img {
		opacity: 0;
	}

	.sci-pub-card:hover .sci-pub-card__go::after,
	.sci-pub-card:focus-visible .sci-pub-card__go::after {
		opacity: 1;
	}

	.sci-pub-article__btn:hover .sci-pub-article__btn-icon,
	.sci-pub-article__btn:focus-visible .sci-pub-article__btn-icon {
		border-radius: 50%;
		background-color: transparent;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Ccircle cx='20' cy='20' r='20' fill='%2336A74E'/%3E%3Cpath d='M12.2477 21.1981L26.9555 21.1981M26.9555 21.1981L21.2986 15.5413M26.9555 21.1981L21.2986 26.855' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
		background-size: 40px 40px;
	}

	.sci-pub-top__arrow:hover:not(:disabled) img {
		opacity: 0;
	}

	.sci-pub-top__arrow:hover:not(:disabled)::after {
		opacity: 1;
	}

	.sci-pub-useful__arrow:hover:not(:disabled) img {
		opacity: 0;
	}

	.sci-pub-useful__arrow:hover:not(:disabled)::after {
		opacity: 1;
	}
}