
/* ----------------------  Navigation Menu ------------------------------------------------ */

.item-howtwork>a {
	border-radius: 30px;
	padding: 3px 9px 5px 9px;
	/* background:transparent; */
	/* font-size: 1.2rem; */
	box-shadow: 0px 0px 50px 5px white;
}
/* -------------------------------------------  Sova -------------------------------------- */
.sova {
	position: absolute;
	text-align: center;
	left: 400px;
	/* margin: 0px, 300px; */
	width: 50%;
    opacity: 0.1;	
}

/* ---------------------- Main block  ------------------------------------------------ */
.main-htw {
	display: flex;
	flex-direction: column;
	padding:  50px 30px 60px 30px;
	/* justify-content: stretch; */
	
}
.main-htw p {
	width: 90%;
	margin-left: 30px;
	text-align: justify;
}
.foto{
	width: 280px;
	height: auto;
}
.ss-foto {
	position: absolute;
	display: none;
	top: 180px;
	left:35%;

}
















/* ----------------------  ------------------------------------------------ */