.show-mobile {display: none !important;}

.navbar__toggler,
.nav-mobile {
	display: none;
}


/* height: 1050px */
@media screen and (max-width: 1680px) {

}


/* height: 900px */
@media screen and (max-width: 1600px) {

}


/* height: 864px */
@media screen and (max-width: 1536px) {

}



/* height: 900px */
@media screen and (max-width: 1440px) {

}


/* height: 768px */
@media screen and (max-width: 1366px) {

}



/* height: 768px */
@media screen and (max-width: 1360px) {

}



/* height: 1024 & 720px */
@media screen and (max-width: 1280px) {
	.indeks-kategorii .card-img-overlay {padding: 15px;}
}



/* height: 768px, 600px */
@media screen and (max-width: 1199px) {
	.container {
		max-width: 90%;
	}

	.navbar-nav a {
		padding: 15px 5px;
	}

	.logo img {
		height: 35px;
		width: auto;
	}

	.nav li a {
		padding: 10px;
		font-size: 15px;
	}

	#navbar .btn {
		min-width: 148px;
	}

	header .col-2 .btn {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: left;
		padding: .75rem .2rem;
		margin-bottom: 10px;
		flex-direction: column;
		text-align: center;
	}

	header .col-2 .btn strong {max-width: 100%;}

	header .col-2 img {
		max-width: 37px;
		margin-right: 0;
		margin-bottom: 5px;
	}

	#dla a strong {
		padding: 0 10px;
		text-align: left;
		width: 27%;
		font-size: 12px;
	}

	#dla a .more {
		width: 55px;
	}

	.indeks-kategorii .card-deck .card {
		min-height: 60vh
	}

	.indeks-kategorii img {min-height: 100%}

	.indeks-kategorii .card-text a {
		line-height: 1.2em
	}
}

@media screen and (max-width: 1023px) {
	.navbar_top, .nav, #navbar .navbar_bottom >.container>.btn, .hidden-mobile, .separator {display: none;}

	.navbar_bottom {
		height: 100%;
	}

	body {
		padding-top: 70px;
	}
	#navbar {height: 70px;}

	.navbar__toggler {
		display: block;
		padding: 3px;
		background: #ffffff;
		border: 1px solid #4A9F3F;
	}

	.navbar__toggler span {
		margin: 4px;
		display: block;
		width: 30px;
		height: 3px;
		background: #4A9F3F;
	}

	.nav-mobile {
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 666;
		width: 100%;
		background: #ffffff;
		box-shadow: 0 10px 15px -5px rgba(0,0,0,.2);
		transition: all .2s;
		transform-origin: right top;
		transform: scale(0) skewY(30deg);
		opacity: 0;
		max-height: calc(100vh - 70px);
		overflow-y: auto;
		overflow-x: hidden;
	}

	.nav-mobile.show {
		transform: scale(1) skewY(0deg);
		opacity:1;
	}

	#navbar .nav-mobile input {
		border: 1px solid #e2e2e2;
		margin: 0 15px 15px;
		padding:15px;
		width: calc(100% - 60px);
		background: #fff url(../img/szukaj.svg) calc(100% - 15px) center no-repeat;
		background-size: auto 60%;
	}

	.nav-mobile ul {
		padding: 0;
		margin: 0 0 15px;
		width: 100%;
	}

	.nav-mobile ul li {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.nav-mobile ul > li > a {
		display: block;
		padding: 10px 15px;
		width: calc(100% - 30px);
		border-top: 1px solid #e2e2e2;
		text-decoration: none;
		color: black;
		font-size: 16px;
		font-family: "Rubik", sans-serif;
		font-weight: 500;
		transition: all .2s;
	}

	.nav-mobile ul > li > a:hover,
	.nav-mobile ul > li > a:focus {
		background: #4A9F3F;
		color: white;
	}

	.nav-mobile ul > li:first-child > a {border-top: 0;}

	footer .col-9,
	footer .col-4,
	footer .col-2,
	#dla .col-4,
	header .col-10,
	header .col-2 {
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}

	header .swiper-container img {max-width: 100%;}

	.swiper-pagination {width: 100%; margin-top: 10px;}

	.swiper-pagination-bullet {
		width: 15px !important;
		height: 15px !important;
	}

	header .col-2 {
		display: flex;
		flex-direction: row;
		align-items: stretch;
		justify-content: space-between;
		margin-top: 5px;
	}

	header .col-2 .btn {
		flex:1;
		margin-bottom: 0;
	}

	#dla .col-4 a {
		margin-bottom: 15px;
	}

	#dla a strong {
		padding: 0 10px;
		text-align: left;
		width: 69%;
		font-size: 19px;
	}

	footer .col-9,
	footer .col-4,
	footer .col-2 {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-bottom: 30px;
		text-align: center;
	}

	footer .col-4 p {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	footer p img {
		max-height: 37px;
		margin-right: 0;
		margin-bottom: 10px;
		margin-top: 15px;
	}

	footer .content-between {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	#navbar.affix {
		top: 0;
	}

	.miniatura {
		float: none;
		margin-left: auto;
		margin-bottom: 60px;
		max-width: 100%;
		margin-right: auto;
		display: block;
		text-align: center;
	}

	.breadcrumbs a {
		margin: 0 5px;
	}

	.breadcrumbs span {margin-left: 5px;}

	.indeks-kategorii img {
		min-height: 100%;
		align-self: center;
		object-fit: cover;
	}

	.indeks-kategorii .card-deck .card {
		overflow: hidden;
		position: relative;
	}

	.indeks-kategorii .card-deck .card {
		flex: 1 0 33%;
		min-height: 300px;
	}

	.show-mobile {
		display: flex !important;
		align-items: center;
		justify-content: center;
		margin-bottom: 30px;
	}

	.show-mobile img {
		height: 24px;
		width: 24px;
		margin-right: 15px;
	}

	.minicard {
		width: calc(100% - 30px);
	}

	footer .footer_bottom .row {
		display: block;
	}

	footer .footer_bottom .col-9 {
		width: 100%;
		max-width: 100%;
		display: block;
		margin-bottom: 0;
	}
	footer .footer_bottom span {
		max-width: 100%;
		width: 100%;
		display: block;
	}

	.madeby {
		margin-top: 30px;
	}

	.subnav {
		position: relative !important;
		top: 0 !important;
	}

	.sub .breadcrumbs {
		margin-bottom: 30px;
	}

	header .swiper-slide .caption {
		position: relative;
		width: calc(100% - 60px);
		min-height: 20vh;
		padding: 30px;
		text-align: center;
		align-items: center;
	}

	header .swiper-slide a {
		align-items: flex-start;
		flex-direction: column-reverse;
	}

	header .swiper-slide a img {
		max-width: 666%;
		width: 100%;
	}

	main {
		width: 100%;
		overflow-x: hidden;
	}

}

