@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100;8..144,200;8..144,300;8..144,400;8..144,500;8..144,600;8..144,700;8..144,800;8..144,900;8..144,1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* Блог */
.title-h2 {
	color: #000;
font-weight: 600;
font-size: 22px;
line-height: 26px;
}
.title-h3 {
	color: #000;
font-weight: 600;
font-size: 18px;
line-height: 21px;
}
.blog_nav a, .blog_add_article a {
	display: inline-block;
    font-size: 0.8375rem;
    font-weight: 500;
    padding: 8px 20px;
    margin-right: 4px;
    color: #6e6e6e;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif !important;
	transition:.2s;
}
.blog_add_article a { 
	background: #00b324;
    color: #ffffff;
    box-shadow: 0 11px 8px 0 rgb(0 0 0 / 2%), 0 3px 9px 0 rgb(0 0 0 / 2%);
	transition:.2s;
}
.blog_add_article a:hover {
	background-color:#00b925;
}
.blog_nav a:hover, .bn_active {
	background: #fff;
    color: #6e6e6e;
    box-shadow: 0 11px 8px 0 rgb(0 0 0 / 2%), 0 3px 9px 0 rgb(0 0 0 / 2%);
}
.search-blog input {
    width: 290px;    
    border: 1px solid #E8E8E8;
border-radius: 36px;
    padding: 8px 15px;	
    background: #fff;
	padding-left:40px;
transition:.2s;
}
.search-blog input:focus {
	padding-left:20px !important;
}

.search-blog input:focus~svg {
  display: none !important;
}
.search-blog {
	position:relative;
}
.search-blog svg {
	position:absolute;
	left:0;
	margin:11px 15px;
	color:#B5B5B5;
	transition:.2s;
}
.btn_white {
	background: #FFFFFF;
	padding: 9px 18px;
	font-weight: 500;
font-size: 14px;
line-height: 16px;
border: 1px solid #E8E8E8;
border-radius: 90px;
transition:.2s;
display:flex;
align-items:center;
}
.btn_white:hover {
	background: #F9F9F9;
}
.btn_load {
	margin-bottom:50px;
padding: 10px 18px;

font-family: 'Roboto Flex';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #646464;
border: 1px solid #E8E8E8;
border-radius: 90px;
background: #FFFFFF;
}

/* Карусель */
.blog_slide {
display:block;
height:240px;
border-radius: 15px;
position:relative;
}
.blog_slide img {
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius: 15px;	
}
.blog_slide:after {
	position:absolute;
	content: ' ';
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:linear-gradient(180deg, rgba(0, 0, 0, 0.5) 70.31%, rgba(0, 0, 0, 0.7) 100%);
	border-radius: 15px;
	z-index: 1;
}
.bs_category {
	background: rgba(255, 255, 255, 0.1);
	position: absolute;
	backdrop-filter: blur(50px);
height: 20px;
left: 15px;
top: 15px;
padding: 3px 6px;
border-radius: 5px;
color: #EAEAEA;
font-weight: 500;
font-size: 12px;
line-height: 14px;
z-index: 2;
}
.bs_title {
	z-index: 2;
	position: absolute;
	left: 15px;
top: 45px;
font-weight: 600;
font-size: 18px;
line-height: 21px;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
color: #FFFFFF;

}
.bs_info {
	z-index: 3;
	position: absolute;
	left: 15px;
top: 190px;
}
.bs_info_avatar {
	width: 30px;
height: 30px;
border-radius:50%;
object-fit:cover;
margin-right:10px;
}
.bs_info_name {
	max-width: 127px;
	overflow: hidden;
	white-space: nowrap;
	color: #CCCCCC;
	font-size: 12px;
line-height: 14px;
}
.bs_info_name h5 {
	font-size: 14px;
line-height: 16px;
margin-bottom:3px;
color: #EAEAEA;
}
.bs_info_name p {margin-bottom:0px;}

