/* Media */
@media (max-width: 1000px) {
	._b-page-sun > .art > div{
		flex-direction: column;
		align-items: center;
		gap: calc(2 * var(--coef));
	}

	._b-page-sun > .art > div:not(:last-child){
		margin-bottom: calc(6 * var(--coef));
		border-bottom: 3px solid #fff;
	}	

	._b-page-sun > .art > div > .name{
		width: 100%;
		max-width: calc(100 * var(--coef));
		padding-right: 0;
		border-right: 0;
		padding-bottom: calc(2 * var(--coef));
		border-bottom: 1.5px solid var(--grey-50);
	}

	._b-page-sun > .art > div > .list{
		justify-content: center;
	}
}