body .top-panel__col.top-panel__user{
    display: flex;
    float: right;
    width: 100%;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: end;
    align-items: center;
}
a.personal-exit, a.personal-exit:link, a.personal-exit:visited{
    text-decoration: unset !important;
    padding: 0 18px;
    height: 48px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
a.personal-exit:hover, a.personal-exit:active {
    background: #f1f6f7;
}
.personal-exit .icon-logout{
    font-size: 24px;
    color: #3d4b52;
}
.end_btns_green{
	padding: 12px 30px;
    height: 50px;
    background: -webkit-gradient(linear,left top,left bottom,from(#89ca4c),to(#179753));
    background: linear-gradient(180deg,#89ca4c 0,#179753 100%);
    border-radius: 5px;
    display: block;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
    font-family: MuseoSansCyrl500,sans-serif;
}
.top-panel__lang.ch_lang_header_css{
display:none;
}
.top-panel__tfoot .top-panel__col.top-panel__compare, .top-panel__tfoot .top-panel__col.top-panel__mini-cart{
	display:none ;
}
.top-panel__search {
    max-width: 600px;
}
.profile_row .profile_tabs {
    width: auto;
}
input::placeholder {
	color: #c0d6dd !important;
	font-size: 15px !important;
}
.personal_error{
	background: #f1f6f7;
    border-radius: 10px;
    font-size: 16px;
    line-height: 150%;
    color: red;
    padding: 5px 15px;
    display: inline-block;
}
.after_form_message{
    padding: 40px;
}
.after_form_message div{
	padding-bottom:10px;
}
.after_form_message_title{
	font-size: 24px;
    padding-bottom: 30px;
    line-height: 24px;
}
.profile_content_proj.profile_content{
	margin-top: 60px;    
	width: fit-content;
}
.personal_btns_proj.personal_btns--on{
	margin-left: 0;
	padding: 0;
}
.profile_content_proj.profile_content .line-input .personal_label {
    padding:0px;
    padding-right:20px;
}
@media (max-width: 992px){
	.top-panel__lang.ch_lang_header_css{
	display:none !important;
	}
	body .top-panel__col.top-panel__search-container {
		right: 60px;
	}
	body .mob_header_fon_top {
		right: 85px;
	}


/*media*/
}
@media (max-width: 567px){
	.profile_content_proj.profile_content .line-input{
    flex-direction: column;
	}
	.after_form_message_title{
		font-size: 20px;
		padding-bottom: 20px;
		line-height: 20px;
	}
	.profile_content_proj.profile_content {
		width: 100%;
	}
	.profile_content_proj.profile_content .personal {
		padding: 15px;
	}
	.profile_content_proj.profile_content .line-input .personal_label {
		padding-right:0;
	}
	.profile_content_proj.profile_content .personal_label--p {
		max-width: unset;
	}
	.profile_content_proj.profile_content .line-input .personal_label--input {
		width: 100%;
	}
	.profile_content_proj.profile_content .personal_btns {
		-webkit-box-align: center;
		align-items: center;
	}
	.after_form_message {
		padding: 20px;
		text-align: center;
	}

}

