.footer .footer__head,
.footer__head-mobile,
.footer__item-wrap {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.footer .footer__head h4 {
    font-size: 16px;
    margin-bottom: 6px;
}

.footer .footer__head .footer__list li a {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
}

.footer .footer__head .footer__list li {
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.3;
}


.footer .footer__head .footer__item .unstyled-list {
    padding: 0;
}

.footer .footer__head .footer__item .footer__button li a {
    background-color: #e19f8f;
    padding: 10px 20px;
    border-radius: 30px;
    color: #ffffff;
    font-weight: 600;
    transition: 0.3s;
    border: 2px solid #e19f8f;
}

.footer .footer__head .footer__item .footer__button li a:hover {
    background-color: #fff;
    border: 2px solid #e19f8f;
    color: #e19f8f;
}

.footer__social-links {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.footer__social-links a {
    width: 34px;
    height: auto;
}

.footer .footer__logo,
.footer__tp,
.footer__bio {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.footer__item-wrap {
    gap: 70px;
}

.footer .footer__logo svg,
.footer .footer__logo img {
    width: 141px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.footer__content .footer__description p,
.footer__sub-content p {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1.3;
}

.footer__content .footer__tp img {
    max-width: 350px;
    margin: 20px 0 10px 0;
}

.footer__content .footer__bio img {
    max-width: 139px;
}

.footer__sub-content {
    text-align: center;
    font-size: 13px;
    color: #000;
    margin: 10px 0;
}

.footer__sub-content a {
    color: #000;
}

.footer__copyright {
    text-align: center;
    margin: 10px 0 0 0;
}

.footer__bio {
    margin: 20px 0;
}



@media screen and (max-width: 1600px) {
    .footer__item-wrap {
        gap: 20px;
    }
}
@media screen and (max-width: 1099px) {
    .footer__item-wrap {
        gap: 10px;
    }
    .footer .footer__head, .footer__head-mobile, .footer__item-wrap {
        gap: 10px;
    }
  
    .footer .footer__head .footer__item .footer__button li a {
        font-size: 14px;
        padding: 10px 10px;
    }
    .footer .footer__head .footer__list li a {
        font-size: 13px;
        font-weight: 400;
    }
}
    

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

    .footer__head-mobile {
        gap: 80px;
        justify-content: center;
    }
    .footer .footer__head,
    .footer__item-wrap {
        justify-content: center;
        gap: 30px;
    }

    .footer .footer__head {
        display: flex;
        flex-direction: column;
    }

    .footer__order {
        order: -1;
        text-align: center;
    }

    .footer .footer__head h4 {
        max-width: 430px;
        margin: 0 auto 5px auto;
    }

    .footer .footer__head .footer__list li {
        line-height: 1;
    }

    .footer__social-links a {
        width: 30px;
        height: auto;
    }

    .footer .footer__head .footer__item .unstyled-list {
        margin-bottom: 10px;
    }

    .footer .footer__head .footer__item .footer__button li a {
        padding: 10px 40px;
    }

    .footer .footer__logo svg,
    .footer .footer__logo img {
        width: 90px;
        margin-bottom: 5px;
        margin-top: 20px;
    }

    .footer__content .footer__bio img,
    .footer__content .footer__bio svg {
        max-width: 90px;
    }

    .footer__social-links {
        gap: 15px;
    }
    .footer__content .footer__description p {
        max-width: 430px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 575px) and (min-width: 475px) {
    .footer .container {
        max-width: unset;
    }
}
@media screen and (max-width: 475px) {

    .footer .footer__head,
    .footer__head-mobile,
    .footer__item-wrap {
        justify-content: space-between;
        gap: 10px;

    }

    .footer .footer__head {
        display: flex;
        flex-direction: column;
    }

    .footer__order {
        order: -1;
        text-align: center;
    }

    .footer .footer__head h4 {
        font-size: 12px;
    }

    .footer .footer__head .footer__list li a {
        font-size: 10px;
        padding: 0;
        font-weight: 400;
    }

    .footer__content .footer__description p,
    .footer__sub-content p {
        font-size: 10px;
        line-height: 14px;
    }

    .footer__sub-content a {
        font-size: 10px;
    }
}