.logo_mobile, .footer_mobile {display: none;}

@media screen and (max-width: 1680px) {
	.hide-1680,
	.h-1680 {
		display: none;
	}
}
@media screen and (max-width: 1600px) {
	.hide-1600,
	.h-1600 {
		display: none;
	}
}
@media screen and (max-width: 1536px) {
	.hide-1536,
	.h-1536 {
		display: none;
	}
}
@media screen and (max-width: 1440px) {
	.hide-1440,
	.h-1440 {
		display: none;
	}
}
@media screen and (max-width: 1366px) {
	.hide-1366,
	.h-1366 {
		display: none;
	}
}
@media screen and (max-width: 1360px) {
	.hide-1360,
	.h-1360 {
		display: none;
	}
}
@media screen and (max-width: 1280px) {
	.hide-1280,
	.h-1280 {
		display: none;
	}
}
@media screen and (max-width: 1199px) {
	.hide-1199,
	.h-1199 {
		display: none;
	}
	.container {
		max-width: 94%;
	}
	#main img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}

	.infolinia span {display: none;}

	#rejestracja-samochodu a {font-size: 1.2rem;}

	#rejestracja-samochodu img[src*='.png'] {right: -30px;}

	#referencje {
		background-position: 90% 30px;
	}

	table.sidla_balicek {width: 100%;}

	header h1 {
		text-shadow: 2px 2px 0 white;
	}

}
@media screen and (max-width: 1023px) {
	.hide-1023,
	.h-1023 {
		display: none;
	}

	body > .container > .row {
		flex-direction: column-reverse;
	}

	aside.col-3,
	main.col-9 {
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	aside .logo {display: none;}

	.logo_mobile {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 30px;
		background-color: #fff;
		transition: all .2s;
	}

	.logo_mobile img {
		height: 80px;
		transition: all .2s;
	}

	#navbar {
		height: 140px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		box-sizing: border-box;
		padding: 0 30px;
		z-index: 999;
		transition: all .2s;
	}

	#navbar.affix {
		height: 70px;
	}

	#navbar.affix .logo_mobile {
		height: 70px;
		padding: 10px;
	}

	#navbar.affix .logo_mobile img {
		height: 50px;
	}

	body {padding-top: 140px;}

	#navbar::after {display: none;}

	.navbar__toggler {
		display: block;
		padding: 4px;
		border: 1px solid transparent;
		background: transparent;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		margin-left: 15px;
	}
	.navbar__toggler span {
		width: 30px;
		height: 3px;
		display: block;
		background: #fff;
		margin: 4px;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}
	.navbar__toggler.show {
		border-color: transparent;
		padding: 0;
	}
	.navbar__toggler.show span:nth-child(2) {
		opacity: 0;
		height: 0;
	}
	.navbar__toggler.show span:first-child {
		-webkit-transform: rotate(-45deg) translateY(4.5px);
		transform: rotate(-45deg) translateY(4.5px);
	}
	.navbar__toggler.show span:last-child {
		-webkit-transform: rotate(45deg) translateY(-4.5px);
		transform: rotate(45deg) translateY(-4.5px);
	}
	.navbar-nav {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		width: 50vw;
		min-width: 270px;
		height: 100vh;
		overflow-y: auto;
		background: rgba(0, 0, 0, 0.9);
		-webkit-box-shadow: 10px 0 15px rgba(0, 0, 0, 0.1);
		box-shadow: 10px 0 15px rgba(0, 0, 0, 0.1);
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		-webkit-transform-origin: left;
		transform-origin: left;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		opacity: 0;
		backdrop-filter: blur(3px);
	}
	.navbar-nav.show {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		opacity: 1;
	}
	.navbar-nav li,
	.navbar-nav a {
		display: block;
		width: 100%;
		margin: 0;
	}
	.navbar-nav li::after,
	.navbar-nav a::after {
		display: none;
	}
	.navbar-nav a {
		width: calc(100% - 30px);
		padding: 15px;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		color: white;
	}
	.navbar-nav a:hover,
	.navbar-nav a:focus,
	.navbar-nav a.active {
		background: #dc1241;
		color: white;
	}
	.navbar-nav .dropdown {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: rgba(0, 0, 0, 0.8);
		max-height: 0;
	}
	.navbar-nav .dropdown a:hover,
	.navbar-nav .dropdown a:focus,
	.navbar-nav .dropdown a.active {
		background: #870b28 !important;
		color: white;
	}
	.navbar-nav li:hover > .dropdown {
		max-height: 100%;
	}


	main footer {
		display: none;
	}

	.footer_mobile {
		display: block;
	}


}
@media screen and (max-width: 800px) {
	.hide-800,
	.h-800 {
		display: none;
	}
	#main .col-3,
	#main .col-9 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
}
@media screen and (max-width: 768px) {
	.hide-768,
	.h-768 {
		display: none;
	}
	#main .col-4,
	#main .col-8 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}

	#rejestracja-samochodu img[src*='.png'] {
		max-width: 40%;
	}

	#rejestracja-samochodu a {margin-bottom: 0;}

}


