
.slider__wrapper {
  overflow: hidden;
  border-radius: 20px;
}

.slider__item {
  flex: 0 0 100%;
  max-width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 7rem;
}
.slider__control
{
  display: none;
}
.second__indicator
{
  position: absolute;
}
  .slider__item:nth-child(1) {
    background-image: url("../img/ZAGOTOVKA.gif");
    background-size: cover;
    border-radius: 20px;
  }

  .slider__item:nth-child(2) {
    background-image: url("../img/firstbg.webp");
    background-size: cover;
    border-radius: 20px;
  }

  .slider__item:nth-child(3) {
    background-image: url("../img/firstbg.webp");
    border-radius: 20px;
    background-size: cover;
  }

  .slider__item:nth-child(4) {
    background-image: url("../img/firstbg.webp");
    border-radius: 20px;
    background-size: cover;
  }

  @media(max-width:720px)
  {
    .slider__item:nth-child(1)
    {
        background-size: contain;
    }
  }