.btn-zayavka{
font-family: Futura New;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 23px;

/* identical to box height */
text-decoration-line: underline;

/* Меню */
color: #FFFFFF;
opacity: 0.5;
  cursor:pointer;
}

.btn-zayavka:hover{
	opacity: 1;
}

.tel{
	font-family: Futura New;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;

	/* Меню */
	color: #FFFFFF;
}



.head-1{
	font-family: Futura New;
	font-style: normal;
	font-weight: bold;
	font-size: 56px;
	line-height: 125%;
	text-align: center;
	color: #F7F7F7;
}

.head-2{
	/* Подзаголовок1 */
	font-family: Futura New;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	color: #EDEDED;
  	width:570px;
  	margin:auto;
}
  
  
  

.mainscreen_1{
	flex:1;display:flex;
	flex-flow:column;
	background:url(/sitefiles/36AFBE7E-3BD6-42B2-AA15-BEADF97335D7//images/bg.png);
	background-size:cover;
}



.mainmenubar{
	display:table;
}

.mainmenubar li, .mainmenubar a{
	display:table-cell;
  	padding-right:15px;
  	padding-left:15px;
  	font-family: Futura New;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 23px;
	/* identical to box height */

	/* Меню */
	color: #FFFFFF;
}

.mainmenubar a{
	text-decoration:none;
}

.mainmenubar a:hover{
	cursor:pointer;
}