#vk-meta {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
}

@font-face {
    font-family: 'Tahoma';
    src: url('/fonts/Tahoma.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'Tahoma';
    src: url('/fonts/Tahoma-Bold.woff') format('woff');
    font-weight: bold;
}

body {
	margin: 0;
	font-family: 'Tahoma';
}

a {
	color: #2b587a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.top-header {
    width: 790px;
    height: 43px;
    margin: auto;
    border: 1px solid #265580;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.nav-menu {
	display: flex;
    background: linear-gradient(180deg, #164673, #4f7aa2);
    width: 788px;
    height: 42px;
    border: 1px solid #a6bbcf;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: inset 0 -1px 1px #457098;
}

.nav-menu .item {
	height: 41px;
}

.nav-menu .logo.item {
	width: 188px;
	border-right: 1px solid #5f88b3;
}

.nav-menu .item:nth-child(2),
.nav-menu .item:nth-child(3),
.nav-menu .item:nth-child(4),
.nav-menu .item:nth-child(5),
.nav-menu .item:nth-child(6),
.nav-menu .item:nth-child(7) {
	border-right: 1px solid #5f88b3;
	border-left: 1px solid #3e6591;
}

.nav-menu .item:nth-child(8) {
	border-left: 1px solid #3e6591;
}

.logo-text {
    color: white;
    font-size: 21px;
    letter-spacing: 0.5px;
    font-weight: bold;
    padding: 6px 0;
    text-align: center;
    text-shadow: 2px 2px 0px #00000082, -1px -1px 0 #0000003d;
}

.nav-menu .item > span,
.nav-menu .item > a,
.nav-menu .item > p {
    color: #dae1e8;
    font-size: 11px;
    text-shadow: 1px 0 0 #3c96cd;
    padding: 0px 13px;
    line-height: 42px;
}

.nav-menu .item:last-child {
	text-align: center;
	width: 132px;
}
.nav-menu .item:last-child > span {
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
}

.container {
    display: flex;
    gap: 14px;
    margin: auto;
    width: 790px;
    height: 1000px;
}

.container .sidebar {
	width: 130px;
}

.container .content-wrapper {
    width: 628px;
    border-right: 1px solid #dae1e8;
    border-left: 1px solid #dae1e8;
    border-bottom: 1px solid #dae1e8;
    box-shadow: 2px 2px 4px #ebf0f4;
    padding-bottom: 20px;
}

.caption {
    display: flex;
    background: #f4ebbd;
    height: 21px;
    border: 1px solid #d7cf9e;
    box-shadow: 2px 0px 1px #d5dde6;
}

.caption > .profile-name {
    color: black;
    font-weight: bold;
    font-size: 11px;
    padding: 3px 11px;
}

.caption .online-status {
    margin-left: auto;
    color: #c8bf85;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 9px;
}

.content {
    display: flex;
    gap: 10px;
    padding: 0 10px;
}

.left-panel {
    width: 200px;
    height: 100%;
}

.right-panel {
    width: 400px;
    height: 100%;
}

.avatar {
    width: 200px;
    margin-top: 10px;
}

.avatar img {
	width: 200px;
}

.profile-menu {
    margin-top: 12px;
}

.profile-menu .item {
	display: block;
    color: #2b587a;
    font-size: 11px;
    padding: 3px;
    border-bottom: 1px solid #ccd3da;
}

.right-panel .section {
    padding-left: 10px;
    margin-top: 12px;
}

.right-panel > .section > .name {
    color: #45688e;
    font-size: 12px;
    font-weight: bold;
}

.university {
    float: right;
    font-size: 11px;
    transform: translateY(-13px);
}

.status {
    color: #333333;
    font-size: 11px;
    margin-top: 3px;
}

.status-date {
    margin-top: 2px;
    color: #808080;
    font-size: 10px;
}

.right-panel .section .divider {
    margin-top: 10px;
    border-bottom: 1px solid #dae1e8;
    margin-bottom: 5px;
}

table.info {
    border-spacing: 0;
    font-size: 11px;
    margin-top: 3px;
}

table.info td:first-child {
    color: #808080;
    width: 116px;
    vertical-align: top;
    padding-left: 0;
}

table.info td:last-child {
	color: #2b587a;
}

.section-header {
    background: #dae2e8;
    margin-top: 22px;
    border-top: 1px solid #b1bdd6;
    height: 19px;
    color: #45688e;
    font-size: 11px;
    font-weight: bold;
}

.single.section-header {
    margin-bottom: 15px;
}

.section-header span {
    padding-left: 24px;
    line-height: 19px;
}

.section-h2 {
    color: #45688e;
    font-weight: bold;
    font-size: 11px;
    margin-top: 10px;
}

.sidebar .menu {
	margin-top: 8px;
}

.sidebar .menu .item {
	display: block;
	padding: 0 8px;
    color: #2b587a;
    font-size: 11px;
    margin-bottom: 8px;
}

.sidebar .menu .divider {
    border-bottom: 1px solid #cccccc;
    width: 118px;
    margin-left: 3px;
    margin-bottom: 7px;
}

.sidebar .notification {
	background: #f7f7f7;
	border-bottom: 1px solid #dddddd;
    text-align: center;
    margin-top: 10px;
	font-size: 11px;
	padding: 3px 0;
}

.sidebar .notification .text {
    color: black;
    line-height: 13px;
    padding: 0 6px;
    margin-top: 2px;
}

.sidebar .notification a.link {
	text-align: center;
	color: #2b587a;
}

.sidebar .notification .controls {
	margin-top: 4px;
}

.sidebar .notification .header {
    color: #990000;
    border-bottom: 1px solid #dae1e8;
    padding-bottom: 1px;
    font-weight: bold;
    font-size: 12px;
    margin: 0 8px 2px 8px;
}

.section-header i {
    color: #a9b8cb;
    font-size: 16px;
    position: absolute;
    font-style: normal;
    transform: translate3d(8px, -2px, 10px);
}
.section-subheader {
    height: 15px;
    border-top: 1px solid #cccccc;
    background: #eeeeee;
    color: #444444;
    font-size: 11px;
    font-weight: normal;
    padding: 2px 2px 0 8px;
}

.section-subheader > a {
    float: right;
    padding: 0 6px 0 0;
}

.audio.section .item {
    display: flex;
    padding-top: 11px;
    width: 388px;
}

.audio.section .item > .icon {
	cursor: pointer;
    min-width: 16px;
    min-height: 16px;
    max-width: 16px;
    max-height: 16px;
    background: #5f7d9d;
    border-radius: 2px;
    margin-right: 7px;
}

.audio.section .item > .icon:before {
    content: "▶";
    color: white;
    font-size: 9px;
    position: relative;
    left: 6px;
    top: -5px;
}

.audio.section .item > .pause.icon:before {
    content: "⏸";
    color: white;
    font-size: 23px;
    position: relative;
    left: 3px;
    top: -8px;
}

.audio.section .track {
    font-size: 11px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 14px;
    border-bottom: 1px dashed #d8dfea;
    width: 365px;
}

.audio.section .current.track {
	padding-bottom: 9px;
}

.audio.section .track .current.progress {
	display: none; 
	cursor: pointer;
    position: relative;
    color: black;
    border-bottom: 1px solid #5f7d9d;
    height: 4px;
    bottom: -10px;
    flex-basis: 100%;
    width: auto;
    max-width: 1px;
}

.audio.section .track .full.progress {
	display: none; 
	cursor: pointer;
    position: relative;
    color: black;
    border-bottom: 1px solid #d8dfea;
    height: 4px;
    bottom: -10px;
    flex-grow: 1;
    left: 0;
}

.audio.section .track > .name {
	min-width: 300px;
	max-width: 300px;
}

.audio.section .track > .name > .artist {
	font-weight: bold;
}

.audio.section .track > .duration {
	color: #777777;
	font-size: 10px;
	width: 65px;
	text-align: right;
}

.footer {
	font-size: 11px;
	text-align: center;
	padding: 10px;
}

.telegram-auth-button {
    margin: 20px auto;
    margin-bottom: 0;
}

.global-time {
    border-top: 1px dashed #5f7d9d85;
    margin: auto;
    width: 100px;
    margin-top: 7px;
    padding-top: 4px;
}

.photo.section {
	display: flex;
	gap: 5px;
	padding: 0;
	justify-content: space-between;
}

.photo.section img {
	width: 75px;
	height: 100%;
	object-fit: cover;
}

.track-divider {
	height: 5px;
	border-bottom: 1px dashed #d8dfea;
	margin-bottom: 5px;
	margin-left: 40px;
	margin-right: 10px;
}

.yandex-track {
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 11px;
}

.yandex-track > a {
	width: 30px;
	height: 30px;
}

.yandex-track img {
	width: 30px;
	object-fit: cover;
}

.yandex-recent-track {
	height: 380px;
	margin-bottom: 10px;
}

.track-wrapper > img {
	width: 380px;
	height: 380px;
}

.track-wrapper > .track-name {
    position: absolute;
    bottom: 3px;
    color: white;
    font-size: 18px;
    background: #00000094;
    padding: 5px;
    width: 370px;
    text-align: center;
    text-shadow: 1px 1px 2px #000000;
}

.track-wrapper > .track-name > div.track-info-divider {
    height: 3px;
    margin-top: 2px;
    background: radial-gradient(#4e7094, transparent);
}

.track-wrapper {
	position: absolute;
}

.yandex-recent-track > img {
	width: 380px;
}

.track-name > a {
	font-weight: bold;
}