

/* Start:/local/templates/main.new/vendors/pnotify/dist/pnotify.css?17658979791986*/
.ui-pnotify{top:36px;right:36px;position:absolute;height:auto;z-index:2}body>.ui-pnotify{position:fixed;z-index:100040}.ui-pnotify-modal-overlay{background-color:rgba(0,0,0,.4);top:0;left:0;position:absolute;height:100%;width:100%;z-index:1}body>.ui-pnotify-modal-overlay{position:fixed;z-index:100039}.ui-pnotify.ui-pnotify-in{display:block!important}.ui-pnotify.ui-pnotify-move{transition:left .5s ease,top .5s ease,right .5s ease,bottom .5s ease}.ui-pnotify.ui-pnotify-fade-slow{transition:opacity .6s linear;opacity:0}.ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move{transition:opacity .6s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease}.ui-pnotify.ui-pnotify-fade-normal{transition:opacity .4s linear;opacity:0}.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move{transition:opacity .4s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease}.ui-pnotify.ui-pnotify-fade-fast{transition:opacity .2s linear;opacity:0}.ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move{transition:opacity .2s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease}.ui-pnotify.ui-pnotify-fade-in{opacity:1}.ui-pnotify .ui-pnotify-shadow{-webkit-box-shadow:0 6px 28px 0 rgba(0,0,0,.1);-moz-box-shadow:0 6px 28px 0 rgba(0,0,0,.1);box-shadow:0 6px 28px 0 rgba(0,0,0,.1)}.ui-pnotify-container{background-position:0 0;padding:.8em;height:100%;margin:0}.ui-pnotify-container:after{content:" ";visibility:hidden;display:block;height:0;clear:both}.ui-pnotify-container.ui-pnotify-sharp{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.ui-pnotify-title{display:block;margin-bottom:.4em;margin-top:0}.ui-pnotify-text{display:block}.ui-pnotify-icon,.ui-pnotify-icon span{display:block;float:left;margin-right:.2em}.ui-pnotify.stack-bottomleft,.ui-pnotify.stack-topleft{left:25px;right:auto}.ui-pnotify.stack-bottomleft,.ui-pnotify.stack-bottomright{bottom:25px;top:auto}.ui-pnotify.stack-modal{left:50%;right:auto;margin-left:-150px}
/* End */


/* Start:/local/templates/main.new/vendors/pnotify/dist/pnotify.buttons.css?176589797968*/
.ui-pnotify-closer,.ui-pnotify-sticker{float:right;margin-left:.2em}
/* End */


/* Start:/local/templates/main.new/vendors/pnotify/dist/pnotify.nonblock.css?1765897979108*/
.ui-pnotify.ui-pnotify-nonblock-fade{opacity:.2}.ui-pnotify.ui-pnotify-nonblock-hide{display:none!important}
/* End */


/* Start:/local/components/profile.get.pro/templates/v2/style.css?176617346612333*/
/* Profile PRO Page - Modern Redesign */

.profile-pro-page {
	width: 100%;
}

/* Алерты */
.pro-alert {
	border-radius: 10px;
	padding: 16px 20px;
	margin-bottom: 24px;
	border: none;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 500;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.pro-alert i {
	font-size: 18px;
}

.pro-alert.alert-success {
	background: linear-gradient(135deg, rgba(11, 176, 123, 0.1) 0%, rgba(11, 176, 123, 0.05) 100%);
	border-left: 4px solid #0BB07B;
	color: #0BB07B;
}

.pro-alert.alert-danger {
	background: linear-gradient(135deg, rgba(226, 85, 90, 0.1) 0%, rgba(226, 85, 90, 0.05) 100%);
	border-left: 4px solid #E2555A;
	color: #E2555A;
}

.pro-alert.alert-warning {
	background: linear-gradient(135deg, rgba(251, 191, 36, 0.1) 0%, rgba(251, 191, 36, 0.05) 100%);
	border-left: 4px solid #FBBF24;
	color: #856404;
}

.pro-auth-alert {
	margin-bottom: 24px;
	border-radius: 10px;
	padding: 16px 20px;
	border: none;
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: 500;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	background: linear-gradient(135deg, rgba(251, 191, 36, 0.1) 0%, rgba(251, 191, 36, 0.05) 100%);
	border-left: 4px solid #FBBF24;
	color: #856404;
}

.pro-auth-alert i {
	font-size: 20px;
	color: #F59E0B;
	flex-shrink: 0;
}

.pro-auth-alert a {
	color: #856404;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.2s ease;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.pro-auth-alert a:hover {
	color: #B45309;
	text-decoration: underline;
	opacity: 1;
}

/* Сетка контента */
.pro-content-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

/* Секция преимуществ */
.pro-benefits-section .x_panel {
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
	background: #fff;
	overflow: hidden;
}

.pro-benefits-section .x_title {
	padding: 20px 24px;
	background: linear-gradient(135deg, rgba(165, 95, 230, 0.05) 0%, rgba(255, 255, 255, 1) 100%);
	border-bottom: 1px solid rgba(165, 95, 230, 0.15);
}

.pro-benefits-section .x_title h1 {
	font-size: 20px;
	font-weight: 700;
	color: #2B2B3A;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 10px;
}

.pro-benefits-section .x_title h1 i {
	color: #A55FE6;
	font-size: 18px;
}

.pro-badge {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 6px;
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.9) 0%, rgba(59, 130, 246, 1) 100%);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin-left: 4px;
}

