.profile_user_left{
	display:flex;
	flex-direction: column;
	width: auto;
	margin-right: 10px;
	position: relative;
	z-index: 20;
}



.g-pageArticle .profile_user_left{
	width: 200px;
}

.authorBlock{
	display: flex;
	align-items: center;
	margin-bottom: 10px;

}
.authorBlock__pnoto{
	position: relative;
	flex-shrink: 0;
	width: 35px;
	margin-right: 5px;
}
.authorBlock__pnoto img{
	width: 35px;
	height: 35px;
	flex-shrink: 0;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.authorBlock__pnoto .vipIcon{
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
}
.authorBlock__name{
	font-size: 15px;
	/* line-height: 15px; */
	font-weight: 500;
	color: #185BA7;
	text-decoration: none;
}

.bottomNavigation{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 21;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
}


.bottomNavigation__contacts{
	max-width: 620px;
	width: 100%;
	margin: 0 auto;
}
.bottomNavigation__item + .bottomNavigation__item{
	margin-left: 5px;
}
.bottomNavigation__contacts .userPhoto {
	width: 30px;
	height: 30px;
}
.bottomNavigation__contacts .userPhoto img{
	width: 30px;
	height: 30px;
}

.bottomNavigation__item svg{
	width: 20px;
	height: 20px;
}

.profile_user_left_photo{
	position: relative;
}
.profile_user_left_photo .vipIcon{
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.profile_user_left_photo .moderatorIcon{
	position: absolute;
	top: 10px;
	right: 5px;
}


.profile_user_right {
	display:block;
	/*padding-bottom: 100px;*/
	/*overflow: hidden;*/
}
.profile_user_left_photo_img{
	width: 100%;
	padding: 0px;
	border-radius: 8px;
}

.anketa, .profile_user_left_photo_img {
	padding: 2px;

}

.btn_grey-grd {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f5f5f5 0px, #dbdbdb 100%) repeat scroll 0 0;
	border: 1px solid #b7b4b1;
	color: #333;
}
.btn_l {
	padding: 8px 18px;
}

.profile_user_left_nav{
	background:#fff;
	width:100%;
	max-width: inherit;
	padding: 10px 0;
	/*overflow: hidden;*/

}
.profile_user_left_nav_head-menu,
.profile_user_left_nav_head-menu-in{
	color: #353E4E;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font: 14px Arial,sans-serif;
	padding: 7px 13px;
	text-decoration: none;
	cursor: pointer;
}
.profile_user_left_nav__forum .profile_user_left_nav_head-menu {
	padding: 5px 13px;
	color: #353E4E;

}

.profile_user_left_nav_head-menu-in {
	padding: 0;
}
.head-menu_active{
	background:#e9f6fd;
}

.profile_user_left_photo {
	position: relative;
	display: inline-block;
}
.uristcard_link-edit .icon--10 {
	fill:#707070;
	width: 12px;
	height: 12px;
}
.uristcard_link-edit {
	text-decoration: none;
}
.uristcard_link-edit:hover .icon--10 {
	fill: #e29716;
}
.uristcard_bl-edit {
	/*text-align: right;*/
	margin-bottom: 6px;
}
.user_page__head-slogan {
	background: #eef6fd;
	padding: 15px;
	border-radius: 12px;
	position: relative;
	color: #353E4E;
	margin-bottom: 10px;
	font-size:16px;
	line-height: 24px;
	/*margin-bottom: 0px;*/
}
.adressRow{
	border: 1px solid #61BFED;
	background: #E4F6FD;
	border-width: 1px 0px 1px 0px;
	display: block;
}
.corner{
	position: relative;
	margin-top: 15px !important;
}
.corner::after,
.corner::before{
	content: '';
	position: absolute;
	display: block;
	border-style: solid;
	border-color: transparent;
}
.corner::after{
	top: -12px;
	left: 30px;
	border-width: 0px 10px 12px 10px;
	border-bottom-color: #e4f6fd;
}
.corner::before{
	left: 30px;
	top: -13px;
	border-width: 0px 10px 12px 10px;
	border-bottom-color: #398cb5;
}
.hksvg{
	width: 19px;
	height: 18px;
	float: left;
	margin-left: -26px;
}
.adressItem{
	font-size: 14px;
	line-height: 20px;
	margin-top: 6px;
	padding-left: 26px;
}
.adressItem:first-child{
	margin-top:0px;
}

.user-main-info__title
{
	font-size: 20px;
	color: #000;
	margin-left: 0px;
	line-height: 20px;
	margin: 0px 0 10px 0;
}
.user-main-info__title a{
	text-decoration: none;
	border-bottom: solid 1px;
	display: inline-block;

}


.user-main-info__activity
{
	padding-top: 8px;
	border-top: 1px solid #e6e6e6;
	margin: 14px -16px 0px;
}

.anketa {
	padding: 15px;
	line-height: 18px;
	background-color: #fff;
	list-style:none;
}
.anketa h1 {
	margin-bottom:5px;
}
.anketa .pageBlock.breadcrumbs{
	border: 0px;
	padding: 0px 8px;
}
.anketa-info
{
	display: table;
	width: 100%;
}
.anketa-info__row
{
	display: table-row;
}
.anketa-info__item
{
	display: table-cell;
	min-width: 120px;
	color: #000;
	width: 30%;
}
.icon_svg_phone_show{
	fill: #fff;
	height: 16px;
	position: relative;
	top: 2px;
	width: 16px;
}
.phone_show_anketa_head{
	color:#fff;
	font-size:14px;
	text-decoration:none;
	padding: 4px 14px;
	max-width: 242px;
	min-width: 242px;
}
.anketa-info__item-txt .phone_show_anketa_head{
	float: left;
	margin: 0px 0 0 0;
}
.anketa-info__item-txt{
	margin-right: 130px;
}
.anketa-info__item-link,
.anketa-info__item,
.anketa-info__item-txt
{
	font-size: 14px;
	line-height: 22px;
}
.anketa-info__item,
.anketa-info__item-txt
{
	color: #000;
}
.answerReview{
	padding: 0px 0px 12px 0px !important;
}
.answerReview button{
	font-weight: bold;
}

.user-cnt
{
	width: 24%;
	margin-left: 0;
	margin-bottom: 6px;
}

.menu_items_counters
{
	float: right;
	margin-right: 6px;
}
.profile_user_left_nav_head-menu .menu_items_counters{
	margin-right: 0;
}
.consSkypeSvg{
	fill: #166eb7;
	width: 20px;
	height: 22px;
	float: left;
	margin-right: 6px;
}
.consSkype{
	border: 2px solid;
	display: inline-block;
	padding: 6px 16px;

	height: 36px;
	line-height: 22px;
	text-decoration: none;
	border-radius: 3px;
	max-width: 240px;
	width: 100%;
	min-width: 220px;
	white-space: nowrap;
	font-size: 18px;
	margin-top: 10px;
	cursor: pointer;
}
.consSkype span{
	line-height: 22px;
	display: inline-block;
	font-size: 18px;
	color: #003C85;
}
sup {
	vertical-align: super;
	font-size: 11px;
	padding: 3px 4px;
	border-radius: 4px;
	text-decoration: none !important;
	color: #ffffff;
	background: rgb(36, 36, 36);
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}
nav.profile_user_left_nav a:hover
{
	background: #def3ff;
}
.group
{
	margin-bottom: 8px;
	border-bottom: 1px solid #EAE7E3;
	padding-bottom: 10px;
}
.photoBlock{
	display: flex;
	gap: 10px;
}
.photoBlock .userPhoto{
	width: 50px;
}
.lcol-user__top-ava
{
	display: block;
	padding: 0px;
	width: 50px;
	height: 50px;

	margin-left: -60px;
	float: left;
}
.user-lcol--link{
	display: block;
	line-height: 18px;
	font-size: 14px;
	text-decoration: none;
}
.link-small{
	font-size: 12px;
	line-height: 14px;
}

.link-grey{
	color: #7f7c7a;
}
.link-grey .user-icon_svg{
	fill: #7f7c7a;
}

.user-icon_svg
{
	width: 14px;
	height: 14px;
	fill: #8FCAF2;
	margin-right: 5px;
	vertical-align: text-top;
}

.user-about{
	position: relative;
}

.form__btn-setting {
	border: 1px solid #bebebe;
	border-radius: 3px;

	cursor: pointer;
	display: inline-block;
	height: 24px;
	margin-right: 7px;
	overflow: hidden;
	padding: 2px;
	position: relative;
	width: 24px;
}
.setting {
	overflow: inherit;
	width: 35px;
}
.helpBtn
{
	width: 100%;
	margin: 10px 0 0px 0;
}

.anketa_hederViews,
.anketa_headerDt_reg
{
	color: #7f7c7a;
	display: block;
}
.anketa_headerDt_reg.helpCSS .nav_helpCSS,
.anketa_hederViews.helpCSS .nav_helpCSS
{
	top: -8px;
}
.anketa_hederViews.helpCSS .nav_helpCSS
{
	left: initial;
	right: -26px;
}
.anketa_headerDt_reg.helpCSS .helpCSS__notice
{
	left: initial;
	right: 132px;
}
.anketa_hederViews.helpCSS .helpCSS__notice
{
	left: initial;
	right: -14px;
}

.box_more_info_urist
{
	margin-top: 10px;
}
.helpCSS
{
	position: relative;
}
.nav_helpCSS
{
	content: '';
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	background: #E23531;
	top: 0px;
	left: -25px;
	box-shadow: 0px 0px 0px 5px rgba(226, 53, 49, 0.47);
	cursor: pointer;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 18px;

}
.helpCSS__notice
{
	position: absolute;
	padding: 15px;
	background: #fff;
	z-index: 2;
	width: 500px;
	box-shadow: 0px 4px 10px rgba(0,0,0,.5);
	border-radius: 3px;
	overflow: hidden;
	left: -10px;
	top: 14px;
	cursor: default;
}
.helpCSS__notice span
{
	display: block;
	text-align: left;
	white-space: normal;
}
.helpCSS__noticeTitle
{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 8px;
}
.helpCSS__noticeTxt,
.helpCSS__noticeTxt ol li {
	font-size: 14px;
	line-height: 18px;
}

.alert_vs_reg{
	background: #fff;
	padding: 1em;
	width: 450px;
	margin: 250px auto 0;
	border-radius: 3px;
	position: relative;
}
.alert_vs_reg__txt{
	display: block;

	color: #000;
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}
.alert_vs_reg__close{
	background: url(https://s.9111s.ru/img/reg/logined-form-exit.png) no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	top:2px;
	right: 0px;
	cursor: pointer;
}

.r_button_orange:hover{
	background:#fbb339;
	cursor:pointer;
}
.r_button_orange{
	background: #ffa101 none repeat scroll 0 0;
	border: medium none;
	border-radius: 5px;
	color: #000;
	display: inline-block;
	float: left;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin-left: 28px;
	margin-right: 5px;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
	width: 159px;
	cursor:pointer;
}
.showNotice
{
	z-index: 3;
}
.helpCSS__noticeTxt ol
{
	padding: 0px 0px 0px 15px;
	margin-top: 8px;
}
.pageBlock__title .nav_helpCSS
{
	left:-5px;
	top: -5px;
}
.pageBlock__title .helpCSS__notice
{
	left:12px;
}
.userOnline {
	display:flex;
	column-gap: 10px;
}

.userOnline--online .nav_helpCSS
{
	left:inherit;
	right: -25px;
	top: -3px;
}
.userOnline--online.helpCSS{
	position: relative;
	top: 0px;
}
.userOnline--online .helpCSS__notice
{
	left:inherit;
	right: -5px;
}
.userOnline--online {
	color: #249641;
	font-size:14px;
	font-weight: bold;
	display:flex;
	column-gap: 10px;
}
.userOnline--offline {
	color: #999999;
	font-size:14px;
}

.userInfoCntDt{
	text-align: right;
}
.cntDtBl {
	text-align: right;
	float: right;
}
.profile_user_leftBtn{
	overflow: hidden;
}
.profileBlockMediaQ{
	padding: 15px;
	border-radius: 16px;
	overflow: hidden;
}
.profileBlockMediaQ ~ .profile_user_left_nav{
	padding: 0 0 10px 0;
}
.navLeftAnketaBtn{
	width: 100%;
	margin: 10px 0 0 0;
	border: none;
	background: #FFCD35;
	border-radius: 8px;
	color: black;
}
.navLeftAnketaBtn:hover{
	background: #ffae00;
}

.userProfile .yandex_user_map{
	margin-bottom: 10px;
}

.userProfile__main {
	margin-bottom: 10px;
}
.userProfile__name{
    margin-bottom: 0;
	padding-bottom: 0;
	font-size: 24px;
	color: #353E4E;
	text-decoration: none;
}
.userProfile__name h4 {
	font-size: 24px;
	color: #213b49;
}


.userProfile__openOptions{
	color: #5c6779;
	font-size: 20px;
	padding: 0 5px;
	border-radius: 5px;
	background: #eef0f3;
	cursor: pointer;
	user-select: none;
}
.userProfile__openOptions:hover{
	color: #5c6779;
	background: #bdc3cc;
}
.userProfile__options{
	display: none;
	flex-direction: column;
	position: absolute;
    padding: 10px;
    right: 10px;
    top: 50px;
	border-radius: 8px;
    background: white;
	box-shadow: 0 0 8px rgba(0, 28, 73, 0.08);
	z-index: 2;

}
.userProfile__info{
	display: flex;
	align-items: center;
	/* margin-bottom: 25px; */
	flex-wrap: wrap;
	color: grey;
	font-size: 13px;
}
.userProfile__education{
	color: grey;
    border: 1px solid #e2e2e2;
    padding: 10px;
    border-radius: 16px;
}
.education__count {
	width: 15px;
	font-size: 12px;
	flex-shrink: 0;
	height: 15px;
	/* padding: 5px; */
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: white;
	background: #bdbfc3;
}
.userProfile__rating{
	display: flex;
	margin-bottom: 10px;
	flex-direction: row;
}
.LawyerCard__servicesTitle{
	color: #3f3f3f;
	margin-bottom: 10px;
	font-size: 13px;
}
.lawyerCard__services{
	padding: 10px;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
	border: 1px solid rgb(223, 223, 223);
}
.lawyerCard__servicesPrice{
	white-space: nowrap;
}
.lawyerCard__diploma {
	padding: 10px;
	border-radius: 16px;
	border: 1px solid rgb(226, 226, 226);
}
.lawyerCard__block:hover{
	background: rgb(243, 248, 252);
	border: 1px solid transparent;
}
.lawyerCard__diplomaItem{
	margin-right: 5px;
}
.lawyerCard__diplomaItem img{
	border-radius: 8px;
	margin-bottom: 5px;
}

.trustBlocks {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.lawyerCard .trustBlocks {
	justify-content: space-between;
}


.trustBlock{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px;
	border-radius: 16px;
	border: 1px solid rgb(224, 224, 224);
	color: rgb(67, 71, 78);
	text-decoration: none;
	margin-bottom: 5px;
	cursor: pointer;
}
.trustBlock + .trustBlock{
	margin-left: 5px;
}


.trustBlock__value{
	font-size: 17px;
	font-weight: bold;
}




.trustBlock__title {
	color: #6D7480;
	text-decoration: none;
	font-size: 14px;
	margin-bottom: 5px;
}


@media (max-width: 1050px){
	.trustBlock__value{
		font-size: 14px;
	}
}

@media (max-width: 600px) {
	.trustBlocks {
		flex-direction: column;
	}
	.trustBlock + .trustBlock{
		margin-left: 0;
	}
	.trustBlock {
		flex-direction: row;
		justify-content: space-between;
		background: #efefef;
		color: #6d7480;
		padding: 5px 10px;
		border: none;
	}
	.lawyerCard .trustBlock__title, .mobileProfile .trustBlock__title{
		margin-bottom: 0;
	}

	.trustBlock__value {
		font-size: 18px;
	}



}


.uristBottom{
	display: flex;
	position: fixed;
	justify-content: center;
	bottom: 0;
	max-width: 1240px;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
	transition: transform ease .5s;
	margin-bottom: 10px;
}
.uristBottom--hidden{
	transform: translateY(100%) translateX(-50%);
	margin-bottom: 0;
}

.bottomNavigation .btn_white{
	margin-left: 20px;
}
@media (max-width: 1200px){
	.uristBottom{
		left: 10px;
		transform: translateX(0);
	}
	.uristBottom--hidden{
		transform: translateY(100%) translateX(0);
	}
}
@media (max-width: 450px){
	.uristBottom{
		left: 0;
	}
	.bottomNavigation .bottomText{
		display: none;
	}
	.bottomNavigation .btn_white{
		border-radius: 50%;
		padding: 10px;
		width: 30px;
		height: 30px;
		margin-left: 10px;
		font-weight: bold;
	}
}
@media (max-width: 360px){
	.bottomNavigation .btn_white{
		display: none;
	}
}


.uristBottom__wrap{
    padding: 7px 10px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
    color: rgb(49, 49, 49);
    background: #ffffff;
    display: flex;
    justify-content: start;
    max-width: 1200px;
    width: max-content;
    border-radius: 12px;
	transition: box-shadow ease .5s;

}
.uristBottom--hidden .uristBottom__wrap{
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.uristBottom__wrap--blue{
	background: #addefb;
	box-shadow: none;
}
/* .uristBottom__wrap--blue .userName{
	color: white;
} */
.uristBottom__wrap--blue .userOnline--online{
	color: #a2f56f;
}
.uristBottom__info{
	display: flex;
	align-items: center;
	color: #000;
	margin-right: 20px;
	font-size: 18px;
}
.uristBottom__info .userPhoto{
	width: 35px;
}
.uristBottom__photo{
	width: 50px;
	min-width: 50px;
	height: 50px;
	border-radius: 50px;
	overflow: hidden;
	margin-right: 10px;
}
.uristBottom__photo img{
	width: 50px;
	min-width: 50px;
	height: 50px;
}
.userMessengers{
	position: absolute;
	visibility: hidden;
	transform: translateY(10%) scale(.7);
	opacity: 0;
	padding: 10px;
	background: white;
	border-radius: 8px;
	bottom: 50px;
	box-shadow: 0px 0px 16px rgba(0, 28, 73, .5);
	transition: all ease .2s;
}
.messengers--show {
	transform: translateY(0) scale(1);
	visibility: visible;
	opacity: 1;
}

.uristBottom .bottomNavigation{
	position: relative;
	box-shadow: none;
	padding: 0;
	width: max-content;
}
/* .uristBottom .bottomNavigation__contacts{
	justify-content: start;
} */
.block_border{
	border: 1px solid #dcdad7 !important;
}