/* up */

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:  #28292D;
  background:  #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: #f14f1e;
}

ul{
  list-style-type: none;
}

.about__container{
  margin-bottom: 100px;
}

.img__size{
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: none;
}

.img__sizer{
  min-width: 300px;
}

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

.headinger {
  text-align: right;
  margin-bottom: 2rem;
  color: #272937;
  font-size: calc(12px + (16 - 12) * ((500vw - 200px) / (1600 - 800)));
  font-family: "Oxanium", sans-serif;
  font-weight: 400;
}

.par__size{
  display: flex;
  align-items: left;
  justify-content: left;
  font-size: calc(12px + (16 - 12) * ((100vw - 200px) / (1600 - 800)));
  text-align: left;
  margin-left: 10px;
  max-width: 500px;
}

.par__sizer{
  display: flex;
  align-items: right;
  justify-content: right;
  font-size: calc(12px + (16 - 12) * ((100vw - 200px) / (1600 - 800)));
  margin-right: 10px;
  max-width: 500px;
}

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

.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:  #28292D;
  margin-bottom: 5px;
}

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

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

.footer__item-btn{
    position: absolute;
    color: #5d4848;
    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: ;
    color: #706F6F;
  }


.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;
}
