.oboi{
	position:relative;

}

.price-oboi{
    margin:0 auto;
	color:white;
	background-color: #0b91d2;
	border-radius: 10px;
	width:100px;
	text-align: center;


}
.flag img{
position:absolute;
	top:5px;
	left:25px;
	width:50px;
	height: 50px;
}
.swiper-slide img{

	margin:0 auto;
}

p.price{
	text-align: center;
}
.swiper-viewport{
	max-height: 500px !important;

}
@media (max-width: 1000px) {
	.swiper-viewport{
		height: 250px;
	}
}


@media (max-width: 400px) {
	.swiper-viewport{
		height: 150px;
	}
}

