﻿/* Stylizacja formularza kontaktowego w stopce */
#foot #form {
  background: transparent;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  padding: 24px 20px 18px 20px;
  margin-top: 30px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#foot #form h3 {
  font-size: 1.2em;
  margin-bottom: 18px;
  color: #ffffff;
  font-weight: 500;
}
#foot #form label {
  display: block;
  margin-bottom: 6px;
  color: #444;
  font-size: 1em;
}
#foot #form .row01,
#foot #form .row02 {
  margin-bottom: 14px;
}
#foot #form .row01 input {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 7px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1em;
  box-sizing: border-box;
}
#foot #form .row01 label {
  margin-top: 8px;
}
#foot #form .row02 textarea {
  width: 100%;
  min-height: 90px;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1em;
  resize: vertical;
  box-sizing: border-box;
}
#foot #form .row03 {
  text-align: right;
}
#foot #form .btn.send-btn {
  background: #2b7a78;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 28px;
  font-size: 1.1em;
  cursor: pointer;
  transition: background 0.2s;
}
#foot #form .btn.send-btn:hover {
  background: #205e5c;
}
#foot #form .clearfix {
  clear: both;
}
@media (max-width: 800px) {
  #foot #form {
	padding: 14px 5px 10px 5px;
	max-width: 98vw;
	min-width: unset;
	box-shadow: none;
  }
  #foot #form .row01,
  #foot #form .row02 {
	flex-direction: column;
	display: flex;
	width: 100%;
  }
  #foot #form .row01 label,
  #foot #form .row01 input {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	display: block;
  }
  #foot #form .row01 input {
	margin-bottom: 10px;
  }
  #foot #form .row02 textarea {
	min-width: 0;
	width: 100%;
	font-size: 1em;
  }
  #foot #form .btn.send-btn {
	width: 100%;
	padding: 12px 0;
	font-size: 1em;
	margin-top: 10px;
  }
}

@media (max-width: 480px) {
  #foot #form {
	padding: 8px 2px 8px 2px;
	font-size: 0.95em;
  }
  #foot #form h3 {
	font-size: 1em;
	margin-bottom: 10px;
  }
  #foot #form .btn.send-btn {
	font-size: 0.95em;
	padding: 10px 0;
  }
}
@media screen and (max-width: 960px) {
	#logo img {
		max-width: 120px;
		width: 100%;
		padding-top: 15px;
	}
}
@media screen and (max-width: 800px) {
	#logo img {
		max-width: 90px;
		width: 100%;
		padding-top: 30px;
	}
}

@media screen and (max-width: 640px) {
	#logo img {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	#wowslider-container1 {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.bar {
		text-shadow: 1px 1px 1px rgb(0, 0, 0, 0.95);
		font-size: 15px;
		background-color: #000000;
	}
}

@media screen and (max-width: 320px) {
	.bar {
		text-shadow: 1px 1px 1px rgb(0, 0, 0, 0.95);
		font-size: 12px;
		background-color: #000000;
	}
}

@media screen and (max-width: 280px) {
	.bar {
		text-shadow: 1px 1px 1px rgb(0, 0, 0, 0.95);
		font-size: 10px;
		background-color: #000000;
	}
}

* {
	margin: 0;
	padding: 0;
}

html,
body {
	background-position: center top;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	width: 100%;
	background-image: url("../img/bg.webp");
	background-repeat: no-repeat;
	background-color: #000000;
}

#mask {
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
}

#container {
	margin: 0;
}

#logo {
	background-position: left 20px;
	overflow: hidden;
	margin: auto;
	padding: 0;
	min-height: 140px;
	z-index: 999;
	max-width: 1182px;
	background-image: url("../img/logo.webp");
	background-repeat: no-repeat;
}

#logo img {
	vertical-align: middle;
	line-height: 120px;
	padding-top: 30px;
}

