.swiper-icon {
    height: 100px;
    background-color: #ffd25b;
    padding: 20px;
    border-radius: 20px;
    
  }
  .swiper-slide {

  }
  .swiper-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
  }
  .swiper-txt {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
  }
  .swiper-galery{
    /* background-color: #f5f5f5; */
    /* padding: 20px 0px; */
  }
.swiper-category {
  margin-top: 70px;
}
  .swiper-slide-gallery {
    /* padding: 0px 15px;
    overflow: hidden; */
    position: relative;
    padding-top: 39%;
  }

  .swiper-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    /* max-height: 500px; */
    /* width: 100%; */
    /* height: auto; */
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}


.swiper-button-prev,
.swiper-button-next {
  color: #e6e6e6; /* Замените на нужный цвет */
}











