@charset "utf-8";
/* CSS Document */

/* Wczytanie fontów */

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* HTML */

html {
	scroll-behavior: smooth;
  }

/* Body */

body {
	margin: auto!important;
	font-family: 'Raleway', sans-serif!important;
	font-size: 15px!important;
	line-height: normal!important;
}

/* Kontener */

.Kontener {
	margin-left: 200px;
	margin-right: 200px;
}

/* Cookies */

.wrapper {
	z-index: 999;
  position: fixed;
  bottom: 30px;
  right: 30px;
  max-width: 365px;
  background: #fff;
  padding: 25px 25px 30px 25px;
  border-radius: 15px;
  box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.15);
  text-align: center;
}
.wrapper.hide{
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
  transition: all 0.3s ease;
}
::selection{
  color: #fff;
  background: #29587B;
}
.wrapper img{
  max-width: 90px;
}
.wrapper .content header{
  font-size: 2em;
  font-weight: 900;
	color: #29587B;
}
.wrapper .content{
  margin-top: 10px;
}
.wrapper .content p{
	font-size: 1em;
	font-weight: 300;
  color: #000;
  margin: 20px 0 20px 0;
}
.wrapper .content .buttons{
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper .buttons button{
  padding: 10px 20px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 1em;
  font-weight: 900;
  border-radius: 5px;
  background: #29587B;
  cursor: pointer;
  transition: all 0.3s ease;
}
.wrapper .buttons button:hover{
  transform: scale(0.97);
}
.wrapper .buttons .item{
  margin: 0 10px;
}
.wrapper .buttons a{
	font-size: 1em;
	font-weight: 900;
  color: #29587B;
}


/* ------------------ Strona Główna --------------------- */

/* Menu */

#Menu {
	z-index: 2;
	background-color: #fff;
	margin-left: 100px!important;
	margin-right: 100px!important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 200px;
}

#Menu .Logo img {
	height: 100px;
	width: 100%;
}

#Menu .Nawigacja ul {
	display: flex;
	align-items: center;
	list-style-type: none;
	gap: 40px;
	height: 50px;
}

#Menu .Nawigacja ul hr {
	border: 1px solid #29587B;
	height: 35px;
}

#Menu .Nawigacja ul li a {
	position: relative;
	display: block;
	padding: 4px 0;
	font-weight: 500;
	font-size: 1.5em;
	color: #000;
	text-decoration: none;
	transition: 0.5s;
}

#Menu .Nawigacja ul li a::after {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #29587B;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.5s;
}

#Menu .Nawigacja ul li a:hover {
	color: #29587B;
}

#Menu .Nawigacja ul li a:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}

/* Header */

#Header {
	position: relative;
	width: 100%;
	height: 100vh;
}

#Header video {
	z-index: 0;
	width: 100%;
}

#Header .Text {
	z-index: 99;
	position: absolute;
	width: 40%;
	top: 50px;
	right: 100px;
}

#Header .Text p {
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 2em;
	margin-bottom: 50px;
}

#Header .Text button {
	border: none;
	border-radius: 25px;
	padding: 25px 100px;
	color: #fff;
	font-size: 1.5em;
	font-weight: 700;
	display: block;
	text-align: center;
	margin: auto;
	background-color: #29587B;
	cursor: pointer;
	transition: all 0.3s ease;
}

#Header .Text button a{
	color: #fff;
	text-decoration: none;
}

#Header .Text button:hover{
	transform: scale(0.97);
}

#Cele {
	width: 100%;
	background-image: url("../static/img/Background.svg");
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 200px;
	padding-top: 100px;
}

#Cele .Headline {
	padding-top: 100px;
	padding-bottom: 100px;
}

#Cele .Headline h1 {
	color: #29587B;
	text-align: center;
	font-size: 3em;
	font-weight: 700;
}

#Cele .Headline hr {
	border: none;
	border-top: 2px solid #29587B;
}

#Cele .Text {
	padding: 0px 200px;
}



#Cele .Text ol {
	counter-reset: li;
	list-style: none;
}

#Cele .Text ol li::before {
	content: counter(li);
	color: #29587B;
	display: inline-block;
	width: 2em;
	margin-left: -2em;
	font-weight: 700;
}

#Cele .Text ol li{
	padding: 10px 0px;
	counter-increment: li;
	font-weight: 400;
	color: #000;
	font-size: 1.5em;
}

