input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration { display: none; }

/* IFRAME RESPONSIVE */
@media(max-width: 768px) {
    .thumb-wrap {
        position: relative;
        padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
        height: 0;
        overflow: hidden;
    }
    .thumb-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-width: 0;
        outline-width: 0;
    }
}


.footer-nav {
	position: relative;
	z-index: 30;
	overflow: visible;
}

.footer-nav .container,
.footer-nav .main-menu {
	overflow: visible;
}

.footer-nav .main-menu > li > ul {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	top: auto;
	bottom: 100%;
	left: 0;
	right: 0;
	max-width: none;
	width: 100%;
	-webkit-transform-origin: bottom;
	    -ms-transform-origin: bottom;
	        transform-origin: bottom;
	-webkit-transform: scaleY(0);
	    -ms-transform: scaleY(0);
	        transform: scaleY(0);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	z-index: 40;
}

.footer-nav .main-menu > li:hover > ul {
	-webkit-transform: scaleY(1);
	    -ms-transform: scaleY(1);
	        transform: scaleY(1);
}


.footer-nav .main-menu > li > ul > li > i {
	display: none;
}
@media (max-width: 575px) {
    .page-wrapper article .catalog-section > .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .page-wrapper article .catalog-section > .row > .col4 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 15px;
    }

    .catalog-section__item-product {
        padding: 20px 16px 18px;
    }

    .catalog-section__img {
        height: 200px;
    }

    .catalog-section__img img {
        max-height: 200px;
        max-width: 100%;
        width: auto;
        height: auto;
        object-fit: contain;
    }

    .catalog-section__item-product h6 {
        font-size: 12px;
        line-height: 16px;
        margin-top: 18px;
        white-space: normal;
    }

    .catalog-section__name {
        height: auto;
        min-height: 0;
        font-size: 16px;
        line-height: 1.35;
        overflow: visible;
    }

    .catalog-section__item-caption {
        height: auto;
        max-height: none;
        font-size: 14px;
        line-height: 1.4;
        overflow: visible;
    }

    .catalog-section__buklet {
        font-size: 13px;
        margin-top: 16px;
        margin-left: 28px;
    }

    .catalog-section__buklet::before {
        top: -2px;
        left: -26px;
        font-size: 18px;
    }
}
