﻿
.ContactNameFirstChar
{
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    background: #01305c;
    color: white;
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0px;
}

.mobile
{
    display: none;
}

.ContactNameFirstChar.hidden
{
    display: none;
}

.SmallPhotoUrl .hidden
{
    display: none;
}

.SmallPhotoUrlMobile
{
    display: none;
}
/*Для мобильной версии 20201126 krakoss*/
@media screen and (min-width: 0px) and (max-width: 767px)
{
    #user__img__SmallPhotoUrl
    {
        display: none;
    }   
    .mobile
    {
        display: inline-block;
    }
     

    header .header__wrapper .header__nav-wrapper .nav__next.nav__lk.registered .user-img
    {       
        left: 5px;
    }

    .ContactNameFirstChar
    {
        display: block;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        line-height: 40px;
        text-align: center;
        background: #01305c;
        color: white;
        font-size: 28px;
        text-transform: uppercase;
        cursor: pointer;
        margin:0px;
    }

    header .header__wrapper .header__nav-wrapper .nav__next.nav__lk.registered .user-img.have__notice::after
    {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 0px;
        right: -2px;
        border-radius: 5px;
        background-color: #e60f6f;
    }
}

@media (max-width: 767px) {
	.user-img--active img {
		border: 1px solid #2b8ff1;
	}
}

