
.round {
    border-radius: 50%; /* Радиус скругления */
   	
	position: absolute; 
	left: 0; 
	right: 0; 
	top: 0px;
	margin-left: auto; 
	margin-right: auto; 
	width: 0px; /* Need a specific value to work */
	z-index: -100;
	
	-webkit-box-shadow: 4px 4px 43px 28px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 4px 4px 43px 28px rgba(255, 255, 255, 0.2);
	box-shadow: 4px 4px 43px 28px rgba(255, 255, 255, 0.2);	
	
 }

/* фон для калькулятора */
.gradient { 
	position: absolute; 
	left: 0; 
	right: 0; 
	top: 0px;
	margin-left: auto; 
	margin-right: auto; 
	width: 100%;
	height: 100%;
	z-index: -120;
	
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,1) 30%, rgba(81,83,84,1) 100%);
	opacity: 1;
 }  
 
#my_slider {
  margin-top: 20px;
  width: 80%;
  height: 80px;
  margin: auto;
}

#my_slider1 {
  margin-top: 100px;
  width: 80%;
  height: 80px;
  margin: auto;
}

.mytitle {
	text-align: center;
	font-size: 16px;
	font-family: Roboto, sans-serif;color: #FFF;
	height: 50px;
}
.mytitle1 {
	text-align: center;
	font-size: 12px;
	font-family: Roboto, sans-serif;color: #FFF;
}
#suncalc_manage{
	display: flex;
	height: 100px;
	width: 100%;
	flex-direction: column;
	position: relative;
	vertical-align:top;
	top: -20px;
	
}
.suncalc_title {
	text-align: center;
	font-size: 16px;
	font-family: Roboto, sans-serif;color: #FFF;
	height: 30px;
	margin-top: 5px;
	line-height: 1.5;
}
.suncalc_title1 {
	text-align: center;
	font-size: 14px;
	font-family: Roboto, sans-serif;color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
}