:root {
	--vkb-background-opacity: 0.70;
	--vkb-black: #000000;
	--vkb-content-width: 1280px;
	--vkb-dark-green: #158515;
	--vkb-dark-red: #790000;
	--vkb-error: #e70101;
	--vkb-gold: #ffd700;
	--vkb-gray-05: #0d0d0d;
	--vkb-gray-10: #1a1a1a;
	--vkb-gray-15: #262626;
	--vkb-gray-20: #333333;
	--vkb-gray-25: #3f3f3f;
	--vkb-gray-30: #4d4d4d;
	--vkb-gray-35: #595959;
	--vkb-gray-50: #808080;
	--vkb-gray-60: #999999;
	--vkb-gray-70: #b3b3b3;
	--vkb-gray-80: #cccccc;
	--vkb-gray-90: #e5e5e5;
	--vkb-gray-95: #f2f2f2;
	--vkb-gray-98: #f9f9f9;
	--vkb-green: #1cab1c;
	--vkb-light-red: #ffe7f2;
	--vkb-link: #4d4d4d;
	--vkb-orange: #ffa500;
	--vkb-primary-color: #0ec6c6;
	--vkb-red: #e70101;
	--vkb-secondary-color: #0c8e8b;
	--vkb-secondary-hover: #0a6b69;
	--vkb-spacing: 16px;
	--vkb-success: #1cab1c;
	--vkb-text: #ffffff;
	--vkb-third-color: #0b8381;
	--vkb-white: #ffffff;
	--vkb-yellow: #ffff00;
}
a {
	color: var(--vkb-link);
	text-decoration: none;
}

.info-section a, .footer-content a {
	color: var(--vkb-primary-color);
}

.info-section .vkb-action, .dark_background {
	color: var(--vkb-primary-color);
}

