

/* Start:/info/navigation/style.css?17648369092606*/
    .address__link {
        display: block;
        padding: 0.3125em 0.5125em;
        margin: 0.4em 0;
        font-size: 0.9rem;
        color: #0064be;
        border: 1px solid #0064be !important;
        border-radius: 0.5em;
        cursor: pointer;
        text-decoration: none;
        transition: all 0.3s ease;
        user-select: none;
    }

    .build__body {
        fill: #0064be;
        transition: fill 0.3s ease, stroke 0.3s ease;
    }

    .address__link:hover {
        color: #fff;
        border: 1px solid #ff1380;
        background-color: #ff1380;
    }

    .transport {
        background-color: #d9d9d9;
        border-radius: 0.8em;
        padding: 1rem;
    }

    .transport-icon,
    .point-icon {
        width: 1.5rem;
        height: 1.5rem;
        margin-right: 0.3rem;
 background: unset !important;
margin-bottom: 0 !important;
margin-right: 0.5rem !important;
    }

    .transport-icon {
        margin-right: 0;
margin: unset !important;
    margin-bottom: unset !important;
  margin-bottom: unset !important;
  max-width: unset !important;
  height: unset !important;
  border-radius: unset !important;
  background: unset !important;
  font-size: unset !important;
    }

    .transport ul li p {
        margin: 0;
    }

    .transport ul {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
        list-style: none;
        text-wrap: nowrap;
    }

    .transport ul li {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        font-weight: 500;
        gap: 1rem;
    }

    .numbers {
        display: flex;
        flex-wrap: wrap;
        gap: 0.6rem;
    }

    .numbers span {
        padding: 0.3125em 0.5125em;
        font-size: 0.85rem;
        color: #fff;
        background: linear-gradient(to right, #042780, #8000d5);
        border-radius: 0.5em;
        min-width: 1.8rem;
        text-align: center;
    }

    .build__body.highlight,
    .build__body.active {
        fill: #ff1380;
        stroke: #1266a3;
        stroke-width: 1px;
    }

    .address__link.highlight,
    .address__link.active,
    .address__link:hover {
        color: #fff !important;
        border: 1px solid #ff1380 !important;
        background-color: #ff1380;
    }

.content ul li::before {
  content: unset !important;
}
.content ul li {
  padding-left: unset !important;
padding-bottom:  unset !important;
}

    @media (width >= 75rem) {

        .transport ul {
            padding-left: 1.4rem;
margin-bottom: 1rem;
        }

        .numbers {
            margin-left: 1rem;
        }
    }
/* End */
/* /info/navigation/style.css?17648369092606 */
