.photo_avatar{
	width:135px;
	margin:0 auto;
	z-index:1;
	display:inline;
}

.blockNavItem{
	border-top: 1px solid #EAE7E3;
}
.blockNavItem a{
	position: relative;
	background: #f5f5f5;
	color: #000;
}

.blockNavItem .icon--10{
	width: 16px;
	height: 16px;
	position: absolute;
	right: 8px;
	transition:  all 0.18s;
	fill:#7f7c7a;
}
.blockNavItem a.activ .icon--10{
	transform: rotate(90deg);
}

.tabs_linksGoogle:before{
	background:url(https://s.9111s.ru/img/uristcard/nav/goo.png) no-repeat 0 50%;
}
.tabs_linksYaRU:before{
	background:url(https://s.9111s.ru/img/uristcard/nav/ya.png) no-repeat 0 50%;
}
.tabs_linksGoogle:before,
.tabs_linksYaRU:before{
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: text-bottom;
	margin-right: 0px;
}
.tabs_linksGoogle:before, .tabs_linksYaRU:before{
	margin-right: 4px;
}



/* стиль для подтем */

/* стиль для корневых тем */

@keyframes arrow_r {
   0% {transform: translateY(0) rotate(90deg);}
   7% {transform: translateY(5px) rotate(90deg);}
   15% {transform: translateY(-5px) rotate(90deg);}
   20% {transform: translateY(0) rotate(90deg);}
   100% {transform: translateY(0) rotate(90deg);}
}

/* Левая навигация */
.nav-left-cont {
	position: relative;
	width: 220px;
	margin-right: 10px;
}
.nav-left-cont .lawyersList .userName{
	width: 150px;
}
.lawyersList .pageBlock{
	box-shadow: none;
	border-radius: 0;
}
.lawyersList{
	width: inherit;
}
.lawyersList__item{
	padding-top: 5px;
	padding-bottom: 5px;
}
.lawyersList__item:hover {
	background: rgb(241, 245, 252);
}
.lawyersList select{
	margin-bottom: 5px;
}
.lawyersList #country_num_modal, .lawyersList #region_num_modal , .lawyersList #city_num_modal{
	width: 100%;
}
.lawyersList .grey-search-form-input{
	width: 100%;
	border-radius: 8px;
	padding: 5px 10px;

}
.lawyersList .searchLawyerForm__title{
	font-size: 16px;
}
.lawyersList .btn.btn_yellow{
	width: 100%;
	margin-top: 5px;
}
.lawyersList .searchLawyerForm__total{
	color: grey;
}
.lawyersList .btn.btn_blue{
	display: none;
}
.lawyersListSearch__autocomlete.autocomplete-suggestion{
	font-size: 12px;
	line-height: 12px;
	padding: 5px 10px;
}
.nav-left-cont .leftNavBlock {
	margin-right: 0;
}
.nav-left-cont .profile_user_left {
	margin-right: 0;
}

.stickyBlock--fixedBottom{
	position: fixed !important;
	bottom: 10px;
	top: auto;
}
.stickyBlock---fixedTop{
	position: fixed !important;
	top: 51px;
	bottom: auto;
}
.stickyBlock--sticky{
	position: sticky !important;
	bottom: auto;
	top: 0;
}

@media screen and (max-width: 1130px){
	.nav-left-cont{
		display: none;
	}
}
.nav_left_tabs_{
	color: #777;
	font: 15px Arial,sans-serif;
}
.nav_left_tabs_li{
	font-size: 14px;
}
.nav_left_tabs_links {
	color: #003c84;
	text-decoration: none;
	font-size: 14px;
}
.blockNavItem__chat_btn {
	color: #003c84;
	text-decoration: none;
	padding: 6px 15px;
	display: block;
	font-size: 14px;
	position: relative;
	cursor: pointer;
}
.nav_left_tabs_span{
	color: #000;
	float: right;
	margin-right: 15px;
	opacity: 0.6;
	font: 14px Arial,sans-serif;
	line-height: 24px;
	position: relative;
	z-index: 1;
}
.nav_left_tabs_span:hover{
	opacity:1;
}


.nav_left {
	list-style:none;
	margin-left:auto;
	margin-right:auto;
}
.nav_left li a:hover{
	/* text-decoration:underline; */
}
.nav-left__rubrik{
	padding:6px 9px;
	border:0;
	background-color:#e6e6e6;
	font:bold 12px Arial,Arial,sans-serif;
	color:#222;
}
.nav-left__rubrik-urist{
	background-color:#fff;
}

.nav_left__user-link{
	width: 135px;
	height: 135px;
	overflow: hidden;
	display: inline;
}

.nav_left_userCnt{
	color: #7f7c7a;
	line-height: 16px;
}

.nav_left .blockNavItem a:hover{
	background: #f5f5f5;
	text-decoration: none;
}
.nav_left_tabs_li:hover {
	background: #f5f5f5;
}
.reklama_urist{
	text-align: center;
}
.reklama_urist_span{
	color: #000;
	font: 15px Arial,sans-serif;
	padding: 10px ;
}
.reklama_urist_img{
	margin:7px 0 0 0;
	width: 100%;
}
.reklama_uristImgLink{
	display: inline-block;
	width: 100%;
	padding: 0 6px;
}

.reklama_urist_span_views{
	font-size:14px;
	color: #000;
}
.nav_left li .cnt {
	float:right;
	padding-right:1px;
	padding-left:1px;
	font-size:0.8em;
}

.nav_left__userMenu__item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nav_left__userMenu__item-info{
	color: #7295BE;
}