﻿.footer-top {
    margin-top: 3rem;
    background-color: red;
}

.footer {
    padding: 3rem 0 6rem;
    font-weight: 300;
    background-color: #ececf0;
    color: #444;
    font-family: var(--primary-font-family);
}

@media (min-width: 861px) {
    .footer {
        padding: 3rem 0 2rem;
    }
}

.footer a:not(.btn) {
    text-decoration: none;
    color: #444;
}

.footer a:not(.btn):hover {
    text-decoration: underline;
    color: #146ca9;
}

.footer-grid {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 1025px) {
    .footer-grid {
        margin: 0 4.25rem;
    }
}

.footer-grid .footer-col {
    width: 95%;
}

@media (min-width: 641px) {
    .footer-grid .footer-col-social {
        width: 90%;
    }

    .footer-grid .footer-col-help {
        width: 48%;
    }

    .footer-grid .footer-col-partners {
        width: 48%;
    }
}

@media (min-width: 1025px) {
    .footer-grid .footer-col-social {
        width: 40%;
        order: 3;
    }

    .footer-grid .footer-col-help {
        width: 28%;
        order: 1;
    }

    .footer-grid .footer-col-partners {
        width: 32%;
        order: 2;
    }

    .social-links-wrap {
        margin-left: 2rem;
    }
}

.footer-col-title {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    font-family: var(--primary-font-family);
    color: #000;
}

@media (min-width: 1025px) {
    .footer-col-title {
        margin-bottom: 2rem;
    }
}

.footer-list {
    list-style: none;
    margin: 0 0 3rem;
    padding: 0;
}

    .footer-list li {
        margin-bottom: 1rem;
        font-weight: 300;
        font-size: 1rem;
    }

        .footer-list li i {
            width: 1.75rem;
        }

    .footer-list a:not(.btn) {
        text-decoration: none;
        color: #444;
    }

        .footer-list a:not(.btn):hover {
            text-decoration: underline;
            color: #146ca9;
        }

.footer-info-grid {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 640px) {
    .footer-info-grid {
        flex-wrap: wrap;
    }
    .footer-info-col {
        width: 100%;
    }
}

.payment-methods-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px;
}

@media (min-width: 1025px) {
    .payment-methods-list {
        margin: 0 68px 32px;
    }
}

.payment-method-item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 36px;
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
}

    .payment-method-item svg {
        width: 50px;
        height: 36px;
    }

.site-copyright {
    padding-right: 1rem;
}

.site-copyright,
.site-version {
    font-size: 0.875rem;
}

    .site-copyright a:hover {
        color: #146ca9 !important;
    }

.site-version {
    text-align: right;
    color: #ccc;
}

@media (max-width: 640px) {
    .site-version {
        margin-top: 0.5rem;
        text-align: left;
    }
}

.footer-separator {
    margin-bottom: 3rem;
    border-top: 1px solid #ccc;
}

@media (min-width: 1025px) {
    .footer-info-grid,
    .footer-separator {
        margin: 0 4.25rem 3rem;
    }
}

.footer-partner {
    font-weight: 600;
}

.download-apps {
    margin-bottom: 2rem;
}

.mobile-badge {
    display: inline-block;
    float: left;
    margin: 0 1rem 1rem 0;
}

@media (max-width: 1024px) {
    .d-mobile-none {
        display: none !important;
    }

    .d-mobile-block {
        display: block !important;
    }
}

@media (min-width: 1025px) {
    .d-desktop-none {
        display: none !important;
    }

    .d-desktop-block {
        display: block !important;
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

/* hide recaptcha badge */
.grecaptcha-badge {
    visibility: hidden;
}

.social-links {
    display: flex;
    margin: 0 0 3rem;
}

.social-icon {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 0.75rem 0.75rem 0;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    text-align: center;
    transition: all .2s ease-in;
}

    .social-icon a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .social-icon .svg-icon {
        margin: 2px 0 0;
    }

    .social-icon svg {
        transition: all .2s ease-in;
    }

    .social-icon:hover {
        background-color: #222;
        border: 1px solid #222;
    }

        .social-icon:hover svg {
            fill: #fff;
        }

.icon-hover-text {
    display: flex;
    justify-content: center;
    position: absolute;
    white-space: nowrap;
    opacity: 0;
    top: 47px;
    padding: 4px 11px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    font-size: 0.75rem;
    letter-spacing: .02em;
    transition: all .3s ease;
    color: #757575;
}

    .icon-hover-text:after {
        background: #fff;
        border-left: 1px solid #e2e2e2;
        border-top: 1px solid #e2e2e2;
        content: "";
        height: 10px;
        position: absolute;
        top: -6px;
        transform: rotate(45deg) skew(-12deg, -12deg);
        width: 10px;
    }

.social-icon a:hover .icon-hover-text {
    opacity: 1;
}

.svg-icon-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.svg-icon-footer-facebook svg {
    width: 11px;
}

.svg-icon-footer-youtube svg {
    width: 22px;
}

.svg-icon-footer-linkedin svg {
    width: 16px;
}

.svg-icon-footer-instagram svg {
    width: 18px;
}

.svg-icon-footer-tiktok svg {
    width: 14px;
}

.svg-icon-footer-blog svg {
    width: 14px;
}
