

/* Start:/local/templates/new/components/bitrix/catalog/main/style.css?17702797731234*/
.other_prazdnik{
	display: flex;
	column-gap: 30px;
}
.table_block_mobile{
	overflow-x: auto;
}
.ipgifts_table {
  border-collapse: collapse;
}

.ipgifts_table td, 
.ipgifts_table th {
  border: 2px solid #EFEFEF;
  padding: 4px;
}
.ipgifts_table tr:first-child{
	background: #EFEFEF;
}
.other_prazdnik_block {
	padding: 25px 0;
}
.other_prazdnik_block .title-block-big {
    padding: 40px 0 32px;
}
.other_prazdnik .item{
	width: calc(100%/3 - 15px);
	display: flex;
	justify-content: center;
	border: 1px solid #f5f5f5;
    transition: box-shadow .3s ease;
}
.other_prazdnik .item:hover{
	box-shadow: 0 0 27px 0 rgba(0, 0, 0, .1);
}
.other_prazdnik .item .image {
    padding: 24px 24px 0 24px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.other_prazdnik .item .title{
	padding: 13px 20px 20px;
	font-weight: 700;
}
.other_prazdnik .item a{
	display: flex;
    flex-direction: column;
}
@media (max-width:750px){
	.other_prazdnik{
		column-gap: 10px;
	}

	.other_prazdnik .item{
		width: calc(100%/3 - 5px);
	}
}
@media (max-width:600px){
	.other_prazdnik{
		flex-wrap: wrap;
	}
	.other_prazdnik .item{
		width: 100%;
	}
}
/* End */
/* /local/templates/new/components/bitrix/catalog/main/style.css?17702797731234 */
