
  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: #5d4848;
  background: #706F6F;
}

.menu__list{
  text-align: right;
}

.header {
  margin-bottom: 90px;
  background:  #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;
}

ul{
  list-style-type: none;
}

.top {
  margin-bottom: 100#272937px;
}

.top-slide{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.top-slide__inner{
   min-height: 700px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-slide__content{
  flex-basis: 183px;
}

.top-slide__title{
  font-family: "Oxanium", sans-serif;
  font-weight: 400;
  font-size: 70px;
  line-height: 1.3;
  color: #C0C0C0;
}

.top-slide__text{
  margin-bottom: 40px;
  color: #C0C0C0 ; 
}

.top-slide__btn{
  margin: auto;
}

.button{
  color: #706F6F;
  text-transform: uppercase;
  font-weight: 700;
  padding: 21px 55px;
  border: 1px solid #000;
  transition: 0.5s;
  background-color:  #28292D;
  display: inline-block;
}

.button:hover{
  background: #404040;
  color: #ffff;
}

  
.top-slide__contentium{
  flex-basis: 183px;
  color: #706F6F;
}

.top-slide__titles{
  font-family: "Oxanium", sans-serif;
  font-weight: 400;
  font-size: 70px;
  line-height: 1.3;
}

.swiper-button-prev::after,
.swiper-button-next::after{
  content: none;
}

.menu__link:hover{
  color: #f14f1e;
}

.about{
  margin-bottom: 150px;
  color: #272937;
}

.about__inner{
  padding-left: 100px;
}

.about__title{
  font-family: "Oxanium", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.34;
  max-width: 150px;
  margin-bottom: 20px;
}

.img__slidus{
  width: 100%;
}

.about__textbox{
  margin-bottom: 150px;
}

.about__text{
  flex-basis: 387px;
  line-height: 1.2;
  max-width: 387px;
}


.about__text p{
  margin-bottom: 15px;
}

.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;
  color: #706F6F;
}

.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 #5d4848;
  background-color: #808080;
  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:  #28292D;
    display: inline-block;
  }
  
  .footer__item-btn:hover{
    background: #A0A0A0;
    color: #202020;
  }


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