* {
    padding: 0;
    margin: 0;
}

body {
	background-color: rgb(235,235,235);
}

.main_1 {
	display: flex;
	flex-direction: column;	
}

header{
	grid-column: 1/-1;
	width: 100%;
	background-image: url(4.jpg);
	height: 800px;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.5);
}

.phone{
	color: white;
	font-size:25px; 
	display: flex;
	margin:23px 10px;
	width: 350px;
}

.fa{
	text-decoration: none;
	color: white;
	margin: 23px 15px;
}

.fa:hover {
	color: rgb(255, 158, 3);
    transition: 0.9s;
}

.logo{
	height: 150px;
	width: 150px;
	margin: 0 10px;
	display: flex;
}

.navigation{
    display: flex;
}

#main_text{
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
    font-size: 100px;
    margin-top: 295px ;
}

.nav_right{
	display: flex;
	width: 100%;
	justify-content: flex-end;	
}

.nav_right > a {
	text-decoration: none;
	font-size: 33px;
	color: white;
    margin: 26px 26px;
    padding: 5px;  
    cursor: pointer;
} 

.nav_right > a > p:hover {
	color: rgb(255, 158, 3);
    transition: 0.9s;
}


   /*********************************Послуги**********************************/



.service  {
    width: 100%;
 	height: auto;
 	margin-top: 130px;	
 	font-family: Cursive;
 	margin-bottom:50px; 
}

.service > p {
	display: flex;
	justify-content: center;
	font-size: 29px;
}



/*******************************footer****************************/



footer {
	width: 100%;
	height:40px;
	background-color: rgb(90,90,90);	
}

footer > p {
	color: white;
	font-size: 20px;
    padding-top: 9px;
}



