.bx-filter {
    position:relative;
}
.footer__menu--title a {
    color: var(--text-color-black);
    text-decoration: none;
}
.bx-filter .bx-filter-popup-result {
    z-index: 3;
}
.cities-list {
    -webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
}
.search-empty-result {
    font-size: 20px;
    color: #ff4444;
    font-weight: 500;
}
.input.field input {
    outline: none;
}
.mobile__link {
	position: relative;
	display: block;
}
.nav-expand>.mobile__link span {
    z-index: -1;
}

.nav-expand>.mobile__link::after {
	content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 15px;
    height: 15px;
    background-image: url(/local/templates/altermet/f/img/mob_arrow.png);
}
button.header__mobile-city {
    margin-bottom: 20px;
    outline: none;
    border: none;
    background: none;
    color: var(--text-color-gold);
    padding: 0;
    font-size: 18px;
}
ul.map-level-0 {
    display: flex;
    flex-wrap: wrap;
    margin-left:-15px;
    margin-right:-15px;
}
ul.map-level-0>li {
    margin: 15px 0;
    padding-left:15px;
    padding-right:15px;
    width:33.3333%;
    box-sizing: border-box;
}


.header-email-block {
	display: inline;
	position: relative
}

.email-tooltip {
    position: absolute;
    bottom: -35px;
    left: 0;
    background-color: #979797;
    color: #000;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
    white-space: nowrap;
    z-index: 10;
    display: none;
    cursor: pointer;
    min-width: 180px;
    text-align: center;
}

@media (max-width:768px) {
    ul.map-level-0>li {
        width:50%;
    }
}
@media (max-width:500px) {
    .cities-list {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
    ul.map-level-0>li {
        width:100%;
    }
}

header .container {
    position: relative;
}

header .menu_btn {
    cursor: pointer;
    &:hover {
        text-decoration: underline;
        text-underline-offset: 5px;
    }
}

.wrap_menu {
	position: absolute;
	left: 0;
	z-index: 2;
	top: calc(100% - -20px);
	width: 100%;
	max-height: calc(100vh - 215px);
	font-weight: 400;
	display: none;
    background: #F5F5F4;
    border-radius: 30px;
    padding: 20px;
    & * {
        box-sizing: border-box;
    }
}

.wrap_menu .menu_list {
	max-height: calc(100vh - 300px);
	overflow: hidden;
	overflow-y: auto;
	padding-right: 10px;
	width: 25%;
	border-radius: 10px;
	display: none;
    &:nth-child(even) {
        background: #FFFFFF;
        & a {
            &::after {
                
                border-bottom: 1px solid #EBEBEA;
            }
        }
    }
    &:first-child a {
        justify-content: flex-start;
        & .icon {
            width: 30px;
            height: 22.5px;
            margin-right: 5px;
            & img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
        & span {
            margin-right: 0;
            width: calc(100% - 35px);
        }
    }
    &:last-child {
        padding-right: 0;
    }
}

.wrap_menu .menu_list {
    & .link_list {
        height: 100%;
    }
}

.wrap_menu .menu_list .menu_title {
	display: none;
}

.top_fixed .wrap_menu {
	max-height: calc(100vh - 68px);
}

.top_fixed .wrap_menu .menu_list {
	max-height: calc(100vh - 68px);
}

.wrap_menu .link_list {
    width: 100%;
}

.wrap_menu .menu_list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	transition: all 0.3s ease;
    text-decoration: none;
    border-radius: 10px;
    position: relative;
	& svg {
		width: 20px;
		height: 20px;
		display: block;
		& path {
			transition: all 0.3s ease;
		}
	}
	& span {
		max-width: calc(100% - 30px);
		display: block;
		margin-right: 10px;
        &:last-child {
            margin-right: 0;
            max-width: unset;
        }
	}
    &:last-child {
        border-bottom: 0;
    }
    &::after {
        position: absolute;
        content: "";
        left: 0;
        top: 100%;
        height: 1px;
        width: 100%;
        border-bottom: 1px solid #ffffff;
    }
}

.wrap_menu .menu_list.active_hover a {
	&.hover {
		background: #010101;
        color: #FFFFFF;
        font-weight: 500;
		& svg path {
			stroke: #FFFFFF;
		}
	}
}

/* .wrap_menu .link_list a span {
	color: #000;
}
.wrap_menu .link_list a:hover span, .wrap_menu .link_list a.hover {
	color: #fff;
} */

.wrap_menu .menu_list::-webkit-scrollbar-thumb {
    background: rgba(161, 161, 161, 1);
    border-radius: 5px;
}
.wrap_menu .menu_list::-webkit-scrollbar {
    width: 3px;
    background: #ffffff;
}

header a.menu_btn  {
	color: #fff;
	text-decoration: none;
}
header a.menu_btn.active {
	text-decoration: underline;
}

.wrap_menu .menu_list a {
	color: #000;
}

.left_submenu__item.active_section a.left_submenu--link {
	font-weight: 700;
    color: #e2b663;
}

.left_menu--item.active_section a.left_menu--link {
	color: #e2b663;
}

.price-bot-section{
	font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
	text-align: center;
}

@-moz-document url-prefix() {
    .wrap_menu .menu_list {
        scrollbar-color: rgba(161, 161, 161, 1) #ffffff;
    }
}

@media (max-width: 1270px) {
    .links_section a {
        width: calc((100% / 8) - 4px);
    }
}
/* новое */
@media (max-width: 1024px) {
    .wrap_menu .menu_list {
        width: 100%;
        & .link_list {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
        }
    }
    .wrap_menu .menu_list:not(:last-child) {
        border-right: 0;
    }
    .wrap_menu .menu_list a {
        width: calc(100% / 3);
    }
    .wrap_menu .menu_list .menu_title {
        display: block;
        padding: 0 20px 10px 20px;
        text-align: center;
        line-height: 25px;
        position: relative;
        margin-bottom: 10px;
        border-bottom: 1px solid rgb(221, 221, 221);
        & .back {
            position: absolute;
            cursor: pointer;
            left: 20px;
            top: 0;
            background: url(../icons/small_arrow_r.svg) center / contain no-repeat;
            width: 25px;
            height: 25px;
            z-index: 1;
            transform: rotate(180deg);
        }
        & .title_name {
            padding: 0 35px;
        }
    }
    .wrap_menu .menu_list:first-child .menu_title {
        display: none;
    }
    .wrap_menu .menu_list {
        &:nth-child(even) {
            background: none;
        }
    }
}

.search__result--sections,
.search__result--elements {
	color: #ababab;
	font-size: 16px;
	font-weight: 600;
	margin: 20px 0 5px 0;
}

.searched-sections {
	margin: 20px 0 40px 0;
}

.searched-sections a {
	display: inline-block;
	color: #000;
	text-decoration: none;
	padding: 5px 10px;
	border: 1px solid #000;
	border-radius: 20px;
	margin: 7px 10px 0 0;
}

.searched-sections a:hover {
	background-color: #eee;
}
.catalog-search .catalog__item {
	grid-template-columns: 1fr 1fr;
}

/* .search__result.active {
    max-height: 500px;
    overflow-y: scroll;
}
 */
 
 .search__result--list {
	 max-height: 500px;
    overflow-y: scroll;
 }