#index_galery {
display:flex;
flex-wrap:wrap;
justify-content: start;
gap:15px;
padding: 0 15px 20px 15px;
}


#index_galery .gallery-item{
 
 
    display: flex;
 
}

#index_galery .gallery-item>div:first-child{
 
    height: 75px;
    width: 300px;
    border-bottom-left-radius: 20px;
    display: flex;
    align-items: center;;
    border: 3px solid #E2E2E2;
    border-right: none;;

}

#index_galery .gallery-item > div:last-child {
  height: 100%; /* по высоте изображения */
  width: 37px;
  background-image: url('/pic/arrow.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain; /* масштабирует целиком фон */
}
 

#index_galery .gallery-item .img100{
  width:100px;
  padding:5px;
 
}


#index_galery .gallery-desc{
    width:100%;
    text-align: center;
 
}

#index_galery .gallery-item img {
  max-height: 60px;
 margin:3px;
   border-bottom-left-radius: 20px;
}

.gallery-item  a {
color: #19191A;
text-decoration: none;
}

@media (max-width: 370px) {




#index_galery .gallery-item .img100{
  width:100px;
  padding:5px;
 
}
#index_galery .gallery-item img {
  width: 100%;     
  height: 100%;   
  object-fit: contain;  
  display: block;   
}









  #index_galery .gallery-item{
    width:100%;
  }

 #index_galery .gallery-item>div:first-child{
    height: 75px;
    width: 100%;
    border-bottom-left-radius: 20px;
    display: flex;
    align-items: center;;
    border: 3px solid #E2E2E2;
    border-right: none;;

}

#index_galery .gallery-item > div:last-child {
  height: 100%; /* по высоте изображения */
  width: 40px;
  background-image: url('/pic/arrow.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size:cover
 
 
}
}