@media screen and (max-width: 479px) {
    #rec3651707203 .t396__artboard, #rec3651707203 .t396__filter, #rec3651707203 .t396__carrier {
        display: none;
    }
}

/* Google Maps — замена иконки MAX */
#rec2237847273 a[href="https://maps.app.goo.gl/ooNGnyW5mxebJPto9"] {
    position: relative !important;
}

/* Скрываем исходную иконку */
#rec2237847273 a[href="https://maps.app.goo.gl/ooNGnyW5mxebJPto9"] svg {
    opacity: 0 !important;
}

/* Рисуем новую белую иконку */
#rec2237847273 a[href="https://maps.app.goo.gl/ooNGnyW5mxebJPto9"]::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);

    background-image: url("https://static.tildacdn.com/tild6232-6532-4535-b964-393731643365/Group_299.svg");

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}