@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;600;900&family=Playfair+Display:ital,wght@1,500&display=swap');
body {
  font-family: 'Lato', sans-serif;
  color: #4e4e4e;
  margin: 0;
		font-size: 17px;
	line-height: 27px;
}
	::-moz-selection {
background-color: #a88c5e;
color: #fff;
}
::selection {
	background-color: #a88c5e;
	color: #fff;
}


a {
color: #4e4e4e;
text-decoration: none;
}

a:link {
color: #4e4e4e;
text-decoration: none;
}

a:visited {
color: #4e4e4e;
text-decoration: none;
}

a:focus {
color: #4e4e4e;
text-decoration: none;
}

a:hover {
color: #4e4e4e;
text-decoration: none;
}

a:active {
color: #4e4e4e;
text-decoration: none;
}


/* OGÓLNE */

.photo {
	width: 100%;
}





.button {
  background-color: #a88c5e;
color: #fff;
  border: none;
  
  margin-top: 5px;
  padding: 12px 17px 12px 17px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 19px;
  font-weight: 900;
  border-radius: 18px;
  width: 220px;
}
.button {
  transition-duration: 0.7s;
}
.button:hover {
  background-color: #59483a;
  color: #fff;
  font-weight: 900;
  border-radius: 18px;
}


/* OGÓLNE */












/* LOGO I MENU */
.top {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  overflow: hidden;
}
.logo {
  width: 20%;
  float: left;
  padding-top: 16px;
	  padding-bottom: 16px;
  box-sizing: border-box;
  padding-left: 45px;
  padding-right: 45px;
}
.menu {
  width: 80%;
  float: left;
}
/* LOGO I MENU */





.con1 {
	  margin: 0 auto;
  width: 100%;
  
	height: 680px;

	
	
	font-family: 'Playfair Display', serif;
	font-style: italic;
		

	
	text-align: center;

}
.con1 .text1 {
	color: #fff;
	font-size: 85px;
	line-height: 106px;
	text-align: center;
		font-family: 'Playfair Display', serif;
	font-style: italic;
	padding-top: 240px;
}

.con1 .text2 {
	color: #fff;
	font-size: 27px;
padding-top: 20px;
	text-align: center;
		font-family: 'Playfair Display', serif;
	font-style: italic;
}


