.carousel-wrapper{
  height:1000px;
  position:relative;
  width:600px;
  margin:0 auto;
background-repeat: no-repeat;
  background-size: cover;
}
.carousel-item{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  padding:25px 50px;
  opacity:0;
  transition: all 0.5s ease-in-out;
}
.arrow{
  border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 12px;
}

.arrow-prev{
  left:-30px;
  position:absolute;
  top:50%;
  transform:translateY(-50%) rotate(135deg);
}
 
.arrow-next{
    right:-30px;
  position:absolute;
  top:50%;
  transform:translateY(-50%) rotate(-45deg);
  }

.light{
  color:white;
}




@media (max-width: 767px) {

 .carousel-wrapper{
  height:700px;
  position:relative;
  width:450px;
  margin:0 auto;
background-repeat: no-repeat;
  background-size: cover;
}






@media (max-width: 480px) {

 .carousel-wrapper{
  height:480px;
  position:relative;
  width:300px;
  margin:0 auto;
background-repeat: no-repeat;
  background-size: cover;
}


      .arrow, .light .arrow {
        background-size: 10px;
        background-position: 10px 50%;

      }
    }
}

/*Select every element*/
[id^="item"] {
    display: none;
  }

.item-1, .item-1-2021, .item-1-2020, .item-1-2019, .item-1-2018{
    z-index: 2;
    opacity: 1;
background-repeat: no-repeat;
  background-size: cover;



  }
.item-2, .item-2-2021, .item-2-2020, .item-2-2019, .item-2-2018{

   background-repeat: no-repeat;
  background-size: cover;
}
.item-3, .item-3-2021, .item-3-2020, .item-3-2019, .item-3-2018{

background-repeat: no-repeat;
  background-size: cover;

}

*:target ~ .item-1 {
    opacity: 0;
  }

#item-1:target ~ .item-1 {
    opacity: 1;
  }

#item-2:target ~ .item-2, #item-3:target ~ .item-3 {
    z-index: 3;
    opacity: 1;
  }


*:target ~ .item-1-2021 {
    opacity: 0;
  }

#item-1-2021:target ~ .item-1-2021 {
    opacity: 1;
  }

#item-2-2021:target ~ .item-2-2021, #item-3-2021:target ~ .item-3-2021 {
    z-index: 3;
    opacity: 1;
  }


*:target ~ .item-1-2020 {
    opacity: 0;
  }

#item-1-2020:target ~ .item-1-2020 {
    opacity: 1;
  }

#item-2-2020:target ~ .item-2-2020, #item-3-2020:target ~ .item-3-2020 {
    z-index: 3;
    opacity: 1;
  }


*:target ~ .item-1-2019 {
    opacity: 0;
  }

#item-1-2019:target ~ .item-1-2019 {
    opacity: 1;
  }

#item-2-2019:target ~ .item-2-2019, #item-3-2019:target ~ .item-3-2019 {
    z-index: 3;
    opacity: 1;
  }

*:target ~ .item-1-2018 {
    opacity: 0;
  }

#item-1-2018:target ~ .item-1-2018 {
    opacity: 1;
  }

#item-2-2018:target ~ .item-2-2018, #item-3-2018:target ~ .item-3-2018 {
    z-index: 3;
    opacity: 1;
  }





  .brand-list {
    overflow: hidden;
  }
  .wrapper1 {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 350px;
    animation: scroll 20s linear infinite;
  }
  @keyframes scroll {
    to {
      translate: calc(-4 * 350px);
    }
  }


.img-test{


max-hight: 50px;
max-width:50px;

}

.test1{
padding: 100px;
margin: 100px;
background-color: green;
background-image: url("https://i.ibb.co/6Hrbpws/Group-55-2.png");


background-image: url("https://i.ibb.co/m9btYTz/Group-55-2.png");


}


/* Размещение сертификатов  */





.history-company-img{
    display: flex;
    flex-wrap: wrap;
	 justify-content: center;

}
.history-item{
margin: 5px;
}

.history-img{
width: 400px; 
height: 300px;
}



