body {
    margin: 0;
    padding: 0;
    background-color: #000000;
    font-family: "Rubik", system-ui;
    font-weight: 400;
    font-style: normal;
    color: rgba(0, 0, 0, 72);
}

.bcard img {
    max-width: 100%;
    max-height: 100%;
}

.bcard-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
}

.bcard {
    width: 80vw;
    margin: 5vh auto;
    padding: 10vh 5vw;
    display: flex;
    flex-direction: row;
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
}

.bcard__left {
    width: 40vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bcard__right {
    width: 40vw;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 10vw;
}

h1 {
    font-family: "Rubik", system-ui;
    font-weight: 400;
    font-size: 72px;
    line-height: 36px;
    color: rgba(0, 0, 0, 72);
}

i {
    font-style: normal;
    font-size: 36px;
    line-height: 36px;
    color: rgba(0, 0, 0, 72);
}

a {
    margin-top: 30px;
    font-style: normal;
    font-size: 36px;
    line-height: 36px;
    text-decoration: none;
    color: rgba(0, 0, 0, 72);
}

a.bcard__tel {
    padding-top: 45px;
}

a.bcard__vk {
    background-image: url("/images/vk.svg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto 100%;
    padding: 5px 0 5px 60px;
}

a.bcard__tg {
    background-image: url("/images/tg.svg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto 100%;
    padding: 5px 0 5px 60px;
}

a.bcard__pdf {
    text-decoration: underline;
    padding-top: 15px;
}

a.bcard__profi {
    text-decoration: underline;
}

@media screen and (max-width: 1400px) {
    h1 {
        font-size: 56px;
        line-height: 28px;
    }

    i, a {
        font-size: 20px;
        line-height: 24px;
    }

    a {
        margin-top: 15px;
    }

    a.bcard__tel {
        padding-top: 15px;
    }

    a.bcard__pdf {
        padding-top: 10px;
    }

    a.bcard__vk,
    a.bcard__tg {
        padding: 5px 0 5px 45px;
    }
}

@media screen and (max-width: 1400px) {
    .bcard {
        flex-direction: column;
        padding: 10vh 0;
    }

    .bcard__left {
        width: 70vw;
    }

    .bcard__right {
        padding-left: 0;
        padding-top: 5vh;
        padding-left: 30px;
        padding-right: 30px;
        width: unset;
    }
}