.offices {
    padding-top: 64px;
}

.offices__wrapper {
    max-width: 1190px;
    padding: 0 15px;
    margin: 0 auto;
}

.offices__title {
    text-align: center;
    font-weight: 700;
    margin: 0;
    margin-bottom: 50px;
    font-size: 36px;
    line-height: 61%;
    letter-spacing: -0.015em;
}

.offices__grid {
    display: grid;
    justify-content: center;
    gap: 60px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 340px));
}

.offices__grid-item {
    border-right: 1px solid #cdcdcd;
    padding-right: 14px;
    /* height: 300px; */
}

.offices__city {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.offices__city-title {
    margin: 0;
    margin-left: 8px;
    font-size: 18px;
    line-height: 122%;
    font-weight: 700;
}

.offices__address {
    margin-bottom: 32px;
}

.offices__city-img {
    width: 13px;
    height: 22px;
    background: url("../icons/mark.png");
    background-repeat: no-repeat;
}

/* .offices__address p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
}
 */

.offices__contacts-title {
    margin: 0;
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
}

.offices__contacts-links {
    display: flex;
    flex-direction: column;
}

.offices__contacts-link--email {
    margin-top: 16px;
}

@media screen and (max-width: 991px) {
    .offices__title {
        margin-top: 0;
        padding-top: 32px;
    }
}
@media screen and (max-width: 768px) {
    .offices__grid {
        justify-content: center;
    }
}
/* @media screen and (max-width: 500px) {
    .offices__grid-item {
        border: none;
        padding-right: 0;
    }
} */