.back_1 {
	background: url("../img/baner1.jpg") center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.back_2 {
	background: url("../img/baner2.jpg") center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.back_3 {
	background: url("../img/baner3.jpg") center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.back_4 {
	background: url("../img/baner4.jpg") center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.back_5 {
	background: url("../img/baner5.jpg") center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}




.con2 {
  font-family: 'Playfair Display', serif;
	  font-style: italic;
  font-size: 30px;
  line-height: 38px;

  text-align: center;
  background-color: #e2dfde;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
}










.con3 {
	max-width: 1400px;
	 margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
	  display: flex;
  flex-wrap: wrap;
	box-sizing: border-box;
}













.con4 {
	background-color: #e2dfde;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
	box-sizing: border-box;
}



.con4-1 {
	max-width: 1400px;
	margin: 0 auto;
	 overflow: hidden;
  display: flex;
  flex-wrap: wrap;
	box-sizing: border-box;
}


.con4 .c1 {
	  min-height: 400px;
  overflow: hidden;
  float: left;
	width: 50%;
	box-sizing: border-box;
	
}

.con4 .c2 {
	float: left;
	width: 50%;
	box-sizing: border-box;
	min-height: 400px;
	padding-left: 50px;
}







.con4 .title {
	font-size: 24px;
	line-height: 30px;
	font-weight: 900;
}

.con4 .text {
	font-size: 17px;
	line-height: 27px;
}




.background_1 {
  background: url("../img/background1.jpg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}







.gallery {
   max-width: 1400px;
    
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 50px 28px 50px 28px;
    box-sizing: border-box;
}
.thumb {
    float: left;
    
    width: 20%;
    padding: 30px;
    padding: 12px 12px 12px 12px;
    box-sizing: border-box;
}
.thumb img {
    width: 100%;
}

@media screen and (max-width:1024px) {
.thumb {
    width: 33.33333333%;
}
}

@media screen and (max-width:768px) {
.thumb {
    width: 50%;
}
}





.con5 {
	max-width: 1400px;
padding: 50px;
	margin: 0 auto;
	text-align: center;
	
}

.con5 .c1 {
	font-size: 24px;
	font-weight: 900;
}

.con5 .c2 {
	font-size: 17px;
	font-weight: 900;
	  font-family: 'Playfair Display', serif;
	  font-style: italic;
}

.con5 .c3 {
padding-top: 20px;
	
}










.con6 {
	max-width: 1400px;
padding: 50px;
	margin: 0 auto;
	text-align: center;
	background-color: #e2dfde;
	
}

.con6 .c1 {
	font-size: 24px;
	font-weight: 900;
}

.con6 .c2 {
	font-size: 17px;
	font-weight: 900;
	  font-family: 'Playfair Display', serif;
	  font-style: italic;
}

.con6 .c3 {
padding-top: 20px;
  }










.con7 {
	text-transform: uppercase;
		text-align: center;
font-size: 16px;
padding: 20px;


}



.con8 {
	
		text-align: center;
font-size: 13px;
padding-bottom: 25px;
padding-top: 25px;

}















.con9 {
	background-color: #e2dfde;
	width: 100%;
	margin-top: 50px;

	box-sizing: border-box;
}



.con9-1 {
	max-width: 1400px;
	margin: 0 auto;
	 overflow: hidden;
  display: flex;
  flex-wrap: wrap;
	box-sizing: border-box;
}


.con9 .c1 {
	  min-height: 400px;
  overflow: hidden;
  float: left;
	width: 50%;
	box-sizing: border-box;
	
}

.con9 .c2 {
	float: left;
	width: 50%;
	box-sizing: border-box;
	min-height: 400px;
	padding-left: 50px;
	padding: 100px;
	
}


.con9 .title {
	font-size: 64px;
	line-height: 80px;
	  font-family: 'Playfair Display', serif;
	  font-style: italic;
	font-weight: 400;
	text-align: center;
}

.con9 .text {
	font-size: 17px;
	line-height: 27px;
	text-align: center;
	padding-top: 20px;
}




.background_omnie {
  background: url("../img/omnie.jpg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}




.background_coaching1 {
  background: url("../img/coaching1.jpg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



.background_coaching2 {
  background: url("../img/coaching2.jpg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}




.background_neurobenefity1 {
  background: url("../img/neurobenefity1.jpg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.background_neurobenefity2 {
  background: url("../img/neurobenefity2.jpg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.background_kontakt {
  background: url("../img/kontakt.jpg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}




.con10 {
		max-width: 1400px;
padding: 50px 50px 0 50px;;
	margin: 0 auto;
	text-align: center;
}







.con11 {
	background-color: #e2dfde;
	width: 100%;
margin: 0 auto;
	
	
}



.con11-1 {
	max-width: 1400px;
text-align: center;
	margin: 0 auto;
	padding: 50px;
}




.con12 {
		max-width: 1400px;
padding-bottom: 50px;
	padding-left: 50px;
		padding-right: 50px;
	margin: 0 auto;
	text-align: center;
}












.con13 {
	background-color: #e2dfde;
	max-width: 1400px;
text-align: center;
	margin: 0 auto;
	font-size: 52px;
	line-height: 62px;
		  font-family: 'Playfair Display', serif;
	  font-style: italic;
	font-weight: 400;
	margin-top: 50px;
	padding: 40px;
}





.con14 {
		max-width: 1400px;
padding: 50px;
	margin: 0 auto;
	text-align: center;
}







.con15{
	
	width: 100%;
	height: 50px;
}

















@media (max-width: 1200px) {
	/* LOGO I MENU */
  .logo {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
	
  .menu {
    float: none;
    width: 100%;
  }
	/* LOGO I MENU */
	
	
	
	.con1 {
		height: 480px;
	}	
	.con1 .text1 {
	font-size: 56px;
	line-height: 67px;

	padding-top: 140px;
}

.con1 .text2 {

	font-size: 20px;
padding-top: 20px;

}
	
	
	
}



@media (max-width: 1024px) {
	.con2 {
  
  font-size: 17px;
  line-height: 24px;

    padding-top: 25px;
  padding-bottom: 25px;
}
	.del {
		display: none;
	}
	
	
	.con7 {
		display: none;
	}
	
	.con8 {
		padding-top: 25px;
	}
	
}





@media (max-width: 768px) {
	
	.con1 {
		height: 250px;
	}	
	
	
		.con1 .text1 {
	font-size: 35px;
	line-height: 44px;

	padding-top: 60px;
}

.con1 .text2 {

	font-size: 15px;
padding-top: 8px;

}
	
	
	
	
	
	
	
	.con4 .c1 {
	   

	width: 100%;
	
	
}

.con4 .c2 {
	padding-left: 0px;
	padding-top: 30px;
	width: 100%;
min-height: 200px;
	
}

	
	
	
	
	
	.con9 .c1 {
	   

	width: 100%;
	
	
}

.con9 .c2 {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 30px;
	padding-bottom: 0px;
	width: 100%;
min-height: 200px;
	
}
	
	
	
	
	
	
	
	
	
}