@charset "UTF-8";
.partition 
{
	background-color: #301242;
}

.map 
{
	overflow: hidden;
}

.sidebar-menu__item.active .sidebar-menu__link
{
	color: #9000ed;
}

.tag.active
{
	color: #ffffff;
	background-color: #9000ed;
}

.dropdown-custom-lang .menu .item:hover a 
{
    color: #9000ed !important;
}
/* dependab1e@ya.ru */
.code-wrap { position:relative; padding:40px 40px 48px; margin-bottom:40px; overflow-x:auto; }
.code-wrap p { margin:0; white-space:pre; overflow-x:auto; }
.code-wrap .btn-copy { transition:.3s; position:absolute; top:12px; right:24px; z-index:2; font-weight:700; color:#9000ed; padding:6px 20px; }
.code-wrap .btn-copy:hover { opacity:.6; }
.code-wrap_with-title { background-color:#e6e6e6; padding:0; }
.code-wrap_with-title p { padding:40px; }
.code-wrap_with-title .code-wrap__top { background-color:white; padding:20px 40px; min-height:60px; display:-ms-flexbox; display:flex; -ms-flex-pack:justify; justify-content:space-between; -ms-flex-align:start; align-items:flex-start; }
.code-wrap_with-title .code-wrap__top h4 { margin:0; }
.code-wrap_with-title .code-wrap__top .btn-copy { position:unset; -ms-flex-negative:0; flex-shrink:0; margin-left:30px; padding:0; }
.code-wrap_bg-gray { background-color:#e6e6e6; }
.code-wrap_bg-blackcurrant { background-color:#301242; color:white; }
/* --- */