/*

RRRRRRRRRRRRRRRRR         WWWWWWWW                           WWWWWWWW     DDDDDDDDDDDDD
R::::::::::::::::R        W::::::W                           W::::::W     D::::::::::::DDD
R::::::RRRRRR:::::R       W::::::W                           W::::::W     D:::::::::::::::DD
RR:::::R     R:::::R      W::::::W                           W::::::W     DDD:::::DDDDD:::::D
 R:::::R     R:::::R       W:::::W           WWWWW           W:::::W        D:::::D    D:::::D
 R:::::R     R:::::R        W:::::W         W:::::W         W:::::W         D:::::D     D:::::D
 R:::::RRRRRR:::::R          W:::::W       W:::::::W       W:::::W          D:::::D     D:::::D
 R:::::::::::::RR             W:::::W     W:::::::::W     W:::::W           D:::::D     D:::::D
 R::::RRRRRR:::::R             W:::::W   W:::::W:::::W   W:::::W            D:::::D     D:::::D
 R:::::R     R:::::R            W:::::W W:::::W W:::::W W:::::W             D:::::D     D:::::D
 R:::::R     R:::::R             W:::::W:::::W   W:::::W:::::W              D:::::D     D:::::D
 R:::::R     R:::::R              W:::::::::W     W:::::::::W               D:::::D    D:::::D
RR:::::R     R:::::R              W:::::::W       W:::::::W              DDD:::::DDDDD:::::D
R::::::R     R:::::R               W:::::W         W:::::W               D:::::::::::::::DD
R::::::R     R:::::R                W:::W           W:::W                D::::::::::::DDD
RRRRRRRR     RRRRRRR                 WWW             WWW                 DDDDDDDDDDDDD

*/

.navbar__toggler {display: none;}


/* height: 1024 & 720px */
@media screen and (max-width: 1280px) {

}



/* height: 768px, 600px */
@media screen and (max-width: 1199px) {
	.container {
		max-width: 90%;
	}

	header h1 {font-size: 40px;}

	.home header {height: auto;}

	header .on_top {height: 530px;}
}

@media screen and (max-width: 1023px) {
	.navbar__toggler {
		display: block;
		padding: 4px;
		background: #ffffff;
		border: 0;
	}

	.navbar__toggler span {
		display: block;
		margin: 4px 3px;
		width: 30px;
		height: 3px;
		background: #000;
	}

	.navbar-nav {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: rgba(0,0,0,.9);
		transform-origin: top;
		transition: all .2s;
		transform: scaleY(0);
		opacity: 0;
	}

	.navbar-nav.show {
		transform: scaleY(1);
		opacity: 1;
	}

	.navbar-nav li {
		display: block;
		width: 100%;
		margin: 0;
	}

	.navbar-nav a {
		display: block;
		padding: 10px 15px;
		width: calc(100% - 30px);
		border-top: 1px solid rgba(255,255,255,.2);
	}

	.navbar-nav .active > a, .navbar-nav a.active, .navbar-nav a:hover, .navbar-nav a:focus {
		background: #F6A02C;
		color: black
	}

	.navbar-nav .active > a::after, .navbar-nav a.active::after, .navbar-nav a:hover::after, .navbar-nav a:focus::after {
		display: none;
	}

	header .scroll {display: none;}

	header .on_top {
		height: 481px;
		background-position: 0 160%;
	}

	header h1 {
		font-size: 30px;
		margin-top: 20vh;
	}

	h2, .h2 {
		font-size: 33px;
	}

	#o-firmie {
		padding: 20px 0 50px;
	}

	#liczby {
		height: 300px;
	}

	#kontakt .col-3 {
		width: calc(99.99% * 4/12 - (30px - 30px * 4/12));
		max-width: calc(99.99% * 4/12 - (30px - 30px * 4/12));
		flex-basis: calc(99.99% * 4/12 - (30px - 30px * 4/12));
	}

	#kontakt .container > .row > .col-7 {
		width: calc(99.99% * 8/12 - (30px - 30px * 8/12));
		max-width: calc(99.99% * 8/12 - (30px - 30px * 8/12));
		flex-basis: calc(99.99% * 8/12 - (30px - 30px * 8/12));
	}
}

@media screen and (max-width: 800px) {
	header .on_top {
		height: 393px;
		background-position: 0 160%;
	}

	header .swiper-slide img {height: 393px;}

	header h1 {
		font-size: 30px;
		margin-top: 20vh;
	}

	.col-4,
	.col-5,
	#oferta .col-6.text,
	#oferta .col-6,
	.col-7 {
		margin-right: 0;
		max-width: 100%;
		width: 100%;
		flex-basis: 100%;
	}

	#o-firmie .row {
		flex-direction: column-reverse
	}

	#oferta .col-6.text {
		padding: 30px;
		max-width: calc(100% - 60px);
		width: calc(100% - 60px);
		flex-basis: calc(100% - 60px);
	}

	#oferta .row {
		flex-direction: column-reverse
	}

	#oferta .row * {flex-shrink: 0}

	#liczby {
		height: auto;
		padding: 50px 0 80px;
	}

	.counter {margin-top: 30px;}

	.five-cols a {
		max-width: calc(100% * 1/2);
		width: calc(100% * 1/2);
		flex-basis: calc(100% * 1/2);
	}

	#kontakt .col-3,
	#kontakt .col-4,
	#kontakt .col-5,
	#kontakt .col-7,
	#kontakt .container > .row > .col-7,
	#kontakt .col-8 {
		width: 100%;
		max-width: 100%;
		flex-basis: 100%
	}

}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {
	header h1 {display: none;}
}

@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) {}

@media screen and (max-width: 375px) {
	#navbar {height: 90px;}

	header .on_top {
		height: 350px;
		background-position: bottom;
	}

	header .swiper-slide img {height: 350px;}

	form .content-between {
		flex-direction: column;
	}

	footer .row:last-of-type {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.madeby {margin-top: 15px;}
}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 320px) {}


