:root {
	--link-color: #9c27b0;
}
body {
	/* background: #f8f7fa; */
	/* background: #f6f5f4; */
	/* background: #f5f5f7; */
	background: #eff2f7;
}
@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1140px;
	}
}
a {
	color: var(--link-color);
	text-decoration: none;
}
.modal {
	--bs-modal-width: 460px;
}
button:focus,
.btn-close:focus {
	outline: none;
	box-shadow: none;
}
.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
	outline: none;
	box-shadow: none;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
	opacity: 1;
}
.btn-primary {
	background: linear-gradient(40deg, #ff6ec4, #7873f5) !important;
	border: 0;
}
.form-control {
	border: 1px solid #0000;
}
.form-control:hover:not(:focus) {
	border-color: #b3bac3;
}
.form-control:focus {
	box-shadow: none;
	border-color: #9c27b0;
}
.form-check-input:checked {
    background-color: var(--link-color);
    border-color: var(--link-color);
}
header {
	background: #fff;
	/*padding: 16px 0 20px 0;*/
	border-radius: 0 0 16px 16px;
	/* box-shadow: 0 4px 8px rgba(0, 0, 0, .1); */
	position: relative;
	margin-bottom: 32px;
}
body:has(#mainmenu.collapsing),
body:has(#mainmenu.show) {
	overflow: hidden;
	position: fixed;
	width: 100vw;
	top: 0px;
}
header:has(.dropdown-toggle.show) {
	border-radius: 0;
	box-shadow: none;
}
@media (min-width: 1200px) {
	header:has(.navbar-nav > .nav-item.dropdown.parent:hover) {
		border-radius: 0;
		box-shadow: 0;
	}
}
header:has(.dropdown-toggle.show) {
	
}
@media (max-width: 767px) {
	header:has(#mainmenu.collapsing),
	header:has(#mainmenu.show) {
		overflow: hidden;
		position: fixed;
		width: 100vw;
		top: 0px;
		position: fixed !important;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1050;
		pointer-events: auto;
		overflow-y: auto;
		background: white;
		margin: 0;
	}
	#mainmenu.collapsing,
	#mainmenu.show {
		border-top: 1px solid #eee;
		margin: 12px -12px 0 -12px;
		padding-top: 8px;
	}
}
@media (min-width: 1200px) {
	header:has(.navbar-nav > .nav-item.dropdown.parent:hover) .backdrop {
		display: block;
		position: fixed;
		z-index: 999;
		top: 80px;
		left: 0;
		width: 100%;
		height: 100%;
		background: #171d23;
		opacity: .6;
		transition: height 0s 0s,opacity .2s linear 0s;
	}
}
.header__navbar {
	padding: 0;
}
.header__navbar .container {
	justify-content: start;
}
.header__logo {
	display: flex;
	margin-right: 36px;
}
.header__logo img {
	height: 36px;
}
.header__navbar {
	position: static;
}
.header__navbar .nav-item.dropdown {
	position: static;
}
@media (max-width: 767px) {
	.header__navbar .nav-item.dropdown {
		position: relative;
	}
}
.header__navbar .dropdown-menu {
	width: 100%;
	margin: 0;
    border: 0;
    border-top: 1px solid #eee;
	border-radius: 0 0 16px 16px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}
@media (max-width: 767px) {
	.header__navbar .dropdown-menu {
		border-top: 0;
		border-radius: 0;
		box-shadow: none;
		padding: 0 0 8px 0;
	}
	.header__navbar .dropdown-menu .container {
		padding: 0 16px 0 16px;
	}
}
.header__navbar .dropdown-menu ul {
	width: 100%;
	padding: 0;
	list-style: none;
}
.header__navbar .dropdown-menu ul .nav-link {
	padding: 6px 0 6px 0;
	display: flex;
	align-items: center;
}
.header__navbar .dropdown-menu ul .nav-link:before {
	content: '';
	width: 6px;
	height: 6px;
	display: block;
	border-radius: 10px;
	border: 1px solid #9c27b0;
	margin: 4px 8px 0 0;
}
.navbar-toggler {
	background: #f6f5f4;
	border: 0;
    padding: 8px 8px;
    display: flex;
}
.navbar-toggler:focus {
	box-shadow: none;
}
.navbar-toggler-icon {
	width: 14px;
    height: 14px;
    font-weight: 600;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
.navbar-toggler.collapsed .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23212529' d='M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z'/%3e%3c/svg%3e");
}
h1 {
    font-size: 32px;
    line-height: 1em;
    margin-bottom: 16px;
}
@media (max-width: 767px) {
	header {
		margin-bottom: 12px;
		padding: 12px 0 12px 0;
	}
	.header__logo {
		margin-left: 12px;
	}
	.header__logo img {
		height: 24px;
	}
	h1 {
		font-size: 24px;
		margin-bottom: 10px;
	}
}


/* ---------- <MAIN_MENU> ---------- */
#mainmenu {
	
}
.navbar-expand-lg #mainmenu .navbar-nav > .nav-item > .nav-link,
.navbar-expand-lg #mainmenu .navbar-nav .mod-menu__separator {
	padding: 30px 12px 26px 12px;
	font-weight: 600;
	/* color: #595959; */
	color: #171d23;
	display: inline-block;
	width: 100%;
}
@media (max-width: 767px) {
	.navbar-expand-lg #mainmenu .navbar-nav > .nav-item > .nav-link,
	.navbar-expand-lg #mainmenu .navbar-nav .mod-menu__separator {
		padding: 8px 16px 8px 16px;
	}	
}
@media (min-width: 1200px) {
	.navbar-expand-lg #mainmenu .navbar-nav > .nav-item:hover > .nav-link {
		color: #9c27b0;
	}
}
.navbar-expand-lg #mainmenu .navbar-nav > .nav-item:has(.dropdown-toggle.show) > .nav-link {
	color: #9c27b0;
}
.navbar-expand-lg #mainmenu .navbar-nav > .nav-item > .nav-link:hover {
	color: #9c27b0;
}
.navbar-expand-lg #mainmenu .navbar-nav .mod-menu__separator:hover {
	cursor: not-allowed;
}
.header__navbar .dropdown-toggle::after {
	display: none;
}
.header__navbar .dropdown-toggle {
	border: 0;
    position: absolute;
    display: flex;
    align-items: center;
	justify-content: center;
    width: 24px;
    height: 24px;
	right: 12px;
    top: 10px;
	margin: 0;
	padding: 0;
	z-index: 9;
}
.header__navbar .dropdown-toggle svg {
	width: 22px;
	height: 22px;
}
.header__navbar .dropdown-toggle.show {
	transform: rotate(180deg);
}
.header__navbar .dropdown-toggle.show svg {
	fill: #9c27b0;
}
@media (min-width: 1200px) {
	.header__navbar .dropdown:hover > .dropdown-menu {
		display: block;
		top: 100%;
		left: 0;
	}
}
.navbar-expand-lg #mainmenu .navbar-nav .mod-menu__separator em {
	position: relative;
	font-style: normal;
}
.navbar-expand-lg #mainmenu .navbar-nav .mod-menu__separator i {
	position: absolute;
	padding: 1px 6px 3px 6px;
	font-size: 10px;
	line-height: 1em;
    top: -8px;
    right: 0px;
	border-radius: 8px;
}
@media (max-width: 767px) {
	.navbar-expand-lg #mainmenu .navbar-nav .mod-menu__separator em {
		display: flex;
		align-items: center;	
	}
	.navbar-expand-lg #mainmenu .navbar-nav .mod-menu__separator i {
		position: static;
		margin: 2px 0 0 6px;
	}	
}
.navbar-expand-lg #mainmenu .navbar-nav .mod-menu__separator.badge--primary i {
	background: #0d6efd;
	color: #fff;
}
/* ---------- </MAIN_MENU> ---------- */