#head {
	background-position: center top;
	padding: 40px 0 0 0;
	margin: 0;
	min-height: 140px;
	width: 100%;
	background-repeat: repeat;
	z-index: 998;
}

header {
	padding: 0 20px 0 20px;
	max-width: 1182px;
	margin: 0 auto 0 auto;
	min-height: 140px;
	z-index: 998;
}

#menu {
	box-shadow: 0 0 4px 1px rgb(0, 0, 0, 0.76);
	border-width: 1px;
	border-color: rgb(255, 255, 255, 0.15);
	margin: 0;
	padding: 10px 0 10px 0;
	text-align: right;
	color: #FFFFFF;
	font-size: 10px;
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 22px;
	background-color: rgb(0, 0, 0, 0.5);
	border-bottom-style: solid;
}

#menu ul {
	list-style-type: none;
	height: 20px;
	padding: 0 20px 0 20px;
	margin: 0 auto 0 auto;
	text-align: right;
	max-width: 1190px;
}

#menu li {
	list-style-type: none;
	float: right;
	height: 20px;
	margin: 0 0 0 10px;
	padding: 0;
	text-align: center;
}

#menu li a {
	text-decoration: none;
	color: #808080;
	font-size: 16px;
	display: block;
	height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
}

#menu li:hover {
	color: #000000;
}

#menu li a:hover {
	color: #dc0224;
}

#menu li a.active {
	color: #dc0224;
}

#menu li img {
	vertical-align: middle;
	border: none;
	margin-right: 2px;
}

h1 {
	padding: 14px 20px 14px 20px;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 900;
	text-align: left;
	margin: 0 auto 0 auto;
	max-width: 1182px;
	letter-spacing: 0;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-shadow: 1px 1px 2px rgb(0, 0, 0, 0.6);
	min-height: 22px;
	background-color: rgb(0, 0, 0, 0.5);
	line-height: 1em;
}

.tresc {
	padding: 20px 30px 20px 30px;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	text-align: left;
	line-height: 1.5em;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.tresc a {
	color: #FE9905;
	font-weight: bold;
}

.photos {
	background-size: cover;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	padding: 20px 0 20px 0;
	text-align: center;
	background-color: #E7E8EA;
	background-repeat: no-repeat;
}

.photos img {
	box-shadow: 0 0 5px 0 rgb(0, 0, 0, 0.15);
	margin: 8px;
	border: none;
}

.photos2 {
	margin-right: auto;
	margin-left: auto;
	width: auto;
	padding: 20px 0 20px 0;
	text-align: center;
}

.photos2 img {
	margin: 2px;
	border: none;
	width: 100%;
}

article {
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}

.contain {
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	background: rgb(22, 61, 108, 0.5);
	box-shadow: 0 0 8px 0 rgb(255, 255, 255, 0.1) inset;
	max-width: 1182px;
}

footer {
	margin: 0 auto 0 auto;
	border-style: none;
	padding: 30px 0 30px 0;
	min-height: 90px;
	text-align: left;
	font-size: 16px;
	color: #FFFFFF;
	background-color: rgb(0, 0, 0);
	width: 100%;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	background: linear-gradient(to left, rgb(0, 0, 0, 0) 0, rgb(0, 0, 0, 0.2) 70px, rgb(0, 0, 0, 0.4) 200px, rgb(0, 0, 0, 0.6) 700px, rgb(0, 0, 0, 0.8) 100%) #11498B;
}

#foot {
	padding: 0 30px 0 30px;
	margin: 0 auto 0 auto;
	width: auto;
}

#contact a {
	text-decoration: none;
	color: #C0C0C0;
}

