h1 {
    font-size: 35px;
}

.welcome_cont {
    min-height: calc(100vh - var(--nav_height));
}

.welcome_steps {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.welcome_steps section:not(.active) {
    opacity: 0;
    width: 100%;
}

.welcome_footer {
    border-top: var(--border);
    padding: 50px 0;
}

.obr_talk {
    max-width: 350px;
    position: relative;
}

.welc_text {
    font-size: 18px;
}

.obr_talk::before {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    bottom: 15px;
    width: 5px;
    background-color: var(--white);
    z-index: 3;
}

.obr_talk::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -15px;
    height: 14px;
    width: 14px;
    background-color: var(--white);
    border-left: var(--border);
    border-bottom: var(--border);
    border-radius: 2px;
    transform: rotate(-135deg) translate(0, -50%);
}

.info_box {
    gap: 35px;
}

.info_box .text {
    font-size: 17px;
    max-width: 400px;
}

.info_box img {
    max-width: 150px;
    width: 100%;
}

.big_img {
    max-width: 250px !important;
}

#desk_pointer {
    position: absolute;
    top: 70px;
}

.welcome_btns {
    max-width: 800px;
}

.bye_text {
    max-width: 600px;
}


@media (max-width: 600px) {
    .obrazavr_welcome {
        gap: 15px;
        flex-direction: column;
    }

    #welcome_anim {
        margin-bottom: 0 !important;
    }
    
    .obr_talk::after {
        top: unset;
        left: 50%;
        bottom: -15px;
        transform: rotate(-45deg) translate(0, -50%);
    }
}

#welcome_anim {
    width: 270px;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: -135px;
}

#welcome_complete {
    max-width: 300px;
    width: 100%;
}
