.help-all {
    padding-top: 257px;
}

.help-all h1:first-of-type {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.help-all + .flyers-block {
    background: var(--grey-100);
    padding-bottom: 120px;
}

.help-all p {
    max-width: 684px;
    margin: 0 auto;
}

.scroll-block {
    position: relative;
    padding-bottom: 81px;
}

.help-all .tabs {
    padding: 24px 0;
    background-color: var(--grey-100);
    margin: 0;
    width: 100%;
    margin-top: 44px;

    position: sticky;
    top: 151px;
    z-index: 980;
}

.help-all .border-line {
    position: absolute;
    bottom: -41px;
    margin-left: -10px;
    width: 101%;
}

.help-all .border-line img {
    display: block;
    width: 100%;
    object-fit: contain;
}

.help-card {
    grid-column: 1 / -1;
    background-color: var(--white);
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    row-gap: 10px;
    border-radius: 10px;
    min-height: 420px;
    margin-bottom: 38px;
    position: relative;
}

.help-card .img-container {
    grid-row: 1 / span 2;
    grid-column: 1 / span 2;
    margin: 10px 10px 10px 10px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.help-card .img-container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.help-card .desc {
    grid-column: 3 / span 5;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.help-card h2 {
    text-align: left;
    padding-top: 20px;
    font-size: clamp(2.25rem, -2.25rem + 5vw, 3.75rem);
    margin-bottom: 32px;
}

.help-card p {
    text-align: left;
    max-width: 100%;
    padding-top: 0;
    font-weight: 400;
    font-size: clamp(1rem, -0.125rem + 1.25vw, 1.375rem);
    line-height: 120%;
    letter-spacing: -0.03em;
    color: var(--grey-900);
}

.help-card .buttons {
    grid-column: 3 / span 5;
    grid-row-start: 2;

    display: flex;
    gap: 8px;
    height: fit-content;
    margin-top: auto;
    padding-bottom: 26px;
}

.help-card a {
    display: inline;
}

.help-card .buttons a {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.02em;
    text-align: center;
}

.help-card .buttons .btn-simple {
    padding: 20px 39px;
}

.help-card h2, .help-card .buttons {
    max-width: 685px;
    margin-right: auto;
}

.help-card .desc {
    margin-top: 13px;
    margin-left: clamp(1.438rem, -0.25rem + 1.88vw, 2rem);
    margin-right: 32px;
}

.help-card .buttons {
    margin-left: 30px;
    margin-right: 40px;
    padding-bottom: 35px;
}

.help-card .line {
    grid-column-start: 3;
    grid-row: 1 / span 3;
    background-color: var(--grey-200);
    margin: 20px 0;
}

.help-card .information {
    grid-column: 8 / -1;
    grid-row: 1 / span 2;
    row-gap: 40px;
    column-gap: 16px;
    padding-left: 40px;
    border-left: 1px solid var(--grey-200);
    margin: 30px 36px 30px -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    height: fit-content;
}

.help-card .open-time {
    display: flex;
    align-items: center;
    gap: 8px;
    width: max-content;
    padding: 11px 11px;
    border-radius: 200px;
}

.help-card .open-time.close {
    background-color: #FEF1EE;
}

.help-card .open-time.open {
    background-color: #ECF1DE;
}

.help-card .open-time p {
    margin: 0;
    padding: 0;
    font-family: "Nochlezhka", sans-serif;
    font-weight: 400;
    font-size: clamp(1.375rem, 1rem + 0.42vw, 1.5rem);
    line-height: 110%;
    letter-spacing: 0;
    text-transform: uppercase;
}

.help-card .open-time.close p {
    color: #E95032;
}

.help-card .open-time.open p {
    color: #A3CD10;
}

.help-card .open-time.close svg {
    fill: #FB3B3B;
}

.help-card .open-time.open svg {
    fill: #A3CD10;
}

.help-card .days-of-week {
    display: flex;
    gap: 4px;
    justify-content: end;
}

.help-card .day-of-week {
    width: clamp(2.375rem, 1.804rem + 0.89vw, 2.875rem);
    height: clamp(2.375rem, 1.804rem + 0.89vw, 2.875rem);
    background-color: var(--grey-200);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--grey-700);
}

.help-card .day-of-week.active {
    background-color: #A3CD10;
    color: var(--white);
}

.help-card .places {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.help-card .place {
    display: flex;
    justify-content: space-between;
    gap: 6px;
    padding-top: 8px;
    border-top: 1px solid var(--black-1000);
}

.help-card .place .address {
    text-align: right;
    max-width: 70%;
}

.help-card .place .time, .help-card .place .address {
    font-weight: 600;
    font-size: clamp(1rem, 0.625rem + 0.42vw, 1.125rem);
    line-height: 130%;
    letter-spacing: -0.02em;
}

.help-card .information-desc {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: var(--black-1000);
    grid-column: 1 / -1;
    margin: 0;
    grid-row-start: unset;
    margin-bottom: 20px;
}

.tab-content {
    grid-column: 1/ -1;
}