#Projekty {
	width: 100%;
	padding-bottom: 200px;
	background-color: #29587B;
}

#Projekty .Headline {
	padding-top: 100px;
	padding-bottom: 100px;
}

#Projekty .Headline h1 {
	color: #fff;
	text-align: center;
	font-size: 3em;
	font-weight: 700;
}

#Projekty .Headline hr {
	border: none;
	border-top: 2px solid #fff;
}

#Projekty .Instytut {
	width: 100%;
	margin-bottom: 200px;
}

#Projekty .Instytut .First {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#Projekty .Instytut .First h2 {
	width: 50%;
	color: #fff;
	text-align: center;
	font-size: 2em;
	font-weight: 500;
}

#Projekty .Instytut .Second {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	border-radius: 20px;
	margin-top: 25px;
	background-color: #fff;
		
}

#Projekty .Instytut .Second p {
	padding: 25px 25px;
	text-align: right;
	width: 50%;
	color: #29587B;
	font-size: 1.2em;
}

#Projekty .Menopauza {
	width: 100%;
}

#Projekty .Menopauza .First {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#Projekty .Menopauza .First h2 {
	width: 50%;
	color: #fff;
	text-align: center;
	font-size: 2em;
	font-weight: 500;
}

#Projekty .Menopauza .Second {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	border-radius: 20px;
	margin-top: 25px;
	background-color: #fff;
		
}

#Projekty .Menopauza .Second p {
	padding: 25px 25px;
	text-align: left;
	width: 50%;
	color: #29587B;
	font-size: 1.2em;
}


#Wsparcie {
	position: relative;
	width: 100%;
	padding-bottom: 200px;
	height: 70vh;
	background-image: url("../static/img/Wsparcie_Zdjecie.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

#Wsparcie .Headline {
	padding-top: 100px;
	padding-bottom: 100px;
}

#Wsparcie .Headline h1 {
	color: #fff;
	text-align: center;
	font-size: 3em;
	font-weight: 700;
}

#Wsparcie .Headline hr {
	border: none;
	border-top: 2px solid #fff;
	margin-bottom: 15vw;
}

#Wsparcie h2 {
	padding-bottom: 25px;
	color: #fff;
	text-align: center;
	font-size: 2em;
	font-weight: 500;
}

#Formalnie {
	width: 100%;
	padding-bottom: 200px;
}

#Formalnie .Headline {
	padding-top: 100px;
	padding-bottom: 100px;
}

#Formalnie .Headline h1 {
	color: #29587B;
	text-align: center;
	font-size: 3em;
	font-weight: 700;
}

#Formalnie .Headline hr {
	border: none;
	border-top: 2px solid #29587B;
}

#Formalnie h2 {
	padding-bottom: 25px;
	color: #29587B;
	text-align: center;
	font-size: 1.5em;
	font-weight: 500;
}

#Formalnie p{
	padding: 20px 0px;
	text-align: center;
	color: #000;
	font-size: 1.2em;
}

#Formalnie h3 {
	color: #29587B;
	text-align: center;
	font-size: 1.2em;
	font-weight: 500;
}

#Formalnie .Buttons {
	display: flex;
	justify-content: center;
	margin-top: 100px;
	gap: 50px;
}

#Formalnie .Buttons button {
	border: none;
	border-radius: 25px;
	padding: 20px 0;
	width: 300px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	display: block;
	text-align: center;
	background-color: #29587B;
	cursor: pointer;
	transition: all 0.3s ease;
}

#Formalnie .Buttons button:hover{
	transform: scale(0.97);
}

#Formalnie .Buttons button a {
	text-decoration: none;
	color: #fff;
}

#Kontakt {
	width: 100%;
	padding-bottom: 200px;
}

#Kontakt .Headline {
	padding-top: 100px;
	padding-bottom: 100px;
}

#Kontakt .Headline h1 {
	color: #29587B;
	text-align: center;
	font-size: 3em;
	font-weight: 700;
}

#Kontakt .Headline hr {
	border: none;
	border-top: 2px solid #29587B;
}

#Kontakt .Column {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 100px;
}

#Kontakt .Column .Left {
	width: 50%;
}

#Kontakt .Column .Left h2 {
	padding-bottom: 25px;
	color: #000;
	text-align: center;
	font-size: 2em;
	font-weight: 500;
}

#Kontakt .Column .Left h3 {
	padding-bottom: 50px;
	color: #29587B;
	text-align: center;
	font-size: 1.5em;
	font-weight: 500;
}

