body{
  margin: 0;
  padding: 0;
  width: 1350px;
  height: 50vh; 
}




.container {
  margin: 0px 100px;
}

.header {
  background-image: url(images/фон.jpg);
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover ;
}


.header-line {
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.header-logo{
  filter: invert(1);
}

.nav-item{
  color: #fff;
  text-decoration: none;

  margin-right: 25px;
  transition: color 0.3s linear;
}

.nav-item:hover{
  color: #d81d1f;
}

.cart{
  position: relative;
  border-right: 1px solid #ffffff;
  padding-right: 10px;
  height: 25px;
}

.cart-img{
  top:18px;
  right: 7px;
}

.num{
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.3s linear;
}
.num:hover {
  color:#d81d1f
}

.phone-text{
  font-family: "Tinos", serif;
  font-size: 14px;
  font-weight: 400px;
  color:#fff
}

.phone-holder{
  display: flex;
  align-items: center;
}

.button{
  background-color: #ff7400;
  color: #fff;
  text-decoration: none;
  padding: 14px 18px;
  font-weight: 700px;
  border-radius: 10px;
  transition:background-color 0.2s linear;
}

.button:hover{
  background-color: #4e331c;
}

.header-down{
  position: relative;
}

.header-title{
  color:#f8f6f3;
    font-family: "Tinos", serif;
    font-size: 100px;
    font-weight: 400;
    text-align: center;
    line-height: 5px;
    position: center;
    margin-top: 50px;
  }

.header-subtitle{
    color: #f8f6f3;
    font-family: "Tinos", serif;
    font-size: 38px;
    margin: 50px;
}
.cards-holder{
  display: flex;
  justify-content: center;
  
}

.card{
    width: 349px;
    box-shadow: 10px 10px 40px 20px #0000001a;
    margin-right: 31px;
    background-color: #fff;
    margin-top: -50px;
    padding: 10px 10px;
    border-radius: 10px;
}

.card-image{
  display: flex;
  justify-content: center;
  padding-top: 5px;
}

.card-title{
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  font-family: "Tinos", serif;
    font-size: 26px;
    font-weight: 400;
}

.card-title span{
  color: #ff7400;
  margin-right: 10px;
  margin-left: 10px;
}

.card-desc{
  text-align: center;
  font-family: "Tinos", serif;
    font-size: 26px;
    font-weight: 400;
    color: #656363;
}

.history{
  margin-top: 116px;
}

.history-title{
  font-family: "Tinos", serif;
  font-size: 45px;
  font-weight: 400;
  width: 444px;
  text-align: center;
  margin-top: 20px ;
  padding: 5px;
}


.history-title span{
  color: #ff7400;
  
}


.history-desc{
  color: #656363;
  font-size: 20px;
  width: 444px;
  text-align: center;
}

.history-images{
  position: relative;
}

.histoty-holder{
  display: flex;
  justify-content: space-between;
}
.images-1{
  position: absolute;
  z-index: 0;
  top: 310px;
    left: -510px;
    border-radius: 10px;
  }


  .images-2{
    position: absolute;
    z-index: 0;
    margin-top: 575px;
      left: -510px;
      border-radius: 10px;
    }


    .images-3{
      position: absolute;
      z-index: 0;
      top: 45px;
        left: -510px;
        border-radius: 10px;
      }


.goods{
  background-image: ;
  background-repeat: no-repeat;
  background-size: cover ;
  
  }

.goods-title{
  font-family: "Tinos", serif;
  font-size: 44px;
  margin-top: 40px;
  padding-top: 298px;
  color: #201f1f;
  text-align: center;
    
}
.goods-item{
  
  text-align: center;
  width: 20%;
  padding-top: 40px ;
  padding-bottom: 40px;
  margin-right: 20px;
  }

.goods-text{
  font-family: "Tinos", serif;
  font-size: 20px;
  padding-top: 6px;
  padding-bottom: 15px;
  }

.goods-price{
  font-size: 20px;
  padding: 5px;
  margin: 15px;
  }

  .goods-img{
    border-radius: 10px;}
  .goods-img {


transition: transform 2s;
      }    

  .goods-img:hover {
       transform: scale(1.5);
      }
  
    
  

.goods-btn{
  background-color: #ff7400;
  text-decoration: none;
  padding: 10px 20px;
  color: #201f1f ;
  font-size: 16px;
  font-weight: 700px;
  border-radius: 10px;
  box-shadow: 5px 5px 10px  0px #00000040;
  transition: background-color 0.5s linear;
}
.goods-btn:hover{
background-color: #4e331c;
}

.goods-items{
  display: flex;
  justify-content: center;
}


.productssold {
  font-family: "Tinos", serif;
  font-size: 55px;
  font-weight: 400;
  width: 900px;
  text-align: center;
  margin-top: 40px ;
  margin-left: 200px;
  padding:  55px;
}


* {box-sizing:border-box;
 
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  width:50%;
}

/* Hide the images by default */
.mySlides {
  display: none;

}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #207417;
  font-size: 25px;
  padding: 8px 12px;
  position: relative;
  bottom: 8px;
  width: 100%;
  text-align: center;
}



