.s-other .so-articles-slider {
	position: relative;
}

.s-other .so-articles-track {
	display: flex;
	gap: 18px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-padding-inline: 0;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.s-other .so-articles-track::-webkit-scrollbar {
	display: none;
}

.s-other .so-articles-item {
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	scroll-snap-align: start;
	scroll-snap-stop: always;
}

@media (min-width: 600px) {
	.s-other .so-articles-item {
		flex: 0 0 calc((100% - 18px) / 2);
		width: calc((100% - 18px) / 2);
		max-width: calc((100% - 18px) / 2);
	}
}

.s-other .so-articles-item .news-item.small {
	cursor: pointer;
	height: 100%;
	max-width: 100%;
	width: 100%;
	background: #f7f7f7;
	padding-top: 24px;
	padding-bottom: 24px;
	box-sizing: border-box;
}

.s-other .so-articles-item .news-item.small:hover .ni-text .ni-descr {
	color: #a92028;
}

.s-other .so-articles-item .news-item.small .ni-img {
	background: #fff;
}

.s-other .so-articles-item .news-item.small .ni-descr {
	text-decoration: none;
}

.s-other .so-articles-pag {
	display: none;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 11px;
	padding-top: 16px;
}

.s-other .so-articles-pag button {
	width: 6px;
	height: 6px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #e3e3e5;
	cursor: pointer;
}

.s-other .so-articles-pag button.is-active {
	background: #a92028;
}

@media only screen and (max-width: 768px) {
	.s-other .so-articles-slider {
		padding-bottom: 8px;
	}

	.s-other .so-articles-pag {
		display: flex;
	}

	.s-other .so-articles-item .news-item.small {
		padding-top: 16px;
		padding-bottom: 16px;
	}
}