/* ---------- <AREA> ---------- */
.header__area {
	margin: 0 24px 0 0;
}
.header__area .btn-blank {
	border: 0;
	padding: 0;
	display: flex;
    align-items: center;
}
.header__area .btn-blank svg {
	width: 24px;
	height: 24px;
}
.header__area .btn-blank:hover {
	fill: var(--link-color);
}
.header__area .tippy-box {
    background: #fff;
	color: var(--bs-body-color);
    border-radius: 16px;
	padding: 16px 18px 20px 20px;
    box-shadow: rgba(22, 33, 54, 0.08) 0px 8px 16px,
				rgba(22, 33, 54, 0.08) 0px 4px 16px,
				rgba(22, 33, 54, 0.08) 0px 8px 16px;
}
.header__area .tippy-content {
	padding: 0;
}
.area-popover-header {
	display: flex;
	align-items: center;
	margin: 0 0 16px 0;
}
.area-popover-header p {
	margin: 0;
    font-size: 16px;
    margin-right: 12px;
	font-weight: 600;
}
.header__area .area-popover-header .area-popover-hide {
    background: #e2e8f1;
    padding: 6px 6px 6px 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    border-radius: 50%;
    margin: 0 0 0 auto;
    border: 0;
}
.header__area .area-popover-header .area-popover-hide svg {
    width: 14px;
    height: 14px;
    fill: #212529;
}
.area-popover-btns {
	display: flex;
}
.area-popover-btns .btn-border {
	border-radius: 8px;
    border: 1px solid #b3bac3;
    line-height: 1em;
	margin: 0 0 0 16px;
}

