body footer {
    justify-content: center;
    align-items: center;
    width: 100%;
}
.logo-footer{
    height: 258px;
    display: block;
    width: 283px;
}
body footer .part-1 {
    display: flex;
    justify-content: center;
    background: #326E70;
    padding: 50px 5% 0;
}
body footer .part-1 .div1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 25px;
    align-content: flex-start;
    gap: 35px;
}
body footer .part-1 .div1 .pasta {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
body footer .part-1 .div1 .pasta .social {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    padding: 0;
}
body footer .part-1 .div1 .pasta .social li {
    display: flex;
    list-style-type: none;
}
body footer .part-1 .div1 .pasta .social li a .whatsapp {
    display: block;
    width: 41px;
    height: 35px;
    background: url(../../assets/images/whatsapp.svg) no-repeat center;
}
body footer .part-1 .div1 .pasta .social li a .tiktok {
    display: block;
    width: 41px;
    height: 35px;
    background: url(../../assets/images/tiktok2.svg) no-repeat center;
}
body footer .part-1 .div1 .pasta .social li a .facebook {
    display: block;
    width: 41px;
    height: 35px;
    background: url(../../assets/images/facebook2.svg) no-repeat center;
}
body footer .part-1 .div1 .pasta .social li a .instagram {
    display: block;
    width: 41px;
    height: 35px;
    background: url(../../assets/images/instagram2.svg) no-repeat center;
}
body footer .part-1 .div1 .pasta .social li a .youtube {
    display: block;
    width: 41px;
    height: 35px;
    background: url(../../assets/images/youtube2.svg) no-repeat center;
}
body footer .part-1 .div1 .pasta .contact {
    display: flex;
    justify-content: flex-start;
    list-style-type: none;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    gap: 16px;
    flex-wrap: wrap;
    padding: 0;
}
body footer .part-1 .div1 .pasta .contact li {
    display: flex;
}
body footer .part-1 .div1 .pasta .contact li a {
    display: flex;
    gap: 10px;
    text-decoration: none;
    color: #ffffff;
}
body footer .part-1 .div1 .pasta .contact li a span {
    display: flex;
    width: 28px;
    height: 24px;
    min-width: 28px;
}
body footer .part-1 .div1 .pasta .contact li a span.adresa {
    background: url("../../assets/images/adresa.svg") no-repeat;
}
body footer .part-1 .div1 .pasta .contact li a span.telefon {
    background: url("../../assets/images/telefon.svg") no-repeat;
}
body footer .part-1 .div1 .pasta .contact li a.tel:hover {
    color: #EF7841;
}
body footer .part-1 > div:not(:first-child) {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 25px;
    align-content: flex-start;
    gap: 18px;
    margin-top: 30px;
}
body footer .part-1 > div:not(:first-child) h4 {
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    width: 100%;
}
body footer .part-1 > div:not(:first-child) ul {
    display: flex;
    flex-wrap: wrap;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    list-style-type: none;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    margin: 0;
    padding: 0;
    gap: 11px;
}
body footer .part-1 > div:not(:first-child) ul a {
    text-decoration: none;
    color: inherit;
}
body footer .part-1 > div:not(:first-child) ul a:hover {
    color: #EF7841;
}
body footer .part-1 > div:not(:first-child) ul li {
    width: 100%;
}
body footer .part-1 > div:not(:first-child) .anpc {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
    width: 170px;
    margin-top: 20px;
}
body footer .part-1 > div:not(:first-child) .anpc img {
    width: 100%;
}
body footer .part-1 > div.col-4 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
body footer .c {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 59px;
    background: #8CC4C8;
}
body footer .c h5 {
    font-size: 13px;
    font-weight: 500;
    color: black;
}

@media screen and (max-width: 1440px) {
    body footer .part-1 > div:last-child {
        width: 16.66666667%;
    }
    body footer .part-1 > div:first-child {
        width: 33.33333333%;
    }
}
@media screen and (max-width: 1200px) {
    body footer .part-1 .div1 {
        justify-content: center;
    }
}
@media screen and (max-width: 992px) {
    body footer .part-1 {
        flex-wrap: wrap;
    }
    body footer .part-1 > div {
        width: 100%;
    }
    body footer .part-1 > div:not(:first-child) {
        justify-content: center;
        padding: 0;
    }
    body footer .part-1 > div:not(:first-child) h4 {
        width: auto;
        margin: 0 25%;
    }
    body footer .part-1 > div:not(:first-child) ul {
        width: auto;
        margin: 0 25%;
        text-align: center;
        gap: 8px;
    }
    body footer .part-1 > div.col-4 ul {
        grid-template-columns: repeat(1, 1fr);
    }
    body footer .part-1 > div:last-child {
        width: 100%;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 480px) {
    body footer .part-1 > div {
        width: 100%;
    }
    body footer .part-1 > div:first-child {
        padding: 0;
        width: 100%;
    }
    body footer .part-1 > div:first-child .pasta .social {
        justify-content: center;
        width: 100%;
    }
    body footer .part-1 > div:not(:first-child) {
        justify-content: flex-start;
    }
    body footer .part-1 > div:not(:first-child) h4 {
        margin: 0;
        width: 100%;
    }
    body footer .part-1 > div:not(:first-child) ul {
        text-align: left;
        gap: 8px;
        margin: 0;
    }
    body footer .part-1 > div.col-4 ul {
        grid-template-columns: repeat(1, 1fr);
    }
    body footer .part-1 > div:last-child {
        width: 100%;
        margin-bottom: 30px;
    }
}
