* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

p{
    text-align:justify;
}

a{
    text-decoration: none;
    color:rgb(124, 190, 110);
    font-weight: 500;
}

  .section-contacts{
      padding-top: 50px;
      text-align:justify;
      padding-bottom:50px;
  }
  
  form{
    margin-top:50px;
    transition:all 4s ease-in-out;
  
  }

  .form-control{
    width:100%;
    background: transparent;
    border: none;
    outline: none;
    border-bottom:1px solid gray;
    color:#fff;
    font-size: 18px;
    margin-bottom:16px;
  }

  input{
    height:45px;
  }
  form .submit
  {
    background: #757575;
    border-color: transparent;
    color: white;
    font-size: 20px;
    
  }
  
  .form-control.ginger-module-highlighter.ginger-module-highlighter-ghost{
    background-color: transparent;

  }

  form .submit:hover
  {
    background-color: #8b8a8a;
    cursor: pointer;
  }
  
 

  
@media (min-width: 768px){
  .logo {
      margin-top: 5px;
  }
}


@media(max-width:1180px){


}

@media(max-width:992px){

}

@media(max-width:882px){

}

@media(max-width:680px){

}

@media(max-width:550px){

}
@media(max-width:450px){
   
     
}
@media(max-width:380px){
      
}
@media(max-width:360px){
   
  
  }