/*style ogólne*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
		"Lucida Sans", Arial, sans-serif;
}
body {
	height: relative;
}
#headerPodStrony {
	height: 7vw;
	background-color: #000234;
}
#framelogoPodStrony {
	height: 6vw;
	z-index: 2;
	position: absolute;
	display: flex;
}
#logoPodStrony1 {
	width: 6vw;
	margin: 0.5vw 0vw 0vw 1.5vw;
}
#logoPodStrony2 {
	width: 8vw;
	margin: 1.2vw 0vw;
}
#menuPodStr {
	position: absolute;
	z-index: 2;
	right: 3vw;
	margin-top: 3vw;
	font-size: 1vw;
	color: white;
}
#opt {
	z-index: 2;
	width: 100vw;
	height: 7vw;
	display: none;
	position: fixed;
	background-color: rgba(5, 5, 46, 0.9);
}
#optwyg {
	z-index: 2;
	line-height: 5vw;
	margin-top: 1vw;
	display: flex;
	margin-left: 13vw;
	height: 5vw;
}
#wyb {
	margin: 6vw;
	font-size: 0.85vw;
}
a {
	text-decoration: none;
	color: white;
}
#wyb:hover {
	transition: color 0.15s;
}
#qut {
	position: fixed;
	right: 3vw;
	margin-top: 3vw;
	height: 25px;
}
#fbicon {
	margin-top: 1.75vw;
	margin-left: 5vw;
	height: 25px;
}
#igicon {
	margin-top: 1.65vw;
	margin-left: 2.5vw;
	height: 32px;
}
footer {
	background-color: #000234;
	height: 2.75vw;
	align-items: center;
	padding: 0.2vw;
	font-size: 0.7vw;
	display: flex;
	color: white;
}
footer img {
	height: 2vw;
	margin-left: 0.5vw;
	margin-top: 0.1vw;
}
#footerCenter {
	margin-left: 43vw;
}
/*style optyk*/

#logoOptyk1 {
	height: 12vw;
	margin: 1vw 1.5vw;
	z-index: 2;
	position: absolute;
}
#logoOptyk2 {
	height: 8vw;
	top: 12vw;
	z-index: 2;
	position: absolute;
}
#menu {
	position: absolute;
	z-index: 2;
	right: 3vw;
	margin-top: 3vw;
	font-size: 1vw;
	color: black;
}

#imglook {
	position: fixed;
	width: 100%;
}
#slidder-frame {
	z-index: 1;
	overflow: hidden;
	height: 100vw;
	width: 100vw;
	margin-left: 0;
	margin-top: 0;
}
@-webkit-keyframes slide_animation {
	0% {
		left: 0vw;
	}
	5% {
		left: 0vw;
	}
	10% {
		left: 0vw;
	}
	15% {
		left: 100vw;
	}
	20% {
		left: 100vw;
	}
	25% {
		left: 200vw;
	}
	30% {
		left: 200vw;
	}
	35% {
		left: 300vw;
	}
	40% {
		left: 300vw;
	}
	45% {
		left: 400vw;
	}
	50% {
		left: 400vw;
	}
	55% {
		left: 400vw;
	}
	60% {
		left: 300vw;
	}
	65% {
		left: 300vw;
	}
	70% {
		left: 200vw;
	}
	75% {
		left: 200vw;
	}
	80% {
		left: 100vw;
	}
	85% {
		left: 100vw;
	}
	90% {
		left: 0vw;
	}
	95% {
		left: 0vw;
	}
	100% {
		left: 0vw;
	}
}
#slide-images {
	width: 500vw;
	height: 100vw;
	margin: 0 0 0 -400vw;
	position: fixed;
	-webkit-animation-name: slide_animation;
	-webkit-animation-duration: 40s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
}
#img-container {
	height: 100vw;
	width: 100vw;
	position: relative;
	float: left;
}

/*stylle o mnie*/