.pro-benefits-section .x_content {
	padding: 24px;
}

.pro-features-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.pro-feature-group {
	background: rgba(165, 95, 230, 0.03);
	border: 1px solid rgba(165, 95, 230, 0.1);
	border-radius: 10px;
	padding: 20px;
	transition: all 0.2s ease;
}

.pro-feature-group:hover {
	background: rgba(165, 95, 230, 0.05);
	border-color: rgba(165, 95, 230, 0.2);
	box-shadow: 0 2px 8px rgba(165, 95, 230, 0.1);
}

.pro-feature-header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 700;
	color: #2B2B3A;
}

.pro-feature-header i {
	color: #A55FE6;
	font-size: 18px;
}

.pro-feature-desc {
	font-weight: 400;
	color: #6B7280;
	font-size: 14px;
}

.pro-feature-items {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.pro-feature-items li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 14px;
	color: #2B2B3A;
	line-height: 1.6;
}

.pro-feature-items li i.fa-check {
	color: #0BB07B;
	font-size: 14px;
	margin-top: 2px;
	flex-shrink: 0;
}

.pro-feature-link {
	color: #A55FE6;
	text-decoration: none;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: all 0.2s ease;
	margin-top: 4px;
}

.pro-feature-link:hover {
	color: #8B4DD9;
	text-decoration: underline;
}

.pro-feature-link i {
	font-size: 12px;
}

