.footer .wrapper-standart .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .wrapper-standart .bottom .info {
    padding-left: 0;
    display: flex;
    align-items: center;
    margin-top: 18px
}

.footer .wrapper-standart .bottom .info svg {
    display: block;
    position: inherit;
    margin-right: 40px;
}

.krestia-logo img {
    display: flex;
    max-width: 200px;
}

.copyright {
    text-align: center;
}

.footer .bottom .copyright {
    margin-top: 0;
}

@media (max-width: 1024px) {
    .footer .wrapper-standart .bottom {
        display: flex;
        align-items: end;
        justify-content: space-between;
    }
    .footer .wrapper-standart .bottom .info {
        padding-left: 0;
        display: flex;
        align-items: center;
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .footer .wrapper-standart .bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .footer .wrapper-standart .bottom .info {
        flex-direction: column;
        gap: 10px;
        padding-left: 0;
    }

    .footer .wrapper-standart .bottom .info svg {
        margin-right: 0;
    }
}
