.site-footer {
    /* padding-top: 40px; */
    background-color: var(--Blue-dark);
}
.ft-col{
    padding-top: 40px;
}
.site-info {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.ft-contact ul,
.box-mxh ul {
    margin-left: 0;
    list-style: none;
    padding-left: 0;
}

.ft-menu .footer-widget.widget_nav_menu ul {
    list-style: disc;
    margin-left: 0;
}

.ft-menu .footer-widget.widget_nav_menu ul li,
.ft-menu .footer-widget.widget_nav_menu ul a,
.ft-menu .footer-widget-title {
    color: #fff;
    text-decoration: none;
}

.ft-menu .footer-widget-title {
    margin-bottom: 24px;
}

.ft-menu .footer-widget.widget_nav_menu ul li {
    margin-bottom: 12px;
}

.ft-menu .footer-widget.widget_nav_menu ul a {
    font-weight: 500;
}

.ft-contact ul li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 30px;
}

.ft-contact li.ft-phone::after,
.ft-contact li.ft-mail::after,
.ft-contact li.ft-location::after {
    content: "";
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center center;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 2px;
    left: 0;
}

.ft-contact li.ft-phone::after {
    background-image: url(./images/telephone.png);
}

.ft-contact li.ft-mail::after {
    background-image: url(./images/message.png);
}

.ft-contact li.ft-location::after {
    background-image: url(./images/location.png);
}

.box-mxh ul {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.box-mxh a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border: solid 1px #fff;
    border-radius: 50%;
    font-size: 11px;
}

.box-gg-iframe iframe {
    width: 100%;
    height: 100%;
}

.box-gg-iframe,
.gg-iframe,
.gg-iframe .footer-widget,
.gg-iframe .footer-widget .custom-html-widget {
    height: 100%;
}
    .ft-menu {
        margin-bottom: 39px;
    }
@media screen and (min-width:990px) {


    .box-gg-iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 38%;
    }
}

@media screen and (max-width:990px) {

}
.absolute-footer{
    background-color: red;
    padding: 12px 0;
}