/*#region header */
.nowrap {
    white-space: nowrap;
}
/*#endregion */

/*#region support */
.support {
    =: url(
    '/help/images/footer/bg-footer.png') no-repeat center center;
    background-size: cover;
    padding: 80px 0;
    background: linear-gradient(180deg, #EEF 42.49%, #E0E1FF 100%);
}

.support .title-item {
    font-size: 28px;
    text-align: center;
    padding-bottom: 30px;
    color: #000;
}

.support .content-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}

.support .info-item {
    display: flex;
    justify-content: center;
    padding-bottom: 35px;
}

.support .info-item .email-item a {
    background: url('/help/images/footer/ic-mail-small.svg') no-repeat left center;
    background-size: 24px;
    padding-left: 30px;
    text-decoration: none;
    transition: opacity 200ms ease;
    font-size: 16px;
    color: #616CE6;
}

.support .info-item .url-item a {
    background: url('/help/images/footer/ic-world.svg') no-repeat left center;
    background-size: 24px;
    padding-left: 30px;
    text-decoration: none;
    margin-left: 24px;
    transition: opacity 200ms ease;
    font-size: 16px;
    color: #616CE6;
}

.support .content-item {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

.support .sp-item {
    display: block;
    padding: 16px;
    text-align: center;
}

.support .sp-item:hover {
    background: rgb(255, 255, 255, 0.1);
    border-radius: 8px;
}

.support .text-item {
    font-size: 16px;
    text-align: center;
    margin-top: 16px;
    color: #616CE6;
    font-family: 'Inter medium', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}


@media (min-width: 1366px) {
    .support .ht-container {
        max-width: 1300px;
    }
}

@media (max-width: 979px) {
    .support .content-item {
        grid-template-columns: repeat(3, 1fr);
    }

    .support {
        padding: 40px 0;
    }

    .support .title-item {
        font-size: 24px;
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .support .info-item {
        text-align: center;
        flex-direction: column;
    }

    .support .content-item {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    .support .info-item .url-item a {
        margin-left: 0;
    }
}
/*#endregion */

/*#region footer */
.footer-item .footer-item-bottom {
    padding: 16px 0;
    background-color: #fff;
}

.footer-item .social {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.footer-item-bottom .content-item {
    justify-content: space-between;
}

.footer-item .footer-item-bottom .policy a {
    color: #616CE6;
}
/*#endregion */
