.footer {
    width: 100%;
    height: calc(4288px - 3754px);
    padding: 0 15vw;
    background: white;
    font-size: 15px;
    font-family: "IBMPlexSans", sans-serif;
    color: rgb(0, 5, 33);
    line-height: 1.2;
    margin-top: -88px;
}

.footer__top {
    padding: 73px 0 79px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid black;
}

.footer__top__left {
    max-width: 481px;
}

.footer__top__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.logo-text__bottom {
    margin-bottom: 25px;
}

.security-text-information {

}


.idontknowwhatisit {
    font-size: 16px;
    font-family: "IBMPlexSans", sans-serif;
    color: rgb(0, 5, 33);
    line-height: 1.2;
    font-weight: 300;
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    padding: 80px 0 83px 0;
}

.email-text {
    margin-bottom: 59px;
    font-size: 15px;
    font-family: "IBMPlexSans", sans-serif;
    color: rgb(0, 5, 33);
    line-height: 1.2;
}

.unknown_block::after {
    content: '/';
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.lang-name::after {
    content: '|';
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
}

.can-click {
    cursor: pointer;
}

@media (max-width: 1000px) {

    .footer {
        padding: 5vw;
        text-align: center;
    }

    .footer__top, .footer__bottom {
        display: flex;
        flex-direction: column;
        padding: 50px 0;
    }

    .footer__top__left {
        max-width: inherit;
    }

    .footer__top__right {
        margin-top: 53px;
        align-items: center;
    }

    .idontknowwhatisit {
        margin-top: 53px;
    }
}