

/* Start:/local/components/kit/office.list/templates/.default/style.css?1750692653480*/
.office-map {
    margin: 20px 0;
}
.other-office {
    display: flex;
    flex-wrap: wrap;
}
.office__item {
    width: 48%;
    margin-bottom: 20px;
    margin-right: 20px;
}
.office__item:nth-child(2n) {
    margin-right: 0;
}
.office__item-name {
    margin-top: 10px;
    font-weight: bold;
}

.office__item-pre-reg {
    margin: 10px 0;
}

@media (max-width: 640px) {
    .office__item {
        width: 100%;
        margin-right: unset;
    }
}
/* End */
/* /local/components/kit/office.list/templates/.default/style.css?1750692653480 */
