/** @format */

@media screen and (max-width: 1199px) {
	.container {
		max-width: 94%;
	}
	#main img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}

	.logo img {
		height: 69px;
	}

	.h1,
	h1 {
		font-size: 2.3rem;
	}

	.h2,
	h2 {
		font-size: 1.9rem;
	}

	.home header img {
		max-width: 60vw;
	}

	.sub header img {
		max-width: 100%;
	}

	.footer_right {
		margin: 15px auto 0;
	}
}
@media screen and (max-width: 1023px) {
	.navbar__toggler {
		display: block;
		padding: 0;
		border: 0;
		background: transparent;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}
	.navbar__toggler span {
		width: 30px;
		height: 3px;
		display: block;
		background: #121212;
		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 {
		position: absolute;
		top: 0;
		left: 0;
		width: 50vw;
		min-width: 270px;
		height: 100vh;
		display: block;
		overflow-y: auto;
		background: rgba(2, 110, 244, 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;
	}
	.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: #026ef4;
		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.05);
		max-height: 0;
	}
	.navbar-nav .dropdown a:hover,
	.navbar-nav .dropdown a:focus,
	.navbar-nav .dropdown a.active {
		background: #014599 !important;
		color: white;
	}
	.navbar-nav li:hover > .dropdown {
		max-height: 100%;
	}

	.home header {
		padding-top: 120px;
		height: auto;
	}

	header [data-scroll] span {
		display: none;
	}

	header .row {
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	header .col-5 {
		margin-right: 0;
		margin-bottom: 30px;
		text-align: center;
		width: 100%;
		max-width: 100%;
	}

	header img {
		max-height: 65vh;
		display: block;
		margin: 0 auto;
	}

	header .col-7 {
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		text-align: center;
	}

	header .container {
		position: relative;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	header [data-scroll] {display: none;}

	#zaufaj-kancelarii {
		padding: 30px 0;
	}

	#zaufaj-kancelarii h2 {
		margin-top: 0;
		margin-bottom: 30px;
	}

	#zaufaj-kancelarii .row {
		flex-direction: column;
	}

	.col-3,
	.col-9,
	.col-6 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}

	#zaufaj-kancelarii .col-9::after {display: none;}

	#zaufaj-kancelarii h2 {
		text-align: center;
	}

	#zaufaj-kancelarii .col-9 .row {
		width: calc(100% - 30px);
		padding: 15px;

		background: radial-gradient(circle farthest-corner at top right,rgb(0, 114, 255) 20%,rgb(26, 54, 91) 100%);
	}

	#zakres-uslug {
		padding: 30px 0;
	}

	.footer_left,
	.footer_right {
		text-align: center;
		justify-content: center;
		align-items: center;
		display: flex;
		flex-direction: column;
		width: 100%;
		flex-shrink: 0;
	}

	.footer_right {flex-direction: row;}

	footer .cb {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.madeby {margin-top: 15px;}

	.sub > header img {
		width: 100%;
		height: 250px;
		max-width: 100%;
		max-height: 250px;
		object-fit: cover;
		object-position: center;
	}

	:root {
		font-size: 16px;
	}
}
@media screen and (max-width: 800px) {
	header img {
		max-height: 85vh;
		max-width: 90vw;
		display: block;
		margin: 0 auto;
	}
}
@media screen and (max-width: 768px) {
	.col-4,
	.col-8,
	.col-5 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}

	#zakres-uslug .col-4 {
		text-align: center;
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 640px) {
	.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;
	}

	h1, h1 {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 600px) {
	.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;
	}
	#main .col-5,
	#main .col-7 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
	header .swiper-slide img {
		width: 100%;
		height: 40vh;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
	}
}
@media screen and (max-width: 480px) {
	.container {
		max-width: 90%;
	}
	.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;
	}
	#main .col-6 {
		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;
	}

	.home header {
		width: 100vw;
		overflow: hidden;
	}

	header .col-5 {margin-bottom: 0;}

	.home header img {
		max-height: 100vh;
		max-width: 110vw;
		display: block;
		margin: 0 0 0 -7vw;
	}

	header h1 {
		font-size: 1.5rem;
	}

	#zaufaj-kancelarii .col-9 .row {
		margin: 0 -5%;
    	width: calc(110% - 60px);
    	padding: 30px;
	}

	.sub > header img {
		width: 100%;
		height: 250px;
		max-width: 100%;
		max-height: 250px;
		object-fit: cover;
		object-position: center;
	}
}
@media screen and (max-width: 414px) {
	.container {
		max-width: 90%;
	}
}
@media screen and (max-width: 375px) {
	.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;
	}

	.logo img {
		height: 50px;
	}

	.footer_left span {
		font-size: 16px;
	}

	.sub header img {
		height: 200px;
	}
}
/*# sourceMappingURL=rwd.min.css.map */
