#footer {
    margin-top: 10px;
    position: relative;
}
.footer-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    background: var(--color3);
    border-radius: 20px;
}
.footer-about-wrap {
    flex: 0 0 100%;
}
.footer-logo {
    display: inline-flex;
}
.footer-about {
    color: #fff;
    font-size: 14px;
    margin-bottom: 16px;
    text-align: justify;
}
.socials-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 17px;
    margin-bottom: 32px;
}
.socials-wrap a {
    border: 1.5px solid #FFFFFF75;
    width: 47px;
    height: 47px;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
}
.contact-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.contact-item {
    display: flex;
    line-height: 26px;
    align-items: center;
    gap: 5px;
    color: #fff;
}
.contact-item.working-time {
    background: #847290;
    padding: 19px 23px 18px;
    border-radius: 24px;
    font-size: 17px;
    border: 10px solid #54485d;
    margin-bottom: -16px;
    z-index: 0;
    margin-left: -10px;
    position: relative;
    margin-top: -10px;
}

.contact-item .label {
    color: #F6D8AE;
}
.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 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    border-top: 1px solid #FFFFFF33;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    width: 100%;
}



.footer-sub-menu a {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
}


.footer-menu-title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 18px;
    display: block;
    font-family: var(--med_font);
    position: relative;
    color: var(--color4);
}


.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;
    }
    .footer-row {
        padding: 49px 71px 0;
    }

}
@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;
    }
    .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(50% - 5px);
        position: relative;
        z-index: 4;
        margin-bottom: 0;
    }
    #footer {
    
        background: var(--color3);
    }      
    .footer-row {
     
        padding: 26px 10px 0;
      }
    .contact-wrap {
    flex-direction: column-reverse;
    padding-bottom: 10px;
    align-items: center;
    }
    .contact-item.working-time {
        margin: 10px -25px;
        border: 0;
        border-radius: 0;
        font-size: 16px;
        padding: 19px 13px 18px;
    }
    .socials-wrap {
        margin-top: 12px;
        margin-bottom: 16px;
        justify-content: center;
        width: 100%;
      }
}
@media screen and (max-width: 380px) {
    .btn-newsletter i {
        display: none;
    }
    .btn-newsletter {
        min-width: 140px;
    }
}

