﻿.footer {
    position: relative;
}

.footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-top {
    position: relative;
}

.footer-bottom {
    z-index: 2;
    position: relative;
}

.footer-bottom-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    padding: 20px 0;
}

.footer-view strong {
    color: var(--color-2);
}

.footer-view {
    color: rgba(255, 255, 255, 0.44);
    font-size: 15px;
}

.footer-copyright {
    color: #484441;
    font-size: 15px;
}

    .footer-copyright span a {
        margin: 0 4px;
        color: #fff;
        transition: all .3s;
        display: inline-block;
    }

        .footer-copyright span a:hover {
            text-decoration: underline;
        }

    .footer-copyright span {
        font-size: 16px;
        color: #fff;
    }

.footer-top .grid.wide {
    max-width: 1225px;
    position: relative;
}

.footer-top-container {
    display: flex;
    justify-content: space-between;
    padding: 66px 0;
}

.footer-item {
}

.footer-info {
    width: 400px;
}

.footer-logo {
    width: 189.48px;
    display: none;
}

    .footer-logo img {
        width: 100%;
    }

.footer-info-title strong {
    color: var(--color-3);
    display: block;
    font-family: pathB;
    line-height: 118%;
    font-size: 36px;
    margin-top: 7px;
}

.footer-info-title {
    margin: 0;
    text-transform: uppercase;
    font-weight: 100;
    color: #fff;
    font-size: 32px;
    margin-bottom: 26px;
}

.footer-info-content {
    margin-top: 13px;
    line-height: 144%;
    max-width: 275px;
}

    .footer-info-content p {
        margin: 0;
        color: #fff;
        font-size: 14px;
        position: relative;
    }

        .footer-info-content p a {
            color: var(--color-1);
        }

        .footer-info-content p::before {
            content: '\f3c5';
            position: relative;
            font-family: FontAwesome;
            font-size: 11px;
            color: #fff;
            left: 0;
            margin-right: 5px;
            top: -2px;
        }

        .footer-info-content p:nth-child(1)::before {
            content: '\f3c5';
        }

    .footer-info-content strong {
        font-weight: 100;
    }

.footer-social {
    display: flex;
    align-items: center;
}

.footer-social-item:hover {
    background-color: #fff;
    color: var(--color-3);
}

.footer-social-item {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    margin-right: 5px;
    transition: all .3s;
}

.footer-gm iframe {
    width: 100%;
    height: 100%;
}

.footer-gm {
    width: 387px;
    height: 208px;
    border-radius: 10px;
    overflow: hidden;
}

.footer-nav {
    flex: 1;
    max-width: 707px;
}

.footer-nav-wrap:last-child {
}

.footer-nav-wrap {
}

.footer-nav-title {
    text-transform: capitalize;
    font-weight: 100;
    font-family: 'avertaSB';
    font-size: 20px;
    color: #fff;
    position: relative;
}

.footer-nav-list {
    margin-top: 15px;
}


.footer-nav-item i {
    margin-right: 8px;
    font-size: 10px;
    transform: translateY(10px);
}

.footer-nav-item {
    color: #fff;
    font-size: 14px;
    position: relative;
    line-height: 150%;
    transition: all .3s;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    margin-bottom: 1px;
}

    .footer-nav-item::before {
        content: '';
        position: relative;
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background-color: #fff;
        margin-right: 10px;
    }

    .footer-nav-item:hover {
        color: var(--color-1);
    }

.footer-nav-container {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgb(255 255 255 / 60%);
    padding: 0 11px;
    padding-top: 18px;
}

.footer-contact {
    margin-top: 12px;
}

.footer-contact-title {
    margin: 0;
    font-family: 'barM';
    font-weight: 100;
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
}

.footer-contact-form {
    background: #D9D9D9;
    border-radius: 55px;
    display: flex;
    align-items: center;
    height: 39px;
    margin-top: 14px;
    width: 416px;
}

    .footer-contact-form input {
        background-color: transparent;
        outline: none;
        border: none;
        flex: 1;
        height: 100%;
        color: #4D4D4D;
        font-size: 14px;
        line-height: 138.7%;
        padding: 0 19px;
    }

    .footer-contact-form a {
        height: 100%;
        background-color: var(--color-2);
        line-height: 138.688%;
        color: #FFF;
        font-family: 'barM';
        font-size: 15px;
        border-radius: 55px;
        padding: 0 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.footer-description {
    line-height: 165%;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 11px;
}

.footer-hotline {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 11px 48px;
    width: fit-content;
    margin-top: 20px;
    padding-right: 67px;
}

    .footer-hotline .icon {
        width: 47.31px;
        height: 47.31px;
        border-radius: 50%;
        background-color: var(--color-3);
    }

        .footer-hotline .icon img {
        }

    .footer-hotline .content {
        flex: 1;
        display: flex;
        margin-left: 9px;
    }

        .footer-hotline .content span {
            font-family: pathMe;
            line-height: 150%;
            font-size: 18px;
            color: var(--color-text-2);
        }

        .footer-hotline .content .hotline {
            margin-left: 8px;
            transform: translateY(2px);
        }

            .footer-hotline .content .hotline a:hover {
                color: var(--color-3);
            }

            .footer-hotline .content .hotline a {
                font-family: 'pathSB';
                font-size: 16px;
                line-height: 159.5%;
                color: var(--color-text-2);
                transition: all .3s;
            }

.footer-address {
    padding: 0 12px;
    padding-bottom: 14px;
}

.footer-address-item {
    color: #fff;
    font-size: 16px;
    line-height: 150%;
}

    .footer-address-item img {
        display: inline-block;
        padding-right: 11px;
    }

    .footer-address-item:first-child {
        margin-bottom: 1px;
    }

    .footer-address-item span {
    }

@media(max-width:1023px) {
}

@media(min-width:740px) and (max-width:1023px) {
    .footer-top-container {
        flex-direction: column;
        padding: 30px 0;
    }
    .footer-info {
        margin-bottom: 30px;
        width: 100%;
    }
    .footer-nav{
        max-width: 100%;
    }
}

@media(max-width:739px) {
    .footer-info,
    .footer-gm {
        width: 100%;
    }
    .footer-top-container {
        flex-direction: column;
        padding: 25px 0;
    }
    .footer-address {
        padding: 0;
        margin: 12px 0;
    }
    .footer-nav-container {
        flex-direction: column;
        padding: 14px 0;
        gap: 14px;
        padding-bottom: 0;
    }
    .footer-bottom-container {
        flex-direction: column;
    }
    .footer-social {
        margin-top: 15px;
    }
}
