.totop {display: none;}

@media screen and (max-width: 1680px) {
	header .swiper-slide img {
		width: 100%;
		max-width: 50vw;
	}
}

@media screen and (max-width: 1199px) {
	.home header {
		padding-bottom: 0;
	}

	.navbar-nav {
		width: 100%;
	}

	.container {
		max-width: 94%;
	}
	#main img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}

	.o-nas__images {
		height: 90vh;
		max-height: 500px;
	}

	#o-nas .img {
		max-width: 40vw;
	}

	#o-nas .img2 {
		right: 0;
	}

	#oferta strong {
		font-size: 0.98rem;
	}

	#materialy .swiper-slide img {
		max-width: 80vw;
	}
}
@media screen and (max-width: 980px) {
	#main .col-3,
	#main .col-9 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}

	.navbar-nav {
		display: block;
		width: 33%;
		height: 100vh;
		left: auto;
		right: 0;
		overflow-y: auto;
	}

	.navbar-nav li {
		width: 100%;
		margin: 0;
	}

	.navbar-nav a {
		border-top: 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.show-menu,
	.show-menu #navbar {
		margin-top: 0;
	}

	.navbar__toggler {
		margin-left: 50px;
	}

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

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

	#oferta .oferta_img {
		margin: 0 auto;
	}

	.navbar-nav {
		transform: scaleX(0) scaleY(1);
		transform-origin: right;
	}
	.navbar-nav.show {
		transform: scaleX(1) scaleY(1);
	}

	.totop {
		position: fixed;
		bottom: -48px;
		right: 30px;
		background: rgb(33, 33, 33);
		color: white;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		width: 48px;
		height: 48px;
		line-height: 1.2em;
		transition: all .3s;
	}

	.totop.show {
		bottom: 0;
	}

	.totop small {
		font-size: 8.5px;
		letter-spacing: 1px;
	}
}
@media screen and (max-width: 800px) {
	main .col-4,
	main .col-5,
	main .col-6,
	main .col-7,
	main .col-8,
	#main .col-4,
	#main .col-5,
	#main .col-6,
	#main .col-7,
	#main .col-8 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}

	.home {
		background-size: auto 95vh;
	}

	.home header {
		padding: 25vh 0 0;
	}

	header .swiper-slide .cb {
		flex-direction: column;
	}

	#o-nas .img {
		position: relative;
		border: 0;
		max-width: 46vw;
	}

	.o-nas__images {
		display: flex;
		justify-content: space-between;
		height: auto;
	}

	#kontakt .col-4,
	#kontakt h4 {
		text-align: center;
	}

	#kontakt .col-4 {
		margin-right: 0;
		margin-bottom: 30px;
	}

	#kontakt .col-4 p {
		padding-right: 0;
	}
}

@media screen and (max-width: 640px) {
	.five-cols a {
		max-width: 50%;
		width: 50%;
		flex-basis: 50%;
		margin-right: 0;
	}

	.navbar-nav {
		width: 50%;
	}

	main {
		overflow-x: hidden;
	}

	header .swiper-slide img {
		width: 100%;
		max-width: 90vw;
	}
}
@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) {
	#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;
	}

	#navbar .container,
	#navbar .container-fluid {
		justify-content: space-between;
	}

	.navbar-nav {
		left: 0;
		right: 0;
		transform-origin: left;
	}

	header .text {
		text-align: center;
	}

	header h3 {
		font-size: 15vw;
	}
	header p {
		font-size: 5vw;
	}

	#oferta .col-2, #oferta .col-2:nth-child(3n) {
		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-2:nth-child(2n) {margin-right: 0;}
}
@media screen and (max-width: 414px) {
	.container {
		max-width: 90%;
	}

	.navbar-nav {
		width: 65%;
	}

	header .swiper-slide img {
		height: auto;
	}

	#o-nas .img {
		max-width: 43vw;
	}

	#materialy .swiper-slide img {
    	max-width: 70vw;
	}

	#materialy .swiper-pagination {display: none;}

	.home section {
		padding: 50px 0 !important;
	}

	.home #galeria {
		padding-bottom: 0 !important;
	}
}
@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;
	}
}
/*# sourceMappingURL=rwd.min.css.map */
