.swiper-slide {
	flex-shrink: 0;
	width: 33%;
	margin-bottom: 5px;
	height: auto;
	position: relative;
	transition-property: none;
	display: inline-block;
}
.tp-gallery:hover img {
	transform: scale(0.95);
}
.tp-step-2-top-meinus {
	margin-bottom: -40px;
	margin-top: -160px;
}
 @media (max-width: 991px) {
.swiper-slide {
 width: 32%;
}
 .tp-step-2-top-meinus {
 margin-top: -220px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 1200px) {
 .kir {
 display:none!important;
}
}