.gift-cert-big {
	
}
.gift-cert-big__row {
	margin: 50px 0 0;
}
.gift-cert-big__row:first-child {
	margin-top: 0;
}
.gift-cert-big__title {
	display: none;
	font-size: 18px;
	color: #515151;
	margin-bottom: 18px;
}
.gift-cert-big--more .gift-cert-big__title{
	display: block;
}
.gift-cert-big__holder {

}
.gift-cert-big__item {
	display: none;
}
.gift-cert-big__item--active {
	display: block;
}
.gift-cert-big__image-wrapper {
	border-radius: 10px;
	overflow: hidden;
}
.gift-cert-big__image {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
