.widget-contacts-left{
    left: 20px;    
}
.widget-contacts-right{
    right: 20px;    
}
.widget-contacts{
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    z-index: 10;
}
.widget-contacts a{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.widget-contacts .widget-contacts-ico{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-color: #222;
    box-shadow: 0 2px 10px hsla(0, 8%, 36%, .26);
    border: 2px solid #fff;    
}
.widget-contacts .widget-contacts-phone{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: #404040;
    font-size: 12px;
    line-height: 24px;
    box-shadow: 0px 0px 5px 0px #0000003b;    
}
#popup_consultant {
    position: fixed;
    bottom: 20px;
    box-shadow: 0 17px 40px hsla(0, 8%, 36%, .26);
    border-radius: 8px;
    background: #fff;
    min-width: 290px;
    z-index: 100;
}
#popup_consultant.active .pe_photo {
    margin: -40px auto 0;
    border: none;
    float: none;
    cursor: default;
}
.modal2__input, #popup_consultant .pe_photo {
    border-color: #d1c6ba !important;
}
#popup_consultant .pe_photo {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: -86px auto 0;
    border: 2px solid #a78267;
    float: right;
    cursor: pointer;
}
.pe_photo {
    background-size: cover;
    background-position: center;
    background-color: #222;
}
#popup_consultant.active .pe_content {
    display: block;
}
#popup_consultant .pe_close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 5px;
    cursor: pointer;
    z-index: 99;
    transition: 0.2s all ease;
    background-size: contain;
}
#popup_consultant .pe_name {
    color: #0b0b0b;
    font-size: 17px;
    font-weight: 900;
    text-align: center;
    padding-top: 10px;
}
#popup_consultant .pe_post {
    color: #2f2f2f;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    padding: 7px 0 18px;
    border-bottom: 1px solid #e5e5e5;
}
#popup_consultant .messengers {
    text-align: center;
}
#popup_consultant .messengers a {
    width: 35px;
    height: 35px;
    display: inline-block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 25px;
}
.messengers .messenger_link {
    background-size: 77%;
    background-position: center;
    background-repeat: no-repeat;
}
.phone {
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 0;
    display: block;
    margin-bottom: 5px;
}
#popup_consultant .pe_phone {
    padding-top: 10px;
}
#popup_consultant .pe_phone {
    display: block;
    padding: 19px 0;
    width: 100%;
    color: #0b0b0b;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}
#popup_consultant .pe_close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 11px;
    cursor: pointer;
    z-index: 99;
    transition: 0.2s all ease;
    background-size: contain;
    color: #b1b1b1;
}
#popup_consultant .pe_close:hover {
    color: #5c5c5c;
}