.account__title--profile { display: block; }
.return-back--profile { margin-right: 12px; margin-bottom: 4px; }
.auth-icon--profile { width: 24px; height: 24px; }



@media (max-width: 767px) {
    .profile-container__row {
        display: block !important;
    }
    .profile-container__block {
        position: relative;
    }
    .profile_back_arr {
        margin-bottom: 0 !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
    }
    .profile-container__block-title {
        margin-top: 2px;
    }
}

.profile-container__block--auth {
    height: 547px;
    justify-content: flex-start !important;
}

.profile_back_arr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 64px;
}
.profile_back_arr .profile-container__block-logo {
    margin-bottom: 0;
}
.profile_back_arr-col {
    width: 80px;
}
.profile_back_arr-link {
    color: white;
}

.tel-auth-block {
    height: 255px;
    padding: 24px;
}

.auth-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
    margin: 0 auto;
}

.auth-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: opacity 0.2s;
    color: #fff !important;
}

.auth-btn:hover {
    opacity: 0.9;
}

.auth-btn img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.auth-btn--yandex, 
.auth-btn--vk, 
.auth-btn--tg { 
    background-color: #9549f5; 
}