.vkb_main_content a {
	color: var(--vkb-gray-70);
}
a, address, b, body, center, code, dd, details, div, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, label, main, menu, object, p, q, s, section, small, span, strong, summary, td, th, time, tr, tt, u, video {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
a:not(.cmdButton):hover {
	text-decoration: underline;
}
body {
	overflow-y: scroll;
}
body, html {
	background: var(--vkb-gray-15);
	box-sizing: border-box;
	color: var(--vkb-text);
	display: flex;
	flex-direction: column;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 15px;
	height: 100%;
	margin: 0;
	min-height: 100%;
	padding: 0;
}
div:where(.swal2-container) div:where(.swal2-popup) {
	background: var(--vkb-gray-98) !important;
	border-radius: var(--vkb-spacing) !important;
}
h1 {
	font-size: 48px;
	font-weight: 500;
	margin: 0 0 8px 0;
}
h2 {
	font-size: 28px;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 16px 0;
}
h3 {
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 8px 0;
}
.vkb_token_wrapper pre {
	display: flex;
	align-items: center;
	padding: 10px;
	background: #f8f8f8;
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow: auto;
}

.vkb_copy_btn {
	background: none;
	border: none;
	cursor: pointer;
	margin-left: 10px;
	padding: 0;
}

.vkb_copy_btn.copied img {
	filter: hue-rotate(120deg);
}


h4 {
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 8px 0;
}
input, select {
	background: var(--vkb-white);
	border-radius: 4px;
	font-family: monospace!important;
	border: 2px solid var(--vkb-gray-90);
	box-sizing: border-box;
	color: var(--vkb-gray-10);
	font-size: 16px;
	height: 40px;
	padding: 3px 6px;
}
input:not([type=checkbox]):not([type=radio]):focus, select:focus {
	border: 2px solid var(--vkb-primary-color)  !important;
	outline: 0;
}
input[type=button], input[type=submit], .cmdButton {
	align-items: center;
	background: var(--vkb-third-color);
	border-radius: 999px;
	border: 2px solid var(--vkb-third-color);
	box-sizing: border-box;
	color: var(--vkb-white) !important;
	display: flex;
	flex-direction: row;
	font-size: 16px;
	height: 36px;
	justify-content: center;
	min-width: 150px;
	padding: 0 16px 0 16px;
	transition: transform .2s ease, box-shadow .2s ease;
	width: fit-content;
}
input[type=button]:hover, input[type=submit]:hover, .cmdButton:hover {
	background: var(--vkb-secondary-hover);
	text-decoration: none !important;
}
input[type=radio] {
    margin: 0 4px 0 0;
    padding: 0;
    vertical-align: middle;
    height: auto;
}
.radio_option {
	margin-top: 4px;
}
input::placeholder {
	font-family: monospace!important;
	color: var(--vkb-gray-50);
	font-size: 14px;
}
li {
	margin: 0 0 4px 0;
}
p, ul {
	margin: 0 0 8px 0;
}
picture {
	display: flex;
}
.action_button {
	margin-top: 4px;
}
.banner-section {
	align-items: center;
	display: flex;
	height: 200px;
	justify-content: center;
	overflow: hidden;
	width: 100%;
}
.vkb_banner_image {
	height: 100%;
	object-fit: cover;
	width: auto;
}
.channel_grid_4 {
	display: grid;
	gap: var(--vkb-spacing);
	grid-template-columns: repeat(4,1fr);
}
.channel_grid_6 {
	display: grid;
	gap: var(--vkb-spacing);
	grid-template-columns: repeat(6,1fr);
}
.channel_item {
	align-items: center;
	display: flex;
	flex-direction: column;
	text-align: center;
}
.channel_name {
	font-size: 14px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.checkboxLogin {
	align-content: center;
	align-items: center;
	column-gap: 8px;
	display: flex;
	line-height: 1;
}
.cmdButton.medium {
	height: 32px;
	min-width: 100px;
}
.cmdButton.red {
	background: var(--vkb-red);
	border: 2px solid var(--vkb-dark-red);
}
.cmdButton.red:hover {
	background: var(--vkb-dark-red);
}
.content-left {
	width: 1010px;
}
.content-right, .media-right {
	background: var(--vkb-gray-10);
	border-radius: var(--vkb-spacing);
	color: var(--vkb-white);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding-top: var(--vkb-spacing);
	width: 254px;
}
.content-section {
	background: var(--vkb-gray-98);
	color: var(--vkb-gray-05);
	display: flex;
	justify-content: center;
	padding: var(--vkb-spacing) 0 var(--vkb-spacing) 0;
}
.content-section-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: var(--vkb-content-width);
}
.content-section-content form {
	width: 100%;
}
.dashboard-left {
	background: var(--vkb-gray-10);
	border-radius: var(--vkb-spacing);
	box-sizing: border-box;
	color: var(--vkb-white);
	display: flex;
	flex-direction: column;
	min-width: 254px;
	padding: var(--vkb-spacing);
	position: relative;
	width: 254px;
}
.dashboard-menu {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.dashboard-menu a {
	align-items: center;
	display: flex;
	flex-direction: row;
	height: 36px;
	width: 100%;
}
.dashboard-right {
	background: var(--vkb-gray-98);
	border-radius: var(--vkb-spacing);
	box-sizing: border-box;
	color: var(--vkb-gray-05);
	display: flex;
	flex-direction: column;
	padding: var(--vkb-spacing);
	width: 1010px;
}
.dashboard-right a:not(.cmdButton) {
	color: var(--vkb-gray-10);
}
.dashboard-section {
	box-sizing: border-box;
	display: flex;
	height: 100%;
	justify-content: center;
}
.dashboard-section-content {
	display: flex;
	gap: var(--vkb-spacing);
	margin: var(--vkb-spacing) 0px var(--vkb-spacing) 0px;
	width: var(--vkb-content-width);
}
.dropdown {
	display: inline-block;
	position: relative;
}
.dropdown .dropbtn {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 8px;
}
.dropdown-content {
	background: var(--vkb-gray-35);
	box-sizing: border-box;
	display: none;
	font-size: 15px;
	font-weight: 400;
	max-width: 90vw;
	min-width: 225px;
	overflow-x: auto;
	padding: 8px;
	position: absolute;
	right: 0;
	top: 48px;
	z-index: 20;
}
.dropdown-content li {
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	width: 100%;
}
.dropdown-content li a {
	color: var(--vkb-white);
	line-height: 30px;
}
.dropdown-content ul {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
}
.dropdown-note {
	border-top: 1px dashed var(--vkb-gray-70);
	color: var(--vkb-gray-70);
	font-size: 13px;
	margin-top: 8px;
	padding-top: 8px;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.flag-icon {
	height: 24px;
	margin-right: 8px;
	vertical-align: middle;
	width: 24px;
}
.form_input {
	box-sizing: border-box;
	width: 100%;
}
.formButton {
	display: flex;
	justify-content: center;
}
.globalMessageContainer {
	align-items: flex-start;
	border-radius: var(--vkb-spacing);
	box-sizing: content-box;
	display: flex;
	height: 96px;
	line-height: 48px;
	max-width: 300px;
	min-width: 300px;
	position: absolute;
	right: 32px;
	top: 32px;
	visibility: hidden;
	z-index: 20000000;
}
.globalMessageContainer .contentContainer {
	color: var(--vkb-black);
	display: block;
	font-size: 14px;
	line-height: 18px;
	margin-left: 0;
	margin-right: 8px;
	margin-top: 16px;
}
.globalMessageContainer .iconContainer {
	align-items: center;
	display: flex;
	height: 48px;
	justify-content: center;
	min-width: 48px;
	width: 48px;
}
.globalMessageContainer.error2 {
	background: #fef1f1;
	border-left: 3px solid var(--vkb-error);
	border: 2px solid #f3cdce;
	color: var(--vkb-black);
}
.globalMessageContainer.show {
	-webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
	animation: fadein 0.5s, fadeout 0.5s 4.5s;
	visibility: visible;
}
.globalMessageContainer.success2 {
	background: #defbe6;
	border-left: 3px solid var(--vkb-success);
	border: 2px solid var(--vkb-success);
	color: var(--vkb-black);
}
.header-content {
	background: var(--vkb-gray-05);
	display: flex;
	width: 100%;
}
.header-left {
	margin-right: 8px;
}
.header-right {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.header-right .thumbnail {
	height: 24px;
	width: 24px;
}
.s_space {
	padding: 0 16px 0 16px;
}
.vkb_height_48 {
	height: 48px;
}
.flex {
	display: flex;
}
.items-center {
    align-items: center;
}
.hr_x {
    border: 0;
    border-bottom: 1px solid white;
    height: 1px;
    flex-grow: 1;

}
.header-right .thumbnail img {
	border-radius: 50%;
	height: 24px;
	width: 24px;
}
.header-section {
	align-items: center;
	display: flex;
	height: 64px;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: var(--vkb-content-width);
}
.heading_information {
	align-items: center;
	display: flex;
	gap: 4px;
}
.heading_information .flag-icon {
	height: 18px;
	margin: 0;
	vertical-align: unset;
	width: 18px;
}
.heading_with_no_link {
	align-items: flex-start;
    display: flex;
    gap: 8px;
}
.heading_with_no_link svg {
    width: 24px;
    height: 24px;
    padding-top: 8px;
}
.heading_with_no_link h1 {
	font-size: 48px;
	font-weight: 400;
	line-height: 1.1;
	margin: 0;
}
.heading_with_link {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}
.heading_with_link h1 {
	font-size: 48px;
	font-weight: 400;
	line-height: 1.1;
	margin: 0;
}
.heading_with_link h2 {
    margin: 0;
    border-left: 3px solid var(--vkb-primary-color);
    width: 100%;
    font-weight: 400;
    background: var(--vkb-gray-35);
    color: var(--vkb-white);
    padding: 8px 0px 8px 8px;
    box-sizing: border-box;
    border-radius: 0 var(--vkb-spacing) var(--vkb-spacing) 0;
}
.heading_with_link span {
	white-space: nowrap;
}
.iframe_hide, .vkb_preLoader, .vkb_video_modal {
	display: none;
}
.info-left {
	display: flex;
	flex-direction: column;
}
.info-right {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: var(--vkb-spacing);
	justify-content: flex-end;
	width: 254px;
}
.info-right a {
	display: block;
	height: 24px;
	width: 24px;
}
.info-right a img {
	filter: invert(100%);
	transition: transform .2s ease, filter .2s ease;
}
.info-right a:hover img {
	filter: invert(95%);
	transform: scale(1.05);
}
.info-right img {
	filter: invert(100%);
	transition: transform .2s ease, filter .2s ease;
}
.info-section {
    display: flex;
    justify-content: center;
    padding: var(--vkb-spacing) 0 var(--vkb-spacing) 0;
}
.info-section-content {
	display: flex;
	gap: var(--vkb-spacing);
	justify-content: space-between;
	width: var(--vkb-content-width);
}
.tab-section {
    display: flex;
    justify-content: center;
    height: 46px;
    align-items: center;
    border-bottom: 1px solid var(--vkb-gray-20);
    border-top: 1px solid var(--vkb-gray-20);
}
.tab-section-content {
    display: flex;
    gap: 1px;
    justify-content: flex-start;
    width: var(--vkb-content-width);
    overflow-x: auto;
}
.tab-section-content .submenu a {
    color: var(--vkb-white);
    padding: 0 16px 0 16px;
    height: 100%;
    display: flex;
    align-items: center;
	white-space: nowrap;
}
.tab-section-content .submenu .selected {
    border-top: 3px solid var(--vkb-primary-color);
    height: 45px;
    background: var(--vkb-gray-35);
}
.tab-section-content .submenu a:hover {
    background: var(--vkb-gray-35);
	text-decoration: none;
}
.left-content .header_icon, .vkb_header_account_content .icon, .vkb_header_account_content .thumbnail {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-right: 8px;
}
.main-content {
	flex: 1;
}
.media-left {
	display: flex;
	flex-direction: row;
	gap: var(--vkb-spacing);
	max-width: 1010px;
	min-width: 1010px;
	padding-bottom: 0;
	width: 1010px;
}
.media-section {
    display: flex;
    height: 416px;
    justify-content: center;
    padding-bottom: var(--vkb-spacing);
    border-bottom: 1px solid var(--vkb-gray-20);
}
.media-section-content {
	display: flex;
	justify-content: space-between;
	width: var(--vkb-content-width);
}
.required {
	color: var(--vkb-red);
	font-weight: 600;
	margin-left: 5px;
}
.responsive-video-wrapper {
	background: var(--vkb-gray-25);
	border-radius: var(--vkb-spacing);
	height: 416px;
	overflow: hidden;
	position: relative;
	width: 740px;
}
.responsive-video-wrapper .youtube_icon_link {
	bottom: -8px;
	height: 48px;
	left: 48px;
	width: 48px;
}
.small_note {
	color: var(--vkb-gray-90);
	font-size: 12px;
}
.small_note_ffffff {
	color: var(--vkb-gray-20);
	font-size: 12px;
}
.star-rating {
	display: inline-flex;
}
.star-rating span {
	color: var(--vkb-gray-70);
	cursor: pointer;
	font-size: 2rem;
	transition: color .2s;
}
.star-rating span.selected {
	color: var(--vkb-gold);
}
.star-rating.star-readonly a {
	cursor: pointer;
}
.star-rating.star-readonly a:hover span {
	color: var(--vkb-gold);
}
.star-rating.star-readonly span {
	color: var(--vkb-gray-70);
	font-size: 2rem;
	transition: color .2s;
}
.star-rating.star-readonly span.selected {
	color: var(--vkb-gold);
}
.stats-box {
	display: flex;
	flex-direction: column;
	gap: var(--vkb-spacing);
}
.text_center {
	text-align: center;
}
.thumbnail_v2 {
    display: flex;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
}
.thumbnail_v2 a:hover {
	filter: brightness(95%);
	transform: scale(1.05);
}
.no_border {
	border: none!important;
}
.thumbnail_v2 img {
	background: var(--vkb-gray-25);
	border-radius: 50%;
	box-sizing: border-box;
	display: block;
	transition: transform .2s ease;
}
.thumbnail_v2 img:before {
	content: "";
	display: block;
}
.thumbnail_v2.large img {
	height: 96px;
	width: 96px;
}
.thumbnail_v2.medium img {
	height: 64px;
	width: 64px;
}
.thumbnail_v2.small img {
	height: 24px;
	width: 24px;
}
.thumbnail_v2.xlarge img {
	height: 164px;
	width: 164px;
}
.video_grid {
	display: flex;
	flex-wrap: wrap;
	gap: var(--vkb-spacing);
	justify-content: space-between;
}
.video_info {
	padding: 8px;
}
.video_item {
	overflow: hidden;
	position: relative;
}
.video_large {
	flex: 1 1 calc(50% - 8px);
	max-width: calc(50% - 8px);
}
.video_large .youtube_icon_link {
	bottom: 0;
	left: 32px;
}
.video_large img {
	border-radius: var(--vkb-spacing);
	width: 36px;
}
.video_ratio_wrapper iframe {
	border-radius: var(--vkb-spacing);
	border: 2px solid var(--vkb-gray-90);
}
.video_small {
	flex: 1 1 calc(25% - 12px);
	max-width: calc(25% - 12px);
}
.video_small .youtube_icon_link {
	bottom: -8px;
	left: 32px;
}
.video_small img {
	border-radius: var(--vkb-spacing);
	width: 24px;
}
.youtube_thumbnail {
    aspect-ratio: 16/9;
    overflow: hidden;
    position: relative;
    background: var(--vkb-gray-25);
    border-radius: var(--vkb-spacing);
    width: 100%;
}
.youtube_thumbnail .img_youtube_thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;   
    object-position: center;
    display: block;
}

.youtube_thumbnail .youtube_icon_link {
	height: 32px;
	width: 32px;
}
.video_title {
	font-size: 14px;
}
.video_views {
	color: var(--vkb-gray-35);
	font-size: 13px;
}
.vkb_align_center {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.vkb-action {
	background: none;
	border: none;
	color: var(--vkb-gray-30);
	cursor: pointer;
	font: inherit;
	padding: 0;
	text-decoration: none;
}
.vkb-action:hover {
	text-decoration: underline;
}
.vkb_analytics_header_content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 32px;
	width: 100%;
}
.vkb_channel {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.vkb_channel_content {
	display: flex;
	gap: var(--vkb-spacing);
}
.vkb_channel_description {
	height: 100%;
	margin: 0 var(--vkb-spacing) 0 var(--vkb-spacing);
	overflow: hidden;
}

.vkb_channel_description ul {
	margin: 8px 0;
	padding: 0;
	list-style: none;
}

.vkb_channel_description li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 8px;
}

.vkb_channel_description li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 1px;
    color: var(--vkb-gray-50);
}



.vkb_channel_header_content {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.vkb_channel_header_content .right {
	align-items: center;
	display: flex;
}
.vkb_channel_info {
	align-content: flex-start;
	display: flex;
	flex-direction: row;
	gap: var(--vkb-spacing);
	justify-content: space-between;
	width: 100%;
}
.vkb_channel_info_media, .vkb_channel_youtube_videos {
	align-content: center;
	align-items: center;
	background: var(--vkb-gray-25);
	border-radius: var(--vkb-spacing);
	display: flex;
	flex-direction: column;
	font-size: 18px;
	gap: var(--vkb-spacing);
	height: 100%;
	justify-content: center;
	text-align: center;
	width: 254px;
	word-wrap: break-word;
}
.vkb_channel_qr_code {
	align-items: center;
	color: var(--vkb-gray-70);
	display: flex;
	flex-direction: column;
	font-size: 13px;
	gap: 8px;
	text-align: center;
}
.vkb_channel_qr_code svg {
	height: 125px;
	width: 125px;
}
.vkb_channel_youtube_videos img {
	transition: transform 0.2s ease, filter 0.2s ease;
}
.vkb_channel_youtube_videos img:hover {
	filter: invert(5%);
	transform: scale(1.05);
}
.vkb_container_20 {
	border: none;
	width: 20%;
}
.vkb_container_50 {
	border: none;
	width: 50%;
}
.vkb_container_80 {
	border: none;
	width: 80%;
}
.vkb_faq_header_content {
	color: var(--vkb-gray-10);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 48px;
}
.vkb_footer {
    background: var(--vkb-gray-05);
    height: 48px;
    display: flex;
    align-items: center;
}
.vkb_footer_content {
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	width: var(--vkb-content-width);
}
.vkb_footer_copyright {
	color: var(--vkb-gray-90);
	font-size: 13px;
}
.vkb_form_button {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: var(--vkb-spacing);
	justify-content: flex-end;
	width: var(--vkb-content-width);
}
.vkb_form_content_button {
	align-items: center;
	background: var(--vkb-white);
	border-top: 1px solid var(--vkb-gray-90);
	bottom: 0;
	box-shadow: 0 -2px 4px rgba(0,0,0,.05);
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	left: 0;
	min-height: 68px;
	padding: 8px;
	position: fixed;
	width: 100%;
	z-index: 1000;
}
.vkb_form_content_column {
	display: flex;
	flex-wrap: nowrap;
	gap: 128px;
	justify-content: flex-start;
	width: 100%;
}

.vkb_full_content {
	margin-left: auto;
	margin-right: auto;
	width: var(--vkb-content-width);
}
.vkb_full_content_center {
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	width: var(--vkb-content-width);
}
.vkb_header_account_content .dropdown-content {
	right: 0;
}
.vkb_header_account_content .dropdown-content .bottom_text {
	color: var(--vkb-gray-70);
}
.vkb_header_account_content .dropdown:hover .user, .vkb_header_account_content .user:hover, .vkb_header_language_content .dropdown:hover .user, .vkb_header_language_content .user:hover {
	background: var(--vkb-gray-35);
	cursor: pointer;
}
.vkb_header_account_content .user img, .vkb_header_language_content .user img {
	height: 24px;
	width: 24px;
}
.vkb_header_account_content .user svg, .vkb_header_language_content .user svg {
	height: 24px;
	width: 24px;
}
.vkb_header_account_content .user, .vkb_header_language_content .user {
	align-content: center;
	align-items: center;
	color: var(--vkb-gray-94);
	column-gap: 0;
	cursor: pointer;
	display: flex;
	height: 48px;
	overflow: hidden;
	padding-left: var(--vkb-spacing);
	padding-right: var(--vkb-spacing);
	white-space: nowrap;
}
.vkb_header_account_content a {
	align-content: center;
	align-items: center;
	color: var(--vkb-gray-94);
	column-gap: 0;
	display: flex;
	line-height: 48px;
	overflow: hidden;
	white-space: nowrap;
}
.vkb_header_account_content, .vkb_header_language_content {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: var(--vkb-spacing);
}
.vkb_header_language_content {
	color: var(--vkb-white);
	display: flex;
	font-weight: 700;
	justify-content: center;
}
.vkb_header_language_content .dropdown-content {
	left: auto;
	max-width: 90vw;
	right: 0;
}
.vkb_header_search_content {
	margin-right: var(--vkb-spacing);
	position: relative;
	width: 500px;
}
.vkb_header_search_content button {
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	padding: 0;
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
}
.vkb_header_search_content img {
	display: block;
	pointer-events: none;
}
.vkb_header_search_content svg {
	display: block;
	pointer-events: none;
	width: 24px;
	height: 24px;
}
.vkb_header_search_content input {
	font-size: 13px;
	height: 32px;
	width: 500px;
}




.vkb_front_search_content {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
}
.vkb_front_search_content button {
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	padding: 0;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}
.vkb_front_search_content img {
	display: block;
	pointer-events: none;
}
.vkb_front_search_content svg {
	display: block;
	pointer-events: none;
	width: 24px;
	height: 24px;
}
.vkb_front_search_content input {
	font-size: 18px;
	height: 48px;
	border-radius: 999px;
	width: 600px;
	padding: 0 16px 0 16px;
}

.vkb_front_search_content input::placeholder {
	font-family: monospace!important;
	color: var(--vkb-gray-50);
	font-size: 18px;
}




.vkb_input {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	min-height: 36px;
}
.vkb_login {
	margin: 0 var(--vkb-spacing) 32px var(--vkb-spacing);
	max-width: 400px;
	width: 100%;
}
.vkb_login .new_account {
	padding-bottom: var(--vkb-spacing);
}
.vkb_login .title {
	color: var(--vkb-gray-20);
	font-size: 32px;
	font-stretch: normal;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
}
.vkb_login .vkb_logo {
	margin-bottom: 8px;
	width: 100%;
}
.vkb_main_content {
	background: var(--vkb-gray-15);
	color: var(--vkb-text);
	display: flex;
	width: 100%;
}
.vkb_main_content_whitebg {
	background: var(--vkb-white);
	color: var(--vkb-gray-10);
	display: flex;
	width: 100%;
}
.vkb_main_content_whitebg a {
	color: var(--vkb-gray-10);
}
.vkb_margin_bottom_16 {
	margin-bottom: 16px;
}
.vkb_margin_bottom_32 {
	margin-bottom: 32px!important;
}
.vkb_margin_bottom_4 {
	margin-bottom: 4px;
}
.vkb_margin_bottom_8 {
	margin-bottom: 8px;
}
.vkb_margin_bottom_96 {
	margin-bottom: 96px;
}
.vkb_margin_top_16 {
	margin-top: 16px;
}
.vkb_margin_top_32 {
	margin-top: 32px;
}
.vkb_margin_top_4 {
	margin-top: 4px;
}
.vkb_margin_top_8 {
	margin-top: 8px;
}
.vkb_member_entry {
	align-items: start;
	column-gap: 16px;
	display: grid;
}

.vkb_member_entry.three-cols {
	grid-template-columns: 64px 180px 1fr;
}

.vkb_member_entry.four-cols {
	grid-template-columns: 64px 180px 1fr 1fr;
}

.vkb_member_entry .description {
	color: var(--vkb-gray-30);
	font-size: 14px;
	grid-column: 3;
	grid-row: span 2;
	line-height: 1.4;
}
.vkb_member_entry .info {
	font-size: 15px;
	grid-column: 2;
}
.vkb_member_entry .info .role {
	color: var(--vkb-gray-20);
	font-size: 14px;
	font-weight: 400;
}

.vkb_member_entry .links a {
	color: var(--vkb-link);
	font-weight: unset;
}
.vkb_name_members_list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}
.vkb_name_header_content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 48px;
	width: 100%;
}
.vkb_search, .width_100p {
	width: 100%;
}
.vkb_text_content {
	background: var(--vkb-white);
	padding: var(--vkb-spacing) 8px var(--vkb-spacing) 8px;
}
.vkb_video_modal {
	align-items: center;
	background: rgba(0,0,0,.85);
	display: none;
	height: 100%;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100000;
}
.vkb_video_modal_inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0px 8px 0px 8px;
	position: relative;
}
.vkb_video_modal_inner .close {
	align-items: center;
	cursor: pointer;
	display: flex;
	height: 36px;
	justify-content: center;
	position: absolute;
	right: -0px;
	top: -36px;
	transition: transform 0.2s ease, filter 0.2s ease;
	z-index: 1;
}
.vkb_video_modal_inner .close img {
	filter: invert(1);
	height: 24px;
	width: 24px;
}
.vkb_video_modal_inner .close:hover {
	transform: scale(1.05);
}
.vkb_widget_list {
	display: flex;
	flex-direction: column;
}
.vkb_widget_list .left {
	align-items: center;
	display: flex;
	line-height: 1;
}
.vkb_widget_list .right {
	align-items: flex-end;
	column-gap: 4px;
	display: flex;
	line-height: 1;
}
.vkb_widget_list_row {
	align-items: center;
	border-bottom: 1px dashed var(--vkb-gray-70);
	display: flex;
	flex-direction: row;
	height: 32px;
	justify-content: space-between;
}
.youtube_icon {
	filter: invert(100%);
	transition: transform .2s ease, filter .2s ease;
	width: 100%;
}
.youtube_icon_link {
	background: none;
	border: none;
	display: block;
	opacity: .9;
	position: absolute;
	transform: translate(-50%,-50%);
	transition: transform .2s ease, filter .2s ease;
}
.youtube_icon_link:hover img {
	filter: invert(95%);
	transform: scale(1.05);
}

