#footer {
    margin-top: 10px;
    position: relative;
}
.contact-wrap {
    background: var(--color2);
    border-radius: 12px;
    padding: 18px 53px 19px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}
.footer-inner {
    background: #fff;
    border-radius: 12px;
}
.footer-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 26px 57px 30px;
}
.footer-about-wrap {
    flex: 0 0 100%;
}
.footer-logo {
    display: inline-flex;
}
.footer-about {
    color: var(--color_text);
    font-size: 14px;
    margin-bottom: 16px;
    text-align: justify;
}
.navigate-link {
    background: #F2F3F5;
    flex: 1 0 0;
    display: flex;
    align-items: center;
    border-radius: 12px;
    justify-content: center;
    height: 64px;
    gap: 16px;
    font-size: 16px;
    font-weight: 700;
}
.ft-navigate {
    display: flex;
    margin-bottom: 16px;
    gap: 12px;
}
.navigate-link img {
    max-width: 27px;
}
.contact-item {
    display: flex;
    line-height: 28px;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}
.contact-item.middle-link {
    margin-right: auto;
}
.contact-item i {
    font-size: 25px;
}
.contact-item span {
    white-space: nowrap;
}
.footer-contact-wrap {
    flex: 0 0 45%;
}
.footer-contact {
    display: grid;
    gap: 20px;
}
.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    position: relative;
}
.copy-right-wrap {

    background: #fff;
    text-align: center;
    padding: 11px 12px;
    height: 63px;
}
.copy-right {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    border-top: 1px solid #CFCFCF;
    padding-top: 20px;
    padding-bottom: 10px;
}
.copy-right strong {
    color: var(--color3);
}
.socials-wrap {
    margin: 20px 0;
}
.footer-sub-menu {

}

.footer-sub-menu a {
    font-size: 14px;
    line-height: 26px;
    color: #565656
}
.footer-sub-menu a:hover {
    color: var(--color1);
}


.footer-contact li.phones a {
    position: relative;
}
.footer-contact li.phones a:not(:last-child):after {
    content: '-';
    color: #fff;
    position: absolute;
    left: -8px;
}
.footer-contact a, .footer-contact span {
    color: #fff;
    font-size: 16px;
    line-height: 27px;
}
.footer-contact span {
  white-space: nowrap;
}
.footer-contact i {
    color: #fff;
    font-size: 20px;
    margin-top: 4px;
    width: 24px;
    text-align: center;
}
.footer-contact i.icon-mobile {
    font-size: 24px;
}
.footer-contact a:hover {
    color: var(--color2);
}
.footer-menu-title {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 7px;
    display: block;
    font-variation-settings: var(--wgh_600);
    position: relative;
}
.footer-menu-title::before {
    content: "\e912";
    font-family: icomoon;
    color: var(--color3);
    margin-left: auto;
    font-weight: normal;
    font-size: 17px;
    position: absolute;
    right: -20px;
}
.enamad-wrap {
    flex: 0 0 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 27px;
}
.enamad-item {
    border: 1px solid #f2f3f5;
    padding: 7px;
    border-radius: 12px;
    flex: 1 0 0;
}
.footer-menu-wrap {
    flex: 0 0 45%;
}
/***************
   fix menu
****************/
.fixed-menu {
    position: fixed;
    bottom: -4px;
    right: 0;
    left: 0;
    background: #fff;
    height: 65px;
    z-index: 10;
    display: flex;
}
.fixed-menu-wrap li {
    width: 20%;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;

}
.fixed-menu-wrap {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
}

.fix-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: var(--color_text);
    background: none;
    border: none;
    height: 100%;
    justify-content: center;
    font-family: inherit;
}
.fix-item span {
    font-size: 12px;
    white-space: nowrap;
}
.fix-item i {
    font-size: 18px;
}
.fix-item:hover {
    color: var(--color1);
}
.fix-item i.icon-eyebrow {
    font-size: 14px;
}
@media screen and (min-width: 768px) {
    #footer {
        margin-top: 70px;
    }

}
@media screen and (min-width: 992px) {
    .footer-about-wrap {
        flex: 0 0 38%;
    }

    .ft-menus {
        flex: 0 0 calc(62% - 65px);
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, auto);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
}
@media screen and (min-width: 1200px) {


}
@media screen and (min-width: 1400px) {

}
@media screen and (min-width: 1700px) {

}
@media screen and (max-width: 991.99px) {
    .ft-menus {
        display: flex;
        flex-wrap: wrap;
        gap: 20px 10px;
        margin-top: 20px;
        width: 100%;
    }
    .footer-contact-wrap,
    .footer-menu-wrap {
        margin-bottom: 24px;
    }
    .enamad-wrap {
        justify-content: center;
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 767.99px) {
    .copy-right-wrap {
        height: unset;
        padding-bottom: 72px;
    }
    .copy-right {
        text-align: center;
        flex-direction: column-reverse;
        height: unset;
        font-size: 13px;
        line-height: 24px;
        gap: 14px;
    }

    .scroll-btn {
        left: 50%;
        top: -106px;
        transform: translateX(-50%);
    }
    .footer-contact i {
        font-size: 17px;
    }
    .footer-contact a, .footer-contact span {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-sub-menu li a {
        font-size: 14px;
    }
    .footer-contact {
        gap: 10px 25px;
        margin: 15px 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-menu-title {
        padding-left: 0;
        font-size: 14px;
    }
    .footer-menu-title.active {
        color: var(--color2);
    }

    .footer-contact-wrap,
    .footer-menu-wrap {
        display: block;
        flex: 0 0 calc(32% - 5px);
        position: relative;
        z-index: 4;
        margin-bottom: 0;
    }

    .footer-inner {
        border-radius: 0;
        margin: 0 -15px;
    }
    .contact-wrap {
        background: var(--color2);
        border-radius: 0 0 12px 12px;
        padding: 14px 40px 17px;
        display: grid;
        gap: 16px;
        grid-template-columns: 1fr 1fr;
    }
    .contact-wrap .contact-item:first-child {
        grid-area: 1/ 1 / 1/ 3;
    }
    .footer-row {
        padding: 24px 32px 30px;
    }
}
@media screen and (max-width: 380px) {
    .btn-newsletter i {
        display: none;
    }
    .btn-newsletter {
        min-width: 140px;
    }
}

