*{
	margin: 0;
	padding: 0;
	scrollbar-width: none;
}

body{
	width: 100%;
	min-height: 100vh;
}

/*SITE*/

.back{
	position: absolute;
	justify-content: center;
	background-image: url(back.png);
	height: 80%;
	width: 60%;
	background-size: 100% 100%;
	align-items: center;
	z-index: 2;
}

.panel1{
	align-items: space-evenly;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	gap:50px;
	padding: 7%;
	position: relative;
	background: linear-gradient(#a56792,#c98fae);
	z-index: 1;
}

.shapka{
  color: #fff;
  position: relative;
  background-color: #c98fae;
  width: 100%;
  height: 7vh;
}

.text{
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #c98fae;
  position: relative;
  width: 45%;
  border-radius: 5%;
  z-index: 3;
}

.foto{
  margin-right: auto;
  background-image: url(f1.png);
  background-size: cover;
  border-radius: 5%;
  position: relative;
  width: 50%;
  height: 60vh;
  transition: background-color 0.3s ease, transform 0.3s ease;
  z-index: 3;
}

#hoverr:hover{
  transform: scale(1.1);
  cursor: pointer;
}

.opis{
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  border-radius: 5%;
  height: 30vh;
  z-index: 3;
}
.button{
  color: #fff;
  font-size: 20px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  background-color:#a56792;
  width: 28vh;
  border-radius: 5%;
  height: 10vh;
  z-index: 3;
  transition: background-color 0.3s ease, transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
#podval{
	text-align: center;
	color: #eadcea;
	background-color: #c98fae;
	width: 100%;
	min-height: 15vh;
}

.return{
  background-image: url(home.png);
  background-size: cover;
  position: relative;
  height: 100%;
  width: 100%;
  transition: background-color 0.3s ease, transform 0.3s ease;
  z-index: 3;
}
#link{
  padding-left: 2%;
  display: block;
  width: 4%;
  height: 6vh;
  text-decoration: none;
}
