.mobile{
	display:none !important;
}
@media (max-width: 600px) {
    .header_top{
		display: inline-block;
	}
	.logottopbl{
		display: inline-block;
		width: 50%;
		float:left;
	}
	.bloc_center_header{
		display: inline-block;
		width: 50%;
		float: right;
	}
	.right_header{
		display: inline-block;
		width: 100%;
		padding: 0px;
		margin-top: 10px;
	}
	.phone_top{
		display: inline-block;
		float: left;
		line-height: 38px;
	}
	.lk_header_bl{
		float: right;
	}
	.pc{
		display:none !important;
	}
	.mobile{
		display: inline-block !important;
		width: 100%;
	}
	.icon_shops {
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	.icon_shops>div{
		display: inline-block;
        margin-top: 5px;
	}
	.header--v4 .search .search__wrapper{
		position: relative;
		height: auto;
		display: inline-block;
		visibility: visible;
		opacity: 1;
		background: transparent;
		padding: 0;
	}
	.header--v4 .search .search__wrapper-in{
		opacity: 1;
		transform: none;
	}
	.header--v4 .search .search__input{
		font-size: 15px;
		height: 20px;
		margin: 0;
		border: 1px solid #000;
		border-radius: 10px;
		padding: 17px;
		color: #000;
	}
	.header--v4 .search .search__btn{
		display: inline-block;
		right: 0px;
		text-align: right;
	}
	.search .search{
		margin-top: 10px;
		background: #fff;
		display: inline-block;
		width: 100%;
	}
	.header_center{
		height: auto;
		display: inline-block;
		text-align: center;
	}
	.nav__topline-menu{
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	.nav__topline-menu li{
		display: inline-block;
	}
	.colgltop{
		display: inline-block;
		width: 100%;
	}
	
    .catalog-module-content {
        display: none;          /* скрываем сам модуль */
    }
	.catalog-module-content.fixed {
		display: inline-block;
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0px;
		left: 0px;
		background: #C4181D;
		z-index: 9999;
	}
	.clos_men {
		position: absolute;
		right: 0px;
		top: 0px;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		color: #000;
		font-weight: 600;
		background: #fff;
		border-radius: 0px 0px 0px 10px;
		cursor: pointer;
		z-index: 9999;
	}
	.men_osn_shop ul li{
		width: 100%;
		text-align: left;
		
	}
	.men_osn_shop ul li.mega-menu__item a{
		border-bottom: 1px solid #fff;
        width: 100%;
        display: inline-block;
        padding: 10px 5px;
	}
	span.openmodalmenu {
		font-weight: 400;
        color: #fff;
        padding-left: 30px;
        position: relative;
        font-size: 20px;
        line-height: 37px;
        display: inline-block;
	}
	span.openmodalmenu svg{
		position: absolute;
        left: 0px;
        top: 6px;
	}
	/* =============================================
	   МОБИЛЬНОЕ МЕГА-МЕНЮ
	   Контейнер: .men_osn_shop.mobile
	   ============================================= */

	/* По умолчанию все подменю скрыты */
	.men_osn_shop.mobile .mega-menu__sub{
		display:none !important;
	}
	/* Активное подменю – полный экран */
	.men_osn_shop.mobile .mega-menu__sub--active {
	  display: block !important;
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  height: 100dvh;
	  overflow-y: auto;
	  background: #fff;
	  z-index: 1000;
	  padding: 20px 16px 40px;
	  box-sizing: border-box;
	  animation: submenuSlideIn 0.25s ease;
	}
	.mega-menu__sub{
		border-radius:0px;
	}
	@keyframes submenuSlideIn {
	  from { transform: translateX(100%); }
	  to   { transform: translateX(0); }
	}

	/* Кнопка «Назад» */
	.mega-menu__back {
	  display: none;
	  align-items: center;
	  gap: 8px;
	  padding: 12px 0 16px;
	  margin-bottom: 12px;
	  border: none;
	  background: none;
	  font-size: 16px;
	  font-weight: 600;
	  color: #333;
	  cursor: pointer;
	  width: 100%;
	  text-align: left;
	  border-bottom: 1px solid #eee;
	  -webkit-tap-highlight-color: transparent;
	}

	/* Показываем кнопку только внутри активного подменю */
	.men_osn_shop.mobile .mega-menu__sub--active > .mega-menu__back {
	  display: flex;
	}

	.mega-menu__back::before {
	  content: '';
	  display: inline-block;
	  width: 8px;
	  height: 8px;
	  border-left: 2px solid currentColor;
	  border-bottom: 2px solid currentColor;
	  transform: rotate(45deg);
	  flex-shrink: 0;
	  margin-right: 4px;
	}

	/* Стрелка раскрытия */
	.men_osn_shop.mobile .mega-menu__arrow {
	  display: inline-flex;
	  align-items: center;
	  justify-content: center;
	  width: 44px;
	  height: 44px;
	  min-width: 44px;
	  cursor: pointer;
	  flex-shrink: 0;
	  user-select: none;
	  -webkit-tap-highlight-color: transparent;
	  margin-left: auto;
	  position: relative;
	  z-index: 2
	}
	.men_osn_shop.mobile .mega-menu__arrow::before {
	  content: '›'; /* или \203A */
	  font-size: 22px;
	  line-height: 1;
	  color: #333;
	}
	.colgl-md-2{
		width: 50%;
        float: left;
	}
	.colgl-md-6{
		display: inline-block;
	}
	.docprem .col-md-4{
		margin-bottom: 15px;
	}
	.footer_cat .nav__dropdown>li{
		width:100%;
	}
	.banpodb .banner-podbor{
		height:auto;
	}
	.banpodb.vopros .text_center_podb {
		padding: 0px;
		text-align: center;
		margin-top: -90px;
	}
	.banpodb .text_center_podb {
		padding: 0px;
		text-align: center;
		margin-top: -40px;
	}
	.banpodb .text_center_podb strong{
		line-height: 29px;
		margin-bottom: 20px;
	}
	.banpodb .banner__button{
		top: 0px;
		right: 0;
	}
	.banpodb.vopros .imgautopod{
		text-align: center;
		width: 100%;
	}
	.banpodb .imgautopod{
		text-align: center;
		width: 100%;
		margin-top:-50px;
	}
	.products__heading {
		display: inline-block;
		width: 100%;
		padding: 0px;
		margin: 0px;
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.products.newsblock .media__head{
		display: inline-block;
		width: 100%;
	}
}