#Kontakt .Column .Left a{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
	padding: 20px 0px;
	color: #000;
	text-align: center;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: 700;
}

#Kontakt .Column .Right {
	width: 50%;
}


#Kontakt .Column .Right h2 {
	padding-bottom: 50px;
	color: #000;
	text-align: center;
	font-size: 2em;
	font-weight: 500;
}

#Kontakt .Column .Right h3 {
	color: #000;
	text-align: center;
	font-size: 1.7em;
	font-weight: 600;
}

#Kontakt .Column .Right p{
	padding: 25px 0px;
	text-align: center;
	color: #000;
	font-size: 1.2em;
	font-weight: 500;
}

footer {
	width: 100%;
	padding-bottom: 200px;
	background-color: #29587B;
}

footer img {
	display: block;
	margin: auto;
	padding-top: 100px;
	padding-bottom: 100px;
}


footer hr {
	border: none;
	border-top: 2px solid #fff;
	padding-bottom: 100px;
}

footer .Column {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 100px;
	padding-bottom: 100px;
}

footer .Column .Left {
	width: 50%;
}

footer .Column .Left p {
	color: #fff;
	font-size: 1.2em;
	font-weight: 300;
}

footer .Column .Left a {
	color: #fff;
	font-size: 1.2em;
	font-weight: 300;
}

footer .Column .Right {
	width: 50%;
}


footer .Column .Right a {
	color: #fff;
	font-size: 1.2em;
	font-weight: 300;
	padding: 0px 50px;
}

#Polityka {
	width: 100%;
	padding-bottom: 200px;
}

#Polityka .Headline {
	padding-top: 100px;
	padding-bottom: 100px;
}

#Polityka .Headline h1 {
	color: #29587B;
	text-align: center;
	font-size: 3em;
	font-weight: 700;
}

#Polityka .Headline hr {
	border: none;
	border-top: 2px solid #29587B;
}

#Polityka h2 {
	padding-bottom: 25px;
	color: #29587B;
	text-align: left;
	font-size: 1.5em;
	font-weight: 500;
}

#Polityka p{
	padding: 20px 0px;
	text-align: left;
	color: #000;
	font-size: 1.2em;
}

#Polityka ul li {
	list-style-type: square;
	list-style-position: inside;
	text-align: left;
	color: #000;
	font-size: 1.2em;
}



