﻿
.help-section {
    width: 1400px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 18px;
    box-shadow: 0 12px 36px rgba(20,23,32,.055);
    display: grid;
    grid-template-columns: repeat(6,1fr);
    min-height: 330px;
    padding: 42px 34px
}

.help-col {
    padding: 0 18px;
    border-right: 1px solid #f0f0f0
}

    .help-col:last-child {
        border-right: 0
    }

    .help-col h3 {
        margin: 0 0 26px;
        position: relative;
        color: #191919;
        font-weight: 600;
        font-size: 20px;
    }

    .help-col h3:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -11px;
        width: 28px;
        height: 3px;
        background: var(--main-color);
        border-radius: 2px
    }

    .help-col a {
        display: block;
        color: #666;
        font-size: 16px;
        text-decoration: none;
        line-height: 1;
        white-space: normal;
        padding: 11px 0;
    }
        .help-col a:hover {
            color: var(--main-color);
        }
        .help-col h3 a {
            padding-bottom: 0;
            color: #191919;
            font-weight: 600;
            font-size: 20px;
        }
        .follow {
            text-align: center
        }

    .follow h3:after {
        left: 50%;
        transform: translateX(-50%)
    }

.qr {
    width: 116px;
    height: 116px;
    margin: 12px auto 14px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px
}

.follow p {
    font-size: 15px;
    color: #777;
    margin: 0
}

.footer {
    height: 210px;
    background: linear-gradient(180deg,#fafafa 0%,#f5f6f7 100%);
    border-top: 1px solid #ececec;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 0;
}

.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
    margin-bottom: 26px
}

    .footer-links a {
        font-size: 16px;
        color: #444;
        text-decoration: none
    }

.copyright {
    font-size: 15px;
    color: #777
}
.footer > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}