#modalArea .modal-content {
	border: 0;
	padding: 16px 24px 24px 24px;
	border-radius: 16px;
}
#modalArea .modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
	padding: 0 0 16px 0;
	margin: 0;
}
#modalArea .modal-header button {
    /* background: #f5f5f7; */
	background: #e2e8f1;
    padding: 8px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    border-radius: 50%;
    margin: 0 0 0 auto;
	border: 0;
}
#modalArea .modal-header button svg {
    width: 16px;
    height: 16px;
    fill: #212529;
}
#modalArea .modal-title {
	font-weight: 500;
    font-size: 24px;
    line-height: 32px;
	margin: 0;
}
#modalArea .modal-body {
	padding: 0;
}


.area-list-wrapper {
	columns: 4;
    column-gap: 24px;
}
.area-list-group {
	padding-top: 24px;
	break-inside: avoid;
}
.area-list-group p {
	font-size: 18px;
    font-weight: 600;
	margin: 0 0 6px 0;
}
.area-list-group ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.area-list-group ul li {
	padding: 6px 0 6px 0;
	cursor: pointer;
}
.area-list-group ul li:hover {
	color: var(--link-color);
}
@media (max-width: 767px) {
	.header__area {
	    margin: 0 16px 0 auto;
	}
	#modalArea .modal-content {
		border-radius: 0;
	}
	.area-list-wrapper {
		columns: 1;
		column-gap: 24px;
	}
}
/* ---------- <AREA> ---------- */



/* ---------- <AUTH> ---------- */
.header__auth > button {
	height: 36px;
    border-radius: 8px;
    border: 1px solid #b3bac3;
	line-height: 1em;
}
.header__auth > button svg {
	width: 24px;
	height: 24px;
	display: none;
}
.header__auth > button:hover {
	border-color: var(--bs-body-color);
}
#modalAuth .modal-content {
	background: #eff2f7;
	border: 0;
	padding: 16px 24px 24px 24px;
	border-radius: 16px;
}
.auth__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}
.auth__title {
	font-weight: 500;
    font-size: 24px;
    line-height: 32px;
	margin: 0;
}
.auth__introtext {
    color: #687082;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
	margin: 0 0 22px 0;
}
.auth__header button {
    /* background: #f5f5f7; */
	background: #e2e8f1;
    padding: 8px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    border-radius: 50%;
    margin: 0 0 0 auto;
	border: 0;
}
.auth__header button svg {
    width: 16px;
    height: 16px;
    fill: #212529;
}
.auth__button {
	background: #fff;
	text-decoration: none;
	color: var(--bs-body-color);
	border-radius: 8px;
	display: flex;
	line-height: 26px;
	padding: 16px 16px 16px 16px;
	margin: 0 0 16px 0;
    justify-content: space-between;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}
