header{
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-around;
align-items: center;
}
header ul{display: flex;
list-style: none;
gap: 15px;
color: gray;
}
header nav{display: flex;
gap: 40px;
}
header article{color: gray;
line-height: 5px;}
.remont{
        background-image: url(./image/01.png);
    background-repeat: no-repeat;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
       height: 580px;
        color: white;
}
.one{border: none;
background-color: #FB8500;
color: white;
padding: 10px;
border-radius: 5px;}
.two{
    border: none;
    color: #FB8500;
    padding: 10px;
    border-radius: 5px;
}
.remont p{width: 400px;}
main{max-width: 1200px;
margin: auto;}
.rabota{text-align: center;
margin-top: 50px;}
.rabota p{font-size: 20px;}
.rabota h1{font-size: 40px;}
.rabota nav{width: 220px;}
.rabota article{color: gray;}
.rabota aside{display: flex;
justify-content: center;
gap: 30px;}
.business{background-image: url(./image/03.png);
background-position: center;
background-repeat: no-repeat;}
.etap nav{display: flex;
   
  justify-content: center;
    flex-direction: column;   
font-size: 20px;}
.prichina{
   background-image: url(./image/bf8a40060807c258cf8e59f06ca2bac424b8729c.jpg); 
   background-position: center;
   height: 60%;
   
  
}
.prichina nav{
    display: grid;
    grid-template-columns: repeat(3,200px);
   grid-template-rows: repeat(2,200px);
}
