Szablon:StronaStart/stronastart.css

.strona_prawa .spis{
  display:flex;
  width:100%;
}
.strona_prawa .spis > div,
.strona_prawa .spis > div > div{
	height:auto;
	max-height:100%;
}
.strona_prawa .spis > div,
.strona_prawa .spis > div > div{
	height:auto;
	max-height:100%;
	width:auto;
	display:flex !important;
    box-sizing:border-box;
}
.strona_prawa .mw-sticky-y.spis.mw-sticky-js.mw-scrollbar-overflow-x:not(:hover){
  overflow-x:auto !important;
  overflow-y:hidden !important;
}
html.client-nojs .strona_prawa,
html.client-nojs .strona_lewa{
	overflow-x:auto !important;
	overflow-y:hidden !important;
} 
html.client-nojs .strona_prawa .mw-sticky-y.spis{
	overflow:auto !important;
	visibility:visible !important;
	position:relative !important;
}
html.client-nojs .strona_prawa .mw-sticky-y.spis:hover{
	width: 100% !important;
	max-width:calc( 100% - 0.3125rem ) !important;
	height:auto !important;
}
html.client-nojs .strona_prawa .mw-sticky-y.spis:not(:hover){
	width:100% !important;
    max-width:calc( (100%  - 0.3125rem ) * 3.3333333 ) !important;
    height:auto !important;
}
.strona_prawa .mw-sticky-y.spis:not(:hover){
  transform: scale(0.3,0.3) translate(-117%,-117%);
  /**/	
  transition: transform, max-width, width, max-height, height, right, left, top, bottom 500ms ease-out, linear;
  transition-property: transform, max-width, width, max-height, height, right, left, top, bottom;
  transition-duration: 500ms;
  transition-timing-function: ease-out, linear;
  transition-delay:4s;
}
.strona_prawa .mw-sticky-y.spis:hover{
  max-width:50rem !important;
  transform: scale(1,1) translate(0,0);
  transition: transform, max-width, width, max-height, height, right, left, top, bottom 500ms ease-out, linear;
  transition-property: transform, max-width, width, max-height, height, right, left, top, bottom;
  transition-duration: 500ms;
  transition-timing-function: ease-out, linear;
  transition-delay: 0s;
}
.strona_prawa .pierwsza_strona.mw-overflow-y.mw-scrollbar-overflow-y{
	padding-right:0.625rem;
}
.strona_prawa .pierwsza_strona .wikitable{
	margin-top:0.3125rem;
	margin-bottom:0.3125rem;
}
.strona_start{
	background-color:white;
}
.strona_start .główna_strona.tło{
	background-color:white;
	background-image: none;
}
html.client-nojs .strona_prawa .nawigacja_boksy,
html.client-nojs .strona_lewa .nawigacja_boksy{
   margin-top:0.3125rem !important;
   visibility:visible !important;
}
.strona_prawa .mw-optimal-x:hover,
.strona_lewa  .mw-optimal-x:hover{
  transform: scale(1,1) translate(0,0);
  max-width:none !important;
  transition: transform, max-width, width, max-height, height, right, left, top, bottom 500ms ease-out, linear;
  transition-property: transform, max-width, width, max-height, height, right, left, top, bottom;
  transition-duration: 500ms;
  transition-timing-function: ease-out, linear;
  transition-delay: 0s;
}
.strona_prawa .mw-optimal-x:not(:hover){
	transform: scale(0.3,0.3) translate(117%,-117%);
}
.strona_lewa .mw-optimal-x:not(:hover){
	transform: scale(0.3,0.3) translate(-117%,-117%);
}
.strona_prawa .mw-optimal-x.mw-optimal-js.mw-scrollbar-overflow-x:not(:hover),
.strona_lewa .mw-optimal-x.mw-optimal-js.mw-scrollbar-overflow-x:not(:hover){
	 overflow:auto;
}
html.client-nojs .strona_prawa .mw-optimal-x,
html.client-nojs .strona_lewa .mw-optimal-x{
	 overflow:auto !important;
	 visibility:visible !important;
	 position:relative !important;
     z-index:1 !important;
     direction: rtl;
     width: auto !important;
}
html.client-nojs .strona_prawa .mw-optimal-x:hover,
html.client-nojs .strona_lewa .mw-optimal-x:hover{
     z-index:3 !important;
     width:100% !important;
     max-width:calc( 100% - 0.3125rem ) !important;
}
html.client-nojs .strona_prawa .mw-optimal-x:not(:hover),
html.client-nojs .strona_lewa .mw-optimal-x:not(:hover){
	 width: auto !important;
	 max-width: calc( (100%  - 0.3125rem ) * 3.3333333 ) !important;
	 height: auto !important;
}
html.client-nojs .strona_prawa .mw-optimal-x:hover,
html.client-nojs .strona_lewa .mw-optimal-x:hover{
	 width:auto !important;
	 max-width:calc( 100% - 0.3125rem )!important;
}
.strona_prawa .mw-optimal-x:not(:hover),
.strona_lewa .mw-optimal-x:not(:hover){
  transition: transform, max-width, width, max-height, height, right, left, top, bottom 500ms ease-out, linear;
  transition-property: transform, max-width, width, max-height, height, right, left, top, bottom;
  transition-duration: 500ms;
  transition-timing-function: ease-out, linear;
  transition-delay: 4s;
}
.strona_prawa .mw-optimal-x,
.strona_lewa .mw-optimal-x{
	display:flex;
	flex-direction:column;
}
.strona_start .strona .ciało_zawartości > .menu > .menu_boks:hover{
	background-color:blue !important;
	color:white !important;
}
.strona_start .strona .ciało_zawartości > .menu > .menu_boks:active{
	background-color:grey !important;
	color:white !important;
}
.strona_start .strona .ciało_zawartości > .menu > .menu_boks:not(:hover):not(:active){
	background-color:white !important;
	color:black !important;
}
.strona > *:not(:first-child),
.strona > div > *:not(:first-child){
	margin-left:0.5rem;
	margin-right:0.5rem;
}
.strona > *:nth-child(2),
.strona > div > *:nth-child(2){
	margin-top:0.25rem;
	margin-bottom:0.125rem;
}
.strona > *:not(:nth-child(2)):not(:first-child),
.strona > div > *:not(:nth-child(2)):not(:first-child){
	margin-top:0.125rem;
	margin-bottom:0.125rem;
}
.strona > *:last-child:not(:first-child),
.strona > div > *:last-child:not(:first-child){
	margin-top:0.125rem;
	margin-bottom:0.5rem;
}
.strona > div > .ciało_kontener > .ciało_strona > :last-child.noprint > p:last-child{
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}
.strona > div:not(:only-child) > .ciało_kontener > *:nth-child(2) > .noprint > p:last-child,
.strona > div > .ciało_kontener:not(:only-child) > *:nth-child(2) > .noprint > p:last-child{
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}
.strona > div > .ciało_kontener > :nth-child(2):not(:empty) + .ciało_strona,
.strona > div:not(:only-child) > .ciało_kontener > .ciało_strona,
.strona > div >  .ciało_kontener:not(:only-child) > .ciało_strona{
	padding-bottom:0 !important;
}
.strona h1, .strona h2,.strona h3,.strona h4,.strona h5,.strona h6{
  text-align:left;
}
.strona > div > .ciało_kontener > .ciało_strona > p:first-child,
.strona > div > .ciało_kontener > .ciało_strona > p:nth-child(2):first-of-type{
	margin-top:0;
}
.strona > div > .ciało_kontener > .ciało_strona > :not(style):not(link):not(p):not(.mw-halign-left):not(.mw-halign-right) + p:not(.br-clear){
	margin-top:0.6em;
}
.strona > div > .ciało_kontener > .ciało_strona > div.nawigacja.nawigacja-dół{
	margin-top:0.5em !important;
}
.strona > div > .ciało_kontener > .ciało_strona > :not(style):not(link):not(p).floatleft + p,
.strona > div > .ciało_kontener > .ciało_strona > :not(style):not(link):not(p).floatright + p,
.strona > div > .ciało_kontener > .ciało_strona > :not(style):not(link):not(p).tleft + p,
.strona > div > .ciało_kontener > .ciało_strona > :not(style):not(link):not(p).tright + p,
.strona > div > .ciało_kontener > .ciało_strona > :not(style):not(link):not(p).float-left-or-right + p,
.strona > div > .ciało_kontener > .ciało_strona > figure.mw-halign-left + p,
.strona > div > .ciało_kontener > .ciało_strona > figure.mw-halign-right + p{
	margin-top:0;
}
.strona > div > .ciało_kontener > .ciało_strona  p:last-child:not(:only-child),
.strona > div > .ciało_kontener > .ciało_strona > p:nth-last-child(2):last-of-type{
	margin-bottom:0;
}
.strona > div > .ciało_kontener > .ciało_strona > :not(.mw-heading):not(style):not(link):not(p):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):first-child{
	margin-top:0 !important;
}
@media print{
	.noprint{
		display:none;
	}
	.print{
		display:block;
	}
}
.gallerytext, .plainlinks{
	text-align:left;
}
.strona > div > .ciało_kontener.mw-scrollbar-overflow-x{
	padding-bottom:0.3125rem;
}
.strona > div > .ciało_kontener.mw-scrollbar-overflow-y{
	padding-right:0.3125rem;
}
.strona_start.niekolumnowy > .strona > div > .ciało_kontener > .ciało_strona figure.mw-halign-left[typeof="mw:File"] + ul,
.strona_start.kolumnowy > .strona_nadrzędna > .główna_strona > .strona_środkowa > .strona > div > .ciało_kontener > .ciało_strona figure.mw-halign-left[typeof="mw:File"] + ul{
	list-style-position:inside;
}
@media all{
	.strona_start.kolumnowy.mobilne{
		margin-top:0.3125rem !important;
	}
	.strona_start p{
		margin: 0.4em 0 0.5em 0;
	}
}
@media all and (max-width:745px){
	.strona_start.kolumnowy.mobilne{
		max-width:100vw !important;
		min-width:auto !important;
		width:100% !important;
	}
	.strona_start.kolumnowy.mobilne div > .ciało_kontener > *{
		min-width:100% !important;
		max-width:100% !important;
		width:100% !important;
	}
	.strona_start.kolumnowy.mobilne .strona{
		overflow:auto !important;
	}
	.strona_start.kolumnowy.mobilne > .strona_nadrzędna > div.mójNagłówek > div:last-child{
		margin-bottom:0 !important;
	}
	.strona_start.kolumnowy.mobilne > .strona_nadrzędna > div.mójNagłówek{
		margin-bottom:0.3125rem !important;
	}
	.strona_start.kolumnowy.mobilne > .strona_nadrzędna > div:nth-child(2),
	.strona_start.kolumnowy.mobilne > .strona_nadrzędna > div:nth-child(2) > table{
		max-width:none !important;
		width:100% !important;
		margin:0 !important;
	}
	.strona_start.kolumnowy.mobilne > .strona_nadrzędna > div:nth-child(2) > table{
		margin-top:0 !important;
		margin-bottom:0.3125rem !important;
	}
	.strona_start.kolumnowy.mobilne > .strona_nadrzędna > div:nth-child(2) > table > tr > th:last-child,
	.strona_start.kolumnowy.mobilne > .strona_nadrzędna > div:nth-child(2) > table > tr > td:last-child,
	.strona_start.kolumnowy.mobilne > .strona_nadrzędna > div:nth-child(2) > table > tbody > tr > th:last-child,
	.strona_start.kolumnowy.mobilne > .strona_nadrzędna > div:nth-child(2) > table > tbody > tr > td:last-child{
		font-size:10.25rem !important;
	}
	.strona_start.kolumnowy.mobilne > .strona_nadrzędna > .główna_strona{
		flex-wrap: wrap;
	}
	.strona_start.kolumnowy.mobilne > .strona_nadrzędna > .główna_strona > .strona_prawa > div{
		position:static !important;
		margin-left:0 !important;
		margin-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0 !important;
		transition:none !important;
		transform:none !important;
		visibility:visible !important;
		min-width:auto !important;
		max-width:100vw !important;
		width:100% !important;
		box-sizing:border-box !important;
	}
	
	.strona_start.kolumnowy.mobilne > .strona_nadrzędna > .główna_strona > .strona_prawa > div.nawigacja_boksy > .mw-optimal-x{
		transition:none !important;
		transform:none !important;
		position:static !important;
		margin-left:0 !important;
		float:none !important;
		clear:none !important;
		max-width:100% !important;
		width:100% !important;
		box-sizing:border-box;
	}
	.strona_start.kolumnowy.mobilne > .strona_nadrzędna > .główna_strona > .strona_prawa > div.nawigacja_boksy > .mw-optimal-x > div{
		width:100% !important;
		box-sizing:border-box;
		margin: 0 !important;
		margin-bottom:0.3125rem !important;
	}
	.strona_start.kolumnowy.mobilne > .strona_nadrzędna > .główna_strona > .strona_prawa > div.nawigacja_boksy > .mw-optimal-x > div > div:last-child{
		font-size:10.25rem !important;
	}
	.strona_start.kolumnowy.mobilne  > .strona_nadrzędna > .główna_strona > .strona_lewa{
		order:1 !important;	
	}
	.strona_start.kolumnowy.mobilne  > .strona_nadrzędna > .główna_strona > .strona_prawa{
		order:2 !important;
		display:flex;
		flex-direction:column;
	}
	.strona_start.kolumnowy.mobilne  > .strona_nadrzędna > .główna_strona > .strona_prawa > .mw-sticky-y > .kontener_spis_treści a.zaznaczone,
	.strona_start.kolumnowy.mobilne  > .strona_nadrzędna > .główna_strona > .strona_prawa > .mw-sticky-y > div > .pierwsza_strona > div tr:last-child > td > div.toc_ogólnie_spis a.zaznaczone,
	.strona_start.kolumnowy.mobilne  > .strona_nadrzędna > .główna_strona > .strona_prawa > .mw-sticky-y > .strona_spisu_treści > .toc_wykaz a.zaznaczone{
		color: #3366cc !important;
		font-weight: normal !important;
	}
	.strona_start.kolumnowy.mobilne  > .strona_nadrzędna > .główna_strona > .strona_środkowa{
		order:3 !important;
		width:100%;
	}
	.strona_start.kolumnowy.mobilne > .strona_nadrzędna > .główna_strona > .strona_prawa > div.nawigacja_boksy{
		order:1;
		height:auto !important;
		max-height:100% !important;
	}
	.strona_start.kolumnowy.mobilne  > .strona_nadrzędna > .główna_strona > .strona_prawa > .mw-sticky-y{
		order:2;
		height:100% !important;
		max-height:100% !important;
	}
	.strona_start.kolumnowy.mobilne  > .strona_nadrzędna > .główna_strona > .strona_prawa > .mw-sticky-y > div{
		width:100% !important;
		box-sizing:border-box !important;
		margin-bottom:0.3125rem !important;
	}
	.strona_start.kolumnowy.mobilne  > .strona_nadrzędna > .główna_strona > .strona_prawa > .mw-sticky-y > div > .pierwsza_strona > div tr:last-child > td > div.toc_ogólnie_spis{
		max-height:100% !important;
		overflow:visible !important;
	}
	.strona_start.kolumnowy.mobilne  > .strona_nadrzędna > .główna_strona > .strona_prawa > .mw-sticky-y .toc_spis{
		overflow:visible !important;
		width:100% !important;
	}
	.strona_start.kolumnowy.mobilne  > .strona_nadrzędna > .główna_strona > .strona_środkowa > .strona{
		min-width:auto !important;
		max-width:100vw !important;
		width:100% !important;
	}
	.strona_start.kolumnowy.mobilne  > .strona_nadrzędna > .główna_strona > .strona_środkowa > .menu{
		display:none !important;
	}
}
@media all{
	.strona_start.niekolumnowy > .strona{
		margin-top:0.3125rem !important;
	}
}
@media all and (max-width:745px){
	.strona_start.mobilne .ciało_strona table,
	.strona_start-inne.mobilne table,
	.strona_start.mobilne .ciało_strona table > tbody,
	.strona_start-inne.mobilne table > tbody,
	.strona_start.mobilne .ciało_strona table > tbody > tr,
	.strona_start-inne.mobilne table > tbody > tr,
	.strona_start.mobilne .ciało_strona table > tbody > tr > th,
	.strona_start-inne.mobilne table > tbody > tr > th,
	.strona_start.mobilne .ciało_strona table > tbody > tr > td,
	.strona_start-inne.mobilne table > tbody > tr > td{
		display:block;
		width:100% !important;
		box-sizing:border-box !important;
		margin:0 !important;
	}
	.strona_start.mobilne .ciało_strona table > tbody > tr > th,
	.strona_start-inne.mobilne table > tbody > tr > th,
	.strona_start.mobilne .ciało_strona table > tbody > tr > td,
	.strona_start-inne.mobilne table > tbody > tr > td{
		width:calc( 100% - 0.25rem) !important;
		margin:0.125rem !important;
	}
	.strona_start.mobilne .ciało_strona div.szablon_nawigacyjny_konserwacyjny table > tbody > tr > th,
	.strona_start-inne.mobilne div.szablon_nawigacyjny_konserwacyjny table > tbody > tr > th,
	.strona_start.mobilne .ciało_strona div.szablon_nawigacyjny_konserwacyjny table > tbody > tr > td,
	.strona_start-inne.mobilne div.szablon_nawigacyjny_konserwacyjny table > tbody > tr > td,
	.strona_start.mobilne .ciało_strona table.plainlinks > tbody > tr > th,
	.strona_start-inne.mobilne table.plainlinks > tbody > tr > th,
	.strona_start.mobilne .ciało_strona table.plainlinks > tbody > tr > td,
	.strona_start-inne.mobilne table.plainlinks > tbody > tr > td{
		width:100% !important;
		margin:0 !important;
	}
}
@media all and (max-width:745px){
	.strona_start.niekolumnowy.mobilne > .strona{
		max-width:100vw !important;
		min-width:auto !important;
		width:100% !important;
		overflow:auto !important;
	}
	.strona_start.niekolumnowy.mobilne > .strona .ciało_kontener > *{
		min-width:auto !important;
		max-width:100% !important;
		width:100% !important;
		box-sizing:border-box;
	}
}
@media all and (max-width:745px){
	.strona_start.niekolumnowy.mobilne > .strona .główny-element-strony > .elastyczny{
		flex-wrap: wrap;
		min-width:auto !important;
	}
	.strona_start.niekolumnowy.mobilne > .strona .główny-element-strony > .elastyczny > div:nth-child(1){
		order:2 !important;
		min-width:auto !important;
	}
	.strona_start.niekolumnowy.mobilne > .strona .główny-element-strony > .elastyczny > div:nth-child(2){
		order:1 !important;
		width:100% !important;
	}
	.strona_start.niekolumnowy.mobilne > .strona .główny-element-strony > .elastyczny > div:nth-child(1) > .kontener-jednostki{
		overflow:visible !important;
		height:100% !important;
		margin-top:0.3125rem !important;
	}
	.strona_start.niekolumnowy.mobilne > .strona .główny-element-strony > .elastyczny > div:nth-child(2) > .szablon_nawigacyjny_konserwacyjny,
	.strona-opis-kategorii > .szablon_nawigacyjny_konserwacyjny,
	.strona_start.niekolumnowy.mobilne > .strona .szablon_nawigacyjny_konserwacyjny,
	.strona_start.niekolumnowy.mobilne > .strona table.sdu{
		width:100% !important;
		box-sizing:border-box;
		margin-bottom:0.3125rem !important;
	}
	.strona_start.niekolumnowy.mobilne > .strona .główny-element-strony > .elastyczny > div:nth-child(2) > .szablon_nawigacyjny_konserwacyjny .rozwijane,
	.strona-opis-kategorii > .szablon_nawigacyjny_konserwacyjny .rozwijane,
	.strona_start.niekolumnowy.mobilne > .strona .szablon_nawigacyjny_konserwacyjny .rozwijane{
		overflow:visible !important;
		white-space:normal !important;
		max-height:100% !important;
		width:100% !important;
		box-sizing:border-box;
	}
}
@media all and (min-width:1300px){
	.strona_start.niekolumnowy.mobilne > .strona .główny-element-strony > .elastyczny > div:nth-child(1) .główny-element-akcji-strony:not(.element-prosty-akcji) .elastyczny > div:not(:last-child) .mw-ui-button,
	.strona_start.niekolumnowy.mobilne > .strona .główny-element-strony > .elastyczny > div:nth-child(1) .główny-element-akcji-strony.element-prosty-akcji > div:not(:last-child) .mw-ui-button,
	.strona_start.niekolumnowy.mobilne > .strona .główny-element-strony > .elastyczny > div:nth-child(1) .główny-element-akcji-strony:not(.element-prosty-akcji) .elastyczny > div:last-child > div > div > div:last-child,
	.strona_start.niekolumnowy.mobilne > .strona .główny-element-strony > .elastyczny > div:nth-child(1) .główny-element-akcji-strony.element-prosty-akcji > div:last-child > div > div > div:last-child{
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
	}
}
@media all and (max-width:1300px){
	.strona_start.niekolumnowy.mobilne > .strona .główny-element-strony{
		overflow:visible !important;
	}
	.strona_start.niekolumnowy.mobilne > .strona .główny-element-strony > .elastyczny{
		min-width:auto !important;
	}
	.strona_start.niekolumnowy.mobilne > .strona .główny-element-strony > .elastyczny > div:nth-child(1){
		min-width:auto !important;
	}
	.strona_start.niekolumnowy.mobilne > .strona .główny-element-strony > .elastyczny > div:nth-child(1) .główny-element-akcji-strony .elastyczny,
	.strona_start.niekolumnowy.mobilne > .strona .główny-element-strony > .elastyczny > div:nth-child(1) .główny-element-akcji-strony{
		flex-wrap: wrap;
	}
	.strona_start.niekolumnowy.mobilne > .strona .główny-element-strony > .elastyczny > div:nth-child(1) .główny-element-akcji-strony:not(.element-prosty-akcji) .elastyczny > div,
	.strona_start.niekolumnowy.mobilne > .strona .główny-element-strony > .elastyczny > div:nth-child(1) .główny-element-akcji-strony.element-prosty-akcji > div{
		width:100% !important;	
		box-sizing:border-box;
	}
	.strona_start.niekolumnowy.mobilne > .strona .główny-element-strony > .elastyczny > div:nth-child(1) .główny-element-akcji-strony:not(.element-prosty-akcji) .elastyczny > div:not(:last-child),
	.strona_start.niekolumnowy.mobilne > .strona .główny-element-strony > .elastyczny > div:nth-child(1) .główny-element-akcji-strony.element-prosty-akcji > div:not(:last-child){
		margin-bottom:0.3125rem !important;
	}
	.strona_start.niekolumnowy.mobilne > .strona .główny-element-strony > .elastyczny > div:nth-child(1) .główny-element-akcji-strony:not(.element-prosty-akcji) .elastyczny > div:not(:last-child) .mw-ui-button,
	.strona_start.niekolumnowy.mobilne > .strona .główny-element-strony > .elastyczny > div:nth-child(1) .główny-element-akcji-strony.element-prosty-akcji > div:not(:last-child) .mw-ui-button{
		white-space:normal !important;
		min-width:auto !important;
		width:100% !important;
		height:100% !important;
		max-width:100% !important;
		box-sizing:border-box;
	}
	.strona_start.niekolumnowy.mobilne > .strona .główny-element-strony > .elastyczny > div:nth-child(1) .główny-element-akcji-strony:not(.element-prosty-akcji) .elastyczny > div:last-child > div,
	.strona_start.niekolumnowy.mobilne > .strona .główny-element-strony > .elastyczny > div:nth-child(1) .główny-element-akcji-strony.element-prosty-akcji > div:last-child > div{
		float:none !important;
		clear:none !important;
		width:100% !important;
		box-sizing:border-box !important;
		height:100% !important;
	}
	.strona_start.niekolumnowy.mobilne > .strona .główny-element-strony > .elastyczny > div:nth-child(1) .główny-element-akcji-strony:not(.element-prosty-akcji) .elastyczny > div:last-child > div > div > div:last-child,
	.strona_start.niekolumnowy.mobilne > .strona .główny-element-strony > .elastyczny > div:nth-child(1) .główny-element-akcji-strony.element-prosty-akcji > div:last-child > div > div > div:last-child{
		white-space:normal !important;
	}
}
@media all and (min-width:745px) and (max-width:1300px){
	.strona_start.niekolumnowy.mobilne > .strona .główny-element-strony > .elastyczny > div:nth-child(1) .główny-element-akcji-strony:not(.element-prosty-akcji) .elastyczny > div:not(:last-child),
	.strona_start.niekolumnowy.mobilne > .strona .główny-element-strony > .elastyczny > div:nth-child(1) .główny-element-akcji-strony.element-prosty-akcji > div:not(:last-child){
		width:calc( 50% - 0.125rem - 1px) !important;
		height:auto !important;
		margin-top:0 !important;
		box-sizing:border-box;
	}	
	.strona_start.niekolumnowy.mobilne > .strona .główny-element-strony > .elastyczny > div:nth-child(1) .główny-element-akcji-strony:not(.element-prosty-akcji) .elastyczny > div:nth-child(1),
	.strona_start.niekolumnowy.mobilne > .strona .główny-element-strony > .elastyczny > div:nth-child(1) .główny-element-akcji-strony.element-prosty-akcji > div:nth-child(1){
		margin-right:0.125rem;
	}
	.strona_start.niekolumnowy.mobilne > .strona .główny-element-strony > .elastyczny > div:nth-child(1) .główny-element-akcji-strony:not(.element-prosty-akcji) .elastyczny > div:nth-child(2),
	.strona_start.niekolumnowy.mobilne > .strona .główny-element-strony > .elastyczny > div:nth-child(1) .główny-element-akcji-strony.element-prosty-akcji > div:nth-child(2){
		margin-left:0.125rem;
	}
}
@media all and (max-width:745px){
	.strona_start.niekolumnowy.mobilne > .strona .siatka-mobilna.elastyczny2:not(.bez-mobilne),
	.strona_start.niekolumnowy.mobilne > .strona .siatka-mobilna .elastyczny2:not(.bez-mobilne),
    .strona_start.niekolumnowy.mobilne > .strona .siatka-mobilna.elastyczny:not(.bez-mobilne),
    .strona_start.niekolumnowy.mobilne > .strona .siatka-mobilna .elastyczny:not(.bez-mobilne){
		flex-wrap:wrap;
		box-sizing:border-box;
		width:100% !important;
		min-width:auto !important;
		max-width:none !important;
		height:auto !important;
	}
	.strona_start.niekolumnowy.mobilne > .strona .siatka-mobilna.elastyczny2:not(.bez-mobilne):not(.bez-odstępów-mobilnych),
	.strona_start.niekolumnowy.mobilne > .strona .siatka-mobilna .elastyczny2:not(.bez-mobilne):not(.bez-odstępów-mobilnych),
    .strona_start.niekolumnowy.mobilne > .strona .siatka-mobilna.elastyczny:not(.bez-mobilne):not(.bez-odstępów-mobilnych),
    .strona_start.niekolumnowy.mobilne > .strona .siatka-mobilna .elastyczny:not(.bez-mobilne):not(.bez-odstępów-mobilnych){
    	gap:0.25rem;
    }
	.strona_start.niekolumnowy.mobilne > .strona .siatka-mobilna.elastyczny2:not(.bez-mobilne) > div:not(.bez-mobilne),
	.strona_start.niekolumnowy.mobilne > .strona .siatka-mobilna .elastyczny2:not(.bez-mobilne) > div:not(.bez-mobilne),
	.strona_start.niekolumnowy.mobilne > .strona .siatka-mobilna.elastyczny:not(.bez-mobilne) > div:not(.bez-mobilne),
	.strona_start.niekolumnowy.mobilne > .strona .siatka-mobilna .elastyczny:not(.bez-mobilne) > div:not(.bez-mobilne){
		width:100% !important;
		min-width:auto !important;
		max-width:none !important;
		height:100% !important;
	}
	.strona_start.niekolumnowy.mobilne > .strona .siatka-mobilna.elastyczny2:not(.bez-mobilne) div:not(.bez-mobilne),
	.strona_start.niekolumnowy.mobilne > .strona .siatka-mobilna .elastyczny2:not(.bez-mobilne) div:not(.bez-mobilne),
	.strona_start.niekolumnowy.mobilne > .strona .siatka-mobilna.elastyczny:not(.bez-mobilne) div:not(.bez-mobilne),
	.strona_start.niekolumnowy.mobilne > .strona .siatka-mobilna .elastyczny:not(.bez-mobilne) div:not(.bez-mobilne){
		overflow-y:visible !important;
		max-height:none !important;
		height:100% !important;
		column-count: unset !important;
	}
	.strona_start.niekolumnowy.mobilne > .strona .siatka-mobilna.elastyczny2:not(.bez-mobilne) > div:not(.bez-mobilne):first-child:not(:last-child),
	.strona_start.niekolumnowy.mobilne > .strona .siatka-mobilna.elastyczny:not(.bez-mobilne) > div:not(.bez-mobilne):first-child:not(:last-child){
		margin-left:0 !important;
		margin-right:0 !important;
		margin-bottom:0 !important;
	}
	.strona_start.niekolumnowy.mobilne > .strona .siatka-mobilna.elastyczny2:not(.bez-mobilne) > div:not(.bez-mobilne):not(:first-child):last-child,
	.strona_start.niekolumnowy.mobilne > .strona .siatka-mobilna.elastyczny:not(.bez-mobilne) > div:not(.bez-mobilne):not(:first-child):last-child{
		margin-left:0 !important;
		margin-right:0 !important;
		margin-top:0 !important;
	}
	.strona_start.niekolumnowy.mobilne > .strona .siatka-mobilna.elastyczny2:not(.bez-mobilne) > div:not(.bez-mobilne):not(:first-child):not(:last-child),
	.strona_start.niekolumnowy.mobilne > .strona .siatka-mobilna.elastyczny:not(.bez-mobilne) > div:not(.bez-mobilne):not(:first-child):not(:last-child){
		margin:0 !important;
	}
	.strona_start.niekolumnowy.mobilne > .strona .siatka-mobilna .elastyczny2:not(.bez-mobilne) > div:not(.bez-mobilne),
	.strona_start.niekolumnowy.mobilne > .strona .siatka-mobilna .elastyczny:not(.bez-mobilne) > div:not(.bez-mobilne){
		margin:0 !important;
	}
	.strona_start.niekolumnowy.mobilne > .strona .siatka-mobilna.elastyczny2:not(.bez-mobilne) > div:not(.bez-mobilne).szablonPudełko .zawartość > .opis > .tekst,
	.strona_start.niekolumnowy.mobilne > .strona .siatka-mobilna .elastyczny2:not(.bez-mobilne) > div:not(.bez-mobilne).szablonPudełko .zawartość > .opis > .tekst{
		overflow:visible !important;
		max-height:none !important;
	}
	.strona_start.niekolumnowy.mobilne > .strona .siatka-mobilna.elastyczny2:not(.bez-mobilne) > div:not(.bez-mobilne).szablon_blok_ramkowy > div:last-child,
	.strona_start.niekolumnowy.mobilne > .strona .siatka-mobilna .elastyczny2:not(.bez-mobilne) > div:not(.bez-mobilne).szablon_blok_ramkowy > div:last-child{
		overflow:visible !important;
		max-height:none !important;
		height:100% !important;
	}
}
@media all and (max-width:745px){
	.strona-opis-kategorii-overflow{
		max-width:100vw;
		width:100%;
		overflow:visible;
	}
	.strona-opis-kategorii-overflow > .strona-opis-kategorii{
		display:flex !important;
		flex-direction:column !important;
		width:100% !important;
		max-width:100%;
		min-width:auto !important;
		box-sizing:border-box;
	}
	.strona-opis-kategorii-overflow > .strona-opis-kategorii > .mójNagłówek{
		box-sizing:border-box;
		width:100% !important;
		order:1 !important;
	}
	.strona-opis-kategorii-overflow > .strona-opis-kategorii > .plainlinks{
		order:2 !important;
		width:100% !important;
		margin-left:0 !important;
		margin-right:0 !important;
		margin-top:0 !important;
		margin-bottom:0.3125rem !important;
	}
	.strona-opis-kategorii-overflow > .strona-opis-kategorii > .szablon_nawigacyjny_konserwacyjny{
		order:3 !important;
		margin-left:0 !important;
		margin-right:0 !important;
		margin-bottom:0.3125rem !important;
	}
	.strona-opis-kategorii-overflow > .strona-opis-kategorii > .strona-opis-kategorii-zawartość{
		order:4 !important;
		width:100% !important;
		min-width:auto !important;
	}
	.strona-opis-kategorii-overflow > .strona-opis-kategorii > table > tr > th > .strona-opis-kategorii-zawartość,
	.strona-opis-kategorii-overflow > .strona-opis-kategorii > table > tr > td > .strona-opis-kategorii-zawartość,
	.strona-opis-kategorii-overflow > .strona-opis-kategorii > table > tbody > tr > th > .strona-opis-kategorii-zawartość,
	.strona-opis-kategorii-overflow > .strona-opis-kategorii > table > tbody > tr > td > .strona-opis-kategorii-zawartość{
		min-width:auto !important;
		width: 100% !important;
		box-sizing:border-box;
	}
	.strona-opis-kategorii-overflow > .strona-opis-kategorii > table.wikitable{
		margin-bottom:0 !important;
	}
}

/*[[Kategoria:Szablony - arkusze stylów]]*/