footer {
    background-color: #000;
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 50px 0;
}

footer footer-cont {
    display: flex;
    width: 1440px;
    background-color: #FFFFFF14;
    border-radius: 60px;
    height: 716px;
    padding: 50px 0;
    flex-direction: column;
    align-items: center;
}

footer footer-cont footer-parts {
    display: flex;
    max-width: 1146px;
    width: 1146px;
    justify-content: center;
}

footer footer-parts footer-top {
    display: flex;
}

footer footer-top footer-top-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer footer-top footer-top-parts {
    display: flex;
}

footer footer-top footer-top-parts h2 {
    line-height: 68px;
    font-size: 56px;
    max-width: 600px;
    text-align: center;
    color: #8E8E8E;
}

footer footer-top footer-top-parts p {
    color: #E0D7D7;
    max-width: 447px;
    text-align: center;
    line-height: 33px;
    margin: 8px 0;
}

footer footer-top footer-top-parts footer-contact-btn {
    background-color: #fff;
    border-radius: 50px;
    margin: 12px 0;
}

footer footer-top-parts footer-contact-btn a {
    color: #272727;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 6px;
    width: 233px;
    font-family: 'Monserrat-bold';
}

footer footer-top-parts footer-contact-btn a img {
    margin-right: 12px;
    width: 55px;
    height: 55px;
}

footer footer-parts footer-menu {
    display: flex;
    margin: 50px 0;
    justify-content: space-between;
    width: 100%;
}

footer footer-parts footer-menu footer-menu-parts {
    display: flex;
}

footer footer-menu footer-menu-parts footer-social-media {
    display: flex;
    max-width: 265px;
}

footer footer-menu-parts footer-social-media footer-social-media-parts {
    display: flex;
}

footer footer-menu-parts footer-social-media footer-social-media-parts p {
    color: #E0E0E0;
    line-height: 24px;
    font-size: 15.38px;
    letter-spacing: -0.16px;
    margin-bottom: 44px;
}

footer footer-menu-parts footer-social-media footer-social-media-btns {
    display: flex;
    margin-right: 16px;
}

footer footer-menu-parts footer-social-media footer-social-media-btns a {
    display: flex;
}

footer footer-menu-parts footer-social-media footer-social-media-btns a img {
    width: 62px;
    height: 62px;
}

footer footer-parts footer-menu footer-menu-parts footer-pages-cont {
    display: flex;
    flex-direction: column;
    width: 342px;
    max-width: 342px;
}

footer footer-parts footer-menu footer-pages-title p {
    color: #FFFEFE;
    font-family: 'Monserrat-bold';
    font-size: 14px;
    margin-bottom: 12px;
    padding: 8px 0px 8px 16px;
}

footer footer-parts footer-menu footer-pages {
    display: flex;
    padding: 8px 0px 8px 16px;
}

footer footer-parts footer-menu footer-pages a {
    color: #FFFEFE;
    font-size: 14px;
    font-family: 'Monserrat-light';
}

footer footer-parts footer-menu footer-menu-parts footer-contacts-cont {
    display: flex;
    flex-direction: column;
    width: 393px;
}

footer footer-parts footer-menu footer-contacts-title p {
    color: #FFFEFE;
    font-family: 'Monserrat-bold';
    font-size: 14px;
    margin-bottom: 12px;
    padding: 8px 0px 8px 16px;
}

footer footer-parts footer-menu footer-contacts {
    display: flex;
    padding: 8px 0px 8px 16px;
}

footer footer-parts footer-menu footer-contacts p {
    color: #FFFEFE;
    font-size: 14px;
    font-family: 'Monserrat-light';
}

footer footer-cont footer-parts footer-copyright {
    display: flex;
    width: 100%;
    justify-content: center;
    border-top: 1px solid #FFFFFF14;
}

footer footer-cont footer-parts footer-copyright p {
    width: 1024px;
    max-width: 1024px;
    text-align: end;
    color: #D9D9D9;
    font-size: 14px;
    margin-top: 18px;
}

@media only screen and (max-width: 600px) {

    footer footer-cont {
        width: 343px;
        border-radius: 20px;
        padding: 20px 0;
        height: unset;
    }

    footer footer-cont footer-parts {
        width: 343px;
    }

    footer footer-top footer-top-parts h2 {
        font-size: 20px;
        letter-spacing: 4%;
        line-height: 138%;
        max-width: 190px;
    }

    footer footer-top footer-top-parts p {
        font-size: 16px;
        line-height: 26px;
        max-width: 306px;
    }


    footer footer-top-parts footer-contact-btn a {
        width: 194px;
        padding: 2px 6px;
    }

    footer footer-top-parts footer-contact-btn a img {
        width: 45px;
    }

    footer footer-parts footer-menu {
        flex-direction: column;
        gap: 20px;
        margin: 20px 0;
    }


    footer footer-menu footer-menu-parts footer-social-media {
        width: 100%;
        max-width: unset;
        justify-content: center;
    }

    footer footer-menu-parts footer-social-media footer-social-media-parts {
        justify-content: center;
        gap: 18px;
    }

    footer footer-menu-parts footer-social-media footer-social-media-parts p {
        font-size: 14px;
        max-width: 243px;
        text-align: center;
        margin-bottom: 20px;
    }

    footer footer-menu-parts footer-social-media footer-social-media-btns {
        margin: unset;
    }

    footer footer-menu-parts footer-social-media footer-social-media-btns a img {
        width: 45px;
    }


    footer footer-cont footer-parts footer-copyright p {
        font-size: 10px;
        width: unset;
        text-align: unset;
        margin-top: 10px;
    }
}