@media screen and (max-width: 800px) {
	aside.col-3,
	aside.col-4,
	article.col-8,
	article.col-9,
	.zastrzezenie-karty .col-6,
	.bankomaty .col-4,
	.bankomaty .col-8,
	.kontakt .col-4,
	.kontakt .col-8 {
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.has-aside main>.container>.row {
		flex-direction: column-reverse;
	}

	.subnav li a {padding: 5px 10px;}

	.indeks .card {
		flex-direction: column;
	}

	.indeks .card .card-img {width: 100%;}
	.indeks .card .card-text {
		width: calc(100% - 70px);
	}

	footer .col-3,
	#o-banku .col-4,
	#o-banku .col-7 {
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		margin-bottom: 30px;
	}

	footer .col-3 {
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	main img {
		max-width: 100%;
	}
}

@media screen and (max-width: 768px) {
	ul.cols {
		column-count: 1;
	}
}

@media screen and (max-width: 640px) {
	#news .col-4 {
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	#boksy .col-3 {
		width: calc(99.99% * 6/12 - (30px - 30px * 6/12));
		max-width: calc(99.99% * 6/12 - (30px - 30px * 6/12));
		flex-basis: calc(99.99% * 6/12 - (30px - 30px * 6/12));
		margin-right: 30px;
	}

	#boksy .col-3:nth-child(2n) {
		margin-right: 0;
	}

	.downloads a {
		width: calc(100% - 47px);
		margin-right: 0;
	}

	.indeks-kategorii .card-deck .card {
		flex: 1 0 100%;
		height: 70vh;
		/* min-height: 70vh; */
		margin-bottom: 30px;
	}

	.indeks-kategorii .card-deck .card img {
		height: auto;
		min-height: 10px;
		min-width: auto;
		width: auto;
	}

	form fieldset.col-6 {
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}

	.sub #main .col-6 {
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.home #boksy .col-3 {margin-bottom: 15px; margin-top: 15px;}

	.sub #news .col-4:nth-child(2), .sub #news .col-4:nth-child(3) {
		margin-top: 30px;
		padding-top: 30px;
		border-top: 1px solid #e2e2e2;
	}

	.sub #news .col-4 {margin-bottom: 0;}
}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 435px) {}

@media screen and (max-width: 425px) {}

@media screen and (max-width: 414px) {
	#news .col-12.items-center {
		flex-direction: column;
	}
	#news .col-12 .more {
		margin-top: 15px;
	}
}

@media screen and (max-width: 375px) {
	header .col-2 .btn {
		font-size: 12px;
	}

	#dla a strong {font-size: 15px;}

	.sub main h1, .sub main .h1 {
		font-size: 30px;
		margin: 30px 0 40px;
	}

	#main .btn.big {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		display: flex;
	}

	#main .btn.big img {
		margin-right: 0;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 360px) {
	#dla a strong {font-size: 13px;}
}

@media screen and (max-width: 320px) {
	.logo img {
		height: 30px;
	}

	header .col-2 .btn {
		font-size: 11px;
		letter-spacing: normal;
	}
}