#frameOMnie {
	background-color: #f3f3f3;
	height: 44vw;
	display: flex;
}
#imgMeFrame {
	position: relative;
	top: 2vw;
	left: 4vw;
	width: 30vw;
	height: 40vw;
	box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 5);
}
#imgme {
	width: 100%;
	height: 100%;
}
#imgSalonFrame {
	position: relative;
	top: 2vw;
	left: 6vw;
	width: 32vw;
	height: 40vw;
	box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 5);
}
#imgSalon {
	width: 100%;
	height: 100%;
}
#mainOpis {
	display: flex;
}
#frameOpis1 {
	position: relative;
	border-bottom: 1px solid gray;
	top: 1vw;
	left: 5vw;
	right: 2vw;
	width: 28vw;
	height: 21vw;
}
#frameOpis2 {
	position: relative;
	top: -19vw;
	left: 5vw;
	right: 2vw;
	width: 28vw;
	height: 21vw;
}

#txtOpis {
	padding: 0 3vw 3vw 3vw;
	font-size: 0.75vw;
}
#txtNagl {
	padding: 3vw 3vw 1vw 3vw;
	font-size: 1.5vw;
}

/*style badanie*/
#frameBadanie {
	background-color: #f3f3f3;
	height: 44vw;
	display: flex;
}
#badanieTxt {
	width: 90vw;
	display: flex;
}
#impTxt {
	margin: 12vw 5vw 0 0;
	width: 40vw;
	height: 20vw;
}
#wadyTxt {
	display: flex;
}
#podTyt,
#tyt {
	font-size: 2vw;
	margin-top: 1vw;
	margin-bottom: 1vw;
}
#pFontSize {
	font-size: 0.8vw;
}
#badanieTxt h4 {
	margin-top: 3vw;
	border-bottom: 1px solid gray;
	padding-bottom: 0.8vw;
	text-align: center;
	font-size: 0.9vw;
}
#txtBorder {
	border-bottom: 1px solid gray;
	padding-bottom: 0.8vw;
	width: 17vw;
	height: 17vw;
	margin: 2vw;
}
#boki {
	width: 8vw;
	visibility: hidden;
}

/*style kontakt*/

#mainKontakt {
	background-color: #f3f3f3;
	height: relative;
	display: flex;
	height: 44vw;
}
#map {
	margin: 2vw;
	width: 100%;
	border: none;
	box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 5);
}
#cont {
	width: 40vw;
	margin: 6vw 2vw;
	padding-bottom: 2vw;
}
#infoTxt {
	margin: 2vw 2vw 0vw 2vw;
	padding: 1vw;
	width: 30vw;
	height: 9vw;
	border-bottom: 1px solid black;
}
#dane {
	margin: 2vw 2vw 0 2vw;
	padding: 1vw;
	width: 30vw;
	height: 15vw;
	border-bottom: 1px solid black;
	font-size: 0.8vw;
}
#infoTxt b {
	font-size: 0.9vw;
}
#infoTxt p {
	font-size: 0.8vw;
	margin-top: 1vw;
}

/*style Oferta*/
#frameOferta {
	background-color: #f3f3f3;
	height: 44vw;
	display: flex;
}

#frameMarka {
	background-color: rgba(0, 2, 52, 0.9);
	box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 5);
	width: 14vw;
	height: 38.5vw;
	margin: 2.5vw 0 0 5vw;
	border-radius: 1.5vw;
}
#frameMarkaImg {
	margin: 2vw 1vw;
}
#frameMarkaImg img {
	width: 12vw;
	height: 10vw;
	border-radius: 1.5vw;
}
#frameMarkaTxt {
	width: 12vw;
	height: 10vw;
	border-radius: 1.5vw;
	margin: 1vw;
	padding: 2vw 2vw 2vw 2vw;
	text-align: center;
	color: white;
}
#frameMarkaTxt p {
	font-size: 1.5vw;
	margin-bottom: 0.5vw;
}
#frameMarkaTxt a {
	font-size: 0.8vw;
}
#frameMarkaTxt a:hover {
	color: #0059ff;
}
