/** @format */

header {
	width: 100%;
	overflow: hidden;
}

.home header .swiper-slide img {
	object-fit: cover;
	object-position: center;
}

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

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


	.navbar-nav > li {
		margin-left: 30px;
	}

	.navbar_top .has_dropdown .dropdown {
		left: auto;
		right:0
	}

	.slogan_wrapper {max-width: 45%;}

	.slogan {
		padding: 30px;
		width: calc(100% - 60px);
	}

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

	#producent .img {
		position: relative;
		border: 0 !important;
		margin: 5px 0;
		display: block;
		width: 100%;
	}
}

@media screen and (max-width: 1023px) {
	.navbar__toggler {
		display: block;
		padding: 4px;
		border: 1px solid #f25e0d;
		background: #fff;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}
	.navbar__toggler span {
		width: 30px;
		height: 3px;
		display: block;
		background: #f25e0d;
		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;
		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;
		z-index: 66666;
	}
	.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: #f25e0d;
		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: #9b3c08 !important;
		color: white;
	}
	.navbar-nav li:hover > .dropdown {
		max-height: 100%;
	}

	.sub .navbar-nav a {
		color: white;
	}

	#oferta,
	#producent {
		padding: 50px 0;
	}

	#producent .row {
		flex-direction: column-reverse;
	}

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

	#oferta .col-4 {
		width: calc(99.99% * 6/12 - (30px - 30px * 6/12));
		max-width: calc(99.99% * 6/12 - (30px - 30px * 6/12));
		-ms-flex-preferred-size: calc(99.99% * 6/12 - (30px - 30px * 6/12));
		flex-basis: calc(99.99% * 6/12 - (30px - 30px * 6/12));
		margin-right: 30px;
	}

	#oferta .col-4:nth-child(3n) {
		margin-right: 30px !important;
	}

	#oferta .col-4:nth-child(2n) {
		margin-right: 0 !important;
	}

	.subPage .col {
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}

	.subPage .row, .subPage.reversed .row {
		flex-direction: column-reverse;
	}

	.subPage .col.thumb img {
		height: 60vh;
		width: 100%;
		object-fit: cover;
		object-position: center;
	}
}
@media screen and (max-width: 800px) {
	main .col-3,
	main .col-9 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}

	.slogan p {
		line-height: 1.5em;
	}

	.slogan p:last-of-type {margin-bottom: 0;}

	.footer_left,
	.footer_right {
		text-align: center;
		width: 100%;
		align-items: center;
		justify-content: center;
	}

	.footer_left {
		flex-direction: column;
		margin-bottom: 15px;
	}

	.footer_left a {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 768px) {
	main .col-4,
	main .col-8 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}

	.slogan_wrapper {
		max-width: 55%;
	}

	.subPage .content {
		padding: 30px;
	}
}
@media screen and (max-width: 640px) {
	.five-cols a {
		max-width: calc(100% * 1 / 3 - (10px - 10px * 1 / 3));
		width: calc(100% * 1 / 3 - (10px - 10px * 1 / 3));
		-ms-flex-preferred-size: calc(100% * 1 / 4 - (10px - 10px * 1 / 2));
		flex-basis: calc(100% * 1 / 3 - (10px - 10px * 1 / 3));
		margin-right: 10px;
	}
	.five-cols a:nth-child(5n) {
		margin-right: 10px;
	}
	.five-cols a:nth-child(3n) {
		margin-right: 0;
	}
}
@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;
	}

	.toptext {display: none;}

	.logo img {
		height: 60px;
	}

	#navbar {height: 135px;}

	body {padding-top: 135px;}

	.navbar_bottom {height: 85px;}
}
@media screen and (max-width: 480px) {
	.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 - (10px - 10px * 1 / 2));
		width: calc(100% * 1 / 2 - (10px - 10px * 1 / 2));
		-ms-flex-preferred-size: calc(100% * 1 / 4 - (10px - 10px * 1 / 2));
		flex-basis: calc(100% * 1 / 2 - (10px - 10px * 1 / 2));
		margin-right: 10px;
	}
	.five-cols a:nth-child(3n) {
		margin-right: 10px;
	}
	.five-cols a:nth-child(2n) {
		margin-right: 0;
	}
	main .col-6, #oferta .col-4 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0 !important;
	}

	#oferta .col-4:nth-child(3n) {margin-right: 0 !important;}

	footer .cb {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.madeby {
		margin-top: 15px;
	}

	.slogan_wrapper {
		max-width: 70%;
	}

	.home section h2 {
		width: 100%;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.home h2::after {
		display: inline-block;
	}
}
@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;
	}

	.slogan_wrapper {
		display: none;
	}

	.logo img {
		height: 50px;
	}

	.home header .swiper-slide img {
		height: 40vh;
	}
}
/*# sourceMappingURL=rwd.min.css.map */
