.page_block.photo_block {
  padding: 15px;
  clip-path: unset;
}

.avatar_block .button,
.avatar_block .tippy-menu a {
  transition: none;
}

.audio_module .module_body {
  padding-top: 5px;
  padding-bottom: 10px;
}

.page_list_module .group_desc,
.page_list_module .people_desc {
  font-size: 12px;
  max-height: 48px;
  overflow: hidden;
  color: var(--muted-text-color-2);
}


.edit_link {
  color: var(--muted-text-color) !important;
}

.page_list_module .thumb {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.page_list_module .cell_img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  object-fit: cover;
  max-height: 40px;
  border-radius: 50%;
  display: block;
}

.page_list_module .line_cell {
  display: flex;
  padding: 0;
  margin: 0;
  margin-top: 12px;
  line-height: 130%;
}

.page_list_module .line_cell:first-child {
  margin-top: 0;
}

.page_list_module .line_cell .desc_info,
.page_list_module .line_cell .info {
  width: 147px;
  overflow: hidden;
  word-wrap: break-word;
  padding: 4px 0 0 12px;
}

.page_list_module .line_cell .info {
  padding-top: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.page_list_module .group_name,
.page_list_module .people_desc,
.page_list_module .people_name {
  margin-bottom: 2px;
}

.page_album_link {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}

.page_album_thumb_wrap {
  background-color: var(--album-background-color);
  text-align: center;
  overflow: hidden;
}

.page_album_thumb {
  max-width: 100%;
  vertical-align: top;
}

.page_album_title {
  font-size: 12.5px;
  background: url(/themepack/vkify16/3.3.4.2/resource/album_top_shadow.png);
  color: var(--white);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  padding: 35px 12px 9px;
  overflow: hidden;
  box-sizing: border-box;
}

.page_album_title_text {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: visible;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 1.2em;
}

.page_album_size {
  float: right;
  font-size: 13.5px;
  opacity: 0.9;
  margin: -1px 0 0 5px;
}



.page_album_nocover {
  background: var(--album-background-color)
    url(/themepack/vkify16/3.3.4.2/resource/camera_big.png) no-repeat 50% 45%;
  width: 279px;
  height: 185px;
}

.page_album_nocover .page_album_size {
  display: none;
}

.page_album_nocover .page_album_title {
  background: none;
  color: var(--album-title-muted-color);
}

.page_album_description {
  max-height: 0;
  margin-top: 6px;
  margin-bottom: -6px;
  line-height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition:
    max-height 0.2s ease,
    margin 0.2s ease;
}
.page_album_row:hover .page_album_description {
  margin-bottom: 0;
  max-height: 90px;
}

.page_album_nocover .page_album_thumb_wrap {
  background: none;
}

.album_module .page_album_row {
  margin: 15px 0 -1px;
  display: inline-block;
  vertical-align: top;
  border-radius: var(--button-border-radius);
  overflow: hidden;
}

.album_module .page_album_row:first-child {
  margin: 0;
}

.album_module .page_album_row:hover .page_album_description {
  max-height: 60px;
}

.album_module .page_album_thumb {
  width: 200px;
  object-fit: cover;
  height: 100%;
}

.album_module .page_album_thumb_wrap {
  height: 132px;
  width: 200px;
}

.album_module .page_album_nocover {
  background-position: 50% 42%;
  width: 200px;
  height: 132px;
}


.video_module .video {
  position: relative;
  width: 200px;
  height: 112px;
  overflow: hidden;
  border-radius: var(--button-border-radius);
}

.video_module .video:hover {
  text-decoration: none;
}

.video_module .video div.page_video_play_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--video-overlay-background)
    url(/themepack/vkify16/3.3.4.2/resource/video_play_small.png) 19px 13px
    no-repeat;
  margin: auto;
  width: 50px;
  height: 50px;
  z-index: 1;
  border-radius: 50%;
  -o-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}

.video_module .video div.page_video_play_icon:hover {
  background-color: var(--video-overlay-background-hover);
}