.vkb_logo_mobile {
	display: none;
}

.vkb_logo_desktop {
    display: flex;
}

.vkb_logo_desktop svg {
	width: 149px;
    height: 32px;
}


.vkb_google_btn {
	background: var(--vkb-white);
	border-radius: 999px;
	border: 2px solid var(--vkb-gray-90);
	box-sizing: border-box;
	color: var(--vkb-gray-10);
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	cursor: pointer;
	width: 100%;
	height: 48px;
}
.vkb_google_btn:hover {
	background-color: var(--vkb-gray-95);
}
.vkb_google_btn img {
	width: 20px;
	height: 20px;
}
.vkb_google_btn span {
	line-height: 1;
	white-space: nowrap;
}


/* Base table style */
table.gain-table {
	border-collapse: collapse;
	width: 100%;
}

table.gain-table th,
table.gain-table td {
	text-align: left;
	white-space: nowrap;
	padding: 4px;
}

/* Alternating row colors */
table.gain-table tbody tr:nth-child(even) {
	background-color: var(--vkb-gray-90);
}

table.gain-table tbody tr:nth-child(odd) {
	background-color: var(--vkb-gray-95)
}

/* Gain coloring */
.positive {
	color: var(--vkb-dark-green);
	font-weight: 600;
}

.negative {
	color: var(--vkb-error);
	font-weight: 600;
}