#author {
	padding: 16px 0 16px 0;
	margin: 0;
	width: 100%;
	font-size: 12px;
	line-height: 1.3em;
	text-align: center;
	height: 18px;
	background-color: rgb(30, 30, 30);
	color: #FFFFFF;
	font-family: "Roboto", Arial, sans-serif;
	background: linear-gradient(to left, rgb(0, 0, 0, 0.9) 0%, rgb(0, 0, 0, 0.75) 10%, rgb(0, 0, 0, 0.6) 30%, rgb(0, 0, 0, 0.4) 40%, rgb(0, 0, 0, 0.2) 50%, rgb(0, 0, 0, 0.4) 60%, rgb(0, 0, 0, 0.6) 70%, rgb(0, 0, 0, 0.75) 90%, rgb(0, 0, 0, 0.9) 100%) #11498B;
}

#author a {
	text-decoration: none;
	color: #ccc;
}

#author a:hover {
	color: #FF0000;
}

#author img {
	border-style: none;
}

#contact a:hover {
	text-decoration: underline;
	color: #FF0000;
}

.highlight {
	text-decoration: blink;
	color: #DC1D2E;
}

h2 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: uppercase;
	font-family: "Roboto", Arial, sans-serif;
	background-color: #11498B;
	max-width: 1220px;
	height: 40px;
	line-height: 40px;
	background: linear-gradient(to right, rgb(0, 0, 0, 0) 0, rgb(0, 0, 0, 0.2) 70px, rgb(0, 0, 0, 0.4) 200px, rgb(0, 0, 0, 0.6) 700px, rgb(0, 0, 0, 0.8) 100%) #11498B;
	padding-right: 30px;
	padding-left: 30px;
}

.h2inv {
	background: linear-gradient(to left, rgb(0, 0, 0, 0) 0, rgb(0, 0, 0, 0.2) 70px, rgb(0, 0, 0, 0.4) 200px, rgb(0, 0, 0, 0.6) 700px, rgb(0, 0, 0, 0.8) 100%) #11498B;
}

h4 {
	background-position: center center;
	color: #FFFFFF;
	background-image: url("../img/contact.webp");
	height: 38px;
	background-repeat: no-repeat;
	background-color: rgb(30, 30, 30);
}

h3 {
	padding-top: 0;
	padding-bottom: 0;
	height: 30px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

h6 {
	background-position: center top;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	font-size: 17px;
	z-index: 997;
	height: 32px;
	font-weight: bold;
	opacity: 0.9;
	text-transform: uppercase;
	line-height: 32px;
	width: 100%;
	text-indent: 0;
	background-repeat: no-repeat;
	position: absolute;
	background: linear-gradient(to right, rgb(0, 0, 0, 0) 0%, rgb(0, 0, 0, 0.2) 25%, rgb(0, 0, 0, 0.45) 50%, rgb(0, 0, 0, 0.2) 75%, rgb(0, 0, 0, 0) 100%) transparent;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px rgb(0, 0, 0, 0.65);
}

h6 a {
	background-position: center top;
	text-decoration: none;
	color: #fff;
	height: 32px;
	margin-right: auto;
	margin-left: auto;
	line-height: 32px;
	padding-right: 3px;
	padding-left: 3px;
}

h6 a:hover {
	margin: 0;
	background-position: center top;
	cursor: pointer;
	background-repeat: repeat-x;
	z-index: 20;
	text-decoration: blink;
	color: #F78204;
}

.counter {
	border-style: none;
	vertical-align: -30%;
}

.clear {
	clear: both;
	height: 0;
}

.google-maps {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 360px;
}

.ws_info {
	border-width: 6px;
	border-color: #646464;
	overflow: hidden;
	background-position: left bottom;
	bottom: 0;
	width: 600px;
	height: 32px;
	z-index: 999;
	line-height: 32px;
	color: #666666;
	font-size: 14px;
	text-align: left;
	padding: 0;
	margin: 0 0 25px auto;
	letter-spacing: 1px;
	font-variant: normal;
	text-shadow: 1px 1px 2px rgb(255, 255, 255, 0.6);
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-image: url("../img/rot_dol.webp");
	text-indent: 110px;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	border-bottom-style: solid;
}

.floating_r {
	float: right;
	margin-top: -25px;
	margin-left: 25px;
}

.tresc4 {
	text-align: center;
}

.foto {
	text-align: center;
	margin: auto;
	padding-bottom: 25px;
}

.left {
	text-align: left;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 25px;
}

.foto3 img {
	height: 207px;
}

.foto img {
	padding: 0;
	border-style: none;
	border-radius: 5px;
	border: #2574BD solid 1px;
	margin: 0;
	transition-duration: 0.4s;
}

.foto img:hover {
	transform: scale(1.1);
	transition-duration: 0.4s;
}

.foto1 img {
	height: 153px;
}

.foto5 img {
	height: 161px;
}

.foto6 img {
	height: 188px;
}

.foto2 img {
	height: 148px;
}

.foto4 img {
	height: 232px;
}

#slider {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #2574BD;
	height: 400px;
	background: linear-gradient(to bottom, rgb(0, 0, 0, 0) 0, rgb(0, 0, 0, 0) 70px, rgb(0, 0, 0, 0.0) 140px, rgb(0, 0, 0, 0.0) 240px, rgb(0, 0, 0, 0.2) 100%) #2574BD;
}

