*, ::after, ::before {
	*box-sizing: inherit;
	box-sizing: border-box;
}

body {
	margin-top: 0px;
}

.socium .teleg_vid #teleg_groups .teleg_btn .socium_btn {
    display: block;
    position: relative;
}
*, ::after, ::before {
    box-sizing: inherit;
}
.socium .teleg_vid #teleg_groups .teleg_btn .socium_btn {
    display: block;
    position: relative;
}
*, ::after, ::before {
    box-sizing: inherit;
}

.teleg_vid {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.teleg_vid #teleg_groups {
	width: 250px;
    height: 215px;
    background: #fff;
    border: solid 1px #111;
    border-radius: 3px;
}

.socium .teleg_vid #teleg_groups .teleg_head {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    /* justify-content: space-evenly; */
    margin: 13px 20px -5px 20px;
    padding-bottom: 13px;
    border-bottom: solid 1px #ddd;
}

.socium .teleg_vid #teleg_groups .teleg_head .teleg_logo {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #fff;
}

.socium .teleg_vid #teleg_groups .teleg_head .teleg_logo .descript_img {
	border-radius: 100%;
}

.socium .teleg_vid #teleg_groups .teleg_head .teleg_subhead {
	display: block;
    position: relative;
	padding-top: 10px;
	padding-left: 10px;
    line-height: 20px;
}

.socium .teleg_vid #teleg_groups .teleg_head .teleg_subhead .teleg_name {
	display: block;
    position: relative;
	line-height: 1;
}

.socium .teleg_vid #teleg_groups .teleg_head .teleg_subhead .teleg_name a {
    font-weight: 600;
	font-family: sans-serif;
    text-decoration: none;
    font-size: 14px;
    color: #a62f14;
}

.socium .teleg_vid #teleg_groups .teleg_head .teleg_subhead .teleg_face_partners {
	display: block;
    font-size: 13px;
	font-family: sans-serif;
}

.socium .teleg_vid #teleg_groups .teleg_face {
	display: block;
    position: relative;
}

.socium .teleg_vid #teleg_groups .teleg_face .teleg_face_inner {
	display: block;
    position: relative;
}

.socium .teleg_vid #teleg_groups .teleg_face .teleg_face_inner .teleg_face_list {
	display: block;
    position: relative;
}

.socium .teleg_vid #teleg_groups .teleg_face .teleg_face_inner .teleg_face_list ul.teleg_face_memb-list {
	/* display: flex; */
	position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 13px;
	padding-left: 0px;
    margin-top: 10px;
	margin-bottom: -10px;
    overflow-x: hidden;
    overflow-y: auto;
	width: 100%;
}

.socium .teleg_vid #teleg_groups .teleg_face .teleg_face_inner .teleg_face_list ul.teleg_face_memb-list li.teleg_face_member {
	display: inline-block;
    width: 32px;
    height: 32px;
    max-height: 32px;
    margin: 8px 0 0 8px;
    border-radius: 100%;
}

.socium .teleg_vid #teleg_groups .teleg_face .teleg_face_inner .teleg_face_list ul.teleg_face_memb-list li.teleg_face_member .avatar-photo {
	border-radius: 100%;
}

.teleg_face_member {
	margin-left: 14px;
    margin-top: 13px;
}

.socium .teleg_vid #teleg_groups .teleg_btn {
	display: block;
    position: relative;
    margin-top: 20px;
}

.socium .teleg_vid #teleg_groups .teleg_btn .socium_btn a:hover {
	background: #3f7a96;
}

.socium .teleg_vid #teleg_groups .teleg_btn .socium_btn {
	display: block;
    position: relative;
	font-family: roboto;
}

.socium .teleg_vid #teleg_groups .teleg_btn .socium_btn a {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 85%;
    margin: 3px auto;
    color: #fff;
    font-size: 12px;
    font-family: verdana;
    background: #2ba2d9;
    text-decoration: none;
    border-radius: 20px;
    text-align: center;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.socium .teleg_vid #teleg_groups .teleg_btn .socium_btn .size {
	display: block;
    width: 12%;
}

div#bodybottom2 table {
	margin-bottom: 13px;
}