.video_module .video .page_video_thumb {
  width: 200px;
  height: 112px;
  display: inline-block;
  background-size: cover;
  background-position: 50%;
}

.video_module .info {
  padding: 6px 0 13px;
  line-height: 140%;
}

.video_module .video_row:last-child .info {
  padding-bottom: 0;
  margin-bottom: -3px;
}

.module_body .video_row {
  width: 100%;
}

.module_body .video_row .info {
  overflow: hidden;
  text-overflow: ellipsis;
}

.people_module .module_body {
  padding: 6px 10px 8px;
}

.narrow_column .people_module .search_row {
  width: 210px;
  overflow: hidden;
}

.module_body .search_row {
  display: flex;
  padding: 0;
  border: 0;
}

.module_body .people_cell {
  width: 70px;
  overflow: hidden;
  padding: 6px 0 5px;
  text-align: center;
  display: inline-block;
}

.module_body .people_cell_ava {
  display: block;
  height: 50px;
  width: 50px;
  margin: 0 10px;
  padding-bottom: 7px;
}

.module_body .people_cell_img {
  overflow: hidden;
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

.module_body .people_cell_name {
  line-height: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.wide_column .people_module .module_body {
  padding: 6px 11px 8px;
}

.wide_column .people_module .module_body .people_cell {
  width: 88px;
}

.wide_column .people_module .module_body .people_cell_ava,
.wide_column .people_module .module_body .people_cell_img {
  width: 68px;
  height: 68px;
}

.page_photos_module {
  padding: 13px 20px 20px;
  height: 123px;
  display: flex;
  align-items: center;
}

.page_square_photo {
  position: relative;
  display: inline-block;
  height: 123px;
  width: 123px;
  margin-left: 6px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.page_square_photo:first-child {
  margin-left: 0;
}

.profile_gifts .module_body {
  text-align: center;
  padding-top: 10px;
}
.profile_gifts_cont {
  position: relative;
  height: 64px;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
}
.profile_gifts_cont .profile_gift_img {
  width: 64px;
  height: 64px;
  margin-right: 4px;
}

.wide_column .page_top {
  padding: 15px 20px;
  border-bottom: 1px solid var(--border-color);
}
.wide_column .page_info_wrap .page_top {
  padding: 0 0 15px;
}

.page_name {
  font-size: 19px;
  line-height: 25px;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  margin: -1px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--text-color);
}

.profile_online {
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  float: right;
  font-size: 12.5px;
  margin-top: 3px;
  line-height: 18px;
  color: var(--muted-text-color);
  text-align: center;
}

.client_app.client_app_titlebar > img {
  filter: none;
}

.page_status,
.page_info_wrap .nobold {
  font-size: 13px;
}

table.ugc-table * {
  vertical-align: top;
}

.ugc-table td {
  padding: 5px 0 0;
  line-height: 150%;
}

.ugc-table .data {
  width: 100% !important;
}

.ugc-table tr > td:nth-of-type(2) {
  font-size: 13px;
}

.no_info {
  margin: 20px 0 0;
  text-align: center;
  color: var(--muted-text-color);
}

#basicInfo {
  padding: 5px 0 0;
}

.accountInfo {
  margin: 0;
  border: 0;
}

.page_status {
  padding: 3px 0 1px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--text-color);
}

.audioStatus {
  color: var(--link-color);
  padding: 0;
  margin: 0;
}
.audioStatus::before {
  background-image: url("/themepack/vkify16/3.3.4.2/resource/icons/video_actions.png");
  width: 13px;
  height: 13px;
  background-position: 0px -44px;
  margin-top: 0px;
}
.audioStatus a {
  font-weight: 400;
}

#basicInfo {
  padding-top: 10px;
}

.ugc-table tr > td:nth-of-type(1) {
  width: 165px !important;
}




.counts_module {
  text-align: center;
  border-top: 1px solid var(--border-color);
  max-height: 69px;
  overflow: hidden;
}

