@charset "UTF-8";
.footer {
    padding-top: 25px;
    position: relative;
    z-index: 1050;
    background-color: rgba(0, 0, 0, 0.5);
    align-content: center;
}

.footer-container {
    border-top: 1px solid white;
    padding: 10px !important;
    justify-items: center;
}

.footer-logo-text {
    color: black;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
}

.logo {
    max-width: 157px;
    padding: 6px;
    display: flex;
    align-items: center;
    align-self: center;
    border-radius: 10px;
    background-color: rgba(126, 206, 0, 0.90);
}

.slogan {
    padding: 5px;
    text-align: center;
    align-self: center;
    align-content: center;
}

@media (min-width: 1280px) {
    .slogan {
        padding-left: 15px;
    }
}

.slogan-text {
    color: #f1f1f1;
    font-size: 17px;
    line-height: 19px;
    font-weight: 500;
    text-align: center;
}

.telegram-text,
.mail-text{
    text-decoration: none;
    align-self: center;
    color: #f1f1f1;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-align: start;
    padding: 5px;
}

.mail-desc {
    border-bottom: 1px solid black;
}




.footer-project-info, .footer-social-info {
    align-content: center;
    justify-items: center;
    margin: 0;
    padding: 0;
}

.footer-project-info, .footer-social-info, .documents, .footer-container {
    justify-content: center !important;
    display: flex !important;
}

.dietmaker-mail, .dietmaker-telegram {
    align-content: center;
    align-self: center;
    padding: 10px;
    color: white;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    text-align: start;
}

.dietmaker-icons {
    text-align: end;
    align-content: end;
}

.footer-brand {
    align-self: center !important;
}

.footer-icon-list {
    justify-content: end;
    padding: 0;
    margin: 0;
    display: inline-grid;
}

.footer-icon-element {
    padding: 0;
    margin: 7px;
}

.documents {
    display: flex;
    justify-items: center;
    justify-content: center;
    border-top: 1px solid #f1f1f1;
    padding: 10px 0 30px 0;
}



.dietmaker-docs {
    justify-items: center !important;
}

.user-agreement,
.privacy-policy,
.dietmaker-protected {
    justify-items: center !important;
    align-self: center !important;
}

.card-document {
    padding: 5px !important;
    background-color: #cccccc !important;
    border-radius: 10px;
    border: 1px solid;
}

.dietmaker-protected-text-1 {
    border-bottom: 1px solid black;
    padding-bottom: 5px;
}

.user-agreement-text,
.privacy-policy-text,
.dietmaker-protected-text-1,
.dietmaker-protected-text-2 {
    font-weight: 500 !important;
    color: black;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
}

.justify-items-end {
    justify-items: end !important;
}
