*, body{
  margin: 0;
  padding: 0;
  font-family: "Arial", sans-serif;
  }
.header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  border-bottom: 1px solid gray;
  }
.header-nav{
  display: flex;
  gap: 40px;
  } 
.header-link{
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  }
.photo{
 display: flex;
 max-width:100%;
 padding: 50px 0;
  } 
.image{
  width:100%;
  height:100%;
  }
.container{
  max-width:1280px;
  width:100%;
  padding: 0 15px;
  margin: auto;
  }
.row{
   display: flex;
   justify-content: space-between;
  }
.form{
    display: flex;
    flex-direction:column;
    max-width:610px;
    width:100%;
    gap: 250px;
  } 
.form-input{
  display:block;
  width:100%;
  padding: 10px 12px;
  border:2px solid grey;
  border-radius:2px;
  font-size:14px;
  line-height:1.42;
  color:#555;
}
.contacts{
  max-width:425px;
  width:100%;
}
.contacts-title{
  text-transform:uppercase;
  line-height:2;
  font-weight: 700;
  font-size:18px;
  color: #111;
  letter-spacing: 3px;
  margin-bottom: 20px;
  }
.contacts-description{
  color: #666;
  font-size:14px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 30px;
  }
  
  
    
    
    
    