/* Секция покупки */
.pro-purchase-section {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.pro-purchase-section .x_panel {
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
	background: #fff;
	overflow: hidden;
}

.pro-purchase-section .x_title {
	padding: 20px 24px;
	background: linear-gradient(135deg, rgba(165, 95, 230, 0.05) 0%, rgba(255, 255, 255, 1) 100%);
	border-bottom: 1px solid rgba(165, 95, 230, 0.15);
}

.pro-purchase-section .x_title h2 {
	font-size: 18px;
	font-weight: 700;
	color: #2B2B3A;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 10px;
}

.pro-purchase-section .x_title h2 i {
	color: #A55FE6;
	font-size: 16px;
}

.pro-purchase-section .x_content {
	padding: 24px;
}

/* Блок типа аккаунта */
.account-type-badge {
	text-align: center;
	padding: 12px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.account-type-label {
	font-size: 16px;
	font-weight: 700;
	padding: 8px 20px;
	border-radius: 8px;
	display: inline-block;
	line-height: 1.4;
}

.account-type-label.label-default {
	background: rgba(107, 114, 128, 0.15);
	color: #6B7280;
	border: 2px solid rgba(107, 114, 128, 0.3);
}

.account-type-label.label-warning {
	background: rgba(251, 191, 36, 0.15);
	color: #F59E0B;
	border: 2px solid rgba(251, 191, 36, 0.3);
}

.account-type-label.label-info {
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, rgba(59, 130, 246, 0.2) 100%);
	color: #3B82F6;
	border: 2px solid rgba(59, 130, 246, 0.4);
	font-weight: 700;
	box-shadow: 0 2px 8px rgba(59, 130, 246, 0.2);
}

/* Блок цены */
.pro-price-block {
	text-align: center;
}

.pro-price-value {
	margin-bottom: 24px;
}

.pro-price-value .price {
	font-size: 48px;
	font-weight: 700;
	color: #A55FE6;
	margin: 0 0 12px 0;
	background: linear-gradient(135deg, #A55FE6 0%, #8B4DD9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.pro-price-period {
	font-size: 16px;
	color: #6B7280;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.pro-period-select {
	display: inline-block;
	width: auto;
	min-width: 60px;
	padding: 6px 12px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 6px;
	font-size: 14px;
	background: #fff;
}

.pro-purchase-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.pro-purchase-btn {
	padding: 14px 32px;
	border-radius: 10px;
	font-weight: 700;
	font-size: 16px;
	border: none;
	background: linear-gradient(135deg, rgba(165, 95, 230, 0.9) 0%, rgba(165, 95, 230, 1) 100%);
	color: #fff;
	box-shadow: 0 4px 12px rgba(165, 95, 230, 0.4);
	transition: all 0.2s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
}

.pro-purchase-btn:hover {
	background: linear-gradient(135deg, rgba(165, 95, 230, 1) 0%, rgba(140, 70, 200, 1) 100%);
	box-shadow: 0 6px 16px rgba(165, 95, 230, 0.5);
	transform: translateY(-2px);
	color: #fff;
}

.pro-purchase-btn i {
	font-size: 16px;
}

.pro-purchase-info {
	text-align: left;
	font-size: 13px;
	color: #6B7280;
	line-height: 1.6;
}

.pro-purchase-info p {
	margin: 0 0 12px 0;
}

.pro-purchase-info strong {
	color: #2B2B3A;
	font-weight: 600;
}

.pro-wallet-address {
	display: block;
	padding: 10px 14px;
	background: rgba(0, 0, 0, 0.04);
	border-radius: 6px;
	font-size: 12px;
	font-family: 'Courier New', monospace;
	color: #2B2B3A;
	margin: 8px 0;
	word-break: break-all;
}

/* Активный период PRO */
.pro-active-until {
	margin-top: 0;
	padding: 10px 16px;
	background: rgba(11, 176, 123, 0.1);
	border: 1px solid rgba(11, 176, 123, 0.2);
	border-radius: 8px;
	color: #0BB07B;
	font-size: 13px;
	text-align: center;
	width: 100%;
	max-width: 300px;
}

.pro-active-until strong {
	font-weight: 600;
}

/* Кнопка Try PRO */
.pro-try-btn {
	padding: 14px 32px;
	border-radius: 10px;
	font-weight: 700;
	font-size: 16px;
	border: none;
	background: linear-gradient(135deg, rgba(11, 176, 123, 0.9) 0%, rgba(11, 176, 123, 1) 100%);
	color: #fff;
	box-shadow: 0 4px 12px rgba(11, 176, 123, 0.4);
	transition: all 0.2s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	margin-top: 12px;
}

.pro-try-btn:hover {
	background: linear-gradient(135deg, rgba(11, 176, 123, 1) 0%, rgba(9, 160, 111, 1) 100%);
	box-shadow: 0 6px 16px rgba(11, 176, 123, 0.5);
	transform: translateY(-2px);
	color: #fff;
}

.pro-try-btn i {
	font-size: 16px;
}

/* Блок кода PRO */
.pro-code-block {
	margin-top: 32px;
	padding: 20px;
	background: rgba(165, 95, 230, 0.05);
	border: 1px solid rgba(165, 95, 230, 0.15);
	border-radius: 10px;
}

.pro-code-header {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: 600;
	color: #2B2B3A;
}

.pro-code-header i {
	color: #A55FE6;
	font-size: 16px;
}

.pro-code-form {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.pro-code-input-group {
	display: flex;
	gap: 8px;
	align-items: stretch;
}

.pro-code-input {
	flex: 1;
	padding: 10px 14px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	font-size: 14px;
	background: #fff;
	transition: all 0.2s ease;
}

.pro-code-input:focus {
	border-color: rgba(165, 95, 230, 0.5);
	box-shadow: 0 0 0 3px rgba(165, 95, 230, 0.1);
	outline: none;
}

.pro-code-btn {
	padding: 10px 20px;
	border-radius: 8px;
	font-weight: 600;
	font-size: 14px;
	border: none;
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.9) 0%, rgba(59, 130, 246, 1) 100%);
	color: #fff;
	box-shadow: 0 2px 6px rgba(59, 130, 246, 0.3);
	transition: all 0.2s ease;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
}

.pro-code-btn:hover {
	background: linear-gradient(135deg, rgba(59, 130, 246, 1) 0%, rgba(37, 99, 235, 1) 100%);
	box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
	transform: translateY(-1px);
	color: #fff;
}

.pro-code-btn i {
	font-size: 12px;
}

/* Старая цена */
.old-price {
	color: #9CA3AF;
	font-size: 28px;
	font-weight: 400;
	margin-right: 8px;
	text-decoration: line-through;
}

/* История транзакций */
.pro-history-panel .x_content {
	padding: 24px;
}

.pro-history-table-wrapper {
	overflow-x: auto;
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, 0.08);
}

