@media screen and (max-width: 1680px) {
	.h-1680,
	.hide-1680 {
		display: none;
	}
	.navbar-nav li[data-dropdown]:hover::after {
		left: 40%;
	}
}
@media screen and (max-width: 1600px) {
	.h-1600,
	.hide-1600 {
		display: none;
	}
	.navbar-nav li[data-dropdown]:hover::after {
		left: 37%;
	}
}
@media screen and (max-width: 1536px) {
	.h-1536,
	.hide-1536 {
		display: none;
	}
	.container {
		max-width: 94%;
	}
	.container-fluid {
		padding: 0 30px;
	}
	.navbar-nav li[data-dropdown]:hover::after {
		left: 37.5%;
	}
}
@media screen and (max-width: 1440px) {
	.h-1440,
	.hide-1440 {
		display: none;
	}
	.infolinia {
		margin-left: 30px;
	}
	.langs .ml-3.rem {
		margin-left: 15px;
	}
	.navbar-nav > li > a {
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar-nav li[data-dropdown]:hover::after {
		left: 42.7%;
	}
}
@media screen and (max-width: 1366px) {
	.h-1366,
	.hide-1366 {
		display: none;
	}
	.navbar-nav li[data-dropdown]:hover::after {
		left: 39.5%;
	}
}
@media screen and (max-width: 1360px) {
	.h-1360,
	.hide-1360 {
		display: none;
	}
	.navbar-nav li[data-dropdown]:hover::after {
		left: 39.5%;
	}
}
@media screen and (max-width: 1280px) {
	.h-1280,
	.hide-1280 {
		display: none;
	}
	.logo img {
		height: 75px;
	}
	.infolinia span {
		font-size: 1.1rem;
	}
	.slogan h1 {
		font-size: 3.375rem;
	}
	.navbar-nav li[data-dropdown]:hover::after {
		left: 38.5%;
	}
}
@media screen and (max-width: 1199px) {
	.h-1199,
	.hide-1199 {
		display: none;
	}
	.container {
		max-width: 94%;
	}
	#main img:not(.thumbnail) {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}
	.langs {
		flex-direction: column;
		margin: 0 15px;
	}
	.affix .langs img {
		height: 22px;
	}
	.langs .ml-3.rem {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.infolinia {
		margin-left: 0;
	}
	.infolinia img {
		height: 33px;
	}
	.navbar-nav > li > a {
		font-size: 0.8rem;
	}
	.navbar-nav li[data-dropdown]:hover::after {
		left: 32%;
	}
}
@media screen and (max-width: 1023px) {
	.h-1023,
	.hide-1023 {
		display: none;
	}
	.navbar__toggler {
		margin-left: 30px;
		display: block;
		padding: 4px;
		border: 1px solid transparent;
		background: none;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}
	.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: absolute;
		top: 0;
		left: 0;
		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;
	}
	.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: 100%;
		padding: 15px;
		border-radius: 0;
		box-sizing: border-box;
		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: #ff403d;
		color: #fff;
	}

	.dropdown::after, .navbar-nav li[data-dropdown]::after {display: none !important;}

	.navbar-nav .dropdown {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		padding: 0;
		display: block;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: rgba(0, 0, 0, 0.05);
		max-height: 0;
	}

	.navbar-nav .dropdown a {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}

	.navbar-nav .dropdown a img {
		margin-bottom: 0;
		margin-right: 20px;
		height: 24px;
	}

	.navbar-nav .dropdown a.active,
	.navbar-nav .dropdown a:focus,
	.navbar-nav .dropdown a:hover {
		background: #e00400 !important;
		color: #fff;
	}
	.navbar-nav li:hover > .dropdown {
		max-height: 100%;
	}


	.infolinia span {display: none;}
	.infolinia img {margin: 0;}

	.langs {
    	flex-direction: row;
    	margin: 0 30px 0 0;
	}

	.langs .ml-3.rem {
		margin-bottom: 0;
		margin-right: 15px;
	}

	#uslugi a .caption {
		font-size: clamp(1rem, 1.875rem, 2.7vw);
	}
}


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

	#uslugi .col-6,
	#uslugi .col-3,
	#uslugi .col-4,
	#firma .col-4,
	#firma .col-7,
	#info .col-4,
	#main .col-3,
	#main .col-9,
	footer .col-3,
	footer .col-4,
	footer .col-5 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}

	#uslugi {
		padding: 50px 0;
	}

	#uslugi .col-6,
	#uslugi .col-4,
	#uslugi .col-3 {
		margin-bottom: 30px;
	}

	#uslugi a {
		height: 250px;
	}

	#uslugi a img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	#uslugi a .caption::after {
		margin-top: 30px;
	}

	#uslugi a .caption {
		font-size: clamp(1.125rem, 1.875rem, 7vw);
	}

	#firma .col-4 {
		margin-bottom: 30px;
	}

	#firma {
		padding-bottom: 50px;
	}

	#info, #wycena {
		padding: 50px 0;
	}

	#info .col-4 {margin-bottom: 30px; margin-top: 30px;}

	footer {
    	padding: 50px 0 30px;
	}

	footer hr {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	footer .col-3,
	footer .col-4,
	footer .col-5 {
		margin-bottom: 30px;
	}

	footer .container > .row:last-child {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.footer_links {margin: 15px 0;}

}
@media screen and (max-width: 768px) {
	.h-768,
	.hide-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;
	}
}
@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;
	}

	.sub header, .sub header .swiper-slide img {
    	height: 280px;
	}
}
@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;
	}

	#navbar {height: 95px;}

	.sub .h1, .sub h1 {
    	font-size: 3.375rem;
	}

	.thumbnail {
		float: none;
		margin: 0 0 30px 0;
		max-width: 100%;
		transition: all 0.2s;
	}

}
@media screen and (max-width: 480px) {
	.h-480,
	.hide-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-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;
	}

	.slogan h1 {
    	font-size: 2.5rem;
	}

	.slogan h2 {
		font-size: 1.275rem;
		letter-spacing: 2px;
	}

	#wycena h3 {font-size: 2rem;}


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

	.navbar__toggler {margin-left: 15px;}
	.langs {margin-right: 15px;}

	.logo img {
    	height: 60px;
	}

	.footer_links li:not(:first-child) {
    	margin-left: 15px;
	}

}
@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;
	}

	.footer_links {
		display: block;
	}

	.footer_links li {
		margin: 5px 0 !important;
		text-align: center;
	}

	#wycena h3 a img {
		display: none;
	}

	.container-fluid {
		padding: 0 10px;
	}

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