.blog_cats a {
    padding: 9px 18px;
    margin: 8px 1px 0;
	background: #FFFFFF;
    display: inline-block;
    color: #666666;
    border-radius: 90px;    
    transition: all 0.15s;
	font-weight: 500;
    font-size: 13px;
    line-height: 16px;
	border: 1px solid #E8E8E8;
	transition: .2s;
}
.blog_cats a:hover {
    background: #F9F9F9;
}


/* Кошелёк / Wallet */
.wallet_card {
	padding: 0 !important;
}
.btn_add, .btn_vaucher, .btn_send {
	background: #FFFFFF;
border: 1px solid #E8E8E8;
border-radius: 10px;
font-family: 'Roboto Flex';
font-weight: 400;
font-size: 14px;
line-height: 16px;
text-align: center;
width: 180px;
height: 95px;
transition: .2s;
}
.btn_add:hover, .btn_vaucher:hover, .btn_send:hover {
	background: #fbfbfb;
}
.btn_add svg, .btn_send svg {
	width: 27px;
	height: 27px;
}
.btn_add p, .btn_send p {
margin-top: 6px;
}
.btn_vaucher p {
	margin-top:10px;
}
.btn_send {
	color:#2196f3;
}
.btn_add {
	color:#4caf50;
}
.btn_vaucher {
	color:#C37A24;
}
@media screen and (max-width:650px) {
	.btn_add, .btn_vaucher, .btn_send {
		width: 33% !important;
height: 80px;
font-size: 10px;
	}
	.btn_send svg, .btn_add svg {
margin-top:7px;
	}
}