/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}



.coment{
  display: flex;
  justify-content: center;
  align-items: center;
  
  background-color: #e5e5e5;
  padding-top: 104px;
  padding-bottom: 140px;
}

.coment-container {
  position: relative;
  width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.review-title{
  font-family: "Tinos", serif;
  font-size: 55px;
  font-weight: 400;
  width: 900px;
  text-align: center;
  margin-top: 100px ;
  margin-left: 250px;
  padding:  35px;
}



 .block {
  margin: 10px;
  position: relative;
  display: flex;
  justify-content: center; 
  align-items: center;
  width: 300px;
  height: 430px;
  background: #222;
  border-radius: 10px;
  box-shadow: 0 0 20px #000;
  transition: .7s;
}


.block:hover {
  transform : translateY( -15px);
}

.content{
  padding: 10px;
  text-align: center;
}

.quote-img {
  width: 80px;
  background: #222;
}

.content p {
  color: #fff;
  padding: 20px 0;
}


.face{
  width: 80px;
  border-radius: 50%;
  background: #33d1a0;
  padding: 4px;
}


.content h3 {
  margin-top: 20px;
  color: #33d1a0 ;
  font-size: 20px;
  letter-spacing:  1px;
  font-weight: 700;
}


#footer {
  
  width: 1350px;
  height: 50vh;
  position: absolute;
  margin-top: auto;
  background-color: #e5e5e5;
}



.title-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}





.title-text h1 {
  
  margin-bottom: 220px;
  font-size: 40px;
}

.footer {
  background: url(images/фон2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0;
  left : 0;
  width: 1350px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}


.footer-left {
  
  font-size: 26px;
  flex-basis:  35%;
  padding: 35px;
  margin-bottom: 20px;
  
}


.footer-right {
  font-size: 26px;
  flex-basis:  35%;
  padding: 35px;
  margin-bottom: 20px;
  text-align: right;
  
}






.footer p {
  line-height: 15px;
  color: #ffffff;
}


.fas,.fas {
  font-size: 17px;
  color: #15181f;
  margin-right: 10px;
}


.social-links {
  position: absolute;
  bottom: 30px;
  left: 50%;
  
  transform: translate(-50%, 50%);
}


.fab {
  font-size: 40px;
  
  color: #15181f;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  transition: .7s;
}



.fab:hover {
  background:rgb(121, 15, 15);
  color:#242121;
  transform: translateY(-8px);
}



                                                                   Медиазапросы                                                                   


 @media (max-width: 1035px) {
  
  #footer {
  
    width: 100%;
    height: 50vh;
    position: absolute;
    margin-top: auto;
    background-color: #e5e5e5;
  }
}