.pro-history-table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	background: #fff;
}

.pro-history-table thead {
	background: linear-gradient(135deg, rgba(165, 95, 230, 0.05) 0%, rgba(255, 255, 255, 1) 100%);
}

.pro-history-table thead th {
	padding: 12px 16px;
	text-align: left;
	font-size: 13px;
	font-weight: 700;
	color: #2B2B3A;
	border-bottom: 2px solid rgba(165, 95, 230, 0.15);
}

.pro-history-table tbody tr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	transition: background 0.2s ease;
}

.pro-history-table tbody tr:hover {
	background: rgba(165, 95, 230, 0.03);
}

.pro-history-table tbody td {
	padding: 12px 16px;
	font-size: 14px;
	color: #2B2B3A;
}

.pro-history-table tbody td strong {
	color: #A55FE6;
	font-weight: 600;
}

.pro-tx-link {
	color: #3B82F6;
	text-decoration: none;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: all 0.2s ease;
}

.pro-tx-link:hover {
	color: #2563EB;
	text-decoration: underline;
}

.pro-tx-link i {
	font-size: 12px;
}

.pro-history-empty {
	color: #6B7280;
	font-size: 14px;
	margin: 0;
	text-align: center;
	padding: 40px 24px;
}

/* Адаптивность */
@media (max-width: 1200px) {
	.pro-content-grid {
		gap: 20px;
	}
}

@media (max-width: 992px) {
	.pro-content-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	
	.pro-price-value .price {
		font-size: 40px;
	}
}

@media (max-width: 768px) {
	.pro-benefits-section .x_content,
	.pro-purchase-section .x_content {
		padding: 16px;
	}
	
	.pro-feature-group {
		padding: 16px;
	}
	
	.pro-price-value .price {
		font-size: 36px;
	}
	
	.pro-purchase-btn {
		padding: 12px 24px;
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.pro-alert {
		padding: 12px 16px;
		font-size: 13px;
	}
	
	.pro-feature-header {
		font-size: 14px;
		flex-wrap: wrap;
	}
	
	.pro-feature-desc {
		width: 100%;
		margin-top: 4px;
	}
	
	.pro-price-value .price {
		font-size: 32px;
	}
}

/* End */
/* /local/templates/main.new/vendors/pnotify/dist/pnotify.css?17658979791986 */
/* /local/templates/main.new/vendors/pnotify/dist/pnotify.buttons.css?176589797968 */
/* /local/templates/main.new/vendors/pnotify/dist/pnotify.nonblock.css?1765897979108 */
/* /local/components/profile.get.pro/templates/v2/style.css?176617346612333 */