@media only screen and (max-width: 1400px) {
	
	/* Kontener */

	.Kontener {
		margin-left: 100px!important;
		margin-right: 100px!important;
	}

	/* Menu */
	

	#Menu {
		margin-left: 0px!important;
		margin-right: 0px!important;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
		height: 200px;
	}

	#Menu .Logo img {
		height: 80px;
	}

	#Menu .Nawigacja ul {
		gap: 30px;
		height: 40px;
	}

	#Menu .Nawigacja ul hr {
		border: 1px solid #29587B;
		height: 30px;
	}

	#Menu .Nawigacja ul li a {
		padding: 2px 0;
		font-size: 1.2em;
	}
	
	/* Header */

	#Header {
		position: relative;
		width: 100%;
		height: 700px;
	}

	#Header video {
		z-index: 0;
		width: 100%;
	}

	#Header .Text {
		z-index: 99;
		position: absolute;
		width: 60%;
		top: 50%;
		left: 50%;
		right: 50%;
		transform: translate(-50%, -50%);
	}

	#Header .Text p {
		font-size: 1.5em;
		margin-bottom: 25px;
	}

	#Header .Text button {
		padding: 15px 50px;
		font-size: 1.2em;
	}

	#Cele {
		background-position: bottom;
		padding-bottom: 100px;
		padding-top: 50px;
	}

	#Cele .Headline {
		padding-top: 100px;
		padding-bottom: 50px;
	}

	#Cele .Headline h1 {
		font-size: 2.5em;
	}

	#Cele .Headline hr {
		border: none;
		border-top: 2px solid #29587B;
	}

	#Cele .Text {
		padding: 0px 100px;
	}

	#Cele .Text ol li::before {
		content: counter(li);
		color: #29587B;
		display: inline-block;
		width: 1.5em;
		margin-left: -1.5em;
		font-weight: 700;
	}

	#Cele .Text ol li{
		padding: 5px 0px;
		counter-increment: li;
		font-weight: 400;
		color: #000;
		font-size: 1.2em;
	}
	
	#Projekty {
		padding-bottom: 100px;
	}

	#Projekty .Headline {
		padding-top: 100px;
		padding-bottom: 50px;
	}

	#Projekty .Headline h1 {
		font-size: 2.5em;
	}
	
	#Projekty .Instytut {
		width: 100%;
		margin-bottom: 100px;
	}

	#Projekty .Instytut .First {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}

	#Projekty .Instytut .First h2 {
		width: 100%;
		font-size: 2em;
		margin-bottom: 25px;
	}

	#Projekty .Instytut .Second {
		justify-content: center;
		width: 100%;
		border-radius: 20px;
		margin-top: 25px;

	}

	#Projekty .Instytut .Second p {
		padding: 20px;
		text-align: center;
		width: 100%;
		font-size: 1.2em;
	}


	#Projekty .Menopauza .First {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column-reverse;
	}

	#Projekty .Menopauza .First h2 {
		width: 100%;
		font-size: 2em;
		margin-bottom: 25px;
	}

	#Projekty .Menopauza .Second {
		justify-content: center;
		width: 100%;
		border-radius: 20px;
		margin-top: 25px;

	}

	#Projekty .Menopauza .Second p {
		padding: 20px;
		text-align: center;
		width: 100%;
		font-size: 1.2em;
	}
	
	#Wsparcie {
		padding-bottom: 100px;
		height: 500px;
	}

	#Wsparcie .Headline {
		padding-top: 100px;
		padding-bottom: 50px;
	}

	#Wsparcie .Headline h1 {
		color: #fff;
		text-align: center;
		font-size: 2.5em;
		font-weight: 700;
	}

	#Wsparcie .Headline hr {
		border: none;
		border-top: 2px solid #fff;
		margin-bottom: 10%;
	}

	#Wsparcie h2 {
		padding-bottom: 15px;
		font-size: 1.5em;
		font-weight: 500;
	}
	
	#Formalnie {
		padding-bottom: 50px;
	}

	#Formalnie .Headline {
		padding-top: 100px;
		padding-bottom: 50px;
	}

	#Formalnie .Headline h1 {
		font-size: 2.5em;
	}

	#Formalnie h2 {
		padding-bottom: 15px;
		font-size: 1.2em;
	}

	#Formalnie p{
		padding: 10px 0px;
		font-size: 1em;
	}

	#Formalnie h3 {
		font-size: 1em;
	}

	#Formalnie .Buttons {
		display: flex;
		justify-content: center;
		margin-top: 50px;
		gap: 25px;
	}

	#Formalnie .Buttons button {
		border: none;
		border-radius: 25px;
		padding: 15px 0;
		width: 250px;
		color: #fff;
		font-size: 1em;
		font-weight: 700;
	}

	#Formalnie .Buttons button:hover{
		transform: scale(0.97);
	}

	#Kontakt {
		width: 100%;
		padding-bottom: 100px;
	}

	#Kontakt .Headline {
		padding-top: 100px;
		padding-bottom: 50px;
	}

	#Kontakt .Headline h1 {
		font-size: 2.5em;
	}

	#Kontakt .Column {
		width: 100%;
		display: flex;
		justify-content: space-between;
		gap: 50px;
	}

	#Kontakt .Column .Left {
		width: 50%;
	}

	#Kontakt .Column .Left h2 {
		padding-bottom: 15px;
		font-size: 1.5em;
		font-weight: 500;
	}

	#Kontakt .Column .Left h3 {
		padding-bottom: 25px;
		font-size: 1.2em;
		font-weight: 500;
	}

	#Kontakt .Column .Left a{
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 25px;
		padding: 10px 0px;
		color: #000;
		text-align: center;
		text-decoration: none;
		font-size: 1em;
		font-weight: 700;
	}
	
	#Kontakt .Column .Left a img{
		width: 40px;
	}

	#Kontakt .Column .Right {
		width: 50%;
	}


	#Kontakt .Column .Right h2 {
		padding-bottom: 25px;
		font-size: 1.5em;
	}

	#Kontakt .Column .Right h3 {
		color: #000;
		text-align: center;
		font-size: 1.5em;
		font-weight: 600;
	}

	#Kontakt .Column .Right p{
		padding: 15px 0px;
		font-size: 1em;
		font-weight: 500;
	}
	
	footer {
		width: 100%;
		padding-bottom: 100px;
		background-color: #29587B;
	}

	footer img {
		display: block;
		margin: auto;
		width: 25%;;
		padding-top: 50px;
		padding-bottom: 50px;
	}


	footer hr {
		border: none;
		border-top: 2px solid #fff;
		padding-bottom: 50px;
	}

	footer .Column {
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
		justify-content: space-between;
		gap: 25px;
		padding-bottom: 50px;
	}

	footer .Column .Left {
		width: 100%;
		text-align: center;
	}

	footer .Column .Left p {
		color: #fff;
		font-size: 1em;
		font-weight: 300;
	}

	footer .Column .Left a {
		color: #fff;
		font-size: 1.2em;
		font-weight: 300;
	}

	footer .Column .Right {
		width: 100%;
		text-align: center;
	}


	footer .Column .Right a {
		color: #fff;
		font-size: 1em;
		padding: 0px 25px;
	}

	#Polityka {
		width: 100%;
		padding-bottom: 100px;
	}

	#Polityka .Headline {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	#Polityka .Headline h1 {
		color: #29587B;
		text-align: center;
		font-size: 2.5em;
		font-weight: 700;
	}

	#Polityka .Headline hr {
		border: none;
		border-top: 2px solid #29587B;
	}

	#Polityka h2 {
		padding-bottom: 15px;
		color: #29587B;
		text-align: left;
		font-size: 1.2em;
		font-weight: 500;
	}

	#Polityka p{
		padding: 10px 0px;
		text-align: left;
		color: #000;
		font-size: 1.2em;
	}

	#Polityka ul li {
		list-style-type: square;
		list-style-position: inside;
		text-align: left;
		color: #000;
		font-size: 1.2em;
	}

	
}