@media screen and (max-width: 680px) {
	.hide-640,
	.h-640 {
		display: none;
	}
	.five-cols a {
		max-width: calc(100% * 1 / 3 - (30px - 30px * 1 / 3));
		width: calc(100% * 1 / 3 - (30px - 30px * 1 / 3));
		-ms-flex-preferred-size: calc(100% * 1 / 4 - (30px - 30px * 1 / 2));
		flex-basis: calc(100% * 1 / 3 - (30px - 30px * 1 / 3));
		margin-right: 30px;
	}
	.five-cols a:nth-child(5n) {
		margin-right: 30px;
	}
	.five-cols a:nth-child(3n) {
		margin-right: 0;
	}

	header {
		position: relative;
	}

	header h1,
	header ul {
		position: relative;
		z-index: 20;
	}

	header::after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0; left: 0;
		z-index: 1;
		background: linear-gradient(90deg, #eeedf2, transparent);
	}

	.oferta_box {
		width: 100%;
		flex-basis: 100%;
	}

	#rejestracja-samochodu a {
		max-width: 45%;
	}

	#rejestracja-samochodu img[src*='.png'] {
		bottom: -10px;
	}

	#rejestracja-samochodu .row {
		height: 100%;
	}


	#o-firmie .col-6 {
		padding: 0 !important;
		border: 0 !important;
		margin-bottom: 0;
		margin-right: 0;
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
	}

	#referencje .swiper-slide {
		height: auto;
	}

	#referencje .swiper-container em {max-width: 60%;}
	#referencje .swiper-container strong {margin-bottom: 30px; max-width: 60%;}


		div.mapka {
			transform: scale(.8);
			transform-origin: left top;
		}

}


@media screen and (max-width: 680px) {
	.hide-600,
	.h-600 {
		display: none;
	}
	.four-cols a {
		max-width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		-ms-flex-preferred-size: calc(100% * 1 / 4 - (30px - 30px * 1 / 2));
		flex-basis: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		margin-right: 30px;
	}
	.four-cols a:nth-child(2n) {
		margin-right: 0;
	}
	form fieldset.col {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
	.col-5,
	.col-7,
	.col-8 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
	header .swiper-slide img {
		width: 100%;
		height: 55vh;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
	}

	.table-responsive {
		width: 100%;
		overflow-x: auto;
	}



}
@media screen and (max-width: 480px) {
	.hide-480,
	.h-480 {
		display: none;
	}
	.three-cols a {
		max-width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		-ms-flex-preferred-size: calc(100% * 1 / 4 - (30px - 30px * 1 / 2));
		flex-basis: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		margin-right: 30px;
	}
	.three-cols a:nth-child(3n) {
		margin-right: 30px;
	}
	.three-cols a:nth-child(2n) {
		margin-right: 0;
	}
	.five-cols a {
		max-width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		-ms-flex-preferred-size: calc(100% * 1 / 4 - (30px - 30px * 1 / 2));
		flex-basis: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		margin-right: 30px;
	}
	.five-cols a:nth-child(3n) {
		margin-right: 30px;
	}
	.five-cols a:nth-child(2n) {
		margin-right: 0;
	}
	.col-6,
	.col-4 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
	footer .cb {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.madeby {
		margin-top: 15px;
	}

	div.mapka {
		transform: scale(.6);
		transform-origin: left top;
	}
}


@media screen and (max-width: 435px) {
	.hide-435,
	.h-435 {
		display: none;
	}

	div.mapka {
		transform: scale(.5);
		transform-origin: left top;
	}

	#navbar {height: 90px;}

	body {padding-top: 90px;}

	.logo_mobile {padding: 15px;}
	.logo_mobile img {height: 60px;}

	.infolinia {
		margin-right: 10px;
	}

	header h1 {margin-top: 0;}


	#referencje {background: none;}

	#referencje::after {display: none;}

	#referencje .swiper-container em,
	#referencje .swiper-container strong {
		max-width: 100%;
		width: 100%;
	}

	.referencje_zdj {
		position: relative;
		right: auto;
		margin: 15px auto 0;
	}


}


@media screen and (max-width: 425px) {
	.hide-425,
	.h-425 {
		display: none;
	}
}
@media screen and (max-width: 414px) {
	.hide-414,
	.h-414 {
		display: none;
	}
	.container {
		max-width: 90%;
	}
	.grid-6 .col-2,
	.grid-4 .col-3,
	.col-2,
	.col-3 {
		max-width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		-ms-flex-preferred-size: calc(100% * 1 / 4 - (30px - 30px * 1 / 2));
		flex-basis: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		margin-right: 30px;
	}
	.grid-6 .col-2:nth-child(2n),
	.grid-4 .col-3:nth-child(2n) {
		margin-right: 0;
	}
	.col-9,
	.col-10,
	.col-11,
	.col-12 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
}
@media screen and (max-width: 375px) {
	.hide-375,
	.h-375 {
		display: none;
	}
	.downloads a {
		padding: 15px;
		width: calc(100% - 30px);
		margin-bottom: 15px;
	}
	.downloads .text strong {
		line-height: 1.3em;
	}
	.downloads a img {
		max-width: 25px;
		margin-right: 15px;
	}

	#navbar {padding: 0 10px;}

	div.mapka {
		transform: scale(.45);
		transform-origin: left top;
	}
}


@media screen and (max-width: 360px) {
	.hide-360,
	.h-360 {
		display: none;
	}

	.logo_mobile {margin-left: -10px;}

	header {
		height: 355px;
		padding: 10px;
	}

	div.mapka {
		transform: scale(.4);
		transform-origin: left top;
	}
}
@media screen and (max-width: 320px) {
	.hide-320,
	.h-320 {
		display: none;
	}
}
/*# sourceMappingURL=rwd.min.css.map */
