
.shablon__menu_footer_1 {
    
    @media (max-width:959px) {
    	margin: 0 -16px!important;
    	border-bottom: 1px solid #434343;
    	
    	.light & {
    		border-bottom: 1px solid #ececec;
    	}
    	.menu_footer__item {
    		height: 52px;
    		display: flex;
    		align-items: center;
    		padding: 5px 66px 5px 16px;
    		position: relative;
    	}
    	.menu_footer__item__opener {
    		width: 50px;
    		height: 50px;
    		position: absolute;
    		right: 0;
    		top: 0;
    		background-image: url(../img/_menu_footer__item__opener_white.svg);
    		display: block;
    		background-repeat: no-repeat;
    		background-position: center center;
    		background-size: 8px auto;
    		cursor: pointer;
    		transform: rotate(180deg);
    		transition: transform .2s ease-in-out;
    	}
    	.light & .menu_footer__item__opener {
    		background-image: url(../img/_menu_footer__item__opener_black.svg);
    	}
    	.menu_footer__item__opener.active {
    		transform: rotate(0deg);
    	}
    	.menu_footer__level_2 {
    		display: none;
    		margin-top: 0;
    		padding: 0 16px 16px;
    	}
    }
}

@media (max-width: 959px) {
	.mini-subscribe__button-outer {
		margin-top: 50px!important;
	}
}