.auth__button span + span {
    display: flex;
    align-items: center;
}
.auth__button img {
	height: 20px;
}
.auth__button svg {
	width: 20px;
	height: 20px;
	fill: #9c27b0;
}
.auth__button svg + svg {
	margin-left: 2px;
	width: 18px;
	height: 18px;
	fill: var(--bs-body-color);
}
#login-form .form-floating {
	margin: 0 0 16px 0;
}
#login-form .form-floating > .form-control {
	border-radius: 8px;
	padding-left: 16px;
	padding-right: 16px;
}
#login-form .form-floating > label {
	padding-left: 16px;
	padding-right: 16px;
}
#login-form .form-floating > span {
    position: absolute;
    right: 16px;
    top: 16px;
	display: flex;
	height: 26px;
	align-items: center;
	cursor: pointer;
}
#login-form .form-floating > span svg {
	width: 20px;
	height: 20px;
	fill: var(--bs-body-color);
}
#login-form input[type='submit'] {
	border-radius: 8px;
	padding: 16px 16px 16px 16px;
	font-size: 20px;
    line-height: 26px;
	width: 100%;
}
.auth__controls {
	display: flex;
	line-height: 16px;
	margin-top: 22px;
	justify-content: space-between;
	align-items: center;
}
.auth__controls .btn-link {
	display: flex;
	align-items: center;
	padding: 0;
	border: 0;
	text-decoration: none;
	line-height: 16px;
	color: var(--bs-body-color);
}
.auth__controls svg {
	width: 14px;
	height: 14px;
	margin: 0 6px 0 0;
}
#passwordReset {
	text-decoration: none;
    display: inline-block;
    line-height: 1em;
}
.auth__footer {
	color: #687082;
	font-size: 13px;
	line-height: 16px;
	margin-top: 6px;
}
.auth__footer .form-check {
	display: flex;
	margin: 0;
	padding: 0;
	align-items: center;
	min-height: auto;
}
.auth__footer .form-check .form-check-input {
    float: none;
    margin: 0 8px 0 0;
    width: 16px;
    height: 16px;
}
.auth__footer .form-check a {
	text-decoration: none;
}
@media (max-width: 767px) {
	.header__auth > button {
		border: 0;
		padding: 0;
	}
	.header__auth > button span {
		display: none;
	}
	.header__auth > button svg {
		display: inline-block;
	}
}
/* ---------- </AUTH> ---------- */



/* ---------- <FOOTER> ---------- */
footer {
	/* background: #f5f8fa; */
	/* background: #f6f5f4; */
	background: #fff;
	border-radius: 16px 16px 0 0;
	color: #636f7d;
	padding: 24px 0 24px 0;
}
footer ul {
	list-style: none;
}
.footer-row {
	border-bottom: 1px solid #eee;
	padding: 0 0 24px 0;
}
.footer-row .row {
	align-items: center;
}
.footer-logo img {
	height: 36px;
}

