/* CSS Document slider-exhibitions*/
.exhibition{
	margin-bottom: 30px;
}
.slider-exhibition{
	position: relative;
	min-width: 0; /*важно*/
}

/*_ibg-exhibitions*/
._ibg-exhibitions{
	position: relative;
}
._ibg-exhibitions img {
	/*background: #646464;*/
	background:#64646475;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/*object-fit: cover;*/
	object-fit: contain;
	border-radius: 10px;
}
/*_ibg-exhibitions end*/

/*mySwiper1*/
.slider-exhibition__body{
	/*mySwiper1*/
}
.swiper-wrapper{}
.swiper-slide{
    position: relative;
	display: flex;
	flex-direction: column;
    /*box-shadow: 0 4px 10px rgba(0, 0, 0, .1);*/
	box-shadow: 0 0 15px rgba(97, 97, 97, 0.5);
	border-radius: 5px;
	
}
.swiper-slide__body{
	padding: 10px;
}
.swiper-slide__img{
	padding: 0 0 100% 0;
	opacity: 1;
	transition: all 0.5s ease 0s;
}
.swiper-slide:hover .swiper-slide__img{
	opacity: 0.9;
}
/*точки*/
.slider-exhibitions__dotts{
	margin-top: 15px;
}

.swiper-pagination-bullet{
	opacity: .5;
	background: bisque;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: bisque;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
}
/*точки end*/
