.pharmacy-catalog {
    max-width: 1080px;
    margin: 0 auto;
}

.pharmacy-catalog h1 {
    margin-bottom: 24px;
}

.pharmacy-alphabet {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 16px 0 24px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.pharmacy-alphabet a {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid #111;
    font-weight: 500;
}

.pharmacy-groups {
    columns: 3 280px;
    column-gap: 36px;
    padding-top: 28px;
}

.pharmacy-groups section {
    break-inside: avoid;
    margin-bottom: 28px;
}

.pharmacy-groups h2 {
    margin: 0 0 10px;
    padding-bottom: 6px;
    border-bottom: 3px solid #f70e16;
    font-size: 24px;
}

.pharmacy-groups ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pharmacy-groups li {
    padding: 5px 0;
    line-height: 1.35;
}

@media (max-width: 700px) {
    .pharmacy-groups {
        columns: 1;
    }
}
