.swiper-container {
	width: 100%;
	height: 100%;
	top: -8px;
}
.swiper-slide {
	text-align: center;
	font-size: 16px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 240px;
	object-fit: cover;
	border: 5px solid #965748;
}
span.swiper-pagination-bullet{
	background-color: #965748;
	opacity: 1;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #c89658;
}
.swiper-container.galery{
	overflow-x:scroll;
}
.swiper-slide.s1 {
    width: 386px !important;
	margin-left: 20px;
}
.swiper-slide.s2 {
    width: 142px !important;
}
.swiper-slide.s3 {
    width: 365px !important;
}
.swiper-slide.s4 {
    width: 374px !important;
}
.swiper-slide.s5 {
    width: 375px !important;
}
.galery .swiper-slide {
    margin-right: 20px;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.swiper-container.galery::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.swiper-container.galery {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  height: 274px;
}
#bottom-content .galery .swiper-slide i{
    background-image:url("../images/hand_right.png");
	width: 48px;
    height: 96px;
    position: absolute;
    bottom: -42px;
    right: -8px;
}