@media only screen and (max-width: 768px) {
	
	/* Kontener */

	.Kontener {
		margin-left: 50px!important;
		margin-right: 50px!important;
	}
	
	/* Menu */
	

	#Menu {
		margin-left: 0px!important;
		margin-right: 0px!important;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
		height: 150px;
	}

	#Menu .Logo img {
		height: 60px;
	}

	#Menu .Nawigacja ul {
		gap: 20px;
		height: 30px;
	}

	#Menu .Nawigacja ul hr {
		border: 1px solid #29587B;
		height: 20px;
	}

	#Menu .Nawigacja ul li a {
		padding: 2px 0;
		font-size: 1em;
	}
	
	/* Header */

	#Header {
		position: relative;
		width: 100%;
		height: 400px;
	}

	#Header video {
		z-index: 0;
		width: 100%;
	}

	#Header .Text {
		z-index: 99;
		position: absolute;
		width: 80%;
		top: 50%;
		left: 50%;
		right: 50%;
		transform: translate(-50%, -50%);
	}

	#Header .Text p {
		font-size: 1.2em;
		margin-bottom: 25px;
	}

	#Header .Text button {
		padding: 15px 40px;
		font-size: 1em;
	}

	#Cele {
		background-position: bottom;
		padding-bottom: 50px;
		padding-top: 50px;
	}

	#Cele .Headline {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#Cele .Headline h1 {
		font-size: 2em;
	}

	#Cele .Headline hr {
		border: none;
		border-top: 2px solid #29587B;
	}

	#Cele .Text {
		padding: 0px 50px;
	}

	#Cele .Text ol li::before {
		content: counter(li);
		color: #29587B;
		display: inline-block;
		width: 1.5em;
		margin-left: -1.5em;
		font-weight: 700;
	}

	#Cele .Text ol li{
		padding: 5px 0px;
		counter-increment: li;
		font-weight: 400;
		color: #000;
		font-size: 1em;
	}
	
	#Projekty {
		padding-bottom: 50px;
	}

	#Projekty .Headline {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#Projekty .Headline h1 {
		font-size: 2em;
	}
	
	#Projekty .Instytut {
		width: 100%;
		margin-bottom: 50px;
	}

	#Projekty .Instytut .First {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}

	#Projekty .Instytut .First h2 {
		width: 100%;
		font-size: 1.5em;
		margin-bottom: 25px;
	}
	
	#Projekty .Instytut .First img{
		width: 90%;
	}

	#Projekty .Instytut .Second {
		justify-content: center;
		width: 100%;
		border-radius: 20px;
		margin-top: 25px;

	}

	#Projekty .Instytut .Second p {
		padding: 20px;
		text-align: center;
		width: 100%;
		font-size: 1em;
	}


	#Projekty .Menopauza .First {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column-reverse;
	}

	#Projekty .Menopauza .First h2 {
		width: 100%;
		font-size: 1.5em;
		margin-bottom: 25px;
	}

	#Projekty .Menopauza .Second {
		justify-content: center;
		width: 100%;
		border-radius: 20px;
		margin-top: 25px;

	}

	#Projekty .Menopauza .Second p {
		padding: 20px;
		text-align: center;
		width: 100%;
		font-size: 1em;
	}
	
	#Projekty .Menopauza img{
		width: 90%;
	}
	
	#Wsparcie {
		padding-bottom: 50px;
		height: 400px;
	}

	#Wsparcie .Headline {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#Wsparcie .Headline h1 {
		color: #fff;
		text-align: center;
		font-size: 2em;
		font-weight: 700;
	}

	#Wsparcie .Headline hr {
		border: none;
		border-top: 2px solid #fff;
		margin-bottom: 12%;
	}

	#Wsparcie h2 {
		padding-bottom: 10px;
		font-size: 1.2em;
		font-weight: 500;
	}
	
	#Formalnie {
		padding-bottom: 50px;
	}

	#Formalnie .Headline {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#Formalnie .Headline h1 {
		font-size: 2em;
	}

	#Formalnie h2 {
		padding-bottom: 15px;
		font-size: 1em;
	}

	#Formalnie p{
		padding: 10px 0px;
		font-size: 1em;
	}

	#Formalnie h3 {
		font-size: 1em;
	}

	#Formalnie .Buttons {
		display: flex;
		justify-content: center;
		margin-top: 50px;
		gap: 25px;
	}

	#Formalnie .Buttons button {
		border: none;
		border-radius: 25px;
		padding: 10px 0;
		width: 200px;
		color: #fff;
		font-size: 1em;
		font-weight: 700;
	}

	#Formalnie .Buttons button:hover{
		transform: scale(0.97);
	}

	#Kontakt {
		width: 100%;
		padding-bottom: 50px;
	}

	#Kontakt .Headline {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#Kontakt .Headline h1 {
		font-size: 2em;
	}

	#Kontakt .Column {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 25px;
	}

	#Kontakt .Column .Left {
		width: 100%;
	}

	#Kontakt .Column .Left h2 {
		padding-bottom: 15px;
		font-size: 1.2em;
		font-weight: 500;
	}

	#Kontakt .Column .Left h3 {
		padding-bottom: 25px;
		font-size: 1em;
		font-weight: 500;
	}

	#Kontakt .Column .Left a{
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 25px;
		padding: 10px 0px;
		color: #000;
		text-align: center;
		text-decoration: none;
		font-size: 1em;
		font-weight: 700;
	}
	
	#Kontakt .Column .Left a img{
		width: 30px;
	}

	#Kontakt .Column .Right {
		width: 100%;
	}


	#Kontakt .Column .Right h2 {
		padding-bottom: 25px;
		font-size: 1.2em;
	}

	#Kontakt .Column .Right h3 {
		color: #000;
		text-align: center;
		font-size: 1.2em;
		font-weight: 600;
	}

	#Kontakt .Column .Right p{
		padding: 10px 0px;
		font-size: 1em;
		font-weight: 500;
	}
	
	footer {
		width: 100%;
		padding-bottom: 100px;
		background-color: #29587B;
	}

	footer img {
		display: block;
		margin: auto;
		width: 25%;;
		padding-top: 50px;
		padding-bottom: 50px;
	}


	footer hr {
		border: none;
		border-top: 2px solid #fff;
		padding-bottom: 50px;
	}

	footer .Column {
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
		justify-content: space-between;
		gap: 25px;
		padding-bottom: 50px;
	}

	footer .Column .Left {
		width: 100%;
		text-align: center;
	}

	footer .Column .Left p {
		color: #fff;
		font-size: 1em;
		font-weight: 300;
	}

	footer .Column .Left a {
		color: #fff;
		font-size: 1.2em;
		font-weight: 300;
	}

	footer .Column .Right {
		width: 100%;
		text-align: center;
	}


	footer .Column .Right a {
		color: #fff;
		font-size: 1em;
		padding: 0px 25px;
	}
	
	#Polityka {
		width: 100%;
		padding-bottom: 50px;
	}

	#Polityka .Headline {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#Polityka .Headline h1 {
		color: #29587B;
		text-align: center;
		font-size: 2em;
		font-weight: 700;
	}

	#Polityka .Headline hr {
		border: none;
		border-top: 2px solid #29587B;
	}

	#Polityka h2 {
		padding-bottom: 10px;
		color: #29587B;
		text-align: left;
		font-size: 1em;
		font-weight: 500;
	}

	#Polityka p{
		padding: 5px 0px;
		text-align: left;
		color: #000;
		font-size: 1em;
	}

	#Polityka ul li {
		list-style-type: square;
		list-style-position: inside;
		text-align: left;
		color: #000;
		font-size: 1em;
	}
}


