body{
    margin: 0;
    padding: 0;
    background-color: #121212;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

a{
    text-decoration: none;
    color:#fff;
}


h1{
    color: #fff;
    display: flex;
  
    justify-content: center;
    TEXT-ALIGN: center;
    align-items: center;
   
    font-size: 15px;
    margin-top: 15px;
}

.logo{
    height: 120px;
    width: 200px;
    display: flex;
    margin: 0 auto;
}

.menu{
    display: none;
}

.transition-fade {
  transition: 0.4s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}
.menu__block .nav__item{
    display: none;
}
.nav{
    display: flex;
    height: 50px;
    width: 100%;
    background-color: #fef862;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 2px;
    
}

.nav__item{
    margin-left: 15px;
  
    border-radius: 25px;
    
    font-size: 16px;
}

.link{
    color: #000;
}

.link:hover{
    color: rgba(102, 106, 97, 0.782);
}

.title{
    color: #fef862;
    display: flex;
    height: 100px;
    
    text-align: center;
    align-items: center;
   
    justify-content: center;
    font-size: 50px;
    margin:-25px auto;
    margin-top: 50px;
}

.subtitle{
    color: #fff;
    display: flex;
    height: 50px;
    width: 75%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin:0 auto;
    margin-top: 20px;
}

.foto__text{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 800px;
    height: 440px;
    margin: 0 auto;
    margin-top: 80px;
}

.foto__block{
    height: 100%;
    width: 50%;

}

.foto{
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

.text__block{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.text__block__title{
    color: #fef862;
    display: flex;
    height: 50px;
    width: 90%;
    text-align: center;
    align-items: center;
   
    justify-content: center;
    font-size: 25px;
    
    margin-top: 20px;
}

.text__block__subtitle{
    color: #fff;
    display: flex;
  
    
    align-items: center;
   
    font-size: 15px;
    margin-top: 10px;
}

.mini{
    font-size: 20px;
}

.offset{
    display: flex;
    height: 400px;
    width: 60%;
    margin: 0 auto;
    border-radius: 25px;
    margin-top: 40px;
    

}


.about__us{
    display: flex;
    width: 90%;
    height: 800px;
    border-radius: 25px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-image: url("images/about.webp");
}

.about__container{
    display: flex;
    flex-direction: column;
    width: 90%;
    height: 90%;
    border-radius: 25px;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #2b2b2b45;
    color: rgb(0, 0, 0);
}

.about__title{
    color: #000;
    font-size: 40px;
    font-weight: bolder;
    margin-top:10px;
}

.about__subtitle{
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    width: 80%;
}

.call{
    display: flex;
    margin: 0 auto;
    height: 200px;
    width: 80%;
    border-radius: 25px;
    background-color: #fef862;
    margin-top: 50px;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.footer{
width: 100%;
    height: 180px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    border-radius: 0px;
    background-color: #232222;
}

.wite__text{
    color: #fff;
}


.price__block{
    display: flex;
    height: 400px;
    width: 90%;
    background-color: #2b2b2b;
    margin-top: 50px;
    margin: 0 auto;
    border-radius: 25px;
  
    align-items: center;
    color: #fff;
    
}

.price__item{
    display: flex;
    height: 100%;
    flex: 1;
   
    flex-direction: column;
    align-items: center;
    justify-content: center;
   
    
}

.ellow{
    color: #000;
    background-color: rgb(225, 250, 64);
}

.li__price{
    margin-top: 10px;
        color: #ffff70;
}

.brand__block{
    display: flex;
    width: 100%;
    height:90px;
    background-color: #121212;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    font-weight: bolder;
}

.white{
    color: #fff;
}

.brands{
    display: flex;
    width: 100%;
    height:100%;
    background-color: #2b2b2b;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
}

.brands__items_1{
    display: flex;
    width: 100%;
    height:50%;
    background-color: #2b2b2b;
 
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
}

.brands__items_2{
    display: flex;
    width: 100%;
    height:50%;
    background-color: #2b2b2b;
    
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
}


.brands__item{
    color: #fef862;
    margin-left: 30px;
    font-size: 30px;
}

.about__body{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin: 20px;
    width: 90%;
    height: 800px;
    background-image: url('images/history.webp');
    background-position: center ;
    
   border-radius: 25px;
    
}


.why__body{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 40px;
    width: 95%;
    height: 150%;
    background-color: #fef862;
    background-position: center ;
    
   border-radius: 25px;
}

.bc{
    background-color: rgb(73, 73, 73);
    border-radius: 25px;
}

.bcyellow{
    background-color: #fef862;
    border-radius: 25px;
}

.black{
    color: #000;
}

.time__icon{
   
    width: 50px;
    height: 50px;           
    display: flex;
    margin: 0 auto;
    margin-top: 20px;
}

.icons__div{
    display: flex;
}

.icons{
    margin-top: 10px;
    margin-left: 10px;
    width: 20px;
    height: 20px;
}

.white__block{
    background-color: rgba(255, 255, 255, 0.789);
    margin-top: 80px;
    width: 100%;
    height: 200px;
}



@media (max-width:1200px) {

    .white{
        color: #fff;
    }
    
    .nav{
        width: 100%;
    } 

    .about__us{
        display: flex;
        width: 90%;
        height: 500px;
        border-radius: 25px;
        margin: 0 auto;
        margin-top: 50px;
        text-align: center;
        align-items: center;
        justify-content: center;
        background-image: url("images/about.webp");
    }
    
    .about__title{
       
        font-size: 30px;
        font-weight: bolder;
    }
    
    .about__subtitle{
        color: #000;
        font-size: 19px;
        font-weight: bold;
        margin-top: 20px;
        width: 80%;
    }

    .map{
        height: 200px;
    }

    .price__block{
        display: flex;
        height: 560px;
        width: 90%;
        background-color: #2b2b2b;
        margin-top: 50px;
        margin: 0 auto;
        border-radius: 25px;
    
        align-items: center;
        color: #fff;
        
    }
    
    .price__item{
        display: flex;
        height: 100%;
        flex: 1;
       font-size: 13px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
       padding-left: 10px;
       padding-right: 10px;
        
    }

    .brands__item{
        margin-left: 20px;
        font-size: 20px;
    }

    .text__block__title{
        width: 90%;
        font-size: 25px;
    }

}

@media (max-width:760px) {.menu__block .nav__item{
        display: flex;
    }
    .flex{
        display: flex;
    }
    .nav{
        width: 100%;
        margin-top: 10px;
        background-color: #121212;
        display: none;
    }

    .menu{
        width: 50px;
        height: 50px;
        display: flex;
        margin: 20px;
       
       
    }

    .menu__block{
        position: absolute;
        flex-direction: column;
        top: 0;
        display: none;
        width: 80%;
        height: 100%;
        background-color: #fef862;

    }


    .close{
        color: #121212;
        margin: 20px;
    }


    .nav__item{
        margin-left: 5px;
        display: flex;
        color: #fff;
        margin: 20px;
        font-size: 20px;
    }

    .logo{
        display: flex;
        height: 100px;
        width: 150px;
      
    
        margin-left:  auto;
        position: absolute;
        right: 0;
    }
    .foto__block{
        height: 700%;
        width: 80%;
    
    }

    .foto__text{
        width: 350px;
        margin-top: 150px;
        flex-direction: column;
       
    }
    .foto{
        display: flex;
        order: 1;
        width: 100%;
        height: 100%;
    }

    .text__block{
        order: 2;
        width: 80%;
        height: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        background-color: rgba(53, 51, 51, 0.497);
        padding: 10px;
        border-radius: 25px;
    }
    
.time__body {
display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 800px;
    background-color:#121212;
    background-position: center;
    border-radius: 25px;
}

.time__container{
    display: flex;
    flex-direction: column;
    width: 90%;
    height: 90%;
    border-radius: 25px;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #2b2b2b45;
    color: rgb(0, 0, 0);
}

    .about__title{
        
        font-size:20px;
        font-weight: bolder;
    }
    
    .about__subtitle{
        color: #000;
        font-size: 13px;
        font-weight: bold;
        margin-top: 20px;
        width: 80%;
    }


    .title{
        font-size: 30px;
    }

    .subtitle{
        font-size: 15px;
        width: 80%;
    }
    
    .price__block{
        display: flex;
        height: 800px;
        width: 90%;
        background-color: #2b2b2b;
        margin-top: 50px;
        margin: 0 auto;
        border-radius: 25px;
        flex-direction: column;
        align-items: center;
        color: #fff;
        
    }
    
    .price__item{
        display: flex;
        height: 100%;
        width: 100%;
       font-size: 10px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
       padding-left: 0px;
       padding-right: 0px;
        
    }

    .brands__item{
        margin-left: 15px;
        font-size: 15px;
    }

    .bc{
        background-color: rgba(73, 73, 73, 0);
        border-radius: 25px;
    }
    
    .bcyellow{
        background-color: rgba(73, 73, 73, 0);
        border-radius: 25px;
    }

    .text__block__title{
        width: 90%;
        font-size: 23px;
    }
}

@media (max-width:480px) {
    .nav{
        width: 100%;
        margin-top: 10px;
    }



    .title{
        font-size: 30px;
    }

    .subtitle{
        font-size: 12px;
        width: 85%;
    }

.nav__item{
        margin-left: 5px;
        display: flex;
        color: #fff;
        margin: 20px;
        font-size: 20px;
    }

    .logo{
        height: 100px;
        width: 150px;
        display: flex;
        margin: 0 auto;
    }

    .foto__text{
        width: 310px;
        margin-top: 150px;
        flex-direction: column;
        margin: 0 auto;
        margin-top: 150px;
    }

    .offset{
        display: flex;
        height: 200px;
        width: 80%;
        margin: 0 auto;
        border-radius: 25px;
        margin-top: 70px;
    
    }

    .about__title{
     
        font-size:15px;
        font-weight: bolder;
    }
    
    .about__subtitle{
        color: #000;
        font-size: 12px;
        font-weight: bold;
        margin-top: 20px;
        width: 90%;
    }

    .map{
        height: 200px;
    }

    
    .brands__item{
        margin-left: 10px;
        font-size: 10px;
    }

    .text__block__title{
        width: 90%;
        font-size: 20px;
    }

    .black{
        color: #fff;
    }
    
}

.custom-colored-h1
{
    color: #000;
    font-size: 18px;
        display: flex;
    margin: 0 auto;
    height: auto;
    width: 80%;
    border-radius: 15px;
    background-color: #fff8;
    margin-top: 30px;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}

* {
  margin:1;
  padding:1;

}


h3{
  text-align:center;
  color: #Faf862; 
  font-size: 50px;
  display: flex;
    margin: auto;
    height: 130px;
    width: 95%;
    border-radius: 20px;
    background-color: #232222;
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 900px;
}

.roller{
  height: 4.125rem;
  line-height: 4rem;
  position: relative;
  overflow: hidden; 
  width: 100%;
  display: flex;
  justify-content:center;
  align-items: center;
  
  color: #fff;
}


#spare-time{
  font-size: 2.5rem;
  font-style:normal;
  letter-spacing: 0.5rem;
  margin-top: 0;
  color: #fef862;
  
}

.roller #rolltext {
    font-size:25px;
  position: absolute;
  top: 0;
  animation: slide 7s infinite; 
  text-align: center;
}

@keyframes slide {
  0%{
    top:0;
  }
  25%{
    top: -4rem;    
  }
  50%{
    top: -8rem;
  }
  72.5%{
    top: -12.25rem;
  }
}

@media screen and (max-width: 480px){
  h3{
  text-align:center;
  color: #fef862; 
  font-size: 30px;
    display: flex;
    margin: auto;
    height: 80px;
    width: 95%;
    border-radius: 20px;
    background-color: #232222;
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
  
  
  
  .roller{
  height: 2rem; 
  line-height: 2.125rem;  
  }
  
  #spare-time {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
  
  .roller #rolltext {  
  animation: slide-mob 7s infinite;  
  font-size: 15px;
  text-align: center;
}
  
  @keyframes slide-mob {
  0%{
    top:0;
  }
  25%{
    top: -2.125rem;    
  }
  50%{
    top: -4.25rem;
  }
  72.5%{
    top: -6.375rem;
  }
}

.photo{
    display: flex;
    width: 50%;
    height: 100%;
    border-radius: 25px;
}
