html{
  box-sizing: border-box;
}

*,
*::after,
*::before{
  box-sizing: inherit;
}

a{
  color: #706F6F;
  text-decoration: none;
}

ul{
  list-style-type: none;
}

button{
  background-color: transparent;
  padding: 0;
  border: 0;
  cursor: pointer;
}

.container{
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;  
}

body{
  font-family: "Oxanium", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #706F6F;
 background-color: #706F6F;
}

.menu__list{
  text-align: right;
 
}

.header {
  margin-bottom: 90px;
  background-color: #272937 ;
}

.header__inner{
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  
}

.header__title{
  font-family: "Oxanium", sans-serif;
  font-weight: 400;
  font-size: 30px;
  
}

.menu__item{
  font-size: 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
  
 
}

.menu__link:hover{
  color: #ffff;
  
}

ul{
  list-style-type: none;
  
}

.contacts {
  padding: 2rem 9%;
   
}

.contacts .heading {
  text-align: center;
  margin-bottom: 2rem;
  color: #5d4848;
  font-size: calc(12px + (16 - 12) * ((200vw - 200px) / (1600 - 700)));
  font-family: "Oxanium", sans-serif;
  font-weight: 400;
}

.contacts .heading span {
  color:  #28292D;
}

.contacts .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;

}

.contacts .row form {
  flex: 1 1 40rem;

}

.box{
  font-family: "Oxanium", sans-serif;
  font-weight: 400;
  width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #272937;
  background-color: #272937;
  margin-bottom: 5px;
}

.box::placeholder{
  font-family: "Oxanium", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  opacity: 0.4;
}

.contacts .row form .box {
  width: 100%;
  margin: 1rem 0rem 2rem;
  border-radius: 0.5rem;
  padding: 0.8rem;
}

.contacts .row form span {
  color:  #28292D;
  font-size: calc(12px + (16 - 12) * ((200vw - 200px) / (1600 - 700)));
}

.btn {
  font-family: "Oxanium", sans-serif;
  font-weight: 400;
  padding: 1rem 3rem;
  box-shadow: 0 .5rem 1ren rgba(0,0,0,.7);
  font-weight: 800;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid ;
  background: #272937;
}

.btn:hover {
  background-color: #706F6F;
  color: #000;
}

.container__form{
  max-width: 620px;
  padding: 0 10px;
  margin: 0 auto;  
  display: flex;
  justify-content: center;
  align-items: center;

}

.footer{
  background-color: #272937;
  padding: 66px 0 100px;
}

.footer__top{
  margin-bottom: 70px;
  display: flex;
  gap: 0 70px;
  justify-content: space-between;
}

.footer__logo{
  margin-right: 10px;
}

.footer__items{
  flex-basis: 387px;
}

.footer__item + .footer__item{
  margin-top: 70px;
}

.footer__item-title{
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer__item-form{
  position: relative;
}

.footer__item-input{
  font-family: "Oxanium", sans-serif;
  font-weight: 400;
  width: 100%;
  display: block;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #000;
  background-color: #706F6F;
  margin-bottom: 5px;
}

.footer__item-input::placeholder{
  font-family: "Oxanium", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  opacity: 0.4;
}

.footer__img{
  max-width: 100%;
  height: 100%;
}

.footer__item-btn{
    position: absolute;
    color: #706F6F;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 25px;
    border: 1px solid #000;
    transition: 0.5s;
    background-color: #404040;
    display: inline-block;
  }
  
  .footer__item-btn:hover{
    background:  #28292D;
    color: #000;
  }


.footer__item-link{
  display: block;
  padding-top: 10px;
}

.footer__social-list{
  margin-left: 10px;
  align-self: flex-end;
  margin-right: 105px;
}

.footer__nav{
  display: flex;
  justify-content: flex-end;
}

.footer__nav-list{
  display: flex;
  gap: 0 10px;
  margin-right: 5px;
  font-size: 10px;
}
