

/* Start:/bitrix/templates/alpha_s1/components/nextype/alpha.shops.list/main/style.css?17485397221168*/
:root {
    --hover-transition: .3s;
}
.scrollbar-inner .socials-wrapper {
    padding: 0px 16px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.scrollbar-inner .socials-wrapper > a {
    display: block;
    padding: 10px;
    border-radius: 50%;
    transition: all linear var(--hover-transition);
}
.scrollbar-inner .socials-wrapper > a img {
    filter: brightness(0);
    transition: all linear var(--hover-transition);
}
.scrollbar-inner .socials-wrapper > a:hover {
    background-color: #CDA236;
}

.scrollbar-inner .socials-wrapper > a:hover img {
    filter: unset;
}

.baloon-socials-wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
}
.baloon-socials-wrapper > a {
    display: block;
    padding: 10px;
    border-radius: 50%;
    transition: all linear var(--hover-transition);
}

.baloon-socials-wrapper > a img {
    filter: brightness(0);
    transition: all linear var(--hover-transition);
    max-width: 22px;
}
.baloon-socials-wrapper > a:hover {
    background-color: #CDA236;
}

.baloon-socials-wrapper > a:hover img {
    filter: unset;
}
.pickup-popup .cstm.text {
    margin: 5px 0;
}
/* End */
/* /bitrix/templates/alpha_s1/components/nextype/alpha.shops.list/main/style.css?17485397221168 */
