
/* FOOTER */

footer {
    width: 100%;
    height: fit-content;
    background: var(--colors-primary-600);
    border-radius: 40px 40px 0 0;
}
.boss footer {
 
    background: var(--colors-primary-700);

}

footer>.container {

    padding: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-box {
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
}

.footer-nav_box {
    width: 290px;
    display: flex;
    flex-direction: column;
    gap: 12px;

}

.footer-logo_wrap {
    width: 195px;
    height: 88px;
}

.footer-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-nav {
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
    width: 100%;

}

.footer-nav .links-nav {
    width: 100%;
    height: 37px;
}

.footer-docs {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
}

.footer-docs_item,
.footer-docs_item>a {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 137%;
    text-align: center;
    color: var(--colors-grey-25);
}

.footer-contacts {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 12px;
}

.footer-contacts2 {
    display: none;
}


.footer-contacts_item,
.footer-contacts_item>a {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: var(--colors-grey-50);
}


.soc-list {
    margin-top: 8px;
    display: flex;
    gap: 16px;
    justify-content: start;
    align-items: start;
}

.soc-item {
    width: 32px;
    height: 32px;
    display: flex;
        justify-content: center;
    align-items: center;
    

}
.soc-item>a {
width: 100%;
    height: 100%;
}
.soc-item>.link{
    width: 24px;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: start;
}
.soc-icon {
    width: 100%;
    height: 100%;
}

.footer-legasy {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: var(--colors-primary-200);
    margin-top: 56px;
}

.footer-legasy-svg{
    margin-top: 24px;
    width: 313px;
    height: 60px;
  
}


.mess-box {
    z-index: 5000;
    position: fixed;
    bottom: 32px;
    right: 32px;
    border: 1px solid var(--colors-primary-600);
        border-radius: 24px;
        padding: 20px;
        width: 168px;
        height: 72px;
    box-shadow: 0 12px 48px 0 rgba(71, 84, 103, 0.12);
        background: var(--colors-primary-50);
}

.mess-list {
    display: flex;
    gap: 16px;
}

.mess-item {
    width: 100%;
    height: 100%;
}

.mess-link {
    width: 100%;
        height: 100%;
}

.mess-img {
    width: 32px;
    height: 32px;
}
@media screen and (max-width: 1280px) {
    footer {

        min-width: 1440px;
    }
}

@media screen and (max-width: 1024px) {


    .footer-contacts {
        width: 208px;
    }

    .footer-docs {
        width: 208px;
    }

    .footer-docs_item {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%
    }
}


@media screen and (max-width: 780px) {

    footer {

        min-width: unset
    }

    /* FOOTER */
    footer>.container {

        padding: 40px 20px;

        gap: 24px;
padding-bottom: 80px;
    }

    .footer-box {
        display: flex;
        align-items: start;
        justify-content: space-between;
        width: 100%;
    }

    .footer-nav_box {
        width: 135px;


    }

    .footer-logo_wrap {
        width: 135px;
        height: 48px;
    }

    .footer-logo {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .footer-nav {
        display: none;

        width: 100%;

    }



    .footer-docs {
        display: none;

    }

    .footer-contacts2 {
        display: flex;


        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .footer-contacts {
        height: 48px;
        align-items: center;
        justify-content: center;
        gap: unset;
    }

    .footer-contacts_item:nth-child(-n+3) {
        display: none;

    }

    .footer-contacts_item2,
    .footer-contacts_item2>a {
        font-family: var(--font-family);
        font-weight: 500;
        font-size: 14px;
        line-height: 150%;
        color: var(--colors-grey-50);
    }


    .soc-list {
        margin-top: 0px;

    }

    .soc-item {
        width: 24px;
        height: 24px;
    }
        .soc-item>.link{
       padding: 3px;
    
        }
.soc-item>.link>.soc-icon {
    width: 18px;
    height: 18px;

}

    .footer-legasy {
margin-top: 0;
        line-height: 144%;

    }
        .footer-legasy-svg{margin-top: 0;}
.mess-box {
    bottom: 20px;
    right: 20px;
    border-radius: 360px;
    padding: 12px;
    width: 144px;
    height: 56px;
    -webkit-border-radius: 360px;
    -moz-border-radius: 360px;
    -ms-border-radius: 360px;
    -o-border-radius: 360px;
}

.mess-list {
 
    gap: 12px;
}




}