.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(loading.gif) no-repeat 50% 50%; }

.modalInner {
	display: none;
}

.box-modal_close { right: 10px; top: 6px; font-size: 11px; line-height: 15px; color: #999; cursor: pointer; float: right;}
.box-modal_close:hover { color: #666; }

.offer {
	max-width: 560px;
	margin: 0 auto;
	padding: 20px;
	background: #eee;
}

.offer h2 {
	text-align: center;
	font: 700 1.5em 'Roboto', 'Tahoma', sans-serif;
}

.offer p {
	font: 400 0.9em 'Roboto', 'Tahoma', sans-serif;
}

.tgme_channel_info {
	position: relative;
	background: var(--box-bg);
	color: var(--text-color);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 16px;
}

.tgme_channel_info {
	color: var(--text-color);
}

.tgme_channel_info_header .tgme_page_photo_image img {
	width: 72px;
	height: 72px;
	border-radius: 36px;
	margin-right: 12px;
}

.tgme_channel_info_header .tgme_page_photo_image {
	font-size: 29px;
	line-height: 73px;
}
.tgme_channel_info_header .tgme_page_photo_image, .tgme_channel_info_header .tgme_page_photo_image img {
	width: 72px;
	height: 72px;
	border-radius: 36px;
	margin-right: 12px;
}
.tgme_page_photo_image {
	position: relative;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none !important;
	font-size: 16px;
	line-height: 37px;
	margin: 0 8px 0 0;
	margin-right: 8px;
	float: left;
	color: #fff;
	overflow: hidden;
}

.tgme_channel_info_header_title_wrap {
	display: flex;
	font-size: 16px;
	line-height: 21px;
	font-weight: 500;
	padding-top: 17px;
}

.tgme_channel_info_header_username {
	font-size: 14px;
	line-height: 16px;
	padding: 2px 0 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tgme_channel_info_description {
	font-size: 14px;
	line-height: 21px;
	margin-top: 14px;
	word-break: break-word;
}

a.tgme_channel_download_telegram {
	text-decoration: none;
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	text-align: center;
	border-radius: 8px;
	padding: 10px 15px;
	margin-top: 14px;
	background: #237fca;
	text-transform: uppercase;
	color: #fff !important;
}