@media (max-width: 1024px) {
	.h2l ul li,
	.h2l .nav-dropdown-list-item {
		margin-right: 0 !important;
		border-bottom: 1px solid #fff;
	}
	.h2l ul li:last-child {
		border-bottom: 0;
	}

	.h2l ul li .btn-toogle-dropdown {
		width: 46px;
		height: 46px;
		margin: 0;
	}

	.h2l ul li a,
	.h2l ul li .nav-dropdown-link {
		border-bottom: 0;
	}

	.h2l ul li a,
	.h2l ul li .whlink {
		display: block;
	}

	.h2l ul li a:hover,
	.h2l ul li .whlink:hover,
	.h2l ul li a:active,
	.h2l ul li .whlink:active {
		padding: 10px;
		background: none;
	}

	.h2l ul li:hover {
		background: none;
	}

	.h2l .nav-dropdown-list {
		position: static;
	}

	.h2l ul li:hover .nav-dropdown-list {
		display: none;
	}
    .h2l ul li .btn-toogle-dropdown:after {
        transition: transform .25s linear;
    }

    .h2l ul li.has-sub-dropdown-opened .btn-toogle-dropdown:after {
        transform: rotate(-180deg);
        transition: transform .25s linear;
    }
}
