.header-top__wrap {
}
 
.header-top__side {
}
.header-top__geo {
}
 
.header-top__geo-icon {height: 1rem;width: .75rem;}
 
 
.header-top__geo-name {font-size: 0.9375rem;font-weight: 600;color: var(--color__fill-2);display: flex;align-items: center;}
.header-top__nav {gap: 1rem;}
.header-top__nav-item {display: flex;}
.header-top__nav-link {font-size: 0.9375rem;font-weight: 600;/* opacity: .64; */display: flex;align-items: center;color: rgb(20 20 43 / 64%);cursor: pointer;}

.header-top__nav-link:hover {
    color: var(--color__fill-2) !important;
}
 
.header-top__nav-marker {margin-left: .5rem;width: .375rem;height: .375rem;background-color: var(--color__fill-1);border-radius: 1rem;}
 
.header-top__nav-icon {width: 1.5rem;height: 1rem;position: relative;}
 
.header-top__nav-sub-items {display: none;/* position: absolute; */top: 100%;background-color: white;padding: .5rem;border-radius: 1rem;z-index: 2;box-shadow: 0px 1.5rem 3rem rgba(0, 0, 0, 0.08);}
.header-top__nav-sublink {color: rgb(20 20 43 / 72%);padding: .75rem 1rem;border-radius: .5rem;transition: all ease .16s;}
.header-top__contacts {}
.header-top__contacts-worktime {font-size: 0.9375rem;opacity: .64;}
 
.header-top__contacts-tel {
}
 .header-top__messenger:hover {
    filter: brightness(1.1);
    transform: scale(1.05);
}
.header-top__nav > .header-top__nav-sublink{ /*чтоб не отображался пустой тег header-top__nav-sublink*/
	display: none;
}
.header-top__messengers {gap: .3rem;}
 
.header-top__messenger {width: 2rem;height: 2rem;transition: all ease .24s;}
 
.header-top__nav-link.--free-delivery {
    display: flex;
    opacity: 1;
    color: var(--color__fill-2);
    align-items: center;
}
 
.header-top {background-color: white;position: relative; z-index: 99;/* margin-bottom: -.75rem; *//* top: .75rem; */}


.header-top__geo-name:after {
    content: "";
    width: .4rem;
    height: .4rem;
    transform: rotate(45deg);
    border-bottom: 2px solid var(--color__fill-2);
    border-right: 2px solid var(--color__fill-2);
    margin-left: .75rem;
    position: relative;
    top: -.15rem;
}

.header-top__nav-item.--sub-items:after {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    transform: rotate(45deg);
    border-bottom: 2px solid var(--color__dark);
    border-right: 2px solid var(--color__dark);
    margin-left: 0.75rem;
    position: relative;
    top: .35rem;
    display: inline-block;
    opacity: .32;
}

.header-top__nav-item.--sub-items {
    position: relative;
}

.header-top__nav-item.--sub-items:hover {}

.header-top__nav-item.--sub-items:hover .header-top__nav-sub-items {
    display: grid;
}

.header-top__nav-sub-items-wrap {
    position: absolute;
    top: 100%;
    padding-top: .75rem;
    width: 14rem;
    margin-left: -1.5rem;
}

.header-top__nav-sublink:hover {
    background-color: var(--color__fill-4);
    color: var(--color__fill-2);
}

@media screen and (max-width:991px) {
    .header-top {
        display: none;
    }
}