.text {
	z-index: 999;
	width: 260px;
	margin-left: 0;
	float: left;
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.15em;
	padding: 20px;
	color: #FFFFFF;
	text-shadow: 1px 1px 2px rgb(0, 0, 0, 0.45);
	text-align: left;
}

#slideshow {
	padding: 0;
	margin: 0;
	float: right;
	width: 600px;
	height: 400px;
}

.prod {
	margin: auto;
	max-width: 1182px;
}

.item {
	width: 394px;
	float: left;
	background-image: url("../img/img_sprite.webp");
	background-repeat: no-repeat;
}

.item a {
	background-position: 20px 20px;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 36px;
	display: block;
	width: 264px;
	height: 240px;
	padding-top: 20px;
	padding-left: 70px;
	padding-right: 60px;
	color: #fff;
	text-decoration: none;
	letter-spacing: -1px;
	background-image: url("../img/arrows2.webp");
	background-repeat: no-repeat;
	transition: background-image 0.35s;
	transition: color 0.35s;
	text-shadow: 0 0 10px rgb(0, 0, 0, 0.96);
}

.item a:hover {
	box-shadow: 0 0 0 10px #FF0000 inset;
	background-image: url("../img/arrows3.webp");
	transition: background-image 0.35s;
	transition: color 0.35s;
	color: rgb(165, 199, 239);
	text-shadow: 1px 1px 2px rgb(0, 0, 0, 0.6);
}

.i1 {
	background-position: 0 0;
	transition: background-position 0.35s;
}

.i1:hover {
	background-position: 0 -260px;
	transition: background-position 0.35s;
}

.i2 {
	background-position: -394px 0;
	transition: background-position 0.35s;
}

.i2:hover {
	background-position: -394px -260px;
	transition: background-position 0.35s;
}

.i3 {
	background-position: -788px 0;
	transition: background-position 0.35s;
}

.i3:hover {
	background-position: -788px -260px;
	transition: background-position 0.35s;
}

.i4 {
	background-position: -1182px 0;
	transition: background-position 0.35s;
}

.i4:hover {
	background-position: -1182px -260px;
	transition: background-position 0.35s;
}

.i5 {
	background-position: -1576px 0;
	transition: background-position 0.35s;
}

.i5:hover {
	background-position: -1576px -260px;
	transition: background-position 0.35s;
}

.i6 {
	background-position: -1970px 0;
	transition: background-position 0.35s;
}

.i6:hover {
	background-position: -1970px -260px;
	transition: background-position 0.35s;
}

.oferta {
	margin: auto;
	max-width: 1182px;
}

.produkt {
	border-width: 1px;
	width: 295px;
	height: 212px;
	float: left;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-bottom: 60px;
	border-bottom-style: solid;
}