.footer-copyright {
	display: flex;
	align-items: center;
	margin: 0;
	font-size: 14px;
    line-height: 1em;
	padding: 6px 0 0 0;
}
.footer-row .footer-row-col--social {
	margin: 0 0 0 auto;
}
.footer-social {
	display: flex;
	margin: 0;
	padding: 4px 0 0 0;
	align-items: center;
}
.footer-social svg {
	fill: #636f7d;
}
.footer-social li,
.footer-social a {
	display: flex;
}
.footer-social li + li {
	margin-left: 16px;
}
.footer-social li:last-child {
	margin-left: 10px;
}
.footer-social-icon--telegram svg {
	width: 22px;
	height: 22px;
}
.footer-social-icon--vk svg {
	width: 28px;	
	height: 28px;	
}
.footer-social-icon--dzen svg {
	width: 20px;
	height: 20px;
}
.footer-social-icon--facebook svg {
	width: 22px;
	height: 22px;	
}
.footer-menu {
	font-size: 16px;
	border-bottom: 1px solid #eee;
	padding: 24px 0 24px 0;
}
.footer-menu ul {
	padding: 0;
	margin: 0;
}
.footer-menu li {
    line-height: 20px;
}
.footer-menu li + li {
	margin-top: 8px;
}
.footer-menu a {
	color: #636f7d;
	display: inline-block;
	white-space: nowrap;
}
.footer-menu a:hover {
	color: var(--link-color);
}
.footer-menu .mod-menu__separator {
    display: flex;
}
.footer-menu .mod-menu__separator em {
	display: flex;
    font-style: normal;
	align-items: center;
}
.footer-menu .mod-menu__separator em i {
    padding: 1px 6px 3px 6px;
	margin: 2px 0 0 6px;
    font-size: 10px;
    line-height: 1em;
    border-radius: 8px;
}
.footer-menu .mod-menu__separator.badge--primary em i {
    background: #0d6efd;
    color: #fff;
}
.footer-info {
	padding: 24px 0 0 0;
}
.footer-disclaimer {
	font-size: 14px;
}
.footer-disclaimer p {
	margin: 0;
	line-height: 16px;
	font-size: 11px;
}
.footer-disclaimer p + p {
	margin: 12px 0 0 0;
}
.footer-links {

}
.footer-links a {
	display: flex;
	align-items: center;
	color: #636f7d;
	font-size: 13px;
    line-height: 18px;
}
.footer-links a:hover {
	color: var(--link-color);
}
.footer-links img {
	filter: grayscale(1);
	width: 64px;
	height: 64px;
	background: #eff2f7;
	border-radius: 12px;
	padding: 12px;
}
.footer-links a:hover img {
	filter: grayscale(0);
}
@media (max-width: 767px) {
	footer {
		padding: 16px 4px 0 4px;
	}
	.footer-row {
		padding: 0 0 16px 0;
	}
    .footer-logo img {
        height: 24px;
    }
	.footer-social-icon--telegram svg {
		width: 18px;
		height: 18px;
	}
	.footer-social-icon--vk svg {
		width: 22px;	
		height: 22px;	
	}
	.footer-social-icon--dzen svg {
		width: 16px;
		height: 16px;
	}
	.footer-social-icon--facebook svg {
		width: 18px;
		height: 18px;	
	}
	.footer-copyright {
		font-size: 13px;
		line-height: 19px;
		padding: 12px 0 0 0;
	}
	.footer-menu {
		font-size: 14px;
		padding: 12px 0 0 0;
		margin: 0 0 16px 0;
	}
	.footer-menu .row {
		flex-wrap: nowrap;
		overflow: auto;
		margin-left: -16px;
		margin-right: -16px;
		padding: 0 0 8px 0;
	}
	.footer-menu .row::-webkit-scrollbar {
		height: 4px;
	}
	.footer-menu .row.hide-scrollbar {
		padding: 0 0 12px 0;
	}
	.footer-menu .row.hide-scrollbar::-webkit-scrollbar {
		display: none;
	}
	.footer-menu .row::-webkit-scrollbar-track {
	}
	.footer-menu .row::-webkit-scrollbar-thumb {
		box-shadow: inset 0 0 0 2px #bbbbbe;
		border: 0;
		border-left: solid 16px transparent;
		border-right: solid 16px transparent;
	}
	/* .footer-menu .row::-webkit-scrollbar-thumb { */
		/* background: #aaa; */
	/* } */
	.footer-menu .row > div {
		padding: 0;
	}
	.footer-menu .row > div:first-child {
		padding-left: 16px;
	}
	.footer-menu .row > div:last-child ul li:last-child {
		padding-right: 16px;
	}
	.footer-menu ul {
		display: flex;
		align-items: center;
	}
	.footer-menu li {
	    margin-right: 16px;
	}
	.footer-menu li + li {
		margin-top: 0;
	}
	.footer-info {
		padding: 0;
	}
	.footer-disclaimer {
		margin-bottom: 16px;
	}
	/* .footer-links .row { */
		/* --bs-gutter-x: 16px; */
	/* } */
	.footer-links {
		border-top: 1px solid #eee;
		padding: 16px 0 0 0;
	}
	.footer-links .row {
        flex-wrap: nowrap;
        overflow: auto;
        margin-left: -16px;
        margin-right: -16px;
        padding: 0 0 12px 0;
    }
	.footer-links .row::-webkit-scrollbar {
		height: 4px;
	}
	.footer-links .row.hide-scrollbar {
		padding: 0 0 16px 0;
	}
	.footer-links .row.hide-scrollbar::-webkit-scrollbar {
		display: none;
	}
	.footer-links .row::-webkit-scrollbar-track {
	}
	.footer-links .row::-webkit-scrollbar-thumb {
		box-shadow: inset 0 0 0 2px #bbbbbe;
		border: 0;
		border-left: solid 16px transparent;
		border-right: solid 16px transparent;
	}
    .footer-links .row > div:first-child {
        padding-left: 16px;
    }
    .footer-links .row > div:last-child {
        padding-right: 16px;
    }
	.footer-links a {

	}
	.footer-links img {
		width: 40px;
		height: 40px;
		border-radius: 8px;
		padding: 8px;
		margin-right: 8px;
	}
}
/* ---------- </FOOTER> ---------- */



/* ---------- <WIKI> ---------- */
.main__content {
    margin-bottom: 24px;
}
.com-content-wiki-list h1 {
	margin-bottom: 24px;
	line-height: 1em;
}
.com-content-wiki-list .items-more {
}
.com-content-wiki__links {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
.com-content-wiki__link {
	margin-bottom: 24px;
	display: flex;
}
.com-content-wiki__link a {
    font-size: 18px;
    background: #fff;
    border-radius: 24px;
    padding: 18px 24px 20px 24px;
    width: 100%;
    line-height: 1em;
}
/* ---------- </WIKI> ---------- */