.page_counter {
  display: inline-block;
  padding: 15px;
  text-decoration: none !important;
}

.page_counter .count {
  font-size: 19px;
  color: var(--post-action-color);
  padding-bottom: 3px;
  line-height: 21px;
}

.page_counter .label {
  color: var(--tab-text-color);
  line-height: 15px;
  font-size: 13px;
  width: fit-content !important;
  text-transform: lowercase;
}

.page_counter:hover .label {
  color: var(--post-action-color);
}

.profile_more_info_link {
  display: block;
  padding-left: 165px;
  margin: 10px 0 0;
  border-radius: 2px;
  height: 34px;
  line-height: 32px;
  user-select: none;
}

.profile_more_info_link:hover {
  background-color: var(--module-background-color--secondary);
  text-decoration: none;
}

.profileinfoblock {
  padding-bottom: 5px;
}

.avatar_controls .avatar_variants,.avatarDelete {
  background-color: rgba(29,32,34,.6);
}

.avatar_controls .avatar_variants {
	width: 200px;
	margin-bottom: 0;
	transform: translateY(100%);
  transition: all 200ms ease-in-out
}

div.avatar_block:hover .avatar_variants {
	margin-bottom: 0;
	transform: translateY(0);
}

.avatarDelete {
  right: 0;
  padding: 5px;
  height: unset;
  width: unset;
  border-radius: 0 2px 0 2px;
}
.avatarDelete:before {
	display: block;
	background: url(/themepack/vkify16/3.3.4.2/resource/icons/attach_icons.png) no-repeat 0 -40px;
	opacity: 0.85;
	width: 8px;
	height: 8px;
}
.avatarDelete:hover:before {
  opacity: 1;
}

.avatar_block {
  clip-path: inset(0 0 0 0)
}

.avatar_block_inner img {
  height: fit-content;
  width: 100%;
}

.avatar_block .add_image_text {
  position: absolute;
  bottom: 0;
  padding: 18px 0 24px;
  text-align: center;
  width: 100%;
}

.avatar_controls .avatar_variants a {
  padding: 8px 0;
}
._add_image::before {
  margin-left: 10px;
}
.avatar_controls .avatar_variants span {
  margin-left: 8px;
}

.profile_actions .button + .button {
  margin-top: 10px;
}


.page_status_popup {
  border: 1px solid var(--border-color);
  background-color: var(--module-header-background-color);
  box-shadow: 0 1px 3px var(--border-color);
  padding: 10px;
  width: 510px;
  margin: 15px 0px 0 -10px;
}
.page_status_popup .button {
  height: unset !important;
}

.profile_warning_row {
  color: var(--black);
}

.profile_warning_row:hover {
  text-decoration: none;
}

.profile_warning_img {
  float: left;
  width: 21px;
  height: 21px;
  margin: 10px;
  background: url(/themepack/vkify16/3.3.4.2/resource/icons/add_info_icons.png)
    no-repeat 0 0;
}

.profile_warning_img.bday {
  background-position: 0 -25px;
}

.profile_warning_img.school {
  background-position: 0 -50px;
}

.profile_warning_img.contacts {
  background-position: 0 -75px;
}

.profile_warning_img.clubs {
  background-position: 0 -100px;
}

.profile_warning_img.friends {
  background-position: 0 -125px;
}

.profile_warning_img.posts,
.profile_warning_img.interests,
.profile_warning_img.status {
  background-position: 0 -150px;
}

.profile_warning_img.telegram {
  background-position: 0 -175px;
}

.profile_warning_hide_wrap {
  float: right;
  padding: 6px;
  margin: 10px 6px;
  opacity: 0.6;
  cursor: pointer;
}

.profile_warning_hide {
  width: 9px;
  height: 9px;
  background: url(/themepack/vkify16/3.3.4.2/resource/icons/attach_icons.png) no-repeat 0 0;
}

.profile_warning_hide_wrap:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}


.profile_warning_label {
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  height: 25px;
  padding: 8px 0;
}