.produkt a {
	background-position: 30px 140px;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 19px;
	display: block;
	width: 265px;
	height: 55px;
	padding-top: 217px;
	padding-left: 30px;
	padding-right: 0;
	color: #000000;
	text-decoration: none;
	letter-spacing: -1px;
	background-image: url("../img/arrows3.webp");
	background-repeat: no-repeat;
	transition: background-image 0.35s;
	transition: color 0.15s;
	text-shadow: 1px 1px 2px rgb(150, 150, 150, 0.16);
	line-height: 24px;
}

.produkt a:hover {
	transition: background-image 0.35s;
	transition: color 0.15s;
	color: #fff;
	text-shadow: 1px 1px 2px rgb(0, 0, 0, 0.6);
	background: linear-gradient(to top, rgb(151, 228, 116, 1) 0, rgb(151, 228, 116, 1) 60px, rgb(151, 228, 116, 0.6) 61px, rgb(151, 228, 116, 0.6) 100%) transparent;
}

.p1 {
	background-image: url("../img/MWM01.webp");
}

.p2 {
	background-image: url("../img/MWM02.webp");
	width: 296px;
	background-color: #e5e5e5;
}

.p3 {
	background-image: url("../img/MWM03.webp");
}

.p4 {
	background-image: url("../img/MWM04.webp");
	width: 296px;
	background-color: #e5e5e5;
}

.p5 {
	background-image: url("../img/MWM05.webp");
}

.p6 {
	background-image: url("../img/MWM06.webp");
	width: 296px;
	background-color: #e5e5e5;
}

.p7 {
	background-image: url("../img/MWM07.webp");
}

.large {
	font-size: 16px;
}

.topbar {
	box-shadow: 0 0 2px 1px rgb(255, 255, 255, 0.1);
	margin-right: auto;
	margin-left: auto;
	max-width: 1182px;
	height: 360px;
	background-image: url("../img/bg_top.webp");
	background-repeat: no-repeat;
	background-position: center top;
}

#form {
	max-width: 900px;
	float: right;
	color: #FFFFFF;
	padding-top: 15px;
	text-align: right;
	font-family: Roboto;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 200px;
}

#form .span8 {
	min-width: 561px;
	min-height: 60px;
	border-radius: 3px;
	border: none;
	background-color: rgb(255, 255, 255, 0.5);
}

#form .span8:focus {
	box-shadow: 0 0 3px 1px rgb(0, 0, 0, 0.6);
	background-color: rgb(255, 255, 255, 1);
}

#form .span4 {
	border-radius: 3px;
	box-shadow: 0 0 3px 1px rgb(0, 0, 0, 0.6);
	background-color: rgb(255, 255, 255, 0.5);
	border: none;
	margin-left: 0;
	margin-right: 0;
}

#form .span4:focus {
	box-shadow: 0 0 3px 1px rgb(0, 0, 0, 0.6);
	background-color: rgb(255, 255, 255, 1);
}

#form .row01 label {
	margin-right: 5px;
	margin-left: 15px;
}

#form .row01 input {
	width: 145px;
	font-family: Roboto;
}

#form .row02 {
	margin-top: 5px;
}

#form .row03 {
	margin-top: 5px;
	text-align: center;
	margin-bottom: 5px;
}

textarea {
	font-family: Roboto;
	font-size: 14px;
}

#form .btn {
	padding: 2px 3px 2px 3px;
	border-radius: 3px;
	box-shadow: 0 0 3px 1px rgb(0, 0, 0, 0.6);
	background-color: rgb(255, 255, 255, 0.5);
	border: none;
	color: #FFFFFF;
}

#form .btn:hover {
	padding: 2px 3px 2px 3px;
	border-radius: 3px;
	box-shadow: 0 0 3px 1px rgb(255, 255, 255, 0.6);
	background-color: rgb(0, 0, 0, 0.5);
	border: none;
	color: #fff;
}


.mapa{
	width: 100%;
}
.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 10px;
	color: #ffffff; /* Цвет текста (белый) */
  }
  