.popup_expert {
    position: fixed;
    bottom: 130px;
    right: 15px;
    box-shadow: 0 17px 40px hsla(0, 8%, 36%, .26);
    border-radius: 4px;
    background: #fff;
    min-width: 290px;
    z-index: 9999;
}
@media (max-width: 420px) {
    .popup_expert {
        bottom: 40px;
    }
}
.popup_expert .pe_content {
    position: relative;
    display: none;
}

.popup_expert .pe_close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: -27px;
    cursor: pointer;
    z-index: 99;
    background: url(../images/images_plashka/closed.png) no-repeat top center;
    transition: 0.2s all ease;
    background-size: contain;
}


.pe_photo {
    margin: -40px auto 0;
    border: none;
    float: none;
    cursor: default;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;


}

.pe_photo_active{
    margin: -86px auto 0;
    border: 2px solid #ffcc7d;
    float: right;
    cursor: pointer;
}

.popup_expert .pe_name {
    color: #0b0b0b;
    font-size: 17px;
    font-weight: 900;
    text-align: center;
    padding-top: 10px;
    font-family: 'PT Serif', serif;
}

.popup_expert .pe_post {
    color: #2f2f2f;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    padding: 7px 0 18px;
    border-bottom: 1px solid #e5e5e5;
    font-family: Montserrat, sans-serif;
}
.popup_expert .messengers {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
}

.popup_expert .messengers a {
    width: 35px;
    height: 35px;
    display: inline-block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-left: 10px;
}


.popup_expert_after::after {
    content: '1';
    display: block;
    position: absolute;
    top: -82px;
    right: 8px;
    width:16px;
    height:16px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -khtml-border-radius:50%;
    font-size:9px;
    color:#fff;
    line-height:1.5;
    text-align:center;
    background:#e63917
}