.profile_actions {
  padding-top: 10px;
}

.profile_msg_split .cut_left,
.profile_msg_split .cut_right {
  display: inline-block;
}

.profile_msg_split .cut_left {
  width: 162px;
}

.profile_msg_split .cut_left .button {
  border-radius: var(--button-border-radius) 0 0 var(--button-border-radius);
  border-right: 1px solid var(--profile-button-border-color);
  height: 30px;
}

.profile_msg_split .cut_right {
  width: 38px;
  float: right;
}

.profile_msg_split .cut_right .button {
  border-radius: 0 var(--button-border-radius) var(--button-border-radius) 0;
  height: 30px;
  width: 38px;
  padding: 0;
}

.profile_gift_icon {
  background: url(/themepack/vkify16/3.3.4.2/resource/icons/gift_icon.png)
    no-repeat;
  background-position: center;
  background-size: 11px;
  width: 100%;
  height: 100%;
}
.button_wide .profile_gift_icon {
	width: 16px;
	height: 16px;
}

.button.profile_more_btn {
  background-image: url(/themepack/vkify16/3.3.4.2/resource/icons/more_icon.png);
  background-repeat: no-repeat;
  background-position: 100% 13px;
  width: 36px;
  padding-right: 7px;
  border-right: 9px solid transparent;
  text-indent: -9999px;
}
.profile_more_wrapper.profile_more_active .button.profile_more_btn {
  text-indent: 0;
  width: 100%;
  justify-content: start;
  position: relative;
  z-index: 11;
  float: none;
  border-radius: var(--button-border-radius) var(--button-border-radius) 0 0;
}

.button + .profile_actions_split, .profile_msg_split + .profile_actions_split {
  margin-top: 10px;
}

.profile_actions_split {
  display: flex;
  justify-content: end;
  position: relative;
}

.profile_more_wrapper {
  position: relative;
}

.profile_more_wrapper.profile_more_active {
  position: absolute;
  right: 0;
  width: 100%;
  border: 1px solid var(--border-color-2);
  border-radius: var(--button-border-radius);
  z-index: 10;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin: -1px -0.5px 0;
  background: var(--button-background-color);
}


.profile_actions_split [data-tippy-root] {
  width: 200px;
  position: relative!important;
  transform: none!important;
  z-index: 10!important;
}
.profile_actions_split .tippy-box[data-theme~="vk"] {
  border-radius: 0 0 var(--button-border-radius) var(--button-border-radius);
  box-shadow: none;
  border: 0;
  border-top: 1px solid var(--border-color-2);
  transform: none;
}

.profile_actions_split .profile_link_form {
  flex: 1;
  margin-right: 7px;
  display: inline-block;
}
.profile_actions_split .profile_link_form:last-child {
  margin-right: 0;
}

.search_row .profile_actions_split {
  margin-top: 0;
}
.search_row .profile_actions_split .profile_link_form {
  flex: 0;
}

.profile_info_block {
  padding: 0 0 29px;
  border-top: 1px solid var(--border-color);
}
.profile_info_block:last-child {
  padding-bottom: 0;
}
.profile_info_header_wrap {
  border-bottom: none;
  position: relative;
  margin: -11px 0 4px;
}
.profile_info_header {
  padding-bottom: 4px;
  padding-right: 7px;
  background: var(--module-background-color);
}
.profile_info_full {
  padding-top: 24px;
}
.profile_info_block .ugc-table {
  padding-top: 5px;
}

.guest_actions {
  line-height: 160%;
  text-align: center;
  color: var(--muted-text-color-2);
}
.guest_actions a {
  font-weight: bold;
  color: var(--muted-text-color-2);
}

.profile_deleted {
  color: var(--muted-text-color-2);
  padding-top: 2px;
  line-height: 18px;
}
.profile_deleted_text {
  text-align: center;
  color: var(--muted-text-color-2);
  padding: 50px 0 40px;
  line-height: 165%;
}

