/* footer */
.footer .item{
    display: flex;
    margin-bottom: 0px;
    flex-direction: column;
    padding: 50px 20px 20px;
    background: #404040;
    color: white;
    margin-bottom: 15px
}

.footer-element{
    display: flex;
    justify-content: space-between;
}

.footer-content{
    width: 24%;
    height: 100%;
}

.footer-zag{
    font-size: 18px;
    color: inherit;
    margin-bottom: 15px;
    display: flex;
    font-weight: 600;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    position: relative;
}

.zline:before {
    content: '';
    width: 17%;
    position: absolute;
    height: 3px;
    background: #fc511a;
    bottom: -10px;
}

.footer-zag i{
    transition: all 0.35s;
    display: none;
}

.footer-content.activated > .footer-zag i{
    transform: rotate(90deg);
}

.footer-menu{
    margin: 25px 0px 0px;
    display: block;
    height: 100%;
}

.footer-menu > li > a{
    color: inherit;
    min-height: 30px;
    display: flex;
    justify-content: space-between;
    width: fit-content;
    padding-left: 0px;
    opacity: 0.7;
}

.footer-menu > li > a:hover{
    transition: all 0.35s;
    padding-left: 5px;
    font-weight: 600;
    opacity: 1;
}

.footer-alert-mob{
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
    width: fit-content;
    margin: 0px auto;
    line-height: normal;
}

.footer-alert-mob p{
    color: inherit;
    margin: 0px;
    padding: 0px 0px 0px 10px;
}

.footer-alert{
    padding: 8px 16px;
    background: black;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-weight: 600;
    text-align: center;
    color: white;
}

.footer-contact{
    display: flex;
    margin-bottom: 15px;
    width: 100%;
    justify-content: space-between;
}

.footer-contact button{
    width: 100%;
    align-items: center;
    background: #5d5d5d;
    color: inherit;
}

.footer-contact button:nth-child(2){
    margin-left: 10px;
}


.footer-contact > a{
    width: 49%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.footer-app{
    display: flex;
    margin-bottom: 15px;
    width: 100%;
    justify-content: space-between;
}

.footer-app > a,
.footer-app > span{
    width: 31%;
}

.footer-app img,
.footer-pay img{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(152deg) brightness(103%) contrast(103%);
    display: flex;
    height: 100%;
}

.footer-pay{
    display: flex;
    margin-bottom: 15px;
    width: 100%;
    justify-content: space-between;
}

.footer-pay > a,
.footer-pay > span{
    width: 24%;
}

.footer-app > a,
.footer-app > span,
.footer-pay > span,
.footer-pay > a{
    background: #5d5d5d;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 10px 5px;
    opacity: 0.7;
    border-radius: 8px;
    box-shadow: 0px 0px 20px #00000025;
}

.footer-app > span:hover,
.footer-app > a:hover,
.footer-pay > span:hover,
.footer-pay > a:hover{
    transition: all 0.4s ease;
    opacity: 1;
}

.footer .footer-copyrite{
    background: #5d5d5d;
    padding: 15px;
    border-radius: var(--br-main);
    color: var(--color-text-invert);
    text-align: center;
    justify-content: center;
}