@media only screen and (max-width: 500px) {
	
	.wrapper {
	  bottom: 30px;
		right: 20px;
		left: 20px;
		background: #fff;
		padding: 20px 20px 20px 20px;
		border-radius: 15px;
		box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.15);
		text-align: center;
	}
	
	.wrapper img{
	  max-width: 70px;
	}
	.wrapper .content header{
	  font-size: 1.5em;
	}

	.wrapper .content p{
		font-size: 0.8em;
		margin: 10px 0 20px 0;
	}
	.wrapper .content .buttons{
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
	.wrapper .buttons button{
	  padding: 10px 10px;
	  font-size: 0.8em;
	  border-radius: 5px;
	  transition: all 0.3s ease;
	}
	.wrapper .buttons button:hover{
	  transform: scale(0.97);
	}
	.wrapper .buttons .item{
	  margin: 0 10px;
	}
	.wrapper .buttons a{
		font-size: 0.8em;
	  color: #383939;
	}
	
	/* Kontener */

	.Kontener {
		margin-left: 25px!important;
		margin-right: 25px!important;
	}
  
		/* Menu */
	

	#Menu {
		margin-left: 0px!important;
		margin-right: 0px!important;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
		height: 150px;
	}

	#Menu .Logo img {
		height: 50px;
	}

	#Menu .Nawigacja ul {
		gap: 15px;
		height: 30px;
	}

	#Menu .Nawigacja ul hr {
		border: 1px solid #29587B;
		height: 20px;
	}

	#Menu .Nawigacja ul li a {
		padding: 2px 0;
		font-size: 1em;
	}
	
	/* Header */

	#Header {
		position: relative;
		width: 100%;
		height: 250px;
	}

	#Header video {
		z-index: 0;
		width: 100%;
	}

	#Header .Text {
		z-index: 99;
		position: absolute;
		width: 80%;
		top: 50%;
		left: 50%;
		right: 50%;
		transform: translate(-50%, -50%);
	}

	#Header .Text p {
		font-size: 1em;
		margin-bottom: 25px;
	}

	#Header .Text button {
		padding: 10px 30px;
		font-size: 1em;
	}

	#Cele {
		background-position: bottom;
		padding-bottom: 50px;
		padding-top: 25px;
	}

	#Cele .Headline {
		padding-top: 50px;
		padding-bottom: 25px;
	}

	#Cele .Headline h1 {
		font-size: 1.5em;
	}

	#Cele .Headline hr {
		border: none;
		border-top: 2px solid #29587B;
	}

	#Cele .Text {
		padding: 0px 25px;
	}

	#Cele .Text ol li::before {
		content: counter(li);
		color: #29587B;
		display: inline-block;
		width: 1.5em;
		margin-left: -1.5em;
		font-weight: 700;
	}

	#Cele .Text ol li{
		padding: 2px 0px;
		counter-increment: li;
		font-weight: 400;
		color: #000;
		font-size: 0.8em;
	}
	
	#Projekty {
		padding-bottom: 50px;
	}

	#Projekty .Headline {
		padding-top: 50px;
		padding-bottom: 25px;
	}

	#Projekty .Headline h1 {
		font-size: 1.5em;
	}
	
	#Projekty .Instytut {
		width: 100%;
		margin-bottom: 25px;
	}

	#Projekty .Instytut .First {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}

	#Projekty .Instytut .First h2 {
		width: 100%;
		font-size: 1.2em;
		margin-bottom: 15px;
	}
	
	#Projekty .Instytut .First img{
		width: 80%;
	}

	#Projekty .Instytut .Second {
		justify-content: center;
		width: 100%;
		border-radius: 20px;
		margin-top: 15px;

	}

	#Projekty .Instytut .Second p {
		padding: 10px;
		text-align: center;
		width: 100%;
		font-size: 0.8em;
	}


	#Projekty .Menopauza .First {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column-reverse;
	}

	#Projekty .Menopauza .First h2 {
		width: 100%;
		font-size: 1.2em;
		margin-bottom: 15px;
	}

	#Projekty .Menopauza .Second {
		justify-content: center;
		width: 100%;
		border-radius: 20px;
		margin-top: 15px;

	}

	#Projekty .Menopauza .Second p {
		padding: 10px;
		text-align: center;
		width: 100%;
		font-size: 0.8em;
	}
	
	#Projekty .Menopauza img{
		width: 80%;
	}
	
	#Wsparcie {
		padding-bottom: 25px;
		height: 300px;
	}

	#Wsparcie .Headline {
		padding-top: 50px;
		padding-bottom: 25px;
	}

	#Wsparcie .Headline h1 {
		color: #fff;
		text-align: center;
		font-size: 1.5em;
		font-weight: 700;
	}

	#Wsparcie .Headline hr {
		border: none;
		border-top: 2px solid #fff;
		margin-bottom: 10%;
	}

	#Wsparcie h2 {
		padding-bottom: 10px;
		font-size: 1.2em;
		font-weight: 500;
	}
	
	#Formalnie {
		padding-bottom: 25px;
	}

	#Formalnie .Headline {
		padding-top: 50px;
		padding-bottom: 25px;
	}

	#Formalnie .Headline h1 {
		font-size: 1.5em;
	}

	#Formalnie h2 {
		padding-bottom: 15px;
		font-size: 1em;
	}

	#Formalnie p{
		padding: 10px 0px;
		font-size: 1em;
	}

	#Formalnie h3 {
		font-size: 1em;
	}

	#Formalnie .Buttons {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-top: 25px;
		gap: 20px;
	}

	#Formalnie .Buttons button {
		border: none;
		border-radius: 25px;
		padding: 10px 0;
		width: 200px;
		color: #fff;
		font-size: 1em;
		font-weight: 700;
	}

	#Formalnie .Buttons button:hover{
		transform: scale(0.97);
	}

	#Kontakt {
		width: 100%;
		padding-bottom: 25px;
	}

	#Kontakt .Headline {
		padding-top: 50px;
		padding-bottom: 25px;
	}

	#Kontakt .Headline h1 {
		font-size: 1.5em;
	}

	#Kontakt .Column {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 25px;
	}

	#Kontakt .Column .Left {
		width: 100%;
	}

	#Kontakt .Column .Left h2 {
		padding-bottom: 15px;
		font-size: 1em;
		font-weight: 500;
	}

	#Kontakt .Column .Left h3 {
		padding-bottom: 15px;
		font-size: 0.8em;
		font-weight: 500;
	}

	#Kontakt .Column .Left a{
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 15px;
		padding: 10px 0px;
		color: #000;
		text-align: center;
		text-decoration: none;
		font-size: 1em;
		font-weight: 700;
	}
	
	#Kontakt .Column .Left a img{
		width: 25px;
	}

	#Kontakt .Column .Right {
		width: 100%;
	}


	#Kontakt .Column .Right h2 {
		padding-bottom: 15px;
		font-size: 1em;
	}

	#Kontakt .Column .Right h3 {
		color: #000;
		text-align: center;
		font-size: 1em;
		font-weight: 600;
	}

	#Kontakt .Column .Right p{
		padding: 10px 0px;
		font-size: 0.8em;
		font-weight: 500;
	}
	
	footer {
		width: 100%;
		padding-bottom: 50px;
		background-color: #29587B;
	}

	footer img {
		display: block;
		margin: auto;
		width: 50%;
		padding-top: 25px;
		padding-bottom: 25px;
	}


	footer hr {
		border: none;
		border-top: 2px solid #fff;
		padding-bottom: 25px;
	}

	footer .Column {
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
		justify-content: space-between;
		gap: 25px;
		padding-bottom: 25px;
	}

	footer .Column .Left {
		width: 100%;
		text-align: center;
	}

	footer .Column .Left p {
		color: #fff;
		font-size: 0.8em;
		font-weight: 300;
	}

	footer .Column .Left a {
		color: #fff;
		font-size: 0.8em;
		font-weight: 300;
	}

	footer .Column .Right {
		width: 100%;
		text-align: center;
	}


	footer .Column .Right a {
		color: #fff;
		font-size: 0.8em;
		padding: 0px 10px;
	}
}