/* POPUP */

.b-xpopup__bg {
	/*background: rgba(11, 11, 11, .8);*/
	background: rgb(2 12 21 / 92%);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(10px);
    transition: background .25s;
}

.b-xpopup .b-xpopup__header{
	font-weight: 400;
	font-size: 20px;
	position: relative;
}

.b-xpopup .b-xpopup__header:after{
	background: #99b1e6;
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
	height: 1px;
	content: '';
	display: block;
}

.b-xpopup_skin_default .b-xpopup__header-icon{
	aspect-ratio: 1/1;
	border-radius: 50%;
	display: block;
}

.b-xpopup_skin_default .b-xpopup__header-icon img{
	display: block;
}

.b-xpopup_skin_default .b-xpopup__close_type_inside{
	background: url(images/ico-popup-close.svg) center no-repeat;
	width: 60px;
	height: 100%;
	opacity: 1;
	overflow: hidden;
	text-indent: -1000em;
}

.b-xpopup_skin_default .b-xpopup__header-actions{
	top: 0;
    height: 100%;
    display: block;
}

.b-xpopup_skin_default .b-xpopup__header-actions-toggler{
	background: url(images/ico-popup-menu.svg) center no-repeat;
	opacity: 1;
	width: 30px;
    height: 100%;
}

.b-xpopup_skin_default .b-xpopup__header-actions-toggler::before{
	content: none !important;
}

.b-xpopup__header-actions-items{
	border-radius: var(--global-dropdown-border-radius);
	margin: 0;
	top: 85%;
	font-size: 16px;
}

.b-xpopup__header-action-link{
	padding: 12px 15px;
	color: var(--global-dropdown-link-color) !important;
}

.b-xpopup__header-action-link:hover {
    background: var(--global-dropdown-link-hover-bg);
	color: var(--global-dropdown-link-hover-color) !important;
}

.b-xpopup-loader .b-xpopup-loader__spinner{
	position: fixed;
}

.b-xpopup__form .b-xpopup-loader .b-xpopup-loader__spinner{
	background: url(images/b-ico-xpopup-form-loader.svg);
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	margin-top: -70px;
    margin-left: -56px;
    width: 112px;
    height: 140px;
}

.b-xpopup__form .b-xpopup-loader .b-xpopup-loader__spinner:after{
	background-color: #fff;
	border-radius: 3px;
	display: block;
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	content: 'Передача данных';
	text-transform: uppercase;
	font-weight: 400;
	font-size: 8px;
    text-align: center;
	color: #b3bac8;
}

/* УВЕДОМЛЕНИЯ */

.b-xnotice._light{
	border-radius: var(--global-block-border-radius) !important;
}

/** .xtabs **/

.b-xtabs-sticky{
	position: sticky;
	top: 52px;
	z-index: 990;
}

