/** Footer **/
footer {
    position: relative;
    margin-top: clamp(138px, 13vw, 202px);
    a {
        color: var(--black);
        transition: 0.4s;
        font-size: 14px;
        font-family: var(--Medium);
        &:hover {
            color: var(--color1);
        }
    }
}
.wrap-ft-menu {
    width: 100%;
}
.footer-mobile-menu,
.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
    a {
        line-height: 32px;
        display: flex;
    }
    & .li-call a:not(:nth-child(2)) {
        position: relative;
        &::before {
            content: "";
            width: 5px;
            height: 1px;
            background: white;
            display: inline-block;
            position: absolute;
            top: 50%;
            right: -9px;
            transform: translateY(-50%);
        }
    }
}
.footer-menu-wrap {
    width: 100%;
}
.footer-contact li {
    display: flex;
    gap: 12px;
    &.li-call i {
        transform: rotate(-90deg);
    }
    & i {
        width: 32px;
        height: 32px;
        font-size: 15px;
        flex: 0 0 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: white;
        color: var(--black);
        border-radius: 50%;
    }
}
.email-item {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}
.contact-item {
    display: flex;
}
.contact-item .label {
    font-size: 1rem;
    font-family: var(--Medium);
}
.footer-contact span, .footer-contact a {
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
}
.footer-desc {
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    flex-direction: column;
    padding-top: clamp(72px, 6vw, 92px);
    font-size: 12px;
    font-family: var(--Medium);
    line-height: 24px;
    margin-bottom: 48px;
    &:before {
        content: "\e913";
        font-family: 'icomoon';
        position: absolute;
        top: -21px;
        font-size: clamp(100px, 9vw, 132px);
        right: 50%;
        transform: translateX(50%);
        color: var(--white);
    }
    & .footer-logo {
        position: absolute;
        top: -97px;
        & img {
            width: clamp(92px, 9vw, 128px);
        }
    }
    .socials {
        justify-content: flex-end;
        margin-top: 32px;
    }
}
footer {
    .wrap-ft-menu {
        margin-bottom: 14px;
        padding: 20px 20px 20px 24px;
        border-radius: 24px;
        background: #FFFFFF52;
    }
    .footer-title {
        position: relative;
        font-family: var(--SemiBold);
        font-size: 16px;
        line-height: 32px;
        transition: 0.4s;
        &:before {
            content: "\e910";
            transition: 0.4s;
            font-family: 'icomoon';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            font-size: 20px;
            color: var(--black);
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        &.active {
            margin-bottom: 24px;
            &:before {
                content: "\e911";
            }
        }
    }
    .contact-item div {
        display: flex;
        gap: 12px;
    }
}
.copyright-foorer {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 32px;
    flex-direction: column;
    text-align: center;
    gap: 16px;
    position: relative;
    padding-block: 24px;
    font-family: var(--SemiBold);
    strong {
        color: var(--color2);
    }
}
.wrap-namad {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: center;
    margin-top: 18px;
    & .item-namad {
        border-radius: 14px;
        overflow: hidden;
        width: 88px;
        height: 88px;
        transition: 0.4s;
        & img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        &:hover {
            transform: translateY(-8px);
        }
    }
}
.row-footer {
    background: #fdca22;
    color: var(--black);
    border-radius: 56px 56px 0 0;
    padding-bottom: 32px;
    background-image: url(../img/bg-footer.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
@media only screen and (min-width: 992px) {
    footer {
        .accordion-container {
            display: flex !important;
        }
        .wrap-ft-menu {
            background: none;
            margin-bottom: 0;
            padding: 0;
            border-radius: 0;
        }
        .footer-title {
            margin-bottom: 16px;
            &:before {
                content: none;
            }
        }
        .footer-desc {
            margin-bottom: 32px;
            & .socials {
                margin-top: 24px;
            }
        }
    }
    .wrap-namad {
        flex-direction: column;
        margin: 0;
        & .item-namad {
            width: 72px;
            height: 72px;
        }
    }
    .copyright-foorer {
        flex-direction: row;
        justify-content: space-between;
    }
}
@media only screen and (max-width: 768px) {
    .wrap-ft-menu {
        width: calc(100% - 48px);
        margin-inline: auto;
    }
    .footer-mobile-menu,
    .footer-contact {
        padding-inline: 12px;
    }
    .row-footer {
        border-radius: 0;
    }
    .footer-desc img {
        top: -72px;
    }
}
footer iframe {
    width: 100%;
    height: 220px;
    border-radius: 14px;
}
.gm-style .place-card-medium {
    display: none !important;
}