
/*speaker_card*/
.pop_speaker_block {
    display: flex;
    padding: 0 10px;
}

@media(max-width: 630px) {
    .pop_speaker_block {
        flex-wrap: wrap;
    }
}

.pop_speaker_l {
    width: 40%;
    padding: 12px;
}

@media(max-width: 630px) {
    .pop_speaker_l {
        width: 100%;
        padding: 6px 0 12px;
    }
}

.pop_speaker_r {
    width: 60%;
    padding: 12px;
    position: relative;
}

@media(max-width: 630px) {
    .pop_speaker_r {
        width: 100%;
        padding: 0 10px;
    }
}

.pop_speaker_photo {
    width: 100%;
    height: 271px;
    border-radius: 4px;
    overflow: hidden;
    /* background-color: #0f2c3c; */
    display: flex;
    align-items: center;
}

@media(max-width: 630px) {
    .pop_speaker_photo {
        /* height: 200px; */ height: unset;
    }
}

.pop_speaker_photo img {
    width: 100%;
    border-radius: 4px;
}

.pop_speaker_name {
    font-size: 25px;
    font-weight: 500;
    color: var(--main-color);
    letter-spacing: 0.04em;
    margin-bottom: 6px;
}

.pop_speaker_short {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #b6b6b6;
    margin-bottom: 10px;
    letter-spacing: 0.04em;
    line-height: 150%;
}

.pop_speaker_desc {
    line-height: 150%;
    font-size: 14px;
    /* max-width: 346px; */
    color: #d5d5d5;
    /* text-align: left; */
    font-weight: 300;
}

.context_link {
}

.pop_speaker_webinars_link {
    padding: 7px 32px 7px 16px;
    border: 1px solid #ffffff;
    font-size: 15px;
    position: relative;
    color: #f6f6f6;
    margin: 12px 0;
    display: inline-block;
    border-radius: 3px;
}

.pop_speaker_webinars_link:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23eee' d='M8.122 24l-4.122-4 8-8-8-8 4.122-4 11.878 12z'/%3E%3C/svg%3E");
    position: absolute;
    right: 10px;
    top: 9px;
    width: 14px;
    height: 14px;
    background-size: 100%;
    transition: 0.3s;
}

.pop_speaker_webinars_link:hover::after {
    right: 7px;
}

.pop_speaker_soc {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
}

@media(max-width: 630px) {
    .pop_speaker_soc {
        display: flex;
        position: relative;
        right: 0;
        bottom: 0;
        justify-content: center;
        padding: 12px 0;
    }
}

.pop_speaker_soc_item {
    width: 28px;
    height: 28px;
    /* background-color: #eee; */
    margin: 2px 11px;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0.75;
    transition: 0.2s;
}

.pop_speaker_soc_item:hover {
    opacity: 1;
    transform: scale(1.2);
}

/**/
/*pop_user*/
.user_open_button {
    cursor: pointer;
    text-overflow: ellipsis;
    /* width: 100%; */
    overflow: hidden;
    /* white-space: nowrap; */
    letter-spacing: .03em;
    display: flex;
    align-items: center;
}

.user_button_im img {
    width: 32px;
    display: block;
}

.user_button_im {
    margin-right: 8px;
    border-radius: 50%;
    overflow: hidden;
    height: 32px;
}

.pop_user_progress .lk_progress_item {
    padding: 11px 11px;
}

.pop_user_last_time {
    color: #c6c6c6;
    display: inline-block;
}

.pop_user_level {
    display: inline-block;
    color: #4e82a0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.06em;
    margin-right: 7px;
}

/**/