.m_poziom {
	margin: var(--o) 0 var(--o-gora);
	background: var(--kolor-szary);
	padding: var(--o-gora) 0 var(--o-gora) var(--o);
	overflow: hidden;
}
.m_poziom_h {
	margin-bottom: var(--o);
	font-size: 120%;
	padding-right: var(--o);
}

.vv_flex {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	gap: var(--o);
	max-width: unset;
	overflow-x: auto;
	padding: 0 0 var(--o);
	-webkit-overflow-scrolling: touch;
}

.vv_a {
	display: flex;
	flex-direction: column;
	background: var(--kolor-bialy);
	flex: 0 0 240px;
	color: inherit;
	text-decoration: unset;
	position: relative;
}



.vv_fota {
	line-height: 0;
}
.vv_div {
	padding: var(--o);
	display: flex;
	flex-direction: column;
	gap: var(--o);
	height: 100%;
}
.vv_h {
	margin-bottom: auto;
}

.vv_info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.vv_dni {
	display: flex;
	gap: 5px;
	align-items: center;
}

.vv_dalej_svg {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background: var(--kolor-zielony);
	fill: var(--kolor-bialy);
	padding: var(--o-cwierc);
	transition: var(--trans);
}

.vv_a:hover {}
.vv_a:hover .vv_dalej_svg {
	fill: var(--kolor-zielony);
	background: var(--kolor-bialy);

}





@media (min-width: 1150px) {
.m_poziom_h {
	font-size: 200%;
	width: var(--sz);
	margin: 0 auto var(--o);
}
.vv_flex {
	width: var(--sz);
	flex-wrap: wrap;
	margin: auto;
	padding: 0;
	justify-content: center;
}
.vv_a {
	flex: 0 0 262px;
}




} /*  */