.city-faq {
    margin: 20px 0 28px;
}

.city-faq__item {
    margin: 0 0 10px;
    border-bottom: 1px solid #e4ebf0;
}

.city-faq__item:last-child {
    border-bottom: 0;
}

.city-faq__q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0;
    padding: 14px 0;
    color: #3b5c6d;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
    cursor: pointer;
    list-style: none;
}

.city-faq__q::-webkit-details-marker {
    display: none;
}

.city-faq__q::marker {
    content: "";
}

.city-faq__q::after {
    content: "+";
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #3b5c6d;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
}

.city-faq__item[open] > .city-faq__q::after {
    content: "−";
}

.city-faq__a {
    padding: 0 0 16px;
}

.city-faq__a p {
    margin-bottom: 14px;
}

.city-faq__a p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .city-faq__q {
        font-size: 17px;
        padding: 12px 0;
    }
}
