footer{
    margin-top: 30px;
}

 div[id^="wait_"] 
{ 
	display: none !important; 
	background: none !important; 
	border: 0 !important; 
	color: #000000; 
	font-family: Verdana, Arial, 
	sans-serif; font-size: 11px; 
	font-style: normal !important; 
	font-variant: normal !important; 
	font-weight: normal; 
	letter-spacing: normal !important; 
	line-height: normal; 
	padding: 0 !important; 
	position: absolute; 
	text-align: center !important; 
	text-indent: 0 !important; 
	width: 0px !important; 
	height: 0px !important; 
	word-spacing: normal !important; 
	z-index: 0; 
	content: ""; 
}
.hd_mail {
	font-size: 18px !important;
	padding-bottom: 4px ;
}
.remove-filters {
	margin-left: 20px;
} 
@media (max-width: 767px) {
	.remove-filters {
		margin: 20px 0 0;
	} 
}
.m_catal--left:nth-child(3) .m_catal--box {
	max-height: 300px;
}/*
#dscallback_footer {
	display: none;
}*/

.new-exper-block{
	display: none !important;
}

.new-exper-block.show{
	display: block !important;
}

.product-about__box.new-exper-block.show{
	display: flex !important;
}

.old-exper-block.hide{
	display: none !important;
}

#CalltouchWidgetFrame{
    bottom: 0 !important;
    right: 0 !important;
}

#pact-widget{
    right: 0 !important;
    left: unset !important;
    bottom: 70px !important;
}

#pact-widget span{
    display: none !important;
}




.section__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
}

.col {
	padding: 36px 32px 40px;
	border-right: 1px solid #e8e4de;
	position: relative;
}

.col:last-child {
	border-right: none;
}

.col__label {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #E8732A;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.col__label::after {
	content: '';
	display: block;
	height: 2px;
	flex: 1;
	background: #E8732A;
	opacity: 0.2;
}

.col__list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.col__list li {
	font-size: 14.5px;
	color: #2d2d2d;
	line-height: 1.4;
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.col__list li::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	min-width: 6px;
	border-radius: 50%;
	background: #E8732A;
	margin-top: 5px;
}

/* Tablet */
@media (max-width: 768px) {
	body { padding: 24px 16px; }

	.section__header {
		padding: 32px 24px 28px;
	}

	.section__grid {
		grid-template-columns: 1fr 1fr;
	}

	.col:nth-child(2) {
		border-right: none;
	}

	.col:nth-child(3) {
		grid-column: 1 / -1;
		border-right: none;
		border-top: 1px solid #e8e4de;
	}
}

/* Mobile */
@media (max-width: 480px) {
	body { padding: 16px 12px; }

	.section__header {
		padding: 28px 20px 24px;
	}

	.section__grid {
		grid-template-columns: 1fr;
	}

	.col {
		padding: 28px 20px;
		border-right: none;
		border-bottom: 1px solid #e8e4de;
	}

	.col:last-child {
		border-bottom: none;
	}

	.col:nth-child(3) {
		grid-column: auto;
		border-top: none;
	}
}

@media (max-width: 1100px){
	.header--wrap.fl_jcb_cent{
		justify-content: space-between;
	}

	.hd_btns--wrap.fl_jcb{
		width: auto;
	}
}