@media screen and (max-height: 790px) and (min-width: 1024px) {
	#header_top {
		background-position: 98% bottom;
		background-size: 110%;
	}
}
@media screen and (max-height: 630px) and (min-width: 1024px) {
	.slogan {
		max-width: 65%;
	}
}
@media screen and (max-width: 1680px) {
	.h-1680,
	.hide-1680 {
		display: none;
	}
}
@media screen and (max-width: 1600px) {
	.h-1600,
	.hide-1600 {
		display: none;
	}
}
@media screen and (max-width: 1536px) {
	.h-1536,
	.hide-1536 {
		display: none;
	}
}
@media screen and (max-width: 1440px) {
	.h-1440,
	.hide-1440 {
		display: none;
	}
}
@media screen and (max-width: 1366px) {
	.h-1366,
	.hide-1366 {
		display: none;
	}
}
@media screen and (max-width: 1360px) {
	.h-1360,
	.hide-1360 {
		display: none;
	}
}
@media screen and (max-width: 1280px) {
	.h-1280,
	.hide-1280 {
		display: none;
	}
}
@media screen and (max-width: 1199px) {
	.h-1199,
	.hide-1199 {
		display: none;
	}
	.container {
		max-width: 94%;
	}
	#main img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	#footer_top .ic img {
		height: 35px;
	}
	#footer_top .ic a,
	#footer_top .ic span {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 1023px) {
	.h-1023,
	.hide-1023 {
		display: none;
	}
	.navbar__toggler {
		display: block;
		padding: 4px;
		border: 1px solid transparent;
		background: 0 0;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		margin-left: 30px;
	}
	.navbar__toggler span {
		width: 30px;
		height: 2px;
		display: block;
		background: #fff;
		margin: 5px;
		-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: absolute;
		top: 0;
		left: 0;
		width: 50vw;
		min-width: 270px;
		height: 100vh;
		overflow-y: auto;
		background: #01241c;
		-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 a,
	.navbar-nav li {
		display: block;
		width: 100%;
		margin: 0;
	}
	.navbar-nav a::after,
	.navbar-nav li::after {
		display: none;
	}
	.navbar-nav a {
		width: calc(100% - 30px);
		padding: 15px;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		color: #fff;
	}
	.navbar-nav a.active,
	.navbar-nav a:focus,
	.navbar-nav a:hover {
		background: #005b44;
		color: #fff;
	}
	.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.active,
	.navbar-nav .dropdown a:focus,
	.navbar-nav .dropdown a:hover {
		background: #000 !important;
		color: #fff;
	}
	.navbar-nav li:hover > .dropdown {
		max-height: 100%;
	}
	#scroll {
		display: none;
	}
	.slogan {
		text-align: center;
		max-width: 100%;
		width: 100%;
		margin-top: 0;
		margin-bottom: 0;
	}
	#header_top {
		background: 0 0;
	}
	#profesjonalizm {
		padding-top: 50px;
	}
	#profesjonalizm img {
		max-width: 100%;
	}
	.affix .infolinia span {
		font-size: 0.8rem;
		line-height: 1.3;
	}
	.affix .infolinia img {
		display: block;
		margin-right: 15px;
		height: 42px;
	}
	#doswiadczenie {
		padding: 50px 0;
	}
	#doswiadczenie .container {
		height: 90vh;
	}
	#mapa iframe {
		height: 350px;
	}
	.thumbnail {
		width: 100%;
		max-height: 200px;
		margin-bottom: 30px;
		margin-top: 30px;
		display: block;
	}
	.thumbnail img {
		display: block;
		object-fit: cover;
		object-position: center;
		width: 100%;
		height: 100%;
	}
}
@media screen and (max-width: 800px) {
	.h-800,
	.hide-800 {
		display: none;
	}
	#footer_top .col-4,
	#main .col-3,
	#main .col-9 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
	#footer_bottom,
	#footer_top {
		padding: 30px 0;
	}
	#footer_top {
		padding-bottom: 60px;
	}
	#footer_top .col-4 .ic {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		margin-top: 30px;
	}
	#footer_top .col-4 .ic img {
		margin-right: 0;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 768px) {
	.h-768,
	.hide-768 {
		display: none;
	}
	#main .col-4,
	#main .col-8,
	#wyroznia .col-6 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
	.sub #realizacje .col {
		flex-basis: 50%;
	}
}
@media screen and (max-width: 640px) {
	.h-640,
	.hide-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;
	}
	.infolinia span {
		font-size: 0.8rem;
		line-height: 1.3;
	}
	.infolinia img {
		height: 35px;
		margin-right: 15px;
	}
	.slogan {
		box-sizing: border-box;
		padding: 0 5vw;
		margin-top: 20vh !important;
	}
	#profesjonalizm .col-6,
	.col-5,
	.col-7 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
	#profesjonalizm .row.ic .col-6 img {
		max-width: 666%;
		width: 100%;
		height: 50vh;
		object-fit: cover;
		object-position: center;
	}
	.doswiadczenie_box {
		width: 100%;
	}
	.sub #realizacje .row a .caption {
		padding: 10px 15px;
		bottom: 20px;
		font-size: 0.9rem;
	}
}
@media screen and (max-width: 600px) {
	.h-600,
	.hide-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;
	}
}
@media screen and (max-width: 480px) {
	.h-480,
	.hide-480 {
		display: none;
	}
	.navbar__toggler {
		margin-left: 15px;
	}
	.infolinia img {
		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-4,
	.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;
	}
	.logo img {
		height: 43px !important;
	}
	#navbar {
		height: 78px;
	}
	.affix .infolinia img {
		display: none;
	}
	.sub #realizacje .row a .caption {
		font-size: 0.8rem;
	}
	.sub {
		padding-top: 80px;
	}
	.sub h1 {
		margin: 50px 0 30px;
		font-size: 3rem;
	}
}
@media screen and (max-width: 435px) {
	.h-435,
	.hide-435 {
		display: none;
	}
	.slogan h1 {
		font-size: 3rem;
	}
}
@media screen and (max-width: 425px) {
	.h-425,
	.hide-425 {
		display: none;
	}
}
@media screen and (max-width: 414px) {
	.h-414,
	.hide-414 {
		display: none;
	}
	.container {
		max-width: 90%;
	}
	.col-2,
	.col-3,
	.grid-4 .col-3,
	.grid-6 .col-2 {
		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-4 .col-3:nth-child(2n),
	.grid-6 .col-2:nth-child(2n) {
		margin-right: 0;
	}
	.col-10,
	.col-11,
	.col-12,
	.col-9 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
}
@media screen and (max-width: 375px) {
	.h-375,
	.hide-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;
	}
	.infolinia small {
		display: none;
	}
	.sub #realizacje .col {
		flex-basis: 100%;
	}
}
@media screen and (max-width: 360px) {
	.h-360,
	.hide-360 {
		display: none;
	}
}
@media screen and (max-width: 320px) {
	.h-320,
	.hide-320 {
		display: none;
	}
}