/* groups */
.group_info_block.info {
  overflow: hidden;
  word-wrap: break-word;
  line-height: 150%;
}
.group_info_row::before {
  display: block;
  position: absolute;
  content: "";
  background: url(/themepack/vkify16/3.3.4.2/resource/icons/group_info_cons.png)
    no-repeat 0 0;
  height: 15px;
  width: 15px;
  margin: 2px 0 0 -24px;
}
.group_info_row.site:before {
  background-position: 0 -96px;
}
@media (-webkit-min-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1),
  (min-resolution: 192dpi) {
  .group_info_row:before {
    background-image: url(/themepack/vkify16/3.3.4.2/resource/icons/group_info_cons_2x.png);
    background-size: 15px 149px;
  }
}
.group_info_row {
  padding-bottom: 8px;
  padding-left: 24px;
}
.group_info_row:last-child {
  padding-bottom: 0;
}

.topics_module .module_body {
  padding: 1px 15px 5px;
}
.topics_module .topic_row {
  display: block;
  padding: 9px 0 8px;
}
.topic_row:hover {
  text-decoration: none;
}
.topics_module .topic_icon {
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url(/themepack/vkify16/3.3.4.2/resource/icons/topic_icon.png)
    no-repeat 0 0;
}
.topics_module.notes_module .topic_icon {
  background: url(/themepack/vkify16/3.3.4.2/resource/icons/post_icon.png)
    no-repeat;
  background-position: -5px -244px;
  height: 16px;
  top: 0;
}
.wide_column .topics_module .module_body {
  padding: 1px 20px 5px;
}
.wide_column .topics_module .topic_row {
  padding: 12px 0 13px;
  border-top: 1px solid var(--border-color);
}
.wide_column .topics_module .topic_row:first-child {
  border-top: none;
}
.topics_module .topic_info {
  padding-top: 4px;
  color: var(--muted-text-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topics_module .topic_info_wrap {
  position: relative;
  padding-left: 24px;
}
.wide_column .topics_module .topic_info {
  padding-top: 5px;
  color: var(--muted-text-color-2);
  display: block;
}
.topics_module .topic_title {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 140%;
}
.topic_title:hover {
  text-decoration: underline;
}
.wide_column .topics_module .topic_title {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--link-color);
}

.ui_tabs.page_info_tabs {
  line-height: 19px;
  display: flex;
  white-space: nowrap;
}

.page_module_upload {
  padding: 28px 13px 28px 230px;
  text-align: left;
  line-height: 16px;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--link-color);
  cursor: pointer;
}
.page_upload_label {
  background: url(/themepack/vkify16/3.3.4.2/resource/icons/group_icons.png)
    no-repeat;
  position: absolute;
  display: block;
  width: 17px;
  height: 19px;
  margin-left: -27px;
  opacity: 0.75;
  transition: opacity 100ms ease;
}
.narrow_column .page_module_upload {
  padding: 17px 13px 17px 47px;
}
.wide_column .page_upload_label {
  background: url(/themepack/vkify16/3.3.4.2/resource/icons/group_icons_big.png)
    no-repeat;
  width: 25px;
  height: 27px;
  margin-left: -37px;
  margin-top: -4px;
}
a.page_module_upload:hover,
.page_module_upload:hover {
  text-decoration: none;
}
a.page_module_upload:hover .page_upload_label,
.page_module_upload:hover .page_upload_label {
  opacity: 1;
}
.page_upload_label.page_docs_upload {
  background-position: 1px -92px;
}
.page_upload_label.page_audios_upload {
  background-position: 0px -35px;
}
.page_upload_label.page_photos_upload {
  background-position: 0px 2px;
}
.page_upload_label.page_topics_upload {
  background-position: 0px -15px;
}
.wide_column .page_upload_label.page_topics_upload {
  background-position: 0px 0px;
}
.wide_column .page_upload_label.page_photos_upload {
  background-position: 0px -32px;
}

#group_tab_pinned_content .post .wall_fixed_label {
  display: none
}
