* {
    padding: 0;
    z-index: 1;
    margin: 0;
    box-sizing: border-box;
    font-optical-sizing: auto;

    color: #fff;
    text-decoration: none;
}

.page-title {
    text-align: center;
  }
.site {
  font-size: 15px;
  border-bottom: 1px solid #ffb700;
  height: 40px;
}
  .slider-container {
    position: relative;
    width: 800px;
    height: 500px;
    margin: 30px auto 0;
    border-radius: 50px;
    overflow: hidden;
  }
  
  .slider {
    filter: sepia(.5);
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  .block-btn {
    display: flex;
    transition: all 1s;
    margin: 20px auto;
  }

  .slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .prev-button,
  .next-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: transparent;
    cursor: pointer;
    border: none;
    font-size: 44px;
    color: white;
  }
  
  .prev-button {
    left: 10px;
  }


  .next-button {
    right: 10px;
  }
.span-a{    font-size: 55px;
  color: #ffb700;
  display: none;

}
.h1{
  text-transform: uppercase;
  font-weight: 900;
  transition: all;
  display: inline-flex;
  justify-content: center;
  background-image: url(./img/11.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 279px;
  width: 100%;
  flex-direction: column;
  font-size: 40px;
  text-align: center;
  align-items: center;
  margin: 0 auto;
  line-height: 55px;
  position: relative;
}
.h1 .span {
  color:#ffb700;
  transform: scale(1.1);
  
}
/* .h1::before {
  content: '';
  display: block;
  background-image: url(../Downloads/332.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 154%;
  width: 385px;
  position: absolute;
  bottom: -142px;
} */

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(3deg, #665813, #020100);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 50px 20px 50px;
    background-position: center;
    text-align: right;
}
.info{
    font-size: 25px;
    font-weight: 600;
    margin: 15px auto 0;
}
.manager {
    margin: 15px auto 0;
    position: relative;
    font-size: 18px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}
@keyframes span-one {
 0% {
  transform: rotate(0); 
 }
 100% {
  transform: rotate(20deg)scale(1.2);
 }
}
.span-img-one {
  position: relative;
  transition: all 1s;
  margin-bottom: 15px;


}
.span-img-two {
  position: relative;
  transition: all 1s;
}
 .span-img-one::before {
content: '';
display: block;
position: absolute;
transition: all 1s;
top: -10px;
background-image: url(./img/phone.svg);
height: 39px;
left: -45px;
width: 45px;
animation: span-one 1s infinite;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
.span-img-two::before {
  content: '';
  display: block;
  transition: all 1s;
  position: absolute;
  top: -8px;
  background-image: url(./img/phone.svg);
  height: 39px;
  left: -45px;
  animation: span-one 1s infinite;
  width: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  }
.manager span {
    margin-left: 50px;
    margin-right: 10px;
    color:  #ffb700;
    font-size: 20px;
    border-bottom: 1px solid #ffb700;
}

.accord-box{
    text-align: left;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.stats:hover {
  background-color: transparent;
  transform: scale(1.1);
  color: #fff;
  border: 2px solid red;
}
.stats{
    margin-right: 20px;
    transition: all 1s;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 20px;
    border: 2px solid #ffb700;
    background: #ffb700;
    border-radius: 20px;
}.stats a{
color: #fff;
font-weight: 900;
}
.delivery{
    font-size: 21px;
    color: #ffb700;;
    font-weight: 600;
    border-bottom: 2px dashed #fff;
    font-weight: 900;
    margin: 0 auto;
}
.btn{
    cursor: pointer;
    margin-right: 5px;
    padding: 9px 20px;
    font-size: 21px;
    background-color: #ffb700;
    border-color: #ffb800;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 20px;
    box-shadow: 0px 0.15em 0.3em 0px rgb(0 0 0 / 20%);
    transition: all 1s;
    border: 2px solid transparent;
}
.btn:hover {
  background-color: transparent;
  transform: scale(1.1);
  border: 2px solid red;
}
.text-block{
    width: 100%;
    max-width: 560px;
}
.price {
margin: 15px auto;
border: 2px solid #ffb700;
    padding: 5px;
    font-size: 18px;
    font-weight: 600;
}
.table {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 900;
}
/* .right-block{
    background-image: url(../Downloads/zoomlion-100-tonn.webp);
    background-repeat: no-repeat;
    height: 400px;
    width: 500px;
} */
.left-block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 70px;
    margin-right: 30px;
    margin-top: 20px;
}
.accord-box p {
    margin-bottom: 20px;
}

.td-table{
    padding: 10px;
}

@media (max-width: 700px) {
  .span-a {
    font-family: "Rubik Wet Paint", system-ui;
    display: inline;
  }
  .mobile {margin-left: 25px;}
  .display-none{
    display: none;
    margin-right: 5px;
  }
  .h1::before {
    position: absolute;
    width: 100%;
    bottom: -120px;
    left: -13px;
  }
  .manager{
   display: flex;
   margin: 0 auto;
  }
  .manager span {
    margin-left: 0;
  }
  .slider-container{
    width: 340px;
    height: 320px;
  }
  .accord-box{
    flex-direction: column;
  }
  .block-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }  
  .stats{
    text-align: center
  }
  .delivery{
    text-align: center;
  }
  .container {
    flex-direction: column;
    padding: 35px 20px 10px;
  }
  .phone-fixed {
    content: '';
    display: block;
    position: fixed;
    bottom: 20px;
    z-index: 999;
    background-image: url(./img/phone.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 20px;
    height: 50px;
    animation: span-one 1s infinite;
    width: 50px;
  }
  }
  .left-block {
    margin-right: 0;
    padding-bottom: 0;
  }