.b-xtabs-sticky._sticky-active{
	background: var(--global-block-bg, #fff);
}

body .tabs-content {
	padding-top: 1em;
}

body .pane-block .tabs-content {
	padding-top: 0;
}

.b-xtabs .scrollyeah__shaft{
	z-index: 2;
}

.b-xtabs__tabs .scrollyeah__wrap:after{
	background: #d8e0e5;/* #f2f2f2;*/
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	display: block;
	content: '';
	z-index: 1;
}

body .b-xtabs__content {
	padding: 20px 0;
}

body .b-xtabs__tabs-tab {
	color: #6c7886;
	line-height: var(--global-line-height-base);
	transition: color .3s ease-out;
	padding: var(--global-block-body-padding, 15px);
}

body .b-xtabs-sticky._sticky-active .b-xtabs__tabs-tab{
	padding: 15px var(--global-block-body-padding, 15px);
}

.b-xtabs__tabs-tab._active,
.b-xtabs__tabs-tab._active:hover {
	color: var(--global-text-color);
	border-bottom:  var(--global-brand-accent) solid 2px;
	font-weight: 500;
}

@media (min-width: 767px) 
{
	.b-xtabs__tabs-tab:hover {
		color: var(--global-link-hover-color);
		border-bottom: var(--global-link-hover-color) solid 2px;
	}
}

.b-xtabs._glider-true .b-xtabs__tabs-tab:hover{
	border-bottom: 0;
	/*color: #6c7886;*/
	color: var(--global-text-color);
}

.b-xtabs._glider-true .b-xtabs__tabs-tab._active,
.b-xtabs._glider-true .b-xtabs__tabs-tab._active:hover{
	color: var(--global-text-color);
	border-bottom: 0;
}

.b-xtabs__tabs-tab-inner{
	z-index: 1;
}

.b-xtabs-glider {
	position: absolute;
	height: 2px;
	width: 200px;
	background-color: var(--global-brand-accent);
	z-index: 0;
	transition: 0.25s ease-out;
	bottom: 0;
	left: 0;
}

.b-xtabs-glider._hide{
	display: none;
}

._collapsed .b-xtabs-menu__collapse {
	color: #777;
}

._collapsed .b-xtabs-menu__collapse-val {
	color: #2268a7;
}

.b-xtabs._manual{
	margin-bottom: var(--global-block-body-padding, 15px);
}

body.b-user-subpage .b-xl-block_main-content .b-xtabs__tabs,
body.b-xog-subpage .b-xl-block_main-content .b-xtabs__tabs {
	margin: calc(0px - var(--global-block-body-padding, 15px)) calc(0px - var(--global-block-body-padding, 15px)) 0 calc(0px - var(--global-block-body-padding, 15px)) !important;
}

@media (max-width: 767px) 
{
	.b-xtabs-sticky{
		top: 51px;
	}
}

/* WIDGET BLOCKS */

.b-xl-page__main .b-widget-wrapper__title {
	font-size: 2em;
	line-height: 2em;
	text-transform: uppercase;
	max-height: none;
}

/* XFRIENDS: Список друзей */

/*.b-xfriends-list__informer,
.b-xfriends-list-item {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
	border-color: #f2f2f2;
}

.b-xfriends-list__informer {
	padding-bottom: 20px;
	font-size: 14px;
}

.b-xfriends-list-item .b-xfriends-list-item__note-remove {
	right: 20px;
}*/

/* XGUEST: Список гостей */

.b-xguest-list__informer,
.b-xguest-list__item {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
	border-color: #f2f2f2;
}

.b-xguest-list__informer {
	padding-bottom: 20px;
	font-size: 14px;
}

/* СТИЛИЗАЦИЯ ПЕЙДЖЕРОВ */

.b-pager-divider {
	display: none !important;
}

/* Тип: ещё... */

.b-xquery-more-pager{
	margin-top: var(--global-block-margin-bottom, 10px);
}

.b-xquery-more-pager__link {
	margin-top: 0;
}

.b-xquery-more-pager__link .b-pager-link {
	font-family: var(--global-headings-font-family, inherit);
	background: var(--global-block-bg, #fff);
	border-radius: var(--global-block-border-radius, 3px);
	box-shadow: none;
	border: 0;
	line-height: 16px;
	padding: var(--global-block-body-padding, 15px) 0;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	min-height: 46px;
}

.b-xquery-more-pager__link .b-pager-link:hover {
	box-shadow: 0 1px 1px -1px #f3f3f3;
	background: #fff;
	border: 0;
}

/* Light Editor */

.b-light-editor-attach__list-btn._pgn:before {
	background-position: 0px -65px;
}

/* xevents */

.b-xevents-post-form{
	margin: 10px auto 0 auto;
}

.b-block.b-xevents-menu {
	padding: 0 !important;
}

/* XEVENTS */

/* XEVENTS: Уведомления */

body .b-xpopup_skin_default_freshnotice .b-xpopup__content{
	padding: var(--xpopup__content_padding);
	padding-top: 0;
}

body .b-xevents-list__item.b-xevents-list__notice{
	padding-left: 0;
	padding-right: 0;
}

body .b-xevents-list__item.b-xevents-list__notice:hover{
	background: transparent;
}

body .b-xevents-list .b-xquery-more-pager__link .b-pager-link:hover{
	background: transparent;
}