footer{
    background: #422C22 url(/static/images/footer_bg.png) no-repeat 50% 100% / contain;
}

.footer__container{
    padding-top: 120px;
}

.footer-title{
    margin-bottom: 26px;
}

.footer-title p{
    font-weight: 700;
    font-size: 22px;
    color: #fff;
}


.footer__grid{
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}

.footer__contact{
    width: 400px;
}

.footer__contact-cont p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 13px;
}

.footer__contact-cont p:last-child{
    margin-bottom: 0;
}

.footer__contact--info .footer-title{
    text-align: right;
}

.footer__contact--info .footer__contact-cont{
    text-align: right;
}

.footer__brand{
    max-width: 520px; 
}


.footer__logo{
    text-align: center;
    margin-bottom: 20px;
}

.footer__logo img{
    height: 100px;
}

.footer__details p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    text-align: center;
}

.footer__social{
    margin-top: 20px;
}


.footer__social-list{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}



@media (max-width:1299px) {
    .footer__grid{
        flex-direction: column;
        align-items: center;
    }

    .footer__contact{
        max-width: none;
        text-align: center;
        margin-bottom: 40px;
    }

    .footer__contact--address{
        order: 1;
    }

     .footer__contact--info{
        order: 2;
     }

     .footer__brand{
        order: 3;
     }

    .footer__contact--info .footer-title{
        text-align: center;
    }

    .footer__contact--info .footer__contact-cont{
        text-align: center;
    }

}

@media (max-width:767px) {
   .footer__container{
        padding-top: 60px;
    }

    .footer__contact{
        width: 100%;
        border-bottom: 30px;
    }


    .footer-title p{
        font-size: 20px;
    }

    .footer__contact-cont p{
        font-size: 14px;
    }

    .footer__details p{
        font-size: 14px;
    }

    .footer__logo img{
        height: 80px;
    }
}