.neutral {
	color: var(--vkb-gray-50);
	font-style: italic;
}

.tooltip-wrapper {
	display: inline-block;
	position: relative;
}

.tooltip-bubble {
	position: absolute;
	bottom: 120%;
	left: 50%;
	transform: translateX(-50%);
	background: #222;
	color: #fff;
	padding: 6px 10px;
	border-radius: 6px;
	font-size: 12px;
	white-space: nowrap;
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease-in-out;
}

.tooltip-wrapper:hover .tooltip-bubble {
	opacity: 1;
	pointer-events: auto;
}

.ads-section {
    display: flex;
    justify-content: center;
}

.ads-content {
    display: flex;
    flex-direction: column;
    align-items: center;
   
}

.margin_8px {
	 margin: 8px;
}

.ads-content .ads_vertical {
	min-width: 160px;
}

.ads-content .ads_horizontal {
	min-width: 1200px;
}

.ads-content .ads-sponsored {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    font-size: 11px;
    font-weight: 400;
	margin-top: 2px;
}

@keyframes refreshFlash {
	from {
		opacity: 1;
	}
	to {
		opacity: 1;
	}
}
@media (min-width: 1280px) {
	.dashboard-menu {
		display: flex !important;
		flex-direction: column;
	}
	.dashboard-mobile-toggle {
		display: none;
	}
}
@media screen and (max-width: 1279px) and (orientation: landscape) {
	.video_ratio_wrapper {
		padding-top: 38%;
	}
}
@media screen and (max-width:1279px) {
	:root {
		--vkb-spacing: 8px;
	}
	input[type=button], input[type=submit], .cmdButton {
		border-radius: var(--vkb-spacing);
		font-size: 16px;
		min-width: unset;
		padding: 0 var(--vkb-spacing) 0 var(--vkb-spacing);
	}
	.vkb_logo_mobile {
		display: flex;
	}
	.vkb_logo_mobile svg {
		width: 32px;
		height: 32px;
	}
	.vkb_logo_desktop {
		display: none;
	}
	.channel_grid_4 {
		grid-template-columns: repeat(3,1fr);
	}
	.channel_grid_6 {
		grid-template-columns: repeat(3,1fr);
	}
	.content-left {
		width: 100%;
	}
	.media-right {
		background: unset;
		flex-direction: row;
		margin: 0 var(--vkb-spacing) var(--vkb-spacing) var(--vkb-spacing);
		max-width: unset;
		min-width: unset;
		width: auto;
	}
	.content-right {
		flex-direction: row;
		max-width: unset;
		min-width: unset;
		width: auto;
	}
	.content-section {
		padding: var(--vkb-spacing) var(--vkb-spacing) var(--vkb-spacing) var(--vkb-spacing);
	}
	.content-section-content {
		flex-direction: column;
		width: 100%;
	}
	.dashboard-left {
		background: unset;
		padding: 1px;
		width: 100%;
	}
	.dashboard-menu {
		background: var(--vkb-gray-10);
		border-radius: var(--vkb-spacing);
		border: 2px solid var(--vkb-gray-90);
		box-sizing: border-box;
		display: none;
		flex-direction: column;
		padding: 10px;
		position: absolute;
		top: 32px;
		width: 150px;
	}
	.dashboard-menu.active {
		display: flex;
		margin-top: var(--vkb-spacing);
	}
	.dashboard-mobile-toggle {
		border-radius: var(--vkb-spacing);
		border: 2px solid var(--vkb-gray-90);
		box-sizing: border-box;
		cursor: pointer;
		display: block;
		padding: var(--vkb-spacing) var(--vkb-spacing);
		width: 150px;
	}
	.dashboard-right {
		width: 100%;
	}
	.dashboard-section {
		padding: var(--vkb-spacing);
	}
	.dashboard-section-content {
		flex-direction: column;
		gap: var(--vkb-spacing);
		margin: 0;
	}
	.header-section {
		padding: 0 var(--vkb-spacing) 0 var(--vkb-spacing);
		width: 100%;
	}
	h1 {
		font-size: 32px;
	}
	.heading_with_link h1 {
		font-size: 32px;
	}
	.heading_with_link h2 {
		font-size: 28px;
	}
	.info-right {
		width: 100%;
	}
	.info-section {
		padding: var(--vkb-spacing) var(--vkb-spacing) var(--vkb-spacing) var(--vkb-spacing);
	}
	.info-section-content {
		flex-direction: column;
		gap: 4px;
		width: 100%;
	}
	.media-left {
		max-width: 100%;
		min-width: 100%;
		width: 100%;
	}
	.media-section {
		height: auto;
		margin: 0;
		width: 100%;
	}
	.media-section-content {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 100%;
	}
	.responsive-video-wrapper {
		height: unset;
		margin: var(--vkb-spacing);
		width: 100%;
	}
	.responsive-video-wrapper img {
		border-radius: var(--vkb-spacing);
		display: flex;
		height: auto;
		position: relative;
		width: 100%;
	}
	.thumbnail_v2.xlarge img {
		height: 96px;
		width: 96px;
	}
	.video_large {
		flex: 1 1 calc(100%);
		max-width: calc(100%);
	}
	.video_ratio_wrapper {
		padding-top: 56.25%;
		position: relative;
		width: 100%;
	}
	.video_ratio_wrapper iframe {
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.video_small {
		flex: 1 1 calc(50% - var(--vkb-spacing));
		max-width: calc(50% - var(--vkb-spacing));
	}
	.vkb_channel_content {
		flex-direction: column;
	}
	.vkb_channel_description {
		height: unset;
		overflow: hidden;
	}
	.vkb_channel_header_content {
		flex-direction: column;
		gap: var(--vkb-spacing);
	}
	.vkb_channel_info {
		flex-direction: column;
	}
	.vkb_channel_info .left {
		width: 100%;
	}
	.vkb_channel_info .right {
		width: 100%;
	}
	.vkb_channel_info_media, .vkb_channel_youtube_videos {
		width: unset;
	}
	.vkb_channel_left {
		max-width: 100%;
		min-width: 100%;
		padding-bottom: 0;
		width: 100%;
	}
	.vkb_container_50 {
		width: 100%;
	}
	.vkb_container_80 {
		width: 100%;
	}
	.vkb_footer_content {
		padding: 0 var(--vkb-spacing) 0 var(--vkb-spacing);
		width: unset;
	}
	.vkb_form_button {
		gap: var(--vkb-spacing);
	}
	.vkb_form_content_column {
		flex-direction: column;
		gap: var(--vkb-spacing);
		width: 100%;
	}
	.vkb_full_content {
		width: 100%;
	}
	.vkb_header_account_content .user, .vkb_header_language_content .user {
		padding-left: var(--vkb-spacing);
		padding-right: var(--vkb-spacing);
	}
	.vkb_header_content {
		align-items: center;
		display: flex;
		height: 60px;
		margin-left: unset;
		margin-right: unset;
		padding: 0 var(--vkb-spacing) 0 var(--vkb-spacing);
		position: relative;
		width: unset;
	}
	.vkb_header_search_content {
		margin-right: var(--vkb-spacing);
		width: 100%;
	}
	.vkb_header_search_content input {
		width: 100%;
	}

	.vkb_front_search_content {
		width: 100%;
	}
	.vkb_front_search_content input {
		width: 100%;
	}

	.vkb_main_content {
		padding: 0 var(--vkb-spacing) 0 var(--vkb-spacing);
		width: unset;
	}
	.vkb_member_entry {
		grid-template-areas: "thumbnail_v2 info" "thumbnail_v2 description";
	}
	.vkb_member_entry.three-cols {
		grid-template-columns: 64px 1fr;
	}

	.vkb_member_entry.four-cols {
		grid-template-columns: 64px 1fr;
	}
	.vkb_member_entry .description {
		grid-area: description;
	}
	.vkb_member_entry .info {
		grid-area: info;
	}
	.vkb_member_entry .thumbnail_v2 {
		grid-area: thumbnail_v2;
	}
	.vkb_name_members_list {
		width: 100%;
	}
	.vkb_mobile_hide {
		display: none !important;
	}
	.vkb_video_modal_inner {
		width: 90vw;
	}
	.ads-content .ads_horizontal {
		width: 100vw;
		max-width: 100vw;
		margin-left: calc(-50vw + 50%);
		position: relative;
		min-width: unset;
	}
}
@media screen and (max-width:450px) {
	.banner-section {
		height: 90px;
	}
}
@media screen and (min-width:451px) and (max-width:1279px) {
	.banner-section {
		height: 150px;
	}
}