.wallet_cover {
height:300px;
display: flex;
align-items:center;
justify-content: center;
background-image: url(https://vseti.by/themes/wondertag/img/wallet_cover.png);
background-size:contain;
}
.wallet_cover h1 {
	font-weight: 600;
font-size: 64px;
line-height: 78px;
color: #646464;
}
@media screen and (max-width:500px) {
	.wallet_cover {
		height: 200px;
	}
	.wallet_cover h1 {
		font-size:25px;
		line-height: 40px;
	}
	.wallet_cover img {
		width: 40px;
		height: 35px;
	}
	.btn_walled_add, .btn_walled_transfer {
padding:8px !important;
	}
	.wallet_buttons {
		margin: -39px 0px 21px;
	}
}



.wallet_buttons {
	margin:-50px 0px 40px;
}
.btn_walled_add, .btn_walled_transfer {
	padding: 17px 20px;
background: #FFFFFF;
border: 1px solid #E8E8E8;
border-radius: 10px;
display: block;
transition: .2s;
}
.btn_walled_add:hover, .btn_walled_transfer:hover {
	background: #fbfbfb;
}
.btn_walled_add svg, .btn_walled_transfer svg {
	width: 25px;
	height: 25px;
}
.btn_walled_add p, .btn_walled_transfer p {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	margin-top:10px;
}
.btn_walled_add p {
	color: #24C33D;
}
.btn_walled_transfer p { 
	color: #2F82FF;
}
.btn_walled_add {
	margin-right: 15px;
}
.wallet_add p {
	font-weight: 400;
font-size: 14px;
line-height: 16px;

color: #646464;
}
.wallet_add_form {
	padding: 10px 17px 20px;
	background: #F5F5F5;
	border: 1px solid #E8E8E8;
border-radius: 10px;
font-weight: 500;
font-size: 30px;
line-height: 44px;
width: 120px;
text-align: center;
color: #646464;
position:relative;
}
.wallet_kurs {
position:absolute;
bottom:3px;
left:13px;
color: #9B9B9B;
font-size: 12px;
}
.vaucher_desk {
	position:absolute;
	bottom:3px;
	left:26px;
	color: #9B9B9B;
	font-size: 12px;
	}
.wow_wallet_trans thead tr th{
	font-family: 'Roboto Flex', sans-serif;
	font-style: normal;
	font-weight: 700 !important;
	font-size: 14px;
	line-height: 16px;	
	color: #646464;

}
.wallet_form {
	max-width: 125px;
}
.wallet_table {
	font-family: 'Roboto Flex', sans-serif;
	font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #8b8b8b;
margin-top:20px !important; 
}

/* Ваучеры */
.title_h6 {
	font-weight: 500;
color: #646464;
font-size: 14px;
margin-bottom:25px;
}
.voucher {
	border: 1px solid #E8E8E8;
border-radius: 8px;
font-family: 'Roboto';
margin-bottom:15px;

}
.voucher h4 {
	font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 16px;
color: #646464;
position:relative;
transition:.2s;

}
.voucher h4:before {
position:absolute;
content:'';
right:-20px;

width:15px;
height:15px;
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23646464' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3crect x='9' y='9' width='13' height='13' rx='2' ry='2'%3e%3c/rect%3e%3cpath d='M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1'%3e%3c/path%3e%3c/svg%3e");
opacity:.4;   
}
.voucher h4:hover {
color:#000;
cursor: pointer;
}
.voucher p {
font-size: 12px;
}



.voucher_dashboard_item {
border: 1px solid #E8E8E8;
border-radius: 8px;
font-family: 'Roboto';


}
.voucher_dashboard_item h3 {
	
font-size:23px;
margin-bottom:2px;
font-weight: 500;
}
.voucher_dashboard_item p {
margin-bottom:0;
font-size: 13px;
color: #646464;
}
@media screen and (max-width:545px) {
	.voucher_dashboard_item {
		min-height: 110px;
		
	}
	.voucher_footer p {
		font-size: 11px !important;
		margin-top:15px;
	}

	
}

@media screen and (min-width:545px) {
.voucher_footer {
	display: flex;
	align-items: center;


}
}




.voucher_footer p {
	margin-bottom:0;
font-size: 12px;
color: #646464;
}

.px-dropdown {
position: relative;
}

.px-dropdown-input {
width: 100%;
height: 100%;

cursor: pointer;
color:#000;
}





.px-dropdown-panel {
position: absolute;
width: 150px;
z-index:500;
right: 0;
top: calc(100% + 50px);
box-shadow: 0 11px 8px 0 rgb(0 0 0 / 2%), 0 3px 9px 0 rgb(0 0 0 / 2%);
border: 1px solid #E8E8E8;
border-radius: 5px;
background-color: #fff;
overflow: hidden;
opacity: 0;
pointer-events: none;

padding:7px;
}
.px-dropdown.active .px-dropdown-panel {
top: 30px;
opacity: 1;
pointer-events: auto;
}

.px-dropdown-panel ul {
list-style: none;
margin-left:0;
padding-left:0;
margin-bottom:0;
}
.px-dropdown-panel ul li {
color: #646464;
padding: 0.5rem 1rem;
cursor: pointer;
border-radius: 5px;
font-size:13px;
font-weight:400;

}

.px-dropdown-panel ul li:hover {
background-color: #f5f5f5;
}

.gift_admin_item_cover img {
	width: 100%;
	
	
}
.gift_admin_item h4 {
	font-weight: 500;
    font-size: 18px;
    line-height: 16px;
    color: #646464;
}
.icon_events {
	fill:#95969B;  
}

.filter_post{
	margin:	20px 0px !important;
	background-color: #212121;
	border: 1px solid #303030;
	border-radius: 10px;
	padding: 10px;
}
.post_search {
  border-radius: 200px;
  transition: box-shadow .2s linear;
}
.post_search {
  width: 100%;
  background: rgb(239, 239, 239);
  background-color: rgb(239, 239, 239);
  border: 0;
  padding: 8px 13px;
  border-radius: 2em;
}
.add-vaucher{
	margin: 10px;
	display: inline-block;
}
.add-vaucher input{
	padding: 10px 17px 20px;
    background: #F5F5F5;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    font-weight: 500;
    font-size: 30px;
    line-height: 44px;
    width: 170px;
    text-align: center;
    color: #646464;
    position: relative;
}
.btn-vaucher{
	color: #fff;
	border-radius:10px;
	background: var(--main);
}
.btn-vaucher:hover{
	background: var(--main-hover);
}
.wow_add_vaucher_hid_form {
  display: none;
}
 /* Страница с подписками Go pro */
.header_gopro h3 {
	font-weight: 600;
	font-size: 25px;
	line-height: 29px;	
	color: #383838;
	max-width: 443px;
	
	margin:0 auto;
}
.header_gopro p {
	color: #AFAFAF;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;	
	max-width: 565px;
	margin:15px auto 0px;
}
.go_pro_users_title {
	text-align: center;
	margin-bottom:30px;
}
.go_pro_users_title h6 {
	font-weight: 600;
    font-size: 15px;  
    color: #383838;
	margin-bottom:0px;
}
/* Terms */
.terms_verification_info h1 {
	font-weight: 600;
font-size: 25px;
line-height: 29px;
color: #383838;
margin-bottom:15px;
}
.terms_verification_info p {
color: #525252;
font-weight: 400;
font-size: 13px;
line-height: 16px;
max-width:500px;
font-family:'Roboto'
}
a:hover.btn-success, a.btn-success:focus {
color:#fff;
}

/* Кнопка вверх */
.top_btn{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 90px;
	height: 100%;
	opacity: 0.5;
   
	cursor: pointer;
	display: none;
	background-color: #d0d5dd4f;
	transition: all .3s;
}
.top_btn:hover{
	background-color: #d0d5dd42;
	opacity: 1;
 
}
.top_btn span{
	display: block;
	width: 90px;
	margin-top: 75px;
	text-align: center;
	color: #898f95; 
	font-size: 12px;         
}
@media screen and (max-width:1500px) {
	.top_btn, .top_btn span {
		display: none !important;
	}
}


/* Support */
@media screen and (max-width:992px) {
	.support_sidebar {
		display: none;
	}
}
.title_support {
	display:flex;
	align-items:center;
	column-gap:10px;
	margin-top:15px;
	border-bottom: 1px solid #eeeeee;
    padding-bottom: 18px;
 }
 .title_support img {
	width:25px;
	height:25px;
 }
 
 .sidebar_fixed {
 position:fixed;
 width:18%;
 }
 
	.support_list {
	display:flex;
	flex-direction:column;
	padding:10px;
 
	}
	.support_list a {
	padding: 10px 8px;
	font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #646464;
	border-radius: 8px;
	transition:.2s;
	}
	.support_list a:hover {
	background-color:#F7F7F7;
	}
	.support_header {
	border-bottom: 1px solid #E8E8E8;
	}
 
 
 
 
 
	.accordion_support button {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	padding: 0.3em 0;
	color: #4a4a4a;
	font-size: 0.9rem;
	font-weight: 400;
	border: none;
	background: none;
	outline: none;
	border-radius:8px;
	}
	.accordion_support button:hover, .accordion_support button:focus {
	cursor: pointer;
	color: #00b925;
	}
	.accordion_support button:hover::after, .accordion_support button:focus::after {
	cursor: pointer;
	color: #00b925;
	border: 1px solid #00b925;
	}
	.accordion_support button .accordion-title {
	   
	font-family: 'Roboto';
	font-size:13.5px;
	color:#444444;
	line-height:22px;
	font-weight:400;
	font-style:normal;
	}
 
 
	.accordion_support button[aria-expanded='true'] {
	color: #00b925;
	}
	.accordion_support button[aria-expanded='true'] .icon::after {
	width: 0;
	}
	.accordion_support button[aria-expanded='true'] + .accordion-content {
	opacity: 1;
	max-height: 100%;
	transition: all 200ms linear;
	will-change: opacity, max-height;
	}
	.accordion_support .accordion-content {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 200ms linear, max-height 200ms linear;
	will-change: opacity, max-height;
	}
	.accordion_support .accordion-content p {
	font-size: 13px;
	font-family: 'Roboto';
	font-weight: 300;
	margin: 0.5em 0em 2em;
	color: #626262;
	 background: #eeeeee;
	 border-radius: 10px;
	 padding: 10px;
	}

	.round-check-label {
		font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	
	color: #646464;
	}
	.round-check input+label {
		cursor: pointer;
		padding-left: 34px !important;
		line-height: 20px;
		user-select: none;
	}
	.round-check input+label:before {
	
		transition: all 90ms cubic-bezier(0,0,.2,.1);
	
	
		border: 1px solid #E8E8E8 !important;
		width: 20px !important;
		height: 20px !important;
		border-radius: 5px !important;
	}
	.round-check input:checked+label:before {
		background: #00b324 !;
		border: 0 !important;
		width: 20px !important;
		height: 20px !important;
		border-radius: 5px !important;
	}
	.round-check input+label:after {
		left:5px !important;
		top:7px !important;
	}
		.support_field {
			width:100%;
			border: 1px solid #E8E8E8;
	border-radius: 8px;
			outline:none;
			padding: 14px 14px;
	
			background: #F5F5F5;
			font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 16px;
	transition: .2s;
	color: #878787;
		}
		.support_field:hover, .support_field:focus {
			border:1px solid #cdcdcd;
		}
	
	
		.support_info h4 {
			font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	color: #646464;
		}
		.support_info p {
	
		font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #AFAFAF;
		}
		.support_info img {
			max-width:100%;
		}
		
/* Сообщения */

/* FRIENDS ALL2 */
.friends_carusel .owl-stage {
    width:100% !important;
}
.friends_carusel .owl-item {
width:190px !important;
}
    .friend_group {
border-bottom: 1px solid #E8E8E8;
    }
.friend_group_card {
    border: 1px solid #E8E8E8;
border-radius: 10px;
padding:15px;

}
.friend_group_card_title h6 {
    font-family: 'Roboto Flex';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #646464; 
}
.friend_group_card_title span {
    font-family: 'Roboto Flex';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #AFAFAF;  
}
.friend_group_card_title {
    display:flex;
    justify-content:space-between;
}
.friend_group_card_avatar {
    display:flex;
    margin-top:5px;
}
.friend_group_card_avatar img:not(:first-child) {
    margin-left:-8px;
}
.friend_group_card_avatar img {
    border-radius: 50px;
    width: 43px !important;
height: 43px !important;
border: 3px solid #FFFFFF;
}

.friends_group_count {
    width: 43px !important;
    height: 43px !important;
  background-color:#fff;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -11px;
    border: solid 1px #E8E8E8;
    box-shadow: 0 0 0 3px #fff, 0 0 0 3px #fff;
    font-family: 'Roboto Flex';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 16px;
text-align: center;



color: #AFAFAF;

}
.friends_item {
    display:flex;
column-gap:20px;


margin-bottom:15px;

}
.friends_item:not(:first-child) {
    margin-top:15px;
}
.friends_item:not(:last-child) {
    border-bottom:1px solid #eeeeee;
    padding-bottom:15px;
}


.friends_avatar {
    width:90px;
    height:90px;
}
.friends_avatar img {
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:50%;
}
.friends_card_info {
    display:flex;
    flex-direction:column;
    gap:13px;
}
.friends_card_info a {
    font-size: 15px;
    font-weight: 600;
    /*color: #646464;*/
    font-family: 'Roboto Flex';
    margin-bottom: -3px;
}
.friends_card_info div {
    font-family: 'Roboto Flex';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 16px;
color: #AFAFAF;
}
.friends_card_info p {
    font-family: 'Roboto Flex';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #AFAFAF; 
}
/*.friends_option {
    display:flex;
    column-gap:20px;
    border: 1px solid #E8E8E8;
border-radius: 8px;
align-items:center;
height:40px;
padding:0px 15px;
position:relative;
}*/
.friends_option {
  display: flex;
  column-gap: 20px;
  align-items: center;
  height: 39px;
  width:36px;
  position: relative;
}
.friends_option_drop {
    position:relative;
}
.friends_option_drop::before {
    
    content: '';
    position: absolute;
    left: -10px;
    top: 7px;
    height: 23px;
    width: 1px;
    background: #E8E8E8;
}
.friends_online {
    font-family: 'Roboto Flex';
font-style: normal;
font-weight: 500 !important;
font-size: 14px;
line-height: 16px;
color: #24C33D !important;
}

.friends_menu {
   
    display: flex;
    flex-direction: column;  
padding:10px;
}
.friends_menu a {
height:40px;
display:flex;
align-items:center;
padding:0px 9px;
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #646464;
    border-radius: 8px;
    transition: .2s;
cursor: pointer;
}
.friends_menu a:hover {
background-color: #F7F7F7;
}

.friends_couns {
    width: 22px;
height: 22px;
background: #24C33D;
border-radius: 24px;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:10px;
line-height: 2px;
}

.friends_rec h6 {
    font-family: 'Roboto Flex';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #646464;
}

.friends_rec_list {
    display:flex;
    column-gap:15px;
    gap:15px;
    margin-top:10px;
}
.friends_rec_list_avatar {
    width: 60px;
height: 60px;
}
.friends_rec_list_avatar img {
    width: 100%;
height: 100%;
object-fit:cover;
border-radius:50%;
}
.friends_group_spoiler {
    border-bottom:1px solid #eeeeee; 
    padding-bottom:10px;
    margin-bottom:10px;
}
.friends_group_spoiler a {
    color:rgba(100,100,100,.8) !important;
}

.spoiler-body {
  display: none;
  border-bottom:1px solid #eeeeee;
}

/* PAGE */
.page__header {
	display:flex;
	padding:0px 10px 0px;
	align-items:center;
	flex-wrap:wrap;
		column-gap:50px;
}
.page__header__main {
	display:flex;
	gap:20px;
	align-items:center;
}
.page__header__main .cover {
	width:115px;
	height:115px;
	border-radius:50%;
	border:5px solid #fff;
	position:relative;
	overflow:hidden;
	margin-top:-60px;
}
.page__header__main .cover img {
	width:100%;
	height:100%;
	object-fit:cover;
}

.page__header__main .info h3 {
    font-weight: 600 !important;
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 0;
    font-size: 27px;
}
.page__header__main .status a {
	font-size: 14px;
    margin-top: 5px !important;
    font-weight: 400;
    color: #000 !important;
    display: block;
}
@media screen and (min-width:760px) {
	.page__header .btnset {
	margin-left:auto;
}
}
@media screen and (max-width:760px) {
	.page__header {
		padding:0 !important;
	}
	.page__header .btnset {
		margin-top:20px !important;
	}
	.page__header__main .cover {
		width:80px;
		height:80px;
	}
	.page__header__main {
		gap:10px !important;
	}
}
.page__sidebar {
	display:flex;
	flex-direction:column;

}

.page__sidebar a {
font-family: 'Roboto Flex';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #646464;
padding:10px 15px;
border-radius:10px;
display:flex;
align-items:center;
column-gap:12px;
}
.page__sidebar a:hover {
	background-color:#f5f5f5;
}
.page__sidebar a svg {
	color:#8E8E8E;
}
.page__info__title {
	border-bottom:1px solid #eee;
	padding-bottom:8px;
	margin-bottom:8px;	
}
.page__info__title h6 {
	font-weight: 500;
color: #646464;
font-size: 15px !important;
}
.page__avatar__new {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	
	top:0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity:0;
	color:#fff !important;
	transition: .2s;
}
.page__avatar__new:hover {
	opacity:1;
	color:#fff;
}
.page__avatar__new span {
	color:#fff !important;
}
.page__setting {
	display: flex;
    flex-direction: column;
}
.page__setting a {
	font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #646464;
    padding: 10px 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.page__setting a:hover {
	background-color: #f5f5f5;
}
.page__setting__header__cover {
	width: 100%;
	height: 230px;
	border-radius: 15px;
	overflow: hidden;
}
.page__setting__header__cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page__setting__header__info {
border-radius: 15px 16px 10px 10px;
    position: relative;
    margin-top: -25px;
	background-color: #fff;
    border: 1px solid #E8E8E8;
}
.page__setting__header__info a {
	display: flex;
	column-gap: 15px;
	align-items: center;
}
.page__setting__header__info a img {
	width: 50px;
	height: 50px;
	border-radius: 10px;
}
.page__setting__header__info a h3 {
	font-size: 20px;
	font-weight: 600;
	color:#000;
	margin-bottom: 0;
}
.page__setting__header__info a p {
	margin-bottom: 0;
}
.form__control {
	width: 100%;
}
.form__control input {
	width: 100%;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    outline: none;
    padding: 16px 14px;
    background: #F5F5F5;
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    transition: .2s;
    color: #878787;
}




/* Setting profile */
@media screen and (max-width:992px) {
	.setting__sidebar__desctop {
		display: none;
	}
}
@media screen and (min-width:992px) {
	.setting__sidebar__mobile {
		display: none;
	}
}
.setting__sidebar__item {
	display: flex;
	column-gap: 10px;
	padding:10px;
	border-radius: 8px;
	width: 100%;
}
.setting__sidebar__item:hover {
	background-color: #F7F7F7;;
}
.setting__sidebar__item h6 {
	font-family: 'Roboto Flex';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;	
	color: #646464;
}
.setting__sidebar__item p {
	font-family: 'Roboto Flex';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 15px;
margin-bottom: 0;
color: #AFAFAF;
}
.setting__sidebar__list {
	display: flex;
	gap:2px;
	flex-direction: column;
}
.setting__header {
	display: flex;
	column-gap: 15px;
	align-items: center;
	padding:17px 0px;
border-bottom: 1px solid #eee;
margin-bottom: 15px;
}
.setting__header h2 {
	font-family: 'Roboto Flex';
font-style: normal;
font-weight: 500;
font-size: 19px !important;
line-height: 22px;
color: #646464;
margin-bottom: 0;
}

@media screen and (min-width:992px) {
	.btn__setting__back {
		display: none !important; 
	}
}
.btn__setting__back {
	display: flex;
	align-items: center;
	column-gap: 10px;
	padding:8px 15px;
	background-color: #fff;
	border:1px solid #E8E8E8;
	border-radius: 10px;
	margin-bottom: 10px;
}

/* Group */
.group__setting_nav {
	display:flex;
	flex-direction:column;
 }
 .group__setting_nav a {
	font-family: 'Roboto Flex';
	 font-style: normal;
	 font-weight: 500;
	 font-size: 14px;
	 line-height: 16px;
	 color: #646464;
	 padding: 10px 15px;
	 border-radius: 10px;
	 display: flex;
	 align-items: center;
	 column-gap: 12px;
 }
 .group__setting_nav a:hover {
	background-color: #f5f5f5;
 
 }

	.group__setting_header .info {
	   border-radius: 15px 16px 10px 10px;
	 position: relative;
	
	 background-color: #fff;
	 border: 1px solid #E8E8E8;
	}
	.group__setting_header .info a {
	   display: flex;
	 column-gap: 15px;
	 align-items: center;
	}
	.group__setting_header .info a img {
	   width: 50px;
	 height: 50px;
	 border-radius: 10px;
	}
	.group__setting_header .info a h3 {
	   font-size: 20px;
	 font-weight: 600;
	 color: #000;
	 margin-bottom: 0;
	}
	.group__setting_header .info a p {
	   margin-bottom: 0;
	}
 .group__setting_title {
	padding: 20px 18px 10px !important;
	 font-size: 26px;
 }   
 .group__info .title {
	border-bottom:1px solid #eee;
	padding-bottom:5px;
  }
.group__info .title h3 {
  display:flex;
  align-items:center;
  column-gap:10px;
  font-family: 'Roboto Flex';
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 22px;
margin-bottom:10px;
color: #242424;
}
.group__info .about  {
display:flex;
column-gap:20px;
}
.group__info .about svg {
  display:flex;
flex-shrink:0;
margin-top:4px;
}
.group__info .about span, .group__info .privacy span {
font-family: 'Roboto Flex';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;



color: #646464;
}
.group__info .privacy {
display:flex;
column-gap:20px;
align-items:center;
}
.group__info .privacy svg {
width:20px;
height:25px;
color: #959595;
}
.group__sidebar {
	display: flex;
flex-direction: column;
}
.group__sidebar a {
	font-family: 'Roboto Flex';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 16px;
color: #646464;
padding: 10px 15px;
border-radius: 10px;
display: flex;
align-items: center;
column-gap: 12px;
}
.group__sidebar a:hover {
background-color: #f5f5f5;
}
.group__avatar {
width:100%;
height:auto;
overflow:hidden !important;
border-radius:10px;
position: relative;
}
.group__avatar img {
width:100%;
height:auto;
object-fit:cover;
}
.group__btn_add button {
margin-top:15px;
width:100%;
}
.group__avatar_changer {
position: absolute;
bottom: 20px;
left: 20px;
opacity: 0;
transition: .2s;
}
.group__avatar_changer:hover {
opacity: 1;
}
.user-avatar-uploading-container {
border-radius:15px !important;
}
.group__block_header {
	display: flex;
	column-gap: 10px;
	align-items:center;
}
.group__block_header h6 {
   margin-bottom:0;
    font-weight: 500;
    color: #646464;
    font-size: 14px;
}
.group__block_header span {
	display:flex;
	align-items:center;
    justify-content:center;
	padding: 3px 8px 0px;
    border: 1px solid #E8E8E8;
    border-radius: 90px;    
    color: #AFAFAF;
    font-size: 12px !important;
    height: 25px;
}
.group__block_header a {
	margin-left: auto;
	color: #898989;
    font-weight: 300;
    font-size: 13px;
}
.group__block_users {
	display: flex;
	gap:15px;
	flex-wrap: wrap;
}
.group__block_users .avatar {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
}
.group__block_users a {
	display: block;
	text-align: center;
	max-width: 23%;
}
.group__block_users a p {
	margin-top: 7px;
	margin-bottom: 0;
}
.group__block_users .avatar img {
	width: 100%;
	height:100%;
	object-fit: cover;
}
/* Start */
.start__post {
	border-bottom:1px solid #eee;
	padding-bottom:15px;
	margin-bottom:15px;
}
.start__post time {
	font-family: 'Roboto Flex';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 16px;
color: #747474;
}
.start__post .title a {
font-family: 'Roboto Flex';
font-style: normal;
font-weight: 600;
font-size: 17px;
line-height: 16px;
margin-bottom: 10px;
transition:.2s;
}
.start__post .title a:hover {
color:#000;
}
.start__post .info {
display:flex;
column-gap:10px;
margin:10px 0px;
}
.start__post .info img {
width:20px;
height:20px;
border-radius:50%;
}
.start__post .info a {
font-family: 'Roboto Flex';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 16px;
color: #646464;
}
.start__post .stats {
display:flex;
column-gap:10px;
font-family: 'Roboto Flex';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 16px;
color: #AFAFAF;
}
.pos-fixed img {
	max-width: 100%;
}