

/* Start:/bitrix/templates/aspro_max/components/bitrix/forum/forum/style.css?176094949918498*/
div.forum-info-box
{
	padding:0.5em 1.117em;
	border-width: 1px;
	border-style: solid;
	line-height: 1.5em;
	margin-bottom:1em;
	zoom: 1;
}
div.forum-info-box-inner
{
/*	zoom:1;*/
}

/* Forum Menu */
div.forum-menu-box { margin-bottom: 1em;}
div.forum-menu-box span.forum-menu-item { margin-right:0.25em; padding-right:0.25em; white-space:nowrap; }

/* Menu Items*/
span.forum-menu-item { border-right-width: 1px; border-right-style: solid; }
span.forum-menu-item-last { border: none;}

/* Breadcrumb */
div.forum-breadcrumb-top {padding:0 1.117em 1em;}
div.forum-breadcrumb-bottom {padding:0 1.117em 1em;}
div.forum-breadcrumb { line-height:1.5em;}
div.forum-breadcrumb span {white-space:nowrap;}
div.forum-breadcrumb a {text-decoration: none;}
span.forum-crumb-last { font-weight: normal;}

/* Header Box*/
div.forum-header-box { padding:0 1.117em; border-style: solid; border-width: 1px; }
div.forum-header-title a {text-decoration: underline;}

/* Header Box Right Links*/
div.forum-header-options { float: right; padding:0.5em 0; }
div.forum-header-options a:hover { text-decoration: underline;}

/* Header Title */
div.forum-header-title { font-size:1em; padding:0.462em 5em 0.426em 0; }


/*div.forum-block-container {margin-bottom: 1em;}*/

/* Main Forum/Topic List Table */
table.forum-table { width: 100%; }
table.forum-forum-list {margin-bottom: 1em;}
table.forum-topic-list {}

/* Table Header */
table.forum-table th
{
	font-size:1em;
	padding:0.462em 1em;
	font-weight:normal;
	vertical-align:middle;
	text-align: left;
}

/* Table Cell */
table.forum-table td
{
	border-bottom-width: 1px;
	border-bottom-style: solid;

	border-right-width: 1px;
	border-right-style: solid;

	vertical-align:top;
	padding:0.4em 1em;
}

/* First Row Cell */
table.forum-table tr.forum-row-first td { border-top-width:1px; border-top-style: solid; }

/* Last Row Cell*/
table.forum-table tr.forum-row-last td { border-bottom-width:1px; border-bottom-style: solid;}

/* Odd Row Cell */
table.forum-table tr.forum-row-odd td { }

/* Even Row Cell */
table.forum-table tr.forum-row-even td { }

/* Selected (via checkbox) Table Cell and Row */
table.forum-table tr.forum-row-selected td, table.forum-table td.forum-cell-selected, table.forum-post-selected td.forum-cell-post, table.forum-post-selected td.forum-cell-actions {}

/* Hidden Table Cell and Row */
table.forum-table tr.forum-row-hidden td, table.forum-table td.forum-cell-hidden, table.forum-post-hidden td.forum-cell-post, table.forum-post-hidden td.forum-cell-actions {}

/* Sticky Table Cell and Row */
table.forum-table tr.forum-row-sticky td, table.forum-table td.forum-cell-sticky {}

/* Forum Category Separator */
table.forum-table tbody.forum-category-separator { display: none; }

/* Forum Icon Column */
table.forum-table td.forum-column-icon { padding:0; border-left-width:1px; border-left-style: solid; }
table.forum-table td.forum-column-alone { border-left-width:1px; border-left-style: solid; }

div.forum-icon-container { width:3.3em; text-align: center;}

/* Forum Topic Icons (New Post Icon, Sticky Topic Icon, Closed Topic Icon, Moved Topic Icon)*/
div.forum-icon
{
	height:20px;
	width:20px;
	margin:0.667em auto;
}

/* Forum/Topic Title Column*/
table.forum-table th.forum-column-title, table.forum-table td.forum-column-title { width: 66%; text-align: left; }
table.forum-table td.forum-column-title { padding:0; line-height:1.4em; padding:0; }
table.forum-table th.forum-column-title { padding-left: 1.117em; border-left-width: 1px; border-left-style: solid; }

div.forum-item-info { padding:6px 14px 5px; }

div.forum-item-subforums { line-height:1.4em; margin-top: 0.9em;}


span.forum-status-sticky, span.forum-status-closed { font-weight: bold; }

span.forum-item-desc-sep { vertical-align:middle; font-size:1em; }

div.forum-moderator-stat { margin-top: 0.9em; }
div.forum-moderator-stat span { font-weight: bold; }

table.forum-table td.forum-column-topics,
table.forum-table td.forum-column-replies,
table.forum-table td.forum-column-views
{
	text-align: center;
	padding: 1em 0.2em;
}

table.forum-table th.forum-column-topics,
table.forum-table th.forum-column-replies,
table.forum-table th.forum-column-views
{
	padding-left: 0.5em;
	padding-right: 0.5em;
}

/* Last Post Cells */
table.forum-table th.forum-column-lastpost, table.forum-table td.forum-column-lastpost { padding:0; width: 30%; text-align: left; }
table.forum-table td.forum-column-lastpost { line-height:1.4em; }
table.forum-table th.forum-column-lastpost { padding-left: 1em; border-right-width: 1px; border-right-style: solid;}

div.forum-lastpost-box { padding:6px 14px 5px; }
span.forum-lastpost-date, span.forum-lastpost-title {display: block;}

/* Forum and Topic Checkbox*/
div.forum-select-box
{
	float:right;
	/*
	border-left-width:1px;
	border-left-style: solid;
	border-bottom-width:1px;
	border-bottom-style: solid;
	*/
	padding:0.1em;
	text-align:center;
}


/* Table Footer and Alone Footer Box */
table.forum-table td.forum-column-footer, table.forum-post-table td.forum-column-footer, div.forum-footer-box
{
	padding:0.5em 1em;
	border-width:1px;
	border-style: solid;
	line-height:1.5em;
}

div.forum-footer-box {margin-bottom: 1em;}

table.forum-table td.forum-column-footer { border-top: none; }

div.forum-footer-inner { text-align:center; zoom:1; }
span.forum-footer-option { margin-left:0.5em; padding-left:0.5em; border-left-width:1px; border-left-style: solid; }
span.forum-footer-option-first { border-left: none; }
span.forum-footer-rss { background: transparent url(/bitrix/templates/aspro_max/components/bitrix/forum/forum/images/feed-icon.png) no-repeat scroll left center; padding-left:20px; padding-top:2px; }

/* Birthdays Box*/ 
div.forum-users-online { }
span.forum-users-online span { font-weight: bold; }
div.forum-users-online span.forum-user-online { }
div.forum-users-online span.forum-user-online-hidden { }

/* Birthdays Box*/ 
div.forum-users-birthday {  }
span.forum-users-birthday span { font-weight: bold; }

/* Statistics Box*/
div.forum-statistics { zoom: 1; }
div.forum-statistics-allusers { clear:both; float:left; white-space:nowrap; }
div.forum-statistics-users { clear:both; float:left; white-space:nowrap; }
div.forum-statistics-topics { text-align:right; white-space:nowrap; }
div.forum-statistics-replies { text-align:right; white-space:nowrap; }
div.forum-statistics-users span, div.forum-statistics-allusers span, div.forum-statistics-topics span, div.forum-statistics-replies span { font-weight: bold; }

/* Page navigation */
div.forum-navigation-box
{
	padding:0 1.117em;
	border-width: 1px;
	border-style: solid;
	line-height:1.5em;
	overflow: hidden;
	zoom:1;
}

div.forum-page-navigation { float:left; padding:0.5em 0;}
div.forum-navigation-top { border-bottom: none; }
div.forum-navigation-bottom { border-top: none; margin-bottom: 1em;}
div.forum-page-navigation a, span.forum-page-current, span.forum-page-dots
{
	border-left-width: 1px;
	border-left-style: solid;
	padding-left:0.75em;
	padding-right: 0.5em;
	text-decoration: none;
}


div.forum-page-navigation a.forum-page-previous { border-right-width:1px; border-right-style: solid; border-left: none; }
div.forum-page-navigation a.forum-page-first, div.forum-page-navigation span.forum-page-first { border-left: none; padding-left: 0.5em; }
span.forum-page-current { font-weight: bold; }
div.forum-new-post
{
	float:right;
	text-align:right;
	padding:0.5em 0;
	font-weight: bold;
}

/* For abstract tables */
table.forum-table td.forum-first-column { border-left-width: 1px; border-left-style: solid;}
table.forum-table th.forum-first-column {border-left-width: 1px; border-left-style: solid;}
table.forum-table th.forum-last-column {border-right-width: 1px; border-right-style: solid;}


/* Topic posts table */
table.forum-post-table
{
	width: 100%;
	line-height:1.5em;
	border-collapse: separate;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	table-layout:fixed;
}

/* First Post Table */
table.forum-post-first { border-top: none; }

/* Odd Post Table */
table.forum-post-odd {}

/* Even Post Table */
table.forum-post-even {}

/* Last Post Table */
table.forum-post-last {}

/* Post Table Cell */
table.forum-post-table td { padding: 0; vertical-align: top; width:100%}

/* Post Table: User Info and User Contacts Cells*/
table.forum-post-table td.forum-cell-user, table.forum-post-table td.forum-cell-contact
{
	/*width:15em;*/
	width:200px;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	overflow: hidden;
}

/* Post Table: User Info Cell */
table.forum-post-table td.forum-cell-user {
	width:178px;
}

/* Post Table: Post and Actions Cell */
table.forum-post-table td.forum-cell-post, table.forum-post-table td.forum-cell-actions { border-right-width: 1px; border-right-style: solid; }

/* Post Table: User Contacts and Actions Cell */
table.forum-post-table td.forum-cell-contact, table.forum-post-table td.forum-cell-actions { border-top-width: 1px; border-top-style: dashed; height: 2.5em; }

div.forum-post-date, div.forum-post-entry { padding:0.5em 1em 0.5em 1em; font-size:1em; font-weight:normal; }

div.forum-post-date { border-bottom-width:1px; border-bottom-style: dashed; }

div.forum-post-number { float:right; display: inline; /* IE fix */ }
div.forum-post-number input { margin:0 0 0 0.2em; vertical-align: middle;}
div.forum-post-number a {vertical-align: middle;}
div.forum-post-number span { font-weight: bold; }

div.forum-post-text { padding:0.5em 0; }

/* Post Attachments */
div.forum-post-attachments {
	margin:1.5em 0;
	padding: 0.6em 1em 0.9em 1em;
	border-width:1px;
	border-style: solid;
	line-height:1.5em;
}
div.forum-post-attachments label { }
div.forum-post-attachments fieldset { border: none; padding: 0; margin: 0; }
div.forum-post-attachments fieldset .forum-attach { margin: 1.2em 1.2em 0 0; }
div.forum-post-attachments ul { padding:0; }
div.forum-post-attachments div.forum-post-attachment { margin-top: 1em; }

div.forum-post-lastedit { padding:0.5em 0; font-style: italic;}
span.forum-post-lastedit-user { font-weight: bold;}

/* User Signature*/
div.forum-user-signature { margin-top: 1em; }
div.forum-signature-line
{
	border-top-width: 1px;
	border-top-style: solid;
	width:200px;
	height:1px;
	/* IE Fix */
	line-height:1px;
	font-size:1px;
}

div.forum-user-signature span {line-height: 0.95em; padding-top:0.5em; display: block; font-size: 0.95em;}

div.forum-user-info { padding:0.5em 1em 1.5em 1em; }

div.forum-user-avatar { margin: 0.5em 0; }

div.forum-user-status { margin-bottom: 6px; }

div.forum-user-additional { font-size: 0.95em; }
div.forum-user-additional span { display: block;}
div.forum-user-additional span span { display: inline;}

div.forum-user-name span { font-size:1em; font-weight:bold; line-height:1.1em;}

span.forum-vote-user a { text-decoration: none; vertical-align: top; font-size:1.1em;}

div.forum-user-name a { text-decoration:none; font-size: 1.1em; }

div.forum-user-status span { font-weight:bold; line-height:normal; }

div.forum-contact-links { padding:0.5em 1em; }

div.forum-action-links { padding:0.5em 1.5em 0.5em 1em; text-align:right; }
div.forum-action-links span {white-space: nowrap;}

div.forum-post-entry { font-size:1em; padding-bottom:1em; height:100%; }

/* Post Table Footer */
table.forum-post-table td.forum-column-footer { border-bottom: none; }

div.forum-post-moderate { float: right; }
div.forum-topic-moderate { text-align: left; }
div.forum-topics-moderate { float: right; }
div.forum-topics-moderate input, div.forum-topics-moderate select { font-size: 1.1em;}

/*BBCode: List*/
div.forum-post-text ul, div.forum-post-text ol { padding:0.5em 0 0.5em 2em; }

/*BBCode: Quote and Code*/
table.forum-quote, table.forum-spoiler, table.forum-code
{
	font-size:1em;
	width:100%;
	border-width:1px;
	border-style: solid;
	border-collapse: collapse;
	width:100%;
	table-layout:fixed;
}

table.forum-code pre {
	margin:0;
	width:100%;
	padding-bottom:5px;
	overflow:auto;
}

table.forum-quote table.forum-quote, table.forum-spoiler table.forum-spoiler, table.forum-code table.forum-code { width: 95%; margin: 0.5em 0 0;}


table.forum-quote th, table.forum-spoiler th, table.forum-code th {font-weight:bold; padding: 0.25em 1em; text-align:left;}
table.forum-quote td, table.forum-spoiler td, table.forum-code td { padding:0.9em 1em; }

div.forum-code-box
{
	font-family: "Consolas", "Monaco", "Courier New", Courier, monospace;
	font-size: 1em;
	width: 100%;
	overflow: auto;
	border-width:1px;
	border-style: solid;
	margin:0.5em 0;
}

div.forum-code-box ol, div.forum-code-box ol li, div.forum-code-box ol li span { margin: 0; padding: 0; border: none; }

div.forum-code-box ol { list-style: decimal; margin-left: 3em; padding:0.5em 0;}

div.forum-code-box ol li
{
	list-style: decimal-leading-zero;
	list-style-position: outside !important;
	padding: 0 0.5em 0 1.5em !important;
	margin: 0;
	line-height: 1.5em;
}
a.forum-spoiler-hide
{
	float: right;
}
/*BBCode: Table*/
div.forum-post-text table.data-table tbody td {
	width: auto;
}

/* Reply Form*/
div.forum-reply-form
{
	border-style:solid;
	border-width:1px;
	line-height:1.5em;
	margin-bottom:1em;
}

div.forum-reply-header
{
	font-size:1em;
	padding:0.462em 1.117em;
	vertical-align:middle;
}

div.forum-note-box {border-width:1px; border-style: solid; margin: 1.117em 0; padding: 0.4em 1.117em;}
div.forum-reply-form div.forum-note-box { margin: 1.117em;}
div.forum-note-box ul {padding:0.3em 0 0.3em 2em; margin:0;}
div.forum-note-box ul li {margin:0; padding:0;}

div.forum-reply-fields { padding:0 1em 0.8em; }

div.forum-reply-field { margin-top: 0.462em; position:relative; z-index:1;}

div.forum-reply-field-title input, div.forum-reply-field-desc input { width: 80%;}

div.forum-reply-field-title label, div.forum-reply-field-desc label, div.forum-reply-field-tags label, div.forum-reply-field-captcha-label label,
div.forum-reply-field-lastedit-reason label {display: block;}

div.forum-reply-field-user {width: 100%; /*IE Fix or zoom:1 */}

div.forum-reply-field-author, div.forum-reply-field-email { float:left; width:39%; }

div.forum-reply-field-user-sep { width:2%; float: left;}

div.forum-reply-field-author input, div.forum-reply-field-email input { width:100%; }

div.forum-reply-field-tags { display: none; }
div.forum-reply-field-tags input { width:80%; }

div.forum-reply-field-switcher-tag { margin-right: 0.8em; }

div.forum-reply-field-vote-duration { margin: 0.82em 0; }
div.forum-reply-field-vote-question { margin-bottom: 0.462em; }
div.forum-reply-field-vote-question label { margin-left:0.27em; }
div.forum-reply-field-vote-question-title input{ width: 80%; }
ol.forum-reply-field-vote-answers input { width: 60%; }
ol.forum-reply-field-vote-answers li { margin-top: 0.462em; }

div.forum-reply-field-lastedit-reason input { width: 80%;}

div.forum-reply-field-captcha input { width: 180px;}

div.forum-reply-field-settings input, div.forum-uploaded-file input, div.forum-reply-field-lastedit-view input { width:1.55em; margin:0 0 0 -0.25em; vertical-align: middle; font-size:1em; }
div.forum-reply-field-settings label, div.forum-uploaded-file a, div.forum-reply-field-lastedit label { vertical-align: middle; }

div.forum-reply-field-upload a { outline: none;}
div.forum-upload-file-hint { display: none;}
div.forum-upload-file-hint span { font-weight: bold;}
div.forum-upload-file {display: none; margin-top: 0.262em;}
div.forum-upload-file input {font-size:1.184em; }

div.forum-reply-buttons { margin-top: 1em;}
div.forum-reply-buttons input { padding:0 0.5em; font-size:1.184em; overflow: visible; /*IE paddings*/}

/* Utils */
div.forum-clear-float { clear: both; }

/* Moved topic list*/
div.forum-topic-move
{
	clear: both;
	float: none;
	position: relative;
	margin-top:0.5em;
	margin-bottom:0.5em;
	width:100%; /*IE*/
}

div.forum-topic-move input
{
	position: absolute;
	top: 0;
	left:0;
	font-size:1em;
	height:1.55em;
	margin:0 0 0 -0.25em;
	width:1.55em;
}

div.forum-topic-move label, div.forum-topic-move a { display: block; margin-left: 1.8em;}
div.forum-topic-move-buttons {margin-top: 1em;}
div.forum-topic-move-buttons select {width:200px;}
div.forum-topic-move-buttons select {font-size:1.184em;}
div.forum-topic-move-buttons input {font-size:1.184em; padding:0 0.417em; overflow: visible; /*IE paddings*/}

.forum-action-note { float: right; font-style: italic; padding: 0.5em 1.5em 0.5em 1em; }

div.forum-popup-image{}
div.forum-popup-image div.empty{
	background-image:url("/bitrix/templates/aspro_max/components/bitrix/forum/forum/images/close.gif");
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	cursor:hand;
	width:14px;
	height:14px;
	margin:0px;}
/* autosave */
a.postFormAutosave {
	float: right;
	display:block;
	width:18px;
	height:18px;
	margin:0 -4px 0 0;
	position:relative;
	z-index:2;
}
a.postFormAutosave.bx-core-autosave {background-position: 0 0 !important;}
a.postFormAutosave.bx-core-autosave-ready {background: scroll transparent url("/bitrix/templates/aspro_max/components/bitrix/forum/forum/images/autosave/autosave-green.gif") no-repeat 0 0;}
a.postFormAutosave.bx-core-autosave-edited {background: scroll transparent url("/bitrix/templates/aspro_max/components/bitrix/forum/forum/images/autosave/autosave-red.gif") no-repeat 0 0;}
a.postFormAutosave.bx-core-autosave-saving {background: scroll transparent url("/bitrix/templates/aspro_max/components/bitrix/forum/forum/images/autosave/autosave-write.gif") no-repeat 0 0;}

.forum-notify-bar {
	width: 100%;
	height: 2em;
	background: url("/bitrix/js/main/core/images/panel/sprite04.png") repeat-x scroll 0 -1178px #FFEB8D !important;
	position:relative;
}
.forum-notify-close {
	display: block !important;
	height: 12px !important;
	margin: 3px 6px 0 0;
	padding: 0 !important;
	position: absolute !important;
	right: 5px !important;
	top: 5px !important;
	width: 12px !important;
}
.forum-notify-close a {
	background: url("/bitrix/js/main/core/images/panel/sprite04.png") no-repeat scroll -268px -243px transparent !important;
	display: block !important;
	height: 12px !important;
	width: 12px !important;
	cursor:pointer;
}
.forum-notify-text {
	color: #000000 !important;
	margin: 0 !important;
	padding: 3px 20px 5px !important;
	text-align: center !important;
}
.forum-notify-text a.postFormAutorestore {
	position:relative;
	color: #ff0000;
	cursor:pointer;
	text-decoration:underline;
	margin-right: 9px;
	margin-top: 5px;
	z-index:2;
}

table.forum-icons td{
	white-space: nowrap;
	padding: 0.4em;
}
table.forum-icons input {
	width: auto;
}
table.forum-icons .forum-icon-empty {
	border : 1px solid;
	border-radius: 8px;
	width : 16px;
	height: 16px;
}
/* End */


/* Start:/bitrix/templates/aspro_max/components/bitrix/forum/forum/themes/red/style.css?176554816423154*/
/*----------------------------------------------------Table Cells And Backgrounds------------------------------------------------ */
div.forum-post-text img {
    max-width: 100%;,
    max-block-size: ;
    height: auto;
}
.bx-registration-table input[type="text"],
.bx-registration-table input[type="password"],
.bx-registration-table input[type="email"],
.bx-registration-table input[type="tel"],
.bx-registration-table select,
.bx-registration-table textarea{
    color: #000;
    padding: 8px 13px 7px;
    width: 100%;
    height: 48px;
}
table.data-table.bx-registration-table {
    border-spacing: 10px;
    border-collapse: separate;
}

/* Table Header, Reply Form Header, BBCode Icons Highlighting */
table.forum-table th, div.forum-reply-header,
div.forum-bbcode-line a:hover, div.forum-bbcode-line a:hover img { background-color: #f0d7d7; }
div.forum-header-title a {color: #000 !important;}

/* Table Cell Border */
table.forum-table td, 
table.forum-table th.forum-column-lastpost, 
table.forum-table th.forum-column-title, 
table.forum-table th.forum-first-column,
table.forum-table th.forum-last-column,
div.forum-info-box, 
div.forum-reply-form { border-color: #f0d7d7;}

/* Table Cell, Info Box, Reply Form */
table.forum-table td, div.forum-info-box, div.forum-reply-form { background: #fefbfb; }
div.forum-reply-form table.bxlhe-frame-table td.bxlhe-editor-buttons { background-color:#fefbfb!important; }
div.forum-reply-field td.bxlhe-editor-cell, div.forum-reply-field .feed-add-post-form-but-wrap {border-color: #ced0d1;}

/* Hidden Table Cell and Row */
table.forum-table tr.forum-row-hidden td, 
table.forum-table td.forum-cell-hidden,
table.forum-table tr.forum-row-inactive td.forum-column-icon,
table.forum-post-hidden td.forum-cell-post, 
table.forum-post-hidden td.forum-cell-actions { background: #fdffd3 !important; }

/* Selected (via checkbox) Table Cell and Row */
table.forum-table tr.forum-row-selected td, 
table.forum-table td.forum-cell-selected, 
table.forum-post-selected td.forum-cell-post, 
table.forum-post-selected td.forum-cell-actions { background: #ecd0d0 !important; }

/* Table Footer and Alone Footer Box */
table.forum-table td.forum-column-footer, table.forum-post-table td.forum-column-footer, div.forum-footer-box { background: #f0d7d7; }

/* Post Table: User Info and User Contacts Cells*/
table.forum-post-table td.forum-cell-user, table.forum-post-table td.forum-cell-contact { background: #fee5f1; }

/* Post Table: Post and Actions Cell */
table.forum-post-table td.forum-cell-post, table.forum-post-table td.forum-cell-actions { background: #fff; }

div.forum-post-date { background: #fff; border-bottom-color: #e0e0e0; }
.authorize-submit-cell input.btn.btn-primary {background: var(--background-primary);width: 100%;color: #000;}
.right_block p {margin: 0;text-indent: 0 !important;}

/* ---------------------------------------------------Borders----------------------------------------------------- */

/* Menu Items, Page Navigation */
span.forum-menu-item, div.forum-page-navigation a, span.forum-page-current, div.forum-page-navigation a.forum-page-previous, span.forum-page-dots { border-color: #efd5d5; }

/* First Row Cell */
table.forum-table tr.forum-row-first td { border-top-color: #e0e0e0;}

/* Last Row Cell */
table.forum-table tr.forum-row-last td { border-bottom-color: #e0e0e0; }

/* Table Footer and Alone Footer Box */
table.forum-table td.forum-column-footer, table.forum-post-table td.forum-column-footer, div.forum-footer-box { border-color: #e0e0e0; }

/* Footer Item Separator */
span.forum-footer-option { border-color: #d99a9a; }

/* Topic posts table (separator line) */
table.forum-post-table { border-top-color: #fff; border-bottom-color: #ccc; }

/* Post Table: User Info and User Contacts Cells*/
table.forum-post-table td.forum-cell-user, table.forum-post-table td.forum-cell-contact { border-left-color: #e0e0e0; border-right-color: #e0e0e0; }

/* Post Table: Post and Actions Cell */
table.forum-post-table td.forum-cell-post, table.forum-post-table td.forum-cell-actions { border-right-color: #e0e0e0; }

/* Post Table: User Contacts and Actions Cell */
table.forum-post-table td.forum-cell-contact, table.forum-post-table td.forum-cell-actions { border-top-color: #e0e0e0; }

/* User Signature*/
div.forum-signature-line { border-top-color: #e0e0e0; }

/* ---------------------------------------------------Text Color-------------------------------------------------- */

/* Header Box Right Links*/
div.forum-header-box a:link, 
div.forum-header-box a:visited, 
div.forum-header-box a:active, 
div.forum-header-box a:hover { color: #fff; }

.forum-required-field { color: red; }

/* --------------------------------------------------Special Elements---------------------------------------------- */

div.forum-header-box { color: #fff; background:#b02b2c; border-color: #c14242;}

/* Page navigation */
div.forum-navigation-box { background:#fff; border-color: #f0d7d7; }

/*BBCode: Quote and Code*/
table.forum-quote, table.forum-spoiler, table.forum-code, div.forum-code-box, div.forum-post-attachments {  border-color: #e4b7b7; }
table.forum-quote td, table.forum-spoiler td, table.forum-code td, div.forum-code-box ol, div.forum-post-attachments {background:#fff !important; color:#6a6a69;}
table.forum-quote th, table.forum-spoiler th, table.forum-code th, div.forum-code-box {background:#f3dfe0 !important; color:#665f5f;}

div.forum-note-box {border-color: #ffc75c; background: #fffcb3; }
/* --------------------------------------------------Icons---------------------------------------------- */
div.forum-icon-default { background-image: url(/bitrix/templates/aspro_max/components/bitrix/forum/forum/themes/red/images/default.gif); }
div.forum-icon-newposts { background-image: url(/bitrix/templates/aspro_max/components/bitrix/forum/forum/themes/red/images/newposts.gif); }
div.forum-icon-sticky { background-image: url(/bitrix/templates/aspro_max/components/bitrix/forum/forum/themes/red/images/sticky.gif); }
div.forum-icon-sticky-newposts { background-image: url(/bitrix/templates/aspro_max/components/bitrix/forum/forum/themes/red/images/sticky-newposts.gif); }
div.forum-icon-closed, div.forum-icon-sticky-closed { background-image: url(/bitrix/templates/aspro_max/components/bitrix/forum/forum/themes/red/images/closed.gif); }
div.forum-icon-closed-newposts, div.forum-icon-sticky-closed-newposts { background-image: url(/bitrix/templates/aspro_max/components/bitrix/forum/forum/themes/red/images/closed-newposts.gif); }
div.forum-icon-moved { background-image: url(/bitrix/templates/aspro_max/components/bitrix/forum/forum/themes/red/images/moved.gif); }
/* --------------------------------------------------Votes---------------------------------------------- */
div.vote-answer-item-bar-inner {background-color:#f0d7d7;}


@charset "utf-8";  

table.forum-table td.forum-column-topics, table.forum-table td.forum-column-replies, table.forum-table td.forum-column-views{
    padding: 6px 15px;
}
table.forum-table td, div.forum-info-box, div.forum-reply-form {
    background: none;
}
div.forum-reply-field input[type="text"] {
    padding: 8px 13px 7px;
}
div.forum-reply-form {
    background: #fee5f1;
}
div.forum-reply-header {
    background: #fee5f1;
}
div.forum-reply-buttons input {
    outline: none;
    margin: 0;
    background: #f52d8c;
    border: none;
    padding: 8px 13px 7px;
    color: #fff;
}
.forum-reply-fields input[type="radio"],.forum-reply-fields input[type="checkbox"] {
    accent-color: #f52d8c;
}
div.forum-reply-field-settings label, div.forum-uploaded-file a, div.forum-reply-field-lastedit label {
    margin-bottom: 0;
}
div.forum-topics-moderate input,
div.forum-topics-moderate select {line-height: 1;height: inherit;border-radius: 0;background: #f52d8c;border: 0;outline: none;color: #fff;padding: 8px 13px 7px;}
.forum-topics-moderate {
    display: flex;
}
table.forum-post-table td.forum-cell-user, table.forum-post-table td.forum-cell-contact {
    border-left-color: #e0e0e0;
    border-right-color: #e0e0e0;
}
table.forum-post-table td.forum-cell-user, table.forum-post-table td.forum-cell-contact {
    background: #e0e0e0;
}
div.forum-filter-field input[type="submit"] {
    outline: none;
    margin: 0;
    background: #f52d8c;
    border: none;
    padding: 5px 15px;
    color: #fff;
}
div.forum-filter select {
    height: initial;
    line-height: initial;
    padding: 8px 13px 7px;
}
.forum-filter-field:not(:last-child) {
    margin-bottom: 20px;
}
div.forum-filter-field span.forum-filter-field-item input {
    padding: 8px 13px 7px;
}
div.forum-header-options{    
    padding: 6px 0;
}
table.forum-post-table td.forum-cell-user, table.forum-post-table td.forum-cell-contact {
    background: #fee5f1;
}
div.forum-header-box {
    background: #f52d8c;
    border: none;
}
.forum-info-box.forum-menu-box {
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 10px;
} 
div.forum-navigation-box {
    border: 0;
    padding: 0;
}
table.forum-post-table a, table.forum-post-table a span,
div.forum-navigation-box a, div.forum-navigation-box a span,
.forum-block-container a span, .forum-info-box a span,
.forum-block-container a, .forum-info-box a {
    color: #f52d8c;
}  
.forum-block-container span {
}
table.forum-table th.forum-column-topics,
table.forum-table th.forum-column-replies,
table.forum-table th.forum-column-lastpost, 
table.forum-table th.forum-column-title, 
table.forum-table th.forum-first-column,
table.forum-table th.forum-last-column{
}
table.forum-table th {
    background: #e0e0e0;
    border: none;
}
table.forum-table tr.forum-row-first td {
    border-color: #e0e0e0;
}

table.forum-table td.forum-column-footer, 
table.forum-post-table td.forum-column-footer,
div.forum-footer-box {
    background: #fee5f1;
    border-color: #cccccc;
}
div.forum-info-box {
    border-color: #e0e0e0;
}
table.forum-table tr.forum-row-last td {
    border-color: #e0e0e0;
}
.forum-info-box, .forum-info-box span{    
    color: #252525;
}
.forum-contact-links {
    display: flex;
    gap: 10px;
}
div.forum-user-status {
    font-size: 0.8em;
}
table.forum-post-table div.forum-user-guest-avatar svg {
    max-width: 100%;
}
table.forum-post-table div.forum-user-guest-avatar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffcdf8;
    height: 60px;
    border-radius: 8px;
}
.forum-breadcrumb.forum-breadcrumb-top {
    display: none;
}
div.forum-user-avatar img {
    max-width: 100%; 
}
.forum-user-register-avatar img {
    max-width: 100%;
}
.fback-button {
    display: none;
}
.disk-user-field-panel-doc-wrap{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 0;
}
div.forum-reply-fields dl {
    display: none;
}

div.forum-menu-box span.forum-menu-item {margin-right: 5px;padding-right: 2px;white-space:nowrap;}
div.forum-new-post {
    display: flex;
    gap: 10px;
}
@media(min-width: 601px){    
    .fback-button {
        display: none !important;
    }
}
@media(max-width: 768px){
	table.forum-post-table tr.forum-cell-topinfo td.forum-cell-user {
		width: 100%;
		display: block;
		min-width: 100%;
	}
	tr.forum-cell-topinfo ~ tr,
	tr.forum-cell-topinfo {
		display: flex;
		width: 100%;
		flex-direction: column;
	}
	table.forum-post-table tr.forum-cell-topinfo td.forum-cell-post {
		width: 100%;
		min-width: 100%;
		display: block;
        border-left: 1px solid #e0e0e0;
	}
    table.forum-post-table td.forum-cell-actions {
        border-left: 1px solid #e0e0e0;
    }
	table.forum-post-table {
		display: block;
	}
	table.forum-post-table tbody{
		display: block;
	}
	td.forum-cell-contact {
		width: 100%;
		min-width: 100%;
	}
	.forum-contact-links {
		justify-content: center;
	}
	div.forum-action-links {
		display: flex;
		justify-content: center;
	}
	table.forum-post-table td.forum-column-footer,
	table.forum-post-table td.forum-footer-inner,
    table.forum-post-table tfoot > tr,
    table.forum-post-table tfoot{        
		display: block;
		width: 100%;
		min-width: 100%;
    }    
    table.forum-post-table td.forum-cell-contact:has(div.forum-contact-links:empty) {
        display: none;
    }
    .disk-user-field-panel-file-wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        max-height: initial;
    }
    .disk-user-field-panel-card-box {
        margin: 0;
    }
    .disk-user-field-panel-card-divider:empty {
        display: none;
    }
    .disk-user-field-panel-doc-wrap{        
        gap: 10px;
    }
    .bx-core-adm-dialog {
        max-width: calc(100dvw - 30px);
    }
    .bx-core-adm-dialog .bx-core-adm-dialog-content {
        max-width: 100%;
    }
    .bxhtmled-popup.bxhtmled-dropdown-cont {
        max-width: 100%;
    }
    .bxhtmled-popup.bxhtmled-dropdown-cont .bxhtmled-more-cnt {
        flex-direction: row;
        flex-wrap: wrap;
    }
}
@media(max-width: 600px){
    .forum-block-container{
        font-size: 11px;
        line-height: 1.3;
    }
    .forum-info-box.forum-statistics .forum-info-box-inner{
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .forum-info-box.forum-statistics .forum-info-box-inner > div{
        white-space: normal;
        float: none;
        display: block;
        text-align: left;
        font-size: 13px;
        line-height: 1.3;
    }
    .forum-info-box.forum-statistics .forum-clear-float{
        display: none !important;
    }
    
    .forum-info-box.forum-statistics {padding: 10px 12px;}
    
    .forum-info-box.forum-users-online {
        padding: 10px 12px;
        font-size: 13px;
        line-height: 1.3;
    }
    table.forum-table td.forum-column-title {
        line-height: 1.3;
    } 
    table.forum-post-table div.forum-user-info {
        display: grid;
        gap: 5px 10px;
        justify-content: start;
        align-items: start;
        padding: 10px;
        grid:
            "a b"
            "a c"
            "a d";
        width: 100%;
        grid-template-rows: auto auto 1fr; 
        background: #fee5f1;
    }
    table.forum-post-table .forum-user-name {
        grid-area: b;
        line-height: 1;
        margin-top: 5px;
    }
    table.forum-post-table div.forum-user-avatar {
        grid-area: a;
        margin: 0;
        border-radius: 8px;
        overflow: hidden;
    }
    table.forum-post-table .forum-user-status.forum-user-administrator-status,
    table.forum-post-table .forum-user-status {
        grid-area: c;
        line-height: 1;
        margin: 0;
    }
    table.forum-post-table .forum-user-additional {
        grid-area: d;
        margin-top: 0;
        line-height: 1;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0 10px;
    }
    table.forum-post-table .forum-user-additional span:nth-child(3) {
        width: 100%;
    }
    table.forum-post-table div.forum-user-avatar img {
        max-width: 100%;
        height: 68px;
        width: 68px;
        object-fit: contain;
    }
    table.forum-post-table div.forum-user-info:has(.forum-user-additional:empty) {
        grid:
            "a b"
            "a c";
        grid-template-columns: 60px minmax(0, 1fr);
        grid-template-rows: 27px 27px;
    }
    .forum-user-additional:Empty {
        display: none;
    }
    div.forum-header-title { 
        line-height: 1.3;
        padding: 0;
    }
    span.forum-lastpost-author {
        display: none;
    }
    span.forum-lastpost-date {
        /*display: none;*/
    }
	table.forum-forum-list .forum-item-info {padding: 5px 8px;word-break: break-word;}
	table.forum-topic-list div.forum-item-info,
	table.forum-forum-list div.forum-lastpost-box {padding: 5px 8px;}
	.forum-post-rating .ilike-light .bx-ilike-right {background-position: 0 2px;}
    
    table.forum-table td.forum-column-icon {border-right: 0;}
    table.forum-table td.forum-column-title{width: auto;}
    
    table.forum-table.forum-forum-list tbody,
    table.forum-table.forum-topic-list tbody{
        display: block;
    }
    table.forum-table.forum-forum-list tbody > tr,
    table.forum-table.forum-topic-list tbody > tr {
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        border-bottom: 1px solid #e0e0e0;
        gap: 5px 5px;
        line-height: 1;
        padding: 10px 0;
    }
    table.forum-table td.forum-column-icon {
        border: 0 !important;
        width: 20px;
        height: 15px;
    }
    table.forum-table.forum-forum-list td.forum-column-title,
    table.forum-table.forum-topic-list td.forum-column-title {
        width: calc(100% - 40px);
        display: block;
        border: 0;
        font-size: 16px;
        line-height: 1.1;
    }
    table.forum-table.forum-forum-list td.forum-column-replies,
    table.forum-table.forum-topic-list td.forum-column-replies {
        border: 0;
        padding: 0 0 0 25px;
    }
    table.forum-table.forum-forum-list td.forum-column-views,
    table.forum-table.forum-topic-list td.forum-column-views {
        border: 0;
        padding: 0;
    }
    table.forum-table.forum-forum-list td.forum-column-lastpost,
    table.forum-table.forum-topic-list td.forum-column-lastpost {
        border: 0;
        width: 100%;
        display: flex;
        gap: 10px;
        padding: 0 0 0 25px;
    }
    table.forum-table.forum-forum-list td.forum-column-replies span:before{
        content:"Сообщения: ";
        
    }
    table.forum-table.forum-topic-list td.forum-column-replies span:before{
        content:"Ответы: ";
    }
    table.forum-table.forum-forum-list td.forum-column-views span:before{
        content:"Просмотры: ";
        
    }
    table.forum-table.forum-topic-list td.forum-column-views span:before{
        content:"Просмотры: ";
    }
    table.forum-table.forum-topic-list td.forum-column-lastpost:before{
        content:"Обновление: ";
    }
    table.forum-table.forum-forum-list div.forum-lastpost-box,
    table.forum-table.forum-topic-list div.forum-lastpost-box {
        padding: 0;
        display: flex;
        gap: 10px;
    }
    table.forum-table.forum-forum-list td.forum-column-icon div.forum-icon,
    table.forum-table.forum-topic-list td.forum-column-icon div.forum-icon {
        margin: 0;
        background-position: center top -3px;
    }
    table.forum-table.forum-forum-list td.forum-column-title .forum-item-info,
    table.forum-table.forum-topic-list td.forum-column-title .forum-item-info {
        padding: 0;
    }
    table.forum-table.forum-forum-list thead,table.forum-table.forum-forum-list tfoot,
    table.forum-table.forum-topic-list thead,table.forum-table.forum-topic-list tfoot {
        display: none;
    }
    table.forum-table.forum-forum-list .forum-item-author,
    table.forum-table.forum-topic-list .forum-item-author {
        font-size: 11px;
        color: #6d6d6d;
    }
    table.forum-table.forum-forum-list td.forum-column-topics, 
    table.forum-table.forum-topic-list td.forum-column-topics {
        border: 0;
        padding: 0 0 0 25px;
    }
    table.forum-table.forum-forum-list td.forum-column-topics span:before,
    table.forum-table.forum-topic-list td.forum-column-topics span:before{
        content:"Темы: ";
    }
    table.forum-table.forum-forum-list td.forum-column-lastpost:not(:has(*)),
    table.forum-table.forum-topic-list td.forum-column-lastpost:not(:has(*)){
        display: none;
    }
    table.forum-table.forum-forum-list tbody.forum-category-separator,
    table.forum-table.forum-topic-list tbody.forum-category-separator{
        display: none;    
    }
    div.forum-header-box {
        background: none;
        color: #000;
        padding: 5px 0 10px;
        font-size: 1.6em; 
    }
    table.forum-table.forum-forum-list tbody > tr:first-child, table.forum-table.forum-topic-list tbody > tr:first-child{        
        border-top: 1px solid #e0e0e0;
    }
    div.forum-post-text{
        line-height: 1.3;
        font-size: 16px;
    }
    div.forum-post-text a {overflow-wrap: break-word;} 
	.top-block-wrapper .page-top .topic {
	    position: absolute;
        top: 90px;
        left: 0;
        padding: 0 15px;
        display: none !important;
	}
	section.page-top.maxwidth-theme {
	    min-height: 35px;
	}
	.forum-info-box-inner {
	    display: flex;
	    justify-content: flex-end;
	    flex-direction: row;
	    flex-wrap: wrap;
	}
	div.forum-header-options {
	    display: none;
	}
	.forum-navigation-box.forum-navigation-top {
	    display: none;
	}
	.forum-navigation-box.forum-navigation-bottom {
	    font-size: 12px;
	}
    .forum-info-box.forum-menu-box{        
        margin: 5px 0;
        display: flex;
        gap: 10px;
        justify-content: space-between;
    }
    .forum-info-box.forum-menu-box:not(:has(.fback-button)){        
        justify-content: flex-end;
    }
    .forum-item-name {
        font-weight: 600;
    }
    div.forum-post-date{background: #ffcfe6;}
    .fback-button {
        display: block;
        font-size: 15px;
        white-space: nowrap;
        border: 0;
        outline: none;
        color: #f52d8c;
        background: none;
        height: fit-content;
        line-height: 1.3;
        background: url('/images/f_back.png') center no-repeat;
        width: 20px;
        min-width: 20px;
        height: 20px;
        background-size: contain;
        transform: rotate(180deg);
        filter: brightness(0) saturate(100%) invert(39%) sepia(1%) saturate(2166%) hue-rotate(213deg) brightness(97%) contrast(96%);        
        margin-top: 2px;
    }
    
    div#bx_breadcrumb_0,div#bx_breadcrumb_2  {
        display: none;
    }
    div#bx_breadcrumb_0 + span.breadcrumbs__separator,
    div#bx_breadcrumb_2 + span.breadcrumbs__separator{
        display: none;
    }
    div#bx-html-editor-POST_MESSAGE {
        min-width: 250px !important;
    }
    div#bx-html-editor-iframe-cnt-POST_MESSAGE {max-width: 100%;}
    .feed-add-post-form.feed-add-post-edit-form .bxhtmled-area-cnt {
        max-width: 100%;
    }
    .forum-reply-field-setting {
        display: grid;
        grid-template-columns: 17px 0 minmax(0,1fr);
        gap: 3px;
        line-height: 1.2;
        align-items: start;
        margin-bottom: 10px;
    }
    .forum-reply-field-setting input {
        width: 14px;
        height: 14px;
        position: relative;
        top: 1px;
    }
    div.forum-reply-field-title input, div.forum-reply-field-desc input {
        width: 100%;
    }
    div.forum-header-title a {
        text-decoration: none;
        font-weight: 400;
    }
    div.forum-header-title {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 5px;
        font-weight: bold;
    }
    div.forum-reply-field-title label {
        font-size: 15px;
        margin-bottom: 6px;
    }
    div.forum-reply-header {
        padding-bottom: 0;
    }
    div.forum-reply-field {
        margin-top: 6px;
    }
}
/* End */


/* Start:/bitrix/templates/aspro_max/components/bitrix/forum/forum/styles/additional.css?176094949912892*/
.forum-post-rating .ilike-light .bx-ilike-right { padding: 0px 1px 0 11px; }
.forum-post-rating .ilike-light .bx-ilike-text { padding: 0; }
.forum-post-rating {float: right;padding-right: 10px; padding-top: 1px;}
/*div.forum-post-rating { float:right; display: inline-block;  padding-right:0.9em; vertical-align: middle;}
.forum-post-rating .ilike-light .bx-ilike-button,
.forum-post-rating .ilike-light .bx-ilike-right-wrap,
.forum-post-rating .ilike-light .bx-ilike-right,
.forum-post-rating .ilike-light .bx-ilike-left-wrap,
.forum-post-rating .ilike-light .bx-ilike-left,
.forum-post-rating .ilike-light .bx-ilike-text{
	vertical-align: middle!important;
	padding: 0 0 0 0!important;
	display: inline!important;}
.forum-post-rating .ilike-light .bx-ilike-right {padding-left:11px!important;}
.forum-post-rating .ilike-light .bx-ilike-right-wrap {margin-right:0;}
.forum-post-rating .ilike-light .bx-ilike-left-wrap {margin-left: 0.2em;}*/

.forum-post-attachment-files ul, .forum-post-attachment-files ul li {list-style-type: none; margin:0; padding:0;}

/* Spoiler */
table.forum-spoiler thead {
	cursor:pointer;
	cursor:hand;}
table.forum-spoiler thead div {
	padding-left: 15px; 
	background-image: url('/bitrix/templates/aspro_max/components/bitrix/forum/forum/styles/../images/plus.gif');
	background-position: left center;
	background-repeat: no-repeat; }
table.forum-spoiler thead.forum-spoiler-head-open div {
	background-image: url('/bitrix/templates/aspro_max/components/bitrix/forum/forum/styles/../images/minus.gif');}
/* /Spoiler */
td.forum-column-action, th.forum-column-action{width:5%}
/* Filter */
div.forum-filter-field{}
div.forum-filter-field label.forum-filter-field-title {display:inline-block; width:10em; height:2em; float:left;}
div.forum-filter-field span.forum-filter-field-item{ display:inline-block; height:2em; float:left;}
div.forum-filter-field span.forum-filter-field-item label{float:none;}
div.forum-filter-field span.forum-filter-field-item input {padding: 0; margin: 0;}
div.forum-filter-field div.forum-clear-float { clear: both; }

div.forum-filter div.forums-selector-multiple span.forum-filter-field-item{height:5em;}
div.forum-filter div.forums-selector-multiple select{height:4.5em;}

div.forum-filter input.search-input{width:400px;}
div.forum-filter select{width:250px;}

div.forum-filter-footer input{margin:0.2em;}
/*/Filter */

table.palette{border:1px solid gray; background-color:gray; border-collapse:collapse;}
table.palette td{border:1px solid gray; width:10px; height:10px; padding:0px; margin:0;}
table.palette td img{width:10px; height:10px; border:none; padding:0px; margin:0;}

/* Popups */
div.forum-popup-postform {
	width:502px;
	padding:0px; 
	margin:0;
	overflow:hidden; 
	color:black;}
div.forum-popup-postform table.forum-popup {
	border:1px solid gray;
	width:500px;
	background-color:white; 
	font-size:1em;
	cursor:default;}
div.forum-popup-postform table.forum-popup td {
	font-size:1em;
	border:none;
	background-color:white; 
	font-size:1em;}
div.forum-popup-postform table.forum-popup thead td {
	font-weight:bold;
	padding:0.5em 0.5em 0.1em 0.8em;
	font-size:1.1em;
	text-align:left;}
div.forum-popup-postform table.forum-popup thead td div.close{
	cursor:pointer;
	cursor:hand;
	background-image: url('/bitrix/templates/aspro_max/components/bitrix/forum/forum/styles/../images/close.gif');
	background-position: center center;
	background-repeat:no-repeat;
	overflow:hidden;
	width:13px;
	height:13px;
	float:right;}
div.forum-popup-postform table.forum-popup tbody td {padding:1em;}
div.forum-popup-postform table.forum-popup tbody td div.forum-field{width:100%;}
div.forum-popup-postform table.forum-popup tbody td div.forum-field span.title{width:100%; display:block;}
div.forum-popup-postform table.forum-popup tbody td div.forum-field input {width:95%;}
div.forum-popup-postform table.forum-popup tfoot td {padding:0.3em; text-align:center;}
/*/Popups */

/* Select with forums*/
select.forum-selector-single, select.forum-selector-multiple{width:250px;}
select.forum-selector-single optgroup, select.forum-selector-multiple optgroup{
	font-weight:normal;
	background:none;
	font-size:1em;
	font-style:normal;}
select.forum-selector-single option.active, select.forum-selector-multiple option.active {background-color:#DDDDDD;}
/* /Select*/

/* Pages User Profile */
div.forum-user-interests{float:none;clear:both;}
div.forum-user-information div.forum-user-photo{margin:10px;}
table.forum-post-table table.forum-table td{vertical-align:top;	padding:0.4em 1em;}

/* Tab controls*/
div.forum-tabs {margin:0; width: 760px; overflow: hidden;}
div.forum-tabs div {margin:0; padding:0;}
div.forum-tabs div.forum-tabs-header{float:left;position:relative;left:1px;top:20px;z-index:100;width:250px;display:block;}
div.forum-tabs-header div.forum-profile-edit-inner div.tab-container{cursor:hand;cursor:pointer;padding:1px 0px 1px 1px;
	border-right:1px solid auto; border-left:0px none; border-top:0px none; border-bottom:0px none;}
div.forum-tabs-header div.forum-profile-edit-inner div.tab-container div{padding:5px 0px 5px 9px;}
div.forum-tabs-header div.forum-profile-edit-inner div.tab-container-selected{border-width:1px; border-right:1px solid white;cursor:default;}
div.forum-tabs-header div.forum-profile-edit-inner div.tab-container-selected div{padding:4px 0px 4px 8px;font-weight:bold;}

div.forum-tabs div.forum-tabs-body{margin-left:220px;display:block;border:none;z-index:99;}
div.forum-tabs div.forum-tabs-body div.forum-info-box{border-width:1px; display:block;zoom:0;float:left;width:500px;}
div.forum-tabs div.forum-tabs-body div.forum-info-box div.forum-info-box-inner{padding:20px 0px;}

div.forum-tabs div.forum-tabs-body table.forum-table {width:97%;}
div.forum-tabs div.forum-tabs-body table.forum-table th {white-space:normal;text-align:right;width:40%;background:none;border:none;padding:2px;
	margin:0;vertical-align:top;}
div.forum-tabs div.forum-tabs-body table.forum-table td {text-align:left;background:none;border:none;padding:2px;margin:0;vertical-align:top;}
div.forum-tabs div.forum-tabs-body table.forum-table tr.header th {text-align:center;}
div.forum-user-edit-buttons{margin:10px 0px 0px 250px;}
/* Forum page */
span.forum-option-subscribe div.forum-header-box {
	white-space:nowrap;}
/* Search page */
div.tags-cloud{
	padding-bottom:1em;}
div.forum-search-block-container div.forum-info-box-last {margin-bottom: 0;}
/*/Search page */
/* PM */
div.forum-pm-progress-bar-out {
	width: 200px;
	margin: 0;
	padding: 1px;
	border: 1px solid;
	display: block;
	position: relative;
	top: 0;
	text-align: left;
	background-color: transparent;
	line-height: 10px;
	color: #DDDDDD;
}

div.forum-pm-progress-bar-out1 {
	width: 200px;
	padding: 0;
	margin: 0;
	display: block;
	position: relative;
	top: -12px;
}

div.forum-pm-progress-bar-in {
	padding: 0;
	font-size: 9px;
	background-color: #DDDDDD;
}

div.forum-pm-progress-bar-in1 {
	width: 100%;
	text-align: center;
	padding: 0;
	font-size: 9px;
	font-weight: normal;
}

tr.forum-pmessage-new td{font-weight:bold;}
span.forum-pmessage-action, span.forum-pmessage-move{float:left;}
div.forum-pmessage-navigation{float:right;}
span.forum-pmessage-recipient{white-space:nowrap;}
div.forum-info-box-pmsearch{ margin-bottom: 0; }
/*/PM */
div.forum-subscribes div {padding:0px 0px 0px 25px;}
div.forum-subscribes div.forum-group-buttons {padding:10px 0px 0px 0px;}
/* Votes */
div.forum-post-vote{margin-bottom:0;}
div.forum-post-vote ol.vote-items-list, div.forum-post-vote ol.vote-items-list li {border: none;}
div.forum-post-vote div.voting-form-box {border:none; }
div.forum-post-vote ol.vote-items-list, div.forum-post-vote ol.vote-items-list li {
	margin: 0; padding: 0; border: none; font-size: 100%; list-style-type: none;}
div.forum-post-vote ol.vote-items-list li.vote-question-item {
	padding-bottom: 0.55em;}
div.forum-post-vote ol.vote-items-list ol {
	padding-left: 1em;}
li.vote-question-item div.vote-item-question {
	font-weight:bold;}
li.vote-answer-item {
	padding-bottom: 0.24em!important;}

div.vote-answer-item {
	width:100%; margin:0; padding:0; border:none; 
	display:block; position:relative; text-align:left;}
div.vote-answer-item-bar-inner {
	padding:0; 
	position:absolute;
	top:0;}
div.vote-answer-item-title-inner {
	width:100%; 
	padding-left:0.55em; 
	margin:0; 
	position:relative;}
/* /Votes */
/* LHE */
.forum-reply-field .bxlhe-frame-table {margin-top: 1px;}
.forum-reply-field .feed-add-post-form{
	border:none;
	margin-bottom: 0!important;
	padding-bottom: 0!important;}
.forum-reply-field .feed-add-post-form-but-more, .forum-reply-field .feed-add-close-icon { display: none; }
.forum-reply-field .feed-add-post .bxlhe-editor-buttons {
	background:none;
	box-shadow:none;
	border-bottom:none;
	height:1.5em!important;
}
.forum-reply-field .feed-add-post .lhe-stat-toolbar-cont {
	padding: 0.56em 0 0.4em 0;
}
.forum-reply-field td.bxlhe-editor-cell {
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
	zoom:1;
}
.forum-reply-field td.lhe-resize-row {
	display:none;
}
.forum-reply-field .feed-add-post-form-but-wrap {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-radius:0 0 2px 2px;
	padding: 0!important;
	zoom:1;
}
/* LHE Download files */
.forum-reply-field .file-selectdialog .file-placeholder{
	margin-left: 66px;
}

.forum-reply-field .file-selectdialog .file-extended .file-selector {
	margin: 26px 0 19px;
	padding: 15px 3px 15px 90px;
	color: #888888;
	font-size: 14px;
	font-weight: normal;
}
.forum-reply-field .file-selectdialog .file-extended .file-selector:hover {
	padding: 12px 0 12px 87px;
}

.forum-reply-field .file-selectdialog {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: none;
	margin-bottom:0!important;
	margin-top:0.462em;
}
.forum-reply-field .file-selectdialog .file-label {
	left: 9px;
	top: 4px;
	color: #888888;
	padding-left: 22px;
}
.forum-reply-field .file-selectdialog .file-extended .file-load-img {background:url("/bitrix/templates/aspro_max/components/bitrix/forum/forum/styles/../images/loading-place-img.png") no-repeat 0 0;
	height:44px;
	left:18px;
	top:18px;
	position:absolute;
	width:50px;
}
.forum-reply-field .file-selectdialog .file-extended .file-selector:hover .file-load-img  {
	background-position:0 0;
	left:15px;
	top:15px;
}
.forum-reply-field .file-selectdialog .file-simple,
.forum-reply-field .file-selectdialog .file-extended {
	margin-left: 15px;
}
.forum-reply-field-upload{
	display: inline-block;
	transition: height 0.2s linear 0.2s;
	-moz-transition: height 0.2s linear 0.2s; /* Firefox 4 */
	-webkit-transition: height 0.2s linear 0.2s; /* Safari and Chrome */
	-o-transition: height 0.2s linear 0.2s; /* Opera */
	overflow: hidden;
	height: 20px;
}
.forum-reply-field-upload a{
	transition: opacity 0.2s;
	-moz-transition: opacity 0.2s; /* Firefox 4 */
	-webkit-transition: opacity 0.2s; /* Safari and Chrome */
	-o-transition: opacity 0.2s; /* Opera */
	opacity:1;
}
.forum-reply-field-upload-hover{
	height:0px;
}
.forum-reply-field-upload-hover a {
	opacity:0;
}
* html .forum-reply-field-upload-hover {
	display: none;
}
/* /LHE */

body.forum-popup-body{padding:1.51em; font-size:0.75em;}

#forum-login-form-window{display:none; border:1px solid #000; background:#F5F5ED; padding:10px; z-index:10000; position:absolute;
	top:10%; left:45%; width:200px; color: #454545;}
a.forum-new-message-marker{color:red!important; margin-left:3px; text-decoration:none;}
div.forum-error{color:red;}
div.forum-note{color:green;}

div.forum-legend-info div.forum-legend-item{float:left;width:15em;}
div.forum-legend-info div.forum-legend-item div.forum-icon{margin:0;}
div.forum-legend-info div.forum-legend-item div.forum-icon-container{float:left;width:auto;padding-right:10px;}
div.forum-legend-info div.forum-legend-item span{display:block; white-space:nowrap;}

div.forum-main-footer div.forum-rapid-access-items{float:right;width:300px;display:block;border:none;text-align:right}
div.forum-main-footer div.forum-search-input{float:left;}
div.forum-main-footer div.forum-rapid-access-items select.forum-selector-single{width:250px;}
div.forum-main-footer div.forum-legend-info{margin-right:1em;display:block;border:none;overflow:hidden;}

div.forum-first-post{margin-bottom: 1em;}

.forum-rss-rss1, .forum-rss-rss2, .forum-rss-atom {
	background-repeat:no-repeat; 
	width:80px !important; 
	height:15px  !important; 
	display:block;
	margin:0px 0px 0px 2px;
	padding:0px;
	overflow:hidden;
	border:none;
	text-decoration:none;
	float:left;
}
.forum-rss-rss1{background-image: url(/bitrix/templates/aspro_max/components/bitrix/forum/forum/styles/../images/rss1.gif);}
.forum-rss-rss2{background-image: url(/bitrix/templates/aspro_max/components/bitrix/forum/forum/styles/../images/rss2.gif);}
.forum-rss-atom{background-image: url(/bitrix/templates/aspro_max/components/bitrix/forum/forum/styles/../images/atom.gif);}
div.forum-user-description{margin-top:0.78em;}
table.forum-forum-list-part{margin-bottom:0;}
form.forum-form{padding:0;margin:0;}

.forum-reply-fields .feed-add-post-text .bxhtmled-button-translit {
	background: url(/bitrix/images/fileman/light_htmledit/lhe_iconkit.gif) -136px -38px no-repeat;
	margin: 9px 4px 3px 3px;
	width: 24px;
	height: 24px;
}
/* End */


/* Start:/bitrix/components/bitrix/forum.interface/templates/popup_image/style.css?1690245101230*/
div.forum-popup-image{}
div.forum-popup-image div.empty{
	background-image:url("/bitrix/components/bitrix/forum.interface/templates/popup_image/images/close.gif");
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	cursor:hand;
	width:14px;
	height:14px;
	margin:0px;}
/* End */


/* Start:/bitrix/components/bitrix/rating.result/templates/.default/style.css?1690245093298*/
/* Rating */

span.rating_result_up {

	background: transparent url(/bitrix/components/bitrix/rating.result/templates/.default/images/rating_up.gif) no-repeat center left; 
	padding-left: 7px;
	color: #289B00;
}
span.rating_result_down {

	background: transparent url(/bitrix/components/bitrix/rating.result/templates/.default/images/rating_down.gif) no-repeat center left; 
	padding-left: 7px;
	color: #CA0000;
}



/* End */


/* Start:/bitrix/components/bitrix/rating.vote/templates/like/style.css?169024509510931*/
.ilike-light .bx-ilike-button {color:#929292;  display:inline-block;  height:19px; position:relative;-moz-user-select: none; -khtml-user-select: none; user-select: none;}
.ilike-light .bx-ilike-left {display:inline-block; height:19px; vertical-align:top; width:10px;}
.ilike-light .bx-ilike-text { display:inline-block;  height:17px; padding:3px 0px 0;  cursor:pointer; }
* html .ilike-light .bx-ilike-text{height:19px;}
.ilike-light .bx-ilike-right-wrap {display:inline-block; height:19px;  cursor:default; margin-right: 3px; }
.ilike-light .bx-ilike-right {
	display:inline-block;
	height:17px;
	padding: 3px 1px 0 12px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEwIDEwIj4gIDxwYXRoIGZpbGw9IiNBN0FCQjAiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEuMDc1NTY0NzYsMTAgTDEuOTk0MzA2ODYsMTAgTDEuOTk0MzA2ODYsNC4wMzg1MTg4MSBMMCw0LjAzODUxODgxIEwxLjA3NTU2NDc2LDEwIFogTTkuNTQ3MTExMTgsNC4wMjU2MTMwMiBMNi45MDU5OTU0Miw0LjAyNTYxMzAyIEM2Ljc3MzAzNTc4LDMuNzM5NDAxMjcgNi43NjI1MTUxMSwzLjM5ODY3NDY3IDYuODc3NDg3NzcsMy4xMDIzNTI4MiBDNy4wNDgzMTQ5NSwyLjQ3MTA1NTIgNy4wNjc3MTQyMSwxLjc5ODQ3NjIyIDYuOTMzNjM5MiwxLjE1NTU2NDM4IEM2LjgyMTQ1NzgxLDAuNTY2MDQwNTA0IDYuNDEzMTYzOTksMC4xMTA5MDc1NzUgNS44OTY5OTc0MSwwIEM1LjY3NjUxMDk3LDAuMDM2ODA1MzIxMiA1LjQ4NjU4MTI3LDAuMTk3NzExNTA2IDUuMzkwNzcwNjgsMC40Mjg4NjkyNTQgTDUuMzkwNzcwNjgsMS44ODEyNjY3NSBDNC45ODgwMDY3NiwyLjc4NzM1MjUzIDQuMjQ1ODQ5NTcsMy42NTgzMzg5MyAzLjczMjQxNDY2LDQuNDg3MjQzMTMgQzMuNTU5NjQxMDMsNC41MjA5OTY3MiAyLjg5MTAwNzA5LDQuNjIwMjcyMDEgMi44OTEwMDcwOSw0LjYyMDI3MjAxIEwyLjg5MTAwNzA5LDkuMTc1MDIyMzQgTDMuMDg2MjQxMjksOS4xNzUwMjIzNCBDMy42MzUyMjIzOSw5LjUwNzY0Nzg3IDQuMjA4NzY5ODEsOS43ODM3MTk4NSA0LjgwMDE1NTcsMTAgTDguMzQyMDE1MTEsMTAgQzguNjUxNzQ4NTYsOS45MDQxMTk0MyA4Ljg2MjExMzc2LDkuNTc0MDg0NDggOC44NDgyNDE4NSw5LjIwNTc5NzY4IEM4LjgzNzMxNTEzLDguOTMzNzAwNzggOC43MjQ1NTI4Nyw4LjY4MDMyMDg2IDguNTM4OTc3MDUsOC41MTA4NzA2NCBDOC45Mzc1MTc5Niw4LjQ5Njk3MjggOS4yNjM4ODYwNCw4LjE0MjM5MzQzIDkuMjk4MzE3MTYsNy42ODU4OTI5OCBDOS4yNDk5NTg2OCw3LjQzOTI5MjY2IDkuMTE4MTYxNzcsNy4yMjQ5NjE4OCA4LjkzMjAzNzA2LDcuMDkwMjQxMjQgQzkuMzAzMDE5ODgsNy4wMTkxNzY5MSA5LjU4MjUzNTIxLDYuNjYzODIyMSA5LjYwNjcxODA4LDYuMjMyNTAyNzMgQzkuNTc3OTY3NzcsNS45OTAyMzMzIDkuNDg4ODY1NzMsNS43NjI2ODc1OCA5LjM1MDE0OTI0LDUuNTc3Mjg1ODEgQzkuNjk4OTA3NDEsNS41MTY0MTg3NCA5Ljk2NjAwMzUyLDUuMTg4OTU1NTIgOS45OTYzMjI2Miw0Ljc4NTA2OSBDMTAuMDI5MTc5OCw0LjQzOTQ5Nzk2IDkuODM4ODEyMzMsNC4xMTc2NTQ2MiA5LjU0NzExMTE4LDQuMDI1NjEzMDIgWiIvPjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0);
	background-attachment: scroll;
	background-size: 10px 10px;
	background-position: 0 5px;
}
.feed-inform-ilike .ilike-light .bx-ilike-right,
.feed-com-informers-bottom .ilike-light .bx-ilike-right{
	background-position: 0 0;
}

.ilike-light .bx-you-like .bx-ilike-right {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEwIDEwIj4gIDxwYXRoIGZpbGw9IiNGOEE3MEQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEuMDc1NTY0NzYsMTAgTDEuOTk0MzA2ODYsMTAgTDEuOTk0MzA2ODYsNC4wMzg1MTg4MSBMMCw0LjAzODUxODgxIEwxLjA3NTU2NDc2LDEwIFogTTkuNTQ3MTExMTgsNC4wMjU2MTMwMiBMNi45MDU5OTU0Miw0LjAyNTYxMzAyIEM2Ljc3MzAzNTc4LDMuNzM5NDAxMjcgNi43NjI1MTUxMSwzLjM5ODY3NDY3IDYuODc3NDg3NzcsMy4xMDIzNTI4MiBDNy4wNDgzMTQ5NSwyLjQ3MTA1NTIgNy4wNjc3MTQyMSwxLjc5ODQ3NjIyIDYuOTMzNjM5MiwxLjE1NTU2NDM4IEM2LjgyMTQ1NzgxLDAuNTY2MDQwNTA0IDYuNDEzMTYzOTksMC4xMTA5MDc1NzUgNS44OTY5OTc0MSwwIEM1LjY3NjUxMDk3LDAuMDM2ODA1MzIxMiA1LjQ4NjU4MTI3LDAuMTk3NzExNTA2IDUuMzkwNzcwNjgsMC40Mjg4NjkyNTQgTDUuMzkwNzcwNjgsMS44ODEyNjY3NSBDNC45ODgwMDY3NiwyLjc4NzM1MjUzIDQuMjQ1ODQ5NTcsMy42NTgzMzg5MyAzLjczMjQxNDY2LDQuNDg3MjQzMTMgQzMuNTU5NjQxMDMsNC41MjA5OTY3MiAyLjg5MTAwNzA5LDQuNjIwMjcyMDEgMi44OTEwMDcwOSw0LjYyMDI3MjAxIEwyLjg5MTAwNzA5LDkuMTc1MDIyMzQgTDMuMDg2MjQxMjksOS4xNzUwMjIzNCBDMy42MzUyMjIzOSw5LjUwNzY0Nzg3IDQuMjA4NzY5ODEsOS43ODM3MTk4NSA0LjgwMDE1NTcsMTAgTDguMzQyMDE1MTEsMTAgQzguNjUxNzQ4NTYsOS45MDQxMTk0MyA4Ljg2MjExMzc2LDkuNTc0MDg0NDggOC44NDgyNDE4NSw5LjIwNTc5NzY4IEM4LjgzNzMxNTEzLDguOTMzNzAwNzggOC43MjQ1NTI4Nyw4LjY4MDMyMDg2IDguNTM4OTc3MDUsOC41MTA4NzA2NCBDOC45Mzc1MTc5Niw4LjQ5Njk3MjggOS4yNjM4ODYwNCw4LjE0MjM5MzQzIDkuMjk4MzE3MTYsNy42ODU4OTI5OCBDOS4yNDk5NTg2OCw3LjQzOTI5MjY2IDkuMTE4MTYxNzcsNy4yMjQ5NjE4OCA4LjkzMjAzNzA2LDcuMDkwMjQxMjQgQzkuMzAzMDE5ODgsNy4wMTkxNzY5MSA5LjU4MjUzNTIxLDYuNjYzODIyMSA5LjYwNjcxODA4LDYuMjMyNTAyNzMgQzkuNTc3OTY3NzcsNS45OTAyMzMzIDkuNDg4ODY1NzMsNS43NjI2ODc1OCA5LjM1MDE0OTI0LDUuNTc3Mjg1ODEgQzkuNjk4OTA3NDEsNS41MTY0MTg3NCA5Ljk2NjAwMzUyLDUuMTg4OTU1NTIgOS45OTYzMjI2Miw0Ljc4NTA2OSBDMTAuMDI5MTc5OCw0LjQzOTQ5Nzk2IDkuODM4ODEyMzMsNC4xMTc2NTQ2MiA5LjU0NzExMTE4LDQuMDI1NjEzMDIgWiIvPjwvc3ZnPg==);
}
* html .ilike-light .bx-ilike-right {width:16px;}
.ilike-light .bx-you-like .bx-ilike-left {}
.ilike-light .bx-you-like .bx-ilike-text {}
.ilike-light .bx-you-like .bx-ilike-right-wrap {}
.ilike-light .bx-ilike-button-hover .bx-you-like .bx-ilike-left {}
.ilike-light .bx-ilike-button-hover .bx-you-like .bx-ilike-text {}
.ilike-light .bx-ilike-button-disable { cursor:default;}
.ilike-light .bx-ilike-button-disable .bx-ilike-left {background-position:0 -39px;}
.bx-ilike-icon {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEwIDEwIj4gIDxwYXRoIGZpbGw9IiNBN0FCQjAiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEuMDc1NTY0NzYsMTAgTDEuOTk0MzA2ODYsMTAgTDEuOTk0MzA2ODYsNC4wMzg1MTg4MSBMMCw0LjAzODUxODgxIEwxLjA3NTU2NDc2LDEwIFogTTkuNTQ3MTExMTgsNC4wMjU2MTMwMiBMNi45MDU5OTU0Miw0LjAyNTYxMzAyIEM2Ljc3MzAzNTc4LDMuNzM5NDAxMjcgNi43NjI1MTUxMSwzLjM5ODY3NDY3IDYuODc3NDg3NzcsMy4xMDIzNTI4MiBDNy4wNDgzMTQ5NSwyLjQ3MTA1NTIgNy4wNjc3MTQyMSwxLjc5ODQ3NjIyIDYuOTMzNjM5MiwxLjE1NTU2NDM4IEM2LjgyMTQ1NzgxLDAuNTY2MDQwNTA0IDYuNDEzMTYzOTksMC4xMTA5MDc1NzUgNS44OTY5OTc0MSwwIEM1LjY3NjUxMDk3LDAuMDM2ODA1MzIxMiA1LjQ4NjU4MTI3LDAuMTk3NzExNTA2IDUuMzkwNzcwNjgsMC40Mjg4NjkyNTQgTDUuMzkwNzcwNjgsMS44ODEyNjY3NSBDNC45ODgwMDY3NiwyLjc4NzM1MjUzIDQuMjQ1ODQ5NTcsMy42NTgzMzg5MyAzLjczMjQxNDY2LDQuNDg3MjQzMTMgQzMuNTU5NjQxMDMsNC41MjA5OTY3MiAyLjg5MTAwNzA5LDQuNjIwMjcyMDEgMi44OTEwMDcwOSw0LjYyMDI3MjAxIEwyLjg5MTAwNzA5LDkuMTc1MDIyMzQgTDMuMDg2MjQxMjksOS4xNzUwMjIzNCBDMy42MzUyMjIzOSw5LjUwNzY0Nzg3IDQuMjA4NzY5ODEsOS43ODM3MTk4NSA0LjgwMDE1NTcsMTAgTDguMzQyMDE1MTEsMTAgQzguNjUxNzQ4NTYsOS45MDQxMTk0MyA4Ljg2MjExMzc2LDkuNTc0MDg0NDggOC44NDgyNDE4NSw5LjIwNTc5NzY4IEM4LjgzNzMxNTEzLDguOTMzNzAwNzggOC43MjQ1NTI4Nyw4LjY4MDMyMDg2IDguNTM4OTc3MDUsOC41MTA4NzA2NCBDOC45Mzc1MTc5Niw4LjQ5Njk3MjggOS4yNjM4ODYwNCw4LjE0MjM5MzQzIDkuMjk4MzE3MTYsNy42ODU4OTI5OCBDOS4yNDk5NTg2OCw3LjQzOTI5MjY2IDkuMTE4MTYxNzcsNy4yMjQ5NjE4OCA4LjkzMjAzNzA2LDcuMDkwMjQxMjQgQzkuMzAzMDE5ODgsNy4wMTkxNzY5MSA5LjU4MjUzNTIxLDYuNjYzODIyMSA5LjYwNjcxODA4LDYuMjMyNTAyNzMgQzkuNTc3OTY3NzcsNS45OTAyMzMzIDkuNDg4ODY1NzMsNS43NjI2ODc1OCA5LjM1MDE0OTI0LDUuNTc3Mjg1ODEgQzkuNjk4OTA3NDEsNS41MTY0MTg3NCA5Ljk2NjAwMzUyLDUuMTg4OTU1NTIgOS45OTYzMjI2Miw0Ljc4NTA2OSBDMTAuMDI5MTc5OCw0LjQzOTQ5Nzk2IDkuODM4ODEyMzMsNC4xMTc2NTQ2MiA5LjU0NzExMTE4LDQuMDI1NjEzMDIgWiIvPjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: rgba(0, 0, 0, 0);
	background-size: cover;
	width: 10px;
	height: 10px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: -3px;
}
.bx-ilike-icon.bx-ilike-icon-orange {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEwIDEwIj4gIDxwYXRoIGZpbGw9IiNGOEE3MEQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEuMDc1NTY0NzYsMTAgTDEuOTk0MzA2ODYsMTAgTDEuOTk0MzA2ODYsNC4wMzg1MTg4MSBMMCw0LjAzODUxODgxIEwxLjA3NTU2NDc2LDEwIFogTTkuNTQ3MTExMTgsNC4wMjU2MTMwMiBMNi45MDU5OTU0Miw0LjAyNTYxMzAyIEM2Ljc3MzAzNTc4LDMuNzM5NDAxMjcgNi43NjI1MTUxMSwzLjM5ODY3NDY3IDYuODc3NDg3NzcsMy4xMDIzNTI4MiBDNy4wNDgzMTQ5NSwyLjQ3MTA1NTIgNy4wNjc3MTQyMSwxLjc5ODQ3NjIyIDYuOTMzNjM5MiwxLjE1NTU2NDM4IEM2LjgyMTQ1NzgxLDAuNTY2MDQwNTA0IDYuNDEzMTYzOTksMC4xMTA5MDc1NzUgNS44OTY5OTc0MSwwIEM1LjY3NjUxMDk3LDAuMDM2ODA1MzIxMiA1LjQ4NjU4MTI3LDAuMTk3NzExNTA2IDUuMzkwNzcwNjgsMC40Mjg4NjkyNTQgTDUuMzkwNzcwNjgsMS44ODEyNjY3NSBDNC45ODgwMDY3NiwyLjc4NzM1MjUzIDQuMjQ1ODQ5NTcsMy42NTgzMzg5MyAzLjczMjQxNDY2LDQuNDg3MjQzMTMgQzMuNTU5NjQxMDMsNC41MjA5OTY3MiAyLjg5MTAwNzA5LDQuNjIwMjcyMDEgMi44OTEwMDcwOSw0LjYyMDI3MjAxIEwyLjg5MTAwNzA5LDkuMTc1MDIyMzQgTDMuMDg2MjQxMjksOS4xNzUwMjIzNCBDMy42MzUyMjIzOSw5LjUwNzY0Nzg3IDQuMjA4NzY5ODEsOS43ODM3MTk4NSA0LjgwMDE1NTcsMTAgTDguMzQyMDE1MTEsMTAgQzguNjUxNzQ4NTYsOS45MDQxMTk0MyA4Ljg2MjExMzc2LDkuNTc0MDg0NDggOC44NDgyNDE4NSw5LjIwNTc5NzY4IEM4LjgzNzMxNTEzLDguOTMzNzAwNzggOC43MjQ1NTI4Nyw4LjY4MDMyMDg2IDguNTM4OTc3MDUsOC41MTA4NzA2NCBDOC45Mzc1MTc5Niw4LjQ5Njk3MjggOS4yNjM4ODYwNCw4LjE0MjM5MzQzIDkuMjk4MzE3MTYsNy42ODU4OTI5OCBDOS4yNDk5NTg2OCw3LjQzOTI5MjY2IDkuMTE4MTYxNzcsNy4yMjQ5NjE4OCA4LjkzMjAzNzA2LDcuMDkwMjQxMjQgQzkuMzAzMDE5ODgsNy4wMTkxNzY5MSA5LjU4MjUzNTIxLDYuNjYzODIyMSA5LjYwNjcxODA4LDYuMjMyNTAyNzMgQzkuNTc3OTY3NzcsNS45OTAyMzMzIDkuNDg4ODY1NzMsNS43NjI2ODc1OCA5LjM1MDE0OTI0LDUuNTc3Mjg1ODEgQzkuNjk4OTA3NDEsNS41MTY0MTg3NCA5Ljk2NjAwMzUyLDUuMTg4OTU1NTIgOS45OTYzMjI2Miw0Ljc4NTA2OSBDMTAuMDI5MTc5OCw0LjQzOTQ5Nzk2IDkuODM4ODEyMzMsNC4xMTc2NTQ2MiA5LjU0NzExMTE4LDQuMDI1NjEzMDIgWiIvPjwvc3ZnPg==);
}
.ilike-light .bx-ilike-button-disable .bx-ilike-text {}
.ilike-light .bx-ilike-button-disable .bx-ilike-right-wrap {}
.ilike-light .bx-ilike-button-disable .bx-ilike-right {}
.ilike-light .bx-ilike-button-hover .bx-ilike-left {}
.ilike-light .bx-ilike-button-hover .bx-ilike-text {}
.ilike-light .bx-ilike-button-hover .bx-ilike-right-wrap {}
.ilike-light .bx-ilike-button-hover .bx-ilike-right {}
.rating_vote_graphic { display: none!important;}
.rating_vote_text { display: inline-block!important; }
.ilike-light .bx-ilike-plus-one { display: inline-block; position: absolute; padding: 4px; background-color: #929292;color: #fff;-webkit-animation: likeLightPlusOne 1.5s 1;-moz-animation: likeLightPlusOne 1.5s 1;border-radius: 16px;line-height: 5px;font-size: 10px;opacity: 0;width: 12px;height: 10px;}
@-webkit-keyframes likeLightPlusOne { 0% {  opacity: 0;} 40% { opacity: 1; } 60% {  opacity: 1; } 100% {  opacity: 0; }}
@-moz-keyframes likeLightPlusOne { 0% {  opacity: 0;} 40% { opacity: 1; } 60% {  opacity: 1; } 100% {  opacity: 0; }}


/*.ilike-light .bx-you-like ~ .bx-ilike-left-wrap .bx-ilike-text,*/
.ilike-light .bx-you-like .bx-ilike-right { color: #ca8400;}

.feed-post-informers .ilike-light .bx-ilike-right-wrap .bx-ilike-right,
.feed-post-informers .ilike-light .bx-ilike-right-wrap.bx-you-like .bx-ilike-right {
	background-position: 0 0;
}

.feed-com-informers .ilike-light .bx-ilike-right-wrap .bx-ilike-right,
.feed-com-informers .ilike-light .bx-ilike-right-wrap.bx-you-like .bx-ilike-right
{
	background-position: 0 1px;
}

.feed-com-informers .bx-like-anim a:hover, .feed-inform-comments .bx-like-anim a:hover, .feed-inform-ilike .bx-like-anim a:hover,
.feed-com-informers .bx-like-anim a, .feed-inform-comments .bx-like-anim a, .feed-inform-ilike .bx-like-anim a {
	border-bottom: none;
	-webkit-transition: none;
	transition: none;
}

/* End */


/* Start:/bitrix/components/bitrix/main.post.form/templates/.default/style.css?174193544230089*/
/*region Editor toolbar  */
.main-post-form-toolbar {
	position: relative;
	display: flex;
	background-color: #fff;
	padding: 0 14px;
}

.main-post-form-toolbar-buttons {
	flex: 1;
	height: 41px;
	overflow: hidden;
	text-align: left;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	box-sizing: border-box;
	align-items: center;
	display: flex;
}

.main-post-form-toolbar-buttons .tasks-task-mpf-link {
	position: static;
	margin-right: 0;
	opacity: 1;
}

.main-post-form-toolbar-buttons-container {
	background-attachment: scroll;
	background-clip: border-box;
	border-collapse: separate;
	padding: 0;
	text-align: left;
	user-select: none;
	overflow: hidden;
	position: relative;
	height: 27px;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.main-post-form-toolbar-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	margin: 0 29px 0 0;
	height: 27px;
	font: 13px/20px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #515E68;
	text-align: left;
	transition: opacity .3s;
	opacity: .5;
	user-select: none;
	cursor: pointer;
}

.main-post-form-toolbar-button-copilot {
	color: #8d52ec;
}

.main-post-form-toolbar-button-file {
	position: relative;
}

.main-post-form-toolbar-button .ui-counter {
	position: absolute;
	height: 10px;
}

.main-post-form-toolbar-button .ui-counter-inner {
	padding: 0 4px;
	min-width: 15px;
	font: 8px/var(--ui-counter-current-size) var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.main-post-form-toolbar-button[data-bx-button-status="active"] {

}

#bx-b-mention-blogPostForm {
	display: flex;
}

.main-post-form-toolbar-button[data-bx-button-status="active"],
.main-post-form-toolbar-button:hover:not(.disabled) {
	opacity: 1;
}

.main-post-form-toolbar span[data-bx-role="trash"] {
	display: none;
}
.main-post-form-toolbar div[data-bx-files-count="0"][data-id="file"] div.ui-counter {
	display: none;
}

.main-post-form-toolbar-button-more {
	position: relative;
	margin: 0;
	width: 20px;
	min-width: 20px;
	height: 20px;
	color: #545c6a;
	order: 2;
	margin-left: auto!important;
	background: url("data:image/svg+xml,%3Csvg width='16' height='4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 0a2 2 0 110 4 2 2 0 010-4zm6 0a2 2 0 110 4 2 2 0 010-4zm6 0a2 2 0 110 4 2 2 0 010-4z' fill='%23525C69' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat;
	background-size: 16px 4px;
}

.main-post-form-toolbar-button .feed-add-videomessage {
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg width='19' height='11' viewBox='0 0 19 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.2126 0.683544C10.3216 0.227848 8.43017 0 6.53838 0C4.63895 0 2.70133 0.229691 0.725512 0.689074C0.301168 0.787735 0 1.17442 0 1.62053V9.24979C0 9.68146 0.282421 10.0595 0.688928 10.1719C2.57686 10.694 4.46543 10.9551 6.35462 10.9551C8.25427 10.9551 10.2127 10.6911 12.2299 10.1632C12.6425 10.0552 12.9311 9.67427 12.9311 9.23776V1.61327C12.9311 1.16997 12.6336 0.784944 12.2126 0.683544ZM18.7492 1.01058C18.7492 0.975848 18.7431 0.941407 18.731 0.908937C18.6763 0.760988 18.5149 0.686557 18.3706 0.742692L14.1534 2.38317C14.0449 2.4254 13.9731 2.53203 13.9731 2.65106V7.82929C13.9731 7.94832 14.0449 8.05495 14.1534 8.09718L18.3706 9.73766C18.4023 9.74998 18.4359 9.7563 18.4698 9.7563C18.6241 9.7563 18.7492 9.62802 18.7492 9.46978V1.01058ZM6.4115 7.95508C7.79221 7.95508 8.9115 6.83579 8.9115 5.45508C8.9115 4.07437 7.79221 2.95508 6.4115 2.95508C5.03079 2.95508 3.9115 4.07437 3.9115 5.45508C3.9115 6.83579 5.03079 7.95508 6.4115 7.95508Z' fill='%23C9CDD3'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center left;
	margin-top: 0;
	padding-left: 23px;
	font: 13px/20px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #525c69;
}

.main-post-form-toolbar-button .bxhtmled-top-bar-btn {
	display: none;
}

.feed-add-post-text .bxhtmled-top-bar-wrap {
	margin-left: 10px;
	margin-right: 10px;
}

.feed-add-post-text .bxhtmled-top-bar-btn {
	margin: 6px 1px 0 0;
	width: 30px;
	height: 30px;
}

.feed-add-post-text .bxhtmled-top-bar-color .bxhtmled-top-bar-btn-text {
	margin: 7px auto 0 9px;
}

.bxhtmled-more-cnt .bxhtmled-top-bar-color .bxhtmled-top-bar-btn-text {
	margin: 7px auto 0 9px !important;
}

.bxhtmled-popup .bxhtmled-top-bar-select,
.feed-add-post-text .bx-html-editor .bxhtmled-top-bar-select {
	font-size: 14px;
	height: 30px;
	color: #525C69;
	width: 89px!important;
	margin: 6px 7px 0 4px;
	background: #FFFFFF;
	border: 1px solid #C6CDD3;
	box-sizing: border-box;
	border-radius: var(--ui-field-border-radius, 2px);
	padding: 4px 16px 0 9px;
	transition: .2s;
}

.bxhtmled-popup .bxhtmled-top-bar-select {
	margin-top: 0;
}

.bxhtmled-popup .bxhtmled-top-bar-select:hover,
.feed-add-post-text .bx-html-editor .bxhtmled-top-bar-select:hover {
	border: 1px solid rgba(82,92,105,.7);
}

.bxhtmled-popup .bxhtmled-top-bar-select:before,
.feed-add-post-text .bxhtmled-top-bar-select:before {
	background: none;
	width: 5px;
	height: 5px;
	border-left: 2px solid #828B95;
	border-bottom: 2px solid #828B95;
	transform: rotate(-45deg);
	right: 11px;
	top: 9px;
}

.feed-add-post-text .bxhtmled-top-bar-separator {
	border: none;
	margin: 10px 10px 0px 9px;
	background-color: rgba(130,139,149,.2);
	height: 20px;
}






.main-post-form-toolbar-button i {
	display: none;
	transition: opacity .2s linear;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	margin-right: 3px;
	/*margin-top: 13px;*/
	height: 20px;
	opacity: 0.5;
	width: 20px;
	float: left;
	position: relative;
}

.main-post-form-toolbar-popup .main-post-form-toolbar-button {
	display: block;
	padding: 10px 0;
}

.main-post-form-toolbar-button[id="mpf-copilot-blogPostForm"] {
	margin-left: 8px;
}

.main-post-form-toolbar-button[data-id="copilot"] i {
	display: inline-block;
	opacity: unset;
	width: 24px;
	height: 24px;
	--ui-icon-set__icon-color: #8d52ec;
}

.main-post-form-toolbar-button[data-id="file"] i {
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.258 6.285a.58.58 0 00.003-.817c-1.24-1.254-2.61-2.608-3.865-3.861-2.142-2.143-5.647-2.143-7.79 0-2.142 2.142-2.142 5.647 0 7.79l5.37 5.369a4.138 4.138 0 005.843 0 4.138 4.138 0 000-5.842l-4.721-4.72a2.75 2.75 0 00-3.895 0 2.75 2.75 0 000 3.894l3.085 3.085a.58.58 0 00.821 0l.477-.477a.58.58 0 000-.822L5.501 6.8a.909.909 0 010-1.299.909.909 0 011.299 0l4.72 4.721a2.296 2.296 0 01-3.245 3.246l-5.37-5.37a3.683 3.683 0 010-5.193 3.683 3.683 0 015.193 0c1.26 1.26 2.558 2.58 3.862 3.866a.58.58 0 00.816-.004l.482-.482z' fill='%23525C69' fill-rule='evenodd'/%3E%3C/svg%3E");
	background-position: 3px 1px;
}

.main-post-form-toolbar-button[data-id="mention"] i {
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.843 16.724c-2.32 0-4.208-.676-5.662-2.027C.727 13.33 0 11.444 0 9.035c0-2.394.778-4.37 2.335-5.926C3.892 1.552 5.801.773 8.063.773c2.189 0 3.958.64 5.31 1.917 1.35 1.278 2.026 2.85 2.026 4.715 0 1.556-.41 2.864-1.233 3.921-.823 1.043-1.8 1.564-2.93 1.564-.397 0-.75-.117-1.058-.352a1.403 1.403 0 01-.55-.948c-.588.926-1.447 1.388-2.578 1.388-.94 0-1.704-.345-2.291-1.035-.588-.69-.882-1.601-.882-2.732 0-1.16.375-2.21 1.124-3.15.764-.94 1.718-1.41 2.864-1.41 1.013 0 1.74.426 2.18 1.278l.121-.679a.38.38 0 01.374-.313h1.185a.38.38 0 01.373.45l-.62 3.273c-.206 1.102-.309 1.777-.309 2.027 0 .367.125.55.375.55.5 0 .955-.38 1.366-1.145.426-.763.639-1.652.639-2.665 0-1.396-.485-2.549-1.454-3.46-.97-.924-2.284-1.387-3.944-1.387-1.792 0-3.26.624-4.406 1.873C2.6 5.686 2.027 7.22 2.027 9.057c0 1.85.521 3.29 1.564 4.318 1.043 1.028 2.49 1.542 4.34 1.542.732 0 1.434-.06 2.106-.181.278-.05.527.198.462.473l-.262 1.112a.37.37 0 01-.312.284 16.28 16.28 0 01-2.082.119zm-.463-5.64c.632 0 1.146-.28 1.542-.837a3.144 3.144 0 00.617-1.873c0-.558-.132-.999-.396-1.322-.265-.338-.632-.507-1.102-.507-.631 0-1.153.265-1.564.794-.411.528-.617 1.16-.617 1.894 0 .558.132 1.006.397 1.344.279.338.653.507 1.123.507z' fill='%23525C69' fill-rule='evenodd'/%3E%3C/svg%3E");
	background-position: 2px 1px;
	height: 18px;
}

.main-post-form-toolbar-button[data-id="search-tag"] i {
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 0a.926.926 0 0 1 .923.997L4.77 3h2.999L7.929.923A1 1 0 0 1 8.926 0H9a.926.926 0 0 1 .923.997L9.77 3h.96a1 1 0 1 1 0 2H9.615l-.231 3H10a1 1 0 0 1 0 2h-.769l-.16 2.077a1 1 0 0 1-.997.923H8a.926.926 0 0 1-.923-.997L7.23 10H4.231l-.16 2.077a1 1 0 0 1-.997.923H3a.926.926 0 0 1-.923-.997L2.23 10H1a1 1 0 0 1 0-2h1.383l.231-3h-.885a1 1 0 1 1 0-2h1.039L2.929.923A1 1 0 0 1 3.926 0H4Zm3.384 8 .23-3H4.615l-.231 3h3Z' fill='%23525C69' fill-rule='evenodd'/%3E%3C/svg%3E");
	background-position: 4px 4px;
}

.main-post-form-toolbar-button[data-id="quote"] i {
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.598.824c.78 0 1.411.632 1.411 1.411V6.28c0 .84-.135 2.882-1.152 4.497-.635 1.007-1.81 1.682-3.527 2.026a.3.3 0 01-.359-.297l.01-1.238a.7.7 0 01.456-.65c.833-.31 1.467-.786 1.902-1.428.455-.672.465-1.941.465-2.418H8.41C7.631 6.772 7 6.141 7 5.362V2.234c0-.78.632-1.411 1.411-1.411h3.187zm-7 0c.78 0 1.411.632 1.411 1.411V6.28c0 .84-.135 2.882-1.152 4.497-.635 1.007-1.81 1.682-3.527 2.026a.3.3 0 01-.359-.297l.01-1.238a.7.7 0 01.456-.65c.833-.31 1.467-.786 1.902-1.428.455-.672.465-1.941.465-2.418H1.41C.631 6.772 0 6.141 0 5.362V2.234C0 1.455.632.824 1.411.824h3.187z' fill='%23525C69' fill-rule='evenodd'/%3E%3C/svg%3E");
	background-position: 5px 4px;
}

.main-post-form-toolbar-button[data-id="disk-document"] i {
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.212.77a1.3 1.3 0 01.972.436l2.802 3.153a1.3 1.3 0 01.329.864v9.2a1.3 1.3 0 01-1.3 1.3H1.3a1.3 1.3 0 01-1.3-1.3V2.07A1.3 1.3 0 011.3.77h6.912zm-.655 1.76H2.26a.5.5 0 00-.5.5v10.434a.5.5 0 00.5.5h7.796a.5.5 0 00.5-.5V5.777a1 1 0 00-.252-.664L8.305 2.865a1 1 0 00-.748-.336zm.285 5.891a.5.5 0 01.5.5v.76a.5.5 0 01-.5.5H3.645a.5.5 0 01-.5-.5v-.76a.5.5 0 01.5-.5h4.197zm0-3.253a.5.5 0 01.5.5v.76a.5.5 0 01-.5.5H3.645a.5.5 0 01-.5-.5v-.76a.5.5 0 01.5-.5h4.197z' fill='%23525C69' fill-rule='evenodd'/%3E%3C/svg%3E");
	background-position: 0 1px;
	width: 15px;
}

.main-post-form-toolbar-button[data-id="create-link"] i {
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.736 5.209c.217.217.402.454.554.705l-1.38 1.38a1.788 1.788 0 00-2.882-.897l-.108.1L3.085 9.33a1.788 1.788 0 002.42 2.628l.109-.1.965-.963c.763.407 1.5.571 2.213.493l-1.76 1.759a3.7 3.7 0 01-5.234-5.234l2.705-2.705a3.7 3.7 0 015.233 0zm3.796-3.794a3.783 3.783 0 010 5.35l-2.589 2.588a3.783 3.783 0 01-5.905-.703l1.377-1.378a1.828 1.828 0 002.94.895l.11-.101 2.779-2.779A1.828 1.828 0 009.77 2.601l-.11.101-.94.939c-.775-.42-1.522-.596-2.239-.53l1.7-1.696a3.783 3.783 0 015.35 0z' fill='%23525C69' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.main-post-form-toolbar-button[data-id="video"] i {}

.main-post-form-toolbar-button[data-id="VideoMessage"] .feed-add-videomessage {
	position: relative;
	background: none;
}

.main-post-form-toolbar-button[data-id="VideoMessage"] .feed-add-videomessage:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	display: inline-block;
	width: 17px;
	height: 11px;
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5.773a1.5 1.5 0 011.5 1.5v7a1.5 1.5 0 01-1.5 1.5h-9a1.5 1.5 0 01-1.5-1.5v-7a1.5 1.5 0 011.5-1.5h9zm6.453 1.574A.5.5 0 0117 2.56v6.468a.5.5 0 01-.69.463l-2.69-1.106A1 1 0 0113 7.46V4.28a1 1 0 01.577-.907l2.711-1.266a.5.5 0 01.665.241z' fill='%23525C69' fill-rule='evenodd' opacity='.965'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 0;
	opacity: .5;
	transition: opacity .3s;
}

/*region Toolbar Additional*/

.feed-add-post-form-but-more {
	border-radius: 3px;
	border: 1px solid #fff;
	color: #7a808c;
	cursor: pointer;
	font-size: 12px;
	right: 11px;
	top: 0;
	padding: 1px 21px 1px 6px;
	position: absolute;
}

.feed-add-post-form-but-more:hover {
	border-top-color: #f1f1f1;
	border-left-color: #d8d8d8;
	border-right-color: #d8d8d8;
	border-bottom-color: #a9a9a9;
	box-shadow: 0 1px 1px -1px #d0d0d0;
	color: #4b5a6b;
}

.feed-add-post-form-but-more-act {
	box-shadow: none !important;
	border-color: #d9e4e7 !important;
}

.feed-add-post-form-but-arrow {
	background: url("/bitrix/components/bitrix/main.post.form/templates/.default/images/sprite_mpf_5.png") no-repeat -98px -49px;
	height: 4px;
	position: absolute;
	right: 6px;
	top: 10px;
	width: 7px;
}

.feed-add-post-form-but-more-open {
	align-self: center;
	margin-left: auto;
}

.feed-add-post-form-editor-btn,
.feed-add-post-form-title-btn {
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	display: inline-block;
	height: 25px;
	vertical-align: top;
	width: 25px;
	opacity: .5;
	transition: opacity .2s linear;
}

.feed-add-post-form-editor-btn {
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212%22%20height%3D%2212%22%3E%3Cpath%20fill%3D%22%23828B95%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3.947%206.938H7.46L5.751%202.024h-.038L3.947%206.938zM4.432%200h2.642l4.383%2011.72H9.056l-.998-2.917h-4.63l-1.07%202.916H0L4.432%200z%22%20opacity%3D%221%22/%3E%3C/svg%3E);
}

.feed-add-post-form-title-btn {
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2215%22%20height%3D%2212%22%3E%3Cpath%20fill%3D%22%23828B95%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14%200a1%201%200%20011%201v10a1%201%200%2001-1%201H1a1%201%200%2001-1-1V1a1%201%200%20011-1h13zm-1%206H2v4h11V6zm0-4H2v2h11V2z%22/%3E%3C/svg%3E);
}

.feed-add-post-form-editor-btn:hover, .feed-add-post-form-title-btn:hover,
.feed-add-post-form-btn-active.feed-add-post-form-editor-btn,
.feed-add-post-form-btn-active.feed-add-post-form-title-btn {
	opacity: 1;
}

/*endregion*/
/*endregion*/
/*region LHE Customization */
.feed-add-post .lhe-resize-row img {
	display: none;
}

.feed-add-post .bxlhe-editor-buttons {
	background: linear-gradient(top, #f9fbfb, #f4f8f8);
	background: -moz-linear-gradient(top, #f9fbfb, #f4f8f8);
	background: -o-linear-gradient(top, #f9fbfb, #f4f8f8);
	background: -ms-linear-gradient(top, #f9fbfb, #f4f8f8);
	background: -webkit-gradient(linear, left top, left bottom, from(#f9fbfb), to(#f4f8f8));
	box-shadow: 0 2px 2px -2px rgba(229, 229, 229, 0.9);
	border-bottom: 1px solid #e9eaeb;
	position: relative;
}

.feed-add-post .lhe-button-cont {
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	height: 21px;
	margin-left: 6px;
	vertical-align: top;
	width: 25px;
}

.feed-add-post .lhe-button-cont:hover {
	background-color: #dee1e5;
}

.feed-add-post .lhe-stat-toolbar-cont {
	border: 0;
	padding-top: 6px;
	position: relative;
}

.feed-add-post .lhe-button {
	border: 0;
}

.feed-add-post .lhe-button-over {
	background-color: #dee1e5;
}
.feed-add-post div.bx-html-editor {
	border-style: none !important;
	background-color: #fff;
}
.feed-add-post-edit-form .bx-html-editor .bxhtmled-toolbar-cnt {
	opacity: 0;
	height: 42px;
}


html.bx-ios.bx-ios-fix-frame-focus, html.bx-ios.bx-ios-fix-frame-focus iframe, .bx-ios.bx-ios-fix-frame-focus body {
	-webkit-overflow-scrolling: touch;
}

/*endregion*/
/*region Middle block  */
.feed-add-post-form {
	position: relative;
	background-color: #fff;
	overflow: hidden;
	zoom: 1;
}

.blog-comment-edit .feed-add-post-form {
	border-radius: 22px 22px 0 0;
}

.comments-form .feed-add-post-form {
	border-radius: 22px;
}

.feed-add-post-form:after {
	content: "";
	display: block;
	width: 1px;
	height: 1px;
	background: url("/bitrix/components/bitrix/main.post.form/templates/.default/images/waiter-button-light.gif") no-repeat 0 0;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
}


.feed-add-post-text {
	color: #bfbfbf;
	font-size: 17px;
	/*padding: 15px 10px 0 10px;*/
}

.feed-comments-block .feed-add-post-text {
	padding: 0;
}

/*DND*/
.feed-add-post-dnd-over {
	position: relative;
}
.feed-add-post-dnd-notice {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	text-align: center;
	display: none;
	background-color: white;
	border: 2px dashed #2fc6f6;
	font: 15px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	border-radius: 22px;
}
.feed-add-post-dnd-over .feed-add-post-dnd-notice {
	display: block;
	z-index: 300;
}
.feed-add-post-dnd-inner {
	height: 110px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.feed-add-post-dnd-icon {
	width: 37px;
	height: 45px;
	background: url("/bitrix/components/bitrix/main.post.form/templates/.default/images/sprite_mpf_5.png?5") no-repeat 0 -968px;
	display: block;
	margin: 0 auto 15px;
}

.feed-add-post-dnd-text {
	font-weight: var(--ui-font-weight-bold);
	font-size: 18px;
	color: rgba(83,92,105,0.7);
}

.feed-add-post-dnd-text span {
	font-size: 12px;
	display: block;
	margin-top: 8px;
}
.feed-add-post-dnd-over .bxu-file-input-over .diskuf-extended-overlay {
	display: none;
}

.feed-add-urpreview-wrap {
	margin-left: 18px;
}


/*endregion*/
/*region Bottom block*/
.feed-com-add-block .urlpreview.urlpreview__edit {
	padding: 0 13px 12px 18px;
}

.feed-add-post-buttons {
	display: none;
}

.feed-add-post-buttons.--no-wrap {
	white-space: nowrap;
}

.feed-add-post-buttons.--no-wrap > * {
	white-space: normal;
}

/*endregion*/
/*region Destination and Tags */
.feed-add-post-destination-block,
.feed-add-post-form-wrap .feed-add-post-tags-block {
	overflow: hidden;
	position: relative;
	padding: 20px;
}

.feed-add-post-tags-block {
	border-top: 1px solid #ebeded;
}

.feed-add-post-destination-block {
	border-top: 1px solid #ebeded;
}

.crm-feed li.feed-add-post-destination-block {
	list-style: none;
}

.feed-add-post-destination-title,
.feed-add-post-tags-title {
	color: #525c69;
	float: left;
	font-size: 14px;
	min-width: 55px;
	padding-left: 5px;
}

.feed-add-post-destination-block .feed-add-post-destination-title {
	margin-top: 11px;
}

.feed-add-post-dest-source {
	color: #1a60a9;
}

.feed-add-post-destination-wrap,
.feed-add-post-tags-wrap {
	border: 1px solid #e4e4e4;
	border-radius: 1px;
	overflow: hidden;
	padding: 7px 7px 1px;
	min-height: 36px !important;
}

.feed-add-post-destination-wrap-but {
	margin-top: -9px;
}

.feed-add-post-destination {
	border-radius: var(--ui-border-radius-3xs, 1px);
	font-size: 13px;
	display: inline-block;
	font-weight: var(--ui-font-weight-bold);
	margin: 0 6px 6px 0;
	height: 30px;
	line-height: 29px;
	overflow: hidden;
	padding: 0 30px 0 13px;
	position: relative;
	vertical-align: middle;
	z-index: 2;

	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

.feed-add-post-destination a:link,
.feed-add-post-destination a:visited,
.feed-add-post-destination a:active,
.feed-add-post-destination a:hover {
	text-decoration: none;
}

.feed-add-post-destination-wrap-but .feed-add-post-destination {
	margin: 9px 9px 0 0;
}

.feed-add-post-destination-wrap .feed-add-post-destination {
	padding-right: 30px;
}

.feed-add-post-destination .feed-add-post-del-but,
.feed-add-post-tags .feed-add-post-del-but {
	background: url("/bitrix/components/bitrix/main.post.form/templates/.default/images/sprite_mpf_5.png") no-repeat;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 30px;
	opacity: 0.6;
	position: absolute;
	width: 25px;
}

.feed-add-post-destination-hover .feed-add-post-del-but {
	opacity: 1;
}

.feed-add-post-destination:hover {
	text-decoration: none;
}

.feed-add-post-destination-all-users {
	background: #dbf188;
	color: #535c69 !important;
}

.feed-add-post-destination-all-users .feed-add-post-del-but {
	background-position: -24px -61px;
}

.feed-add-post-destination-hover.feed-add-post-destination-all-users {
	background-color: #b2e233;
}

.feed-add-post-destination-users {
	background-color: #bcedfc;
	color: #1f6ab5 !important;
}

.feed-add-post-destination-users .feed-add-post-del-but {
	background-position: -94px -61px;
}

.feed-add-post-destination-hover.feed-add-post-destination-users {
	background-color: #86e2ff;
}

.feed-add-post-destination-wrap .feed-add-post-destination-sonetgroups {
	background-color: #ADE7E4;
	color: #116F6B !important;
}

.feed-add-post-destination-sonetgroups .feed-add-post-del-but {
	background-position: -47px -61px;
}

.feed-add-post-destination-wrap .feed-add-post-destination-hover.feed-add-post-destination-sonetgroups {
	background-color: #8CDDDA;
}

.feed-add-post-destination-department,
.feed-add-post-destination-crm {
	background-color: #e2e3e5;
	color: #535c69 !important;
}

.feed-add-post-destination-department .feed-add-post-del-but,
.feed-add-post-destination-crm .feed-add-post-del-but {
	background-position: -70px -61px;
}

.feed-add-post-destination-hover.feed-add-post-destination-department,
.feed-add-post-destination-hover.feed-add-post-destination-crm {
	background-color: #cbccd0;
}

.feed-add-post-destination.feed-add-post-destination-extranet,
.feed-add-post-destination.feed-add-post-destination-email,
.feed-add-post-destination.feed-add-post-destination-crmemail {
	background-color: #ffec91;
	color: #a26b00;
	padding-left: 32px;
}


.feed-add-post-destination.feed-add-post-destination-extranet:before,
.feed-add-post-destination.feed-add-post-destination-email:before,
.feed-add-post-destination.feed-add-post-destination-crmemail:before {
	background: url("/bitrix/components/bitrix/main.post.form/templates/.default/images/sprite_mpf_5.png?1") no-repeat 0 -92px;
	content: "";
	height: 13px;
	position: absolute;
	width: 13px;
	left: 9px;
	top: 8px;
}

.feed-add-post-destination.feed-add-post-destination-crmemail:before {
	background: url("/bitrix/components/bitrix/main.post.form/templates/.default/images/icon-crmuser-block.png") no-repeat 0 0!important;
}

.feed-add-post-destination.feed-add-post-destination-email::before {
	background-position: -33px -92px;
}

.feed-add-post-destination.feed-add-post-destination-extranet .feed-add-post-del-but,
.feed-add-post-destination.feed-add-post-destination-email .feed-add-post-del-but,
.feed-add-post-destination.feed-add-post-destination-crmemail .feed-add-post-del-but {
	background-position: -113px -61px;
}

.feed-add-post-destination-hover.feed-add-post-destination-extranet,
.feed-add-post-destination-hover.feed-add-post-destination-email,
.feed-add-post-destination-hover.feed-add-post-destination-crmemail {
	background-color: #ffe25a;
}

.feed-add-destination-inp {
	background: #fff;
	border: none;
	color: #555;
	display: inline-block;
	font-size: 12px;
	font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	margin: 0 7px 7px 0;
	height: 30px;
	min-width: 108px;
	outline: none;
	padding: 0;
	vertical-align: middle;
}

.feed-add-destination-link,
.feed-add-post-tags-add {
	border-bottom: 1px solid transparent;
	color: #2067b0;
	cursor: pointer;
	display: inline-block;
	font-weight: var(--ui-font-weight-bold);
	font-size: 13px;
	margin: 7px 7px 7px 18px;
	line-height: 17px;
	text-decoration: none;
	vertical-align: top;
	position: relative;

	-webkit-transition: border-bottom-color 0.2s linear;
	transition: border-bottom-color 0.2s linear;
}

.feed-add-destination-link:before,
.feed-add-post-tags-add:before {
	background: url("/bitrix/components/bitrix/main.post.form/templates/.default/images/sprite_mpf_5.png") no-repeat -148px -481px;
	content: '';
	height: 8px;
	left: -14px;
	position: absolute;
	top: 5px;
	width: 8px;
}

.feed-add-destination-link:hover,
.feed-add-post-tags-add:hover {
	border-bottom: 1px solid;
	color: #2067b0;
}

.feed-add-destination-input-box {
	display: none;
}

.feed-add-post-tags-block {
	overflow: hidden;
}

.feed-add-post-tags-title {}

.feed-add-post-tags .feed-add-post-del-but {
	background-position: -69px -61px;
}

.feed-add-post-tags .feed-add-post-del-but:hover {
	opacity: 1;
}

.feed-add-post-destination-add {
	border-bottom: 1px #2067b0 dashed;
	color: #2067b0;
	display: inline-block;
	cursor: pointer;
	font-size: 12px;
	line-height: 12px;
	vertical-align: middle;
}

.feed-add-post-destination-add:hover {
	text-decoration: none;
}

.feed-add-post-tags-wrap {
	color: #5c6470;
	font-size: 12px;
	overflow: hidden;
}

.feed-add-post-tags-wrap-but {
	margin-top: -9px;
}

.feed-add-post-tags {
	background: #e8eff0;
	border-radius: 1px;
	display: inline-block;
	font-size: 13px;
	font-weight: var(--ui-font-weight-bold);
	height: 30px;
	line-height: 29px;
	margin: 0 7px 7px 0;
	vertical-align: middle;
	padding: 0 30px 0 10px;
	position: relative;
}

.feed-add-post-tags a:link, .feed-add-post-tags a:visited, .feed-add-post-tags a:active, .feed-add-post-tags a:hover {
	text-decoration: none;
}

.feed-add-post-tags-wrap .feed-add-post-tags {
	padding-right: 30px;
}
/*endregion*/
/*region Files block*/

.feed-add-post .feed-add-post-tags-title {
	margin-top: 15px;
}

.feed-add-post .feed-add-post-tags-block {
	display: none;
}

.feed-add-post .wduf-selectdialog,
.feed-add-post .diskuf-selectdialog{
	border-bottom: 1px solid #f0f1f2;
	display: none;
	margin: 7px 0 15px;
	padding: 0 10px 30px;
}

.feed-comments-block .wduf-selectdialog,
.feed-comments-block .diskuf-selectdialog{
	border: none;
	background-color: #fff;
	padding: 10px;
}

.feed-add-post .wduf-selectdialog-switcher,
.feed-add-post .file-selectdialog-switcher,
.feed-add-post .diskuf-selectdialog-switcher {
	display: none;
}
.feed-add-post-destination.feed-add-post-destination-email::before {
	background-position: -33px -92px;
}
/*endregion*/

/*region for AI*/
.feed-add-post-editor-btn-ai-image {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8575 2.09826C12.9154 1.9362 13.1446 1.93633 13.2023 2.09845L13.4247 2.72316C13.4431 2.77492 13.4838 2.81567 13.5356 2.83415L14.16 3.05725C14.3221 3.11514 14.322 3.34438 14.1598 3.40209L13.5351 3.62449C13.4834 3.64291 13.4426 3.68362 13.4241 3.73536L13.201 4.35981C13.1431 4.52187 12.9139 4.52174 12.8562 4.35962L12.6338 3.73491C12.6154 3.68315 12.5747 3.6424 12.5229 3.62392L11.8985 3.40083C11.7364 3.34293 11.7365 3.11369 11.8987 3.05598L12.5234 2.83358C12.5751 2.81516 12.6159 2.77446 12.6344 2.72271L12.8575 2.09826Z' fill='%23C15FD2'/%3E%3Cpath d='M5.34787 2.68039C5.40577 2.51834 5.635 2.51846 5.69272 2.68059L6.46533 4.85084C6.48375 4.9026 6.52445 4.94335 6.57619 4.96184L8.74558 5.73688C8.90764 5.79478 8.90751 6.02401 8.74539 6.08172L6.57513 6.85433C6.52337 6.87276 6.48263 6.91346 6.46414 6.9652L5.6891 9.13459C5.6312 9.29665 5.40197 9.29652 5.34425 9.1344L4.57164 6.96414C4.55322 6.91238 4.51251 6.87163 4.46077 6.85315L2.29139 6.07811C2.12933 6.02021 2.12946 5.79098 2.29158 5.73326L4.46183 4.96065C4.5136 4.94222 4.55434 4.90152 4.57283 4.84978L5.34787 2.68039Z' fill='%23C15FD2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.88418 18.378L5.88825 11.1048C8.42293 10.5568 10.4169 8.55551 10.9537 6.01625L18.2557 6.02035C19.1662 6.02086 19.9039 6.75938 19.9034 7.66988L19.8974 18.3858C19.8968 19.2963 19.1583 20.034 18.2478 20.0335L7.53186 20.0275C6.62136 20.027 5.88367 19.2885 5.88418 18.378ZM7.57565 18.0922C7.57558 18.227 7.68479 18.3363 7.81959 18.3364L18.0104 18.3421C18.1452 18.3422 18.2546 18.233 18.2547 18.0982L18.2549 17.6119C18.255 17.5532 18.2338 17.4964 18.1954 17.452L15.5936 14.4462C15.4964 14.3338 15.3221 14.3337 15.2247 14.4459L14.1688 15.6629C14.0714 15.7752 13.8972 15.7751 13.7999 15.6627L10.6111 11.9791C10.5138 11.8668 10.3395 11.8667 10.2422 11.9789L7.63703 14.9814C7.59854 15.0258 7.57734 15.0825 7.5773 15.1413L7.57565 18.0922ZM15.7499 8.39947C15.8078 8.23741 16.037 8.23754 16.0947 8.39966L16.4609 9.42814C16.4793 9.4799 16.52 9.52065 16.5717 9.53914L17.5998 9.90643C17.7619 9.96433 17.7617 10.1936 17.5996 10.2513L16.5711 10.6174C16.5194 10.6358 16.4786 10.6765 16.4601 10.7283L16.0928 11.7564C16.0349 11.9184 15.8057 11.9183 15.748 11.7562L15.3818 10.7277C15.3634 10.6759 15.3227 10.6352 15.271 10.6167L14.2429 10.2494C14.0808 10.1915 14.081 9.96226 14.2431 9.90455L15.2716 9.53841C15.3233 9.51998 15.3641 9.47928 15.3826 9.42754L15.7499 8.39947Z' fill='%23C15FD2'/%3E%3C/svg%3E%0A") no-repeat center;
}
.feed-add-post-editor-btn-ai-text {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.475 5.49343C14.1222 5.49343 13.8361 5.20739 13.8361 4.85454V4.67796C13.8361 4.32511 14.1222 4.03907 14.475 4.03907L16.4752 4.03908H19.3098C19.6626 4.03908 19.9486 4.32512 19.9486 4.67797V4.85455C19.9486 5.2074 19.6626 5.49344 19.3098 5.49344H18.9432H17.9378V18.5886H18.9432H19.3098C19.6626 18.5886 19.9486 18.8746 19.9486 19.2275V19.4109C19.9486 19.7638 19.6626 20.0498 19.3098 20.0498H16.4752L14.475 20.0498C14.1221 20.0498 13.8361 19.7638 13.8361 19.4109V19.2275C13.8361 18.8746 14.1222 18.5886 14.475 18.5886H14.8416H15.847V5.49343H14.8416H14.475ZM14.4802 17.4073V11.1266L12.0463 5.32957L10.8829 5.32287C9.84943 5.31692 8.91339 5.93378 8.5171 6.88831C7.63215 9.01986 6.76654 11.1597 5.90098 13.2995L5.90092 13.2996C5.40692 14.5208 4.91293 15.742 4.41536 16.9616C4.16574 17.5734 3.96118 18.0894 3.96118 18.1092C3.96118 18.1442 4.75619 18.1514 5.51441 18.151C6.30804 18.1506 7.02021 17.6568 7.30473 16.9159C7.39705 16.6755 7.48916 16.435 7.58076 16.1943L7.93787 15.2517L10.6075 15.2417L13.2771 15.2351L13.8076 16.5482C13.8502 16.6543 13.8927 16.7606 13.9352 16.8668C14.0072 17.0471 14.0793 17.2274 14.1524 17.4073H14.4802ZM11.4985 10.7338C11.9874 11.9939 12.3826 13.0324 12.3757 13.039C12.3687 13.0457 11.5574 13.049 10.5763 13.0457L8.79422 13.0357L9.67832 10.714C10.1672 9.43732 10.5763 8.40212 10.5867 8.41534C10.5971 8.42857 11.0097 9.47039 11.4985 10.7338Z' fill='%23C15FD2'/%3E%3C/svg%3E%0A") no-repeat center;
}
/*endregion*/

/* End */


/* Start:/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/style.css?169024509910302*/
.file-placeholder {
	margin-left: 56px;
}
.file-placeholder .loading-wrap {
    display:inline-block;
    margin-left:15px;
    vertical-align:middle;
    position:relative;
    width:50%;
}
.file-placeholder .loading {
    background:#e3ebed;
    display:block;
    border:1px solid;
    border-top:1px solid #bcc2c4;
    border-left-color:#cfd7d9;
    border-right-color:#cfd7d9;
    border-bottom:1px solid #dde5e6;
    border-radius:2px;
    height:17px;
    -webkit-box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);
    -moz-box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);
    box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);
}
.file-placeholder .loading .del-but {
    background: url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat 7px -20px;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.file-placeholder .load-indicator {
	background:#40c0e9;
    background:linear-gradient(top, #40c0e9, #2698db);
    background:-moz-linear-gradient(top, #40c0e9, #2698db);
    background:-o-linear-gradient(top, #40c0e9, #2698db);
    background:-ms-linear-gradient(top, #40c0e9, #2698db);
    background:-webkit-gradient(linear, left top, left bottom, from(#40c0e9), to(#2698db));
    border-radius:2px;
    color:#fff;
    font-size:12px;
    height:19px;
    text-align:center;
    text-shadow:0 1px 0 rgba(56, 124, 162, 1);
    left:0;
    top:0;
    position:absolute;
}
.file-placeholder .load-number {
	display:inline-block; box-sizing:border-box; padding-top:2px;
}
.file-placeholder .files-title {
	background:url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat;
	color:#5c6470;
	font-size:12px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
	left:13px;
	top:12px;
	width:54px;
	padding-left:20px;
	position:absolute;
}
.file-placeholder .files-list-wrap {
	margin-left:56px;
}
html* .file-placeholder .files-list {
	width: auto !important;
}
.file-placeholder .files-list {
	margin-top:-10px;
	table-layout:fixed;
	width:100%;
	position:relative;
}
.file-placeholder .files-list td {
	box-shadow:0 -2px 0 -1px #FFFFFF inset;
	border-bottom:1px solid #dde5e8;
	color:#5c6470;
	font-size:12px;
	line-height:16px;
	padding:10px 0 10px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	position: relative;
	zoom:1;
}
.file-placeholder .file-edit,
.file-placeholder .file-section {
	display: none;
}
.file-placeholder .files-name {
	width:30%
}
.file-placeholder .files-size {
	width:12%
}
.file-placeholder .files-storage {
	width:20%
}
.file-placeholder .files-storage .files-storage-text{
	display: inline-block;
	width:80px;
	color:#5C6470;
}
.file-placeholder .files-storage-block {
	position:relative;
}
.file-placeholder .files-text {
	-moz-box-sizing: border-box;
	color: #2067B0;
	display: inline-block;
	font-weight: bold;
	max-width: 100%;
	padding-right: 20px;
	position: relative;
	zoom:1;
}
.file-placeholder .error-load .files-text {
	color:#bb0000;
}
.file-placeholder .f-wrap {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	word-wrap: break-word;
	zoom:1;
}
.file-placeholder .del-but {
	background: url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat 0 0;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.file-placeholder .files-text .del-but {
	background-position:6px -19px;
	display:inline-block;
	margin-top:-2px;
	position:static;
	vertical-align:top;
}
.file-placeholder .loading .del-but {
    background-position: 7px -20px;
    top: 0;
}
.file-placeholder .files-storage-block .del-but {
    background-position: 7px -20px;
    top: 0;
}
.file-placeholder .info-icon {
	background:url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat -112px -60px;
	display:inline-block;
	height:16px;
	margin-right:10px;
	vertical-align:middle;
	width:17px;
}
.file-placeholder .stor-place {
	display:inline-block;
	margin-left:10px;
	vertical-align:top;
}
.file-placeholder .stor-text {
	display:inline-block;
	border-bottom:1px solid #5c6470;
}
.file-placeholder .stor-pl-arrow {
	background:url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat -130px -23px;
	display:inline-block;
	margin-left:10px;
	height:5px;
	vertical-align:middle;
	width:3px;
}
.file-placeholder .edit-stor {
	background:url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat 4px -64px;
	/*cursor:pointer;*/
	/*display:inline-block;*/
	display: none;
	height:15px;
	margin-left:0px;
	vertical-align:middle;
	width:15px;
}
.file-placeholder .files-path,
.file-placeholder .files-path:visited,
.file-placeholder .files-path:active,
.file-placeholder .files-path:link,
.file-placeholder .files-path:hover {
	border-bottom:1px dashed #5C6470;
	display:inline-block;
	color:#5C6470;
	/*margin-left:10px;*/
	text-decoration:none;
}
.file-placeholder .files-placement,
.file-placeholder .files-placement:visited,
.file-placeholder .files-placement:active,
.file-placeholder .files-placement:link,
.file-placeholder .files-placement:hover {
	display:inline-block;
	color:#5C6470;
	/*margin-left:10px;*/
	text-decoration:none;
}
.file-selectdialog {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F4F8F9;
    border-color: #CED0D1 #CED1D1 #D3D7D8;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px -1px rgba(164, 164, 164, 0.698) inset;
    margin-bottom: 11px;
    overflow: hidden;
    padding: 13px 30px 0 0;
    position: relative;
	display: none;
}
.file-selectdialog .file-placeholder{
	margin-left: 56px;
}
.file-selectdialog .file-simple .file-placeholder {
	margin-top: 0px;
	margin-left: 90px;
}
.file-selectdialog .file-label {
    background: url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat -146px -186px;
    color: #5C6470;
    font-size: 12px;
    left: 13px;
    padding-left: 20px;
    position: absolute;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    top: 12px;
    width: 54px;
	line-height: 20px;
}
.file-selectdialog .file-extended .file-selector {
    border-radius: 5px 5px 5px 5px;
    color: #A0AEB5;
    font-size: 17px;
    font-weight: bold;
    line-height: 26px;
    margin: 30px 0 10px;
    padding: 24px 3px 43px 191px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.file-selectdialog .file-extended .file-selector-active {
	background-position:57px -88px;
	border:3px dashed #d4dde1;
	padding:21px 0 40px 190px;
}
.file-selectdialog .file-extended .file-selector:hover {
	border:3px dashed #d4dde1;
	padding:21px 0 40px 188px;
}
.file-selectdialog .file-extended .file-load-img {background:url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/loading-place-img.gif") no-repeat 0 0;
	height:79px;
	left:58px;
	top:20px;
	position:absolute;
	width:90px;
}
.file-selectdialog .file-extended .file-selector:hover .file-load-img  {
	background-position:0 -104px;
	left:55px;
	top:17px;
}
.file-selectdialog .file-extended .file-uploader {
    color: #2067B0;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}
.file-selectdialog .file-extended .file-uploader .file-but-text {
	cursor: pointer;
	display: block;
	width:100%;
	height:100%;
}
.file-selectdialog .file-simple .file-uploader .file-fileUploader {
	/*font-size: 12px;*/
}
.file-selectdialog .file-uploader .file-fileUploader {
	font-size:120px;
	height:85px;
	opacity:0;
	filter: alpha(opacity=0);
	position:absolute;
	right: 0;
	top: -20px;
	cursor: pointer;
}
.file-selectdialog .file-uploader .file-filemacos {
	left:0 !important;
}
.file-selectdialog .file-label2 {
	color: #5C6470;
    font-size: 12px;
    margin-left: 58px;
    padding-bottom: 11px;
}
.file-selectdialog .file-simple,
.file-selectdialog .file-extended {
	display: none;
	margin-left: 30px;
}
.file-selectdialog .file-simple .file-label2 {
	margin-top:20px;
}
.file-selectdialog .file-simple .file-selector{
	color:#5c6470;
	overflow: hidden;
	height: 30px;
	/*font-size:12px;*/
	font-weight:bold;
	margin:6px 0 6px 90px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
}
.file-selectdialog .file-simple .file-uploader{
	overflow: hidden;
    position: relative;
	display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: middle;
	cursor:pointer;
}
.file-selectdialog .file-simple .file-uploader-left{
    background: url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat 0px -240px;
    display: inline-block;
    height: 25px;
    vertical-align: top;
    width: 4px;
}
.file-selectdialog .file-simple .file-uploader-right{
    background: url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat -7px -240px;
    display: inline-block;
    height: 25px;
    vertical-align: top;
    width: 4px;
}
.file-selectdialog .file-simple .file-but-text{
    background: url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") repeat-x 0 -267px;
    color: #7A808C;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    padding: 2px 10px 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    vertical-align: top;
}
/*region Moved from Blog*/
.feed-add-photo-block-wrap {
	margin-top: -17px;
}

.feed-add-photo-block {
	display: inline-block;
	margin: 17px 17px 0 0;
	min-height: 92px;
	width: 102px;
	padding-right: 21px;
	position: relative;
	vertical-align: top;
}

.feed-add-photo-block .feed-add-post-del-but {
	background-position: 6px -19px;
	background-color: #fff;
	height: 22px;
	top: 1px;
	z-index: 0;
}

.feed-add-img-wrap {
	background: #fff;
	border: 1px solid #e2e6e6;
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 2px rgba(137, 137, 137, 0.3);
	display: block;
	text-align: center;
	padding: 4px;
	position: relative;
	z-index: 2;
}

.feed-add-img-title {
	color: #2067b0;
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin-top: 3px;
	overflow: hidden;
}

.feed-add-photo-block .feed-add-close-icon {
	background-color: #fff;
	background-position: 8px -19px;
	height: 22px;
	top: 1px;
	right: 1px;
	width: 22px;
}

.feed-add-photo-block .feed-add-close-icon:hover {
	background-position: -57px -60px;
}

.feed-add-post-del-but {
	background: url("/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/images/live_feed_sprite.png") no-repeat;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 20px;
	position: absolute;
	width: 20px;
}

/*endregion*/
/* End */


/* Start:/bitrix/components/bitrix/disk.uf.file/templates/.default/style.css?172149757931726*/
.disk-file-control {
	position: relative;
	padding: 15px 20px;
	background-color: #f8f9fa;
	border-top: none;
	box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.07);
}

.blog-comment-edit .disk-file-control {
	border-radius: 0 0 22px 22px;
}

.calendar-field-block .feed-add-post {
	border-radius: 7px;
	border: 1px solid rgba(82,92,105,.19);
	overflow: hidden;
}

.disk-file-control-panel {
	display: flex;
	flex-direction: column;
}

.disk-file-control-panel + .disk-file-control-panel {
	margin-top: 20px;
}

.disk-file-control-panel-doc-wrap {
	display: flex;
	align-items: center;
}

.disk-file-control-panel-file-wrap {
	display: flex;
	align-items: flex-start;
	padding: 0 5px;
	transition: opacity .3s;
}

.disk-file-control-panel-label {
	margin: 0 -13px 0 -35px;
}

.disk-file-control-panel-label-item {
	position: relative;
	margin-bottom: 9px;
	padding: 0 13px;
	display: block;
	font: 14px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
	color: rgba(255,255,255,.5);
	transform: rotate(-90deg);
}

.disk-file-control-panel-label-item:before,
.disk-file-control-panel-label-item:after {
	content: '';
	position: absolute;
	top: -8px;
	left: -18px;
	display: block;
	width: 1px;
	height: 39px;
	background-color: rgba(255,255,255,.2);
	transform: rotate(90deg);
}

.disk-file-control-panel-label-item:after {
	top: -6px;
	left: auto;
	right: -14px;
	height: 35px;
}

.disk-file-control-panel-card-box {
	margin-right: 16px;
	border-radius: 12px 61px 12px 12px;
	transition: box-shadow .3s;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.09);
}

.disk-file-control-panel-card-box:hover {
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.11);
}

.feed-add-post .disk-file-control-panel {
	margin: 20px 0;
}

.disk-file-control-panel-card {
	position: relative;
	display: inline-block;
	padding: 0 11px;
	width: 130px;
	height: 166px;
	text-align: center;
	/*-webkit-clip-path: polygon(72% 0, 90% 14%, 104% 27%, 100% 70%, 100% 100%, 50% 100%, 0 100%, 0% 75%, 0% 35%, 0 0);*/
	/*clip-path: polygon(72% 0, 90% 14%, 104% 27%, 100% 70%, 100% 100%, 50% 100%, 0 100%, 0% 75%, 0% 35%, 0 0);*/
	background-image: url("data:image/svg+xml,%3Csvg width='130' height='166' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0h78.826a12 12 0 018.912 3.965l27.175 30.141A12 12 0 01130 42.142V154c0 6.627-5.373 12-12 12H12c-6.627 0-12-5.373-12-12V12C0 5.373 5.373 0 12 0z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
	box-sizing: border-box;
	cursor: pointer;
}

.disk-file-control-panel-card-icon {
	width: 44px;
	height: 52px;
	margin: 33px auto 15px auto;
	background-image: url("data:image/svg+xml,%3Csvg width='44' height='52' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23E5E8EB' d='M0 .087h31.355L43.91 11.745v39.347H0z'/%3E%3Cpath fill='%23535C69' opacity='.3' d='M31.215.087l12.694 11.44H31.215z'/%3E%3C/g%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
}

.disk-file-control-panel-card-btn {
	display: none;
	margin: 0 auto 7px auto;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: #a8adb4;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0l-.001 4H10v2H6v4H4V6H0V4h3.999L4 0h2z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px 10px;
}

.disk-file-control-panel-card-file .disk-file-control-panel-card,
.disk-file-thumb {
	position: relative;
	display: inline-block;
	padding: 0 11px;
	width: 120px;
	height: 122px;
	border-radius: 12px;
	background-color: #fff;
	text-align: center;
	transition: box-shadow .3s;
	clip-path: none;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.09);
	box-sizing: border-box;
	cursor: pointer;
}

.disk-file-control-panel-file-wrap {
	display: grid;
	align-items: center;
	grid-template-columns: minmax(75px,136px) minmax(75px,136px) minmax(3px,17px) minmax(75px,136px) minmax(75px,136px) minmax(59px,136px);
	margin-bottom: 15px;
	max-height: 140px;
}

@media (max-width: 1240px) {
	.feed-add-post .disk-file-control-panel-file-wrap {
		grid-template-columns: minmax(55px, 136px) minmax(55px, 136px) minmax(6px, 12px) minmax(55px, 136px) minmax(55px, 136px) minmax(50px, 136px);
	}

	.feed-add-post .disk-file-control-panel-card-box {
		margin-right: 5px;
	}

	.feed-add-post .disk-file-control-panel-card-file .disk-file-control-panel-card {
		padding: 5px;
		min-width: 55px;
	}

	.feed-add-post .disk-file-control-panel-file-wrap .disk-file-control-panel-card-content .disk-file-control-panel-card-icon {
		background-size: 50%;
	}

	.feed-add-post .disk-file-control-panel-file-wrap .disk-file-control-panel-card-icon--upload .disk-file-control-panel-card-content .disk-file-control-panel-card-icon {
		background-size: 35%;
	}

	.feed-add-post .disk-file-control-panel-card-name {
		font: 11px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	}
}

.disk-file-control-panel-file-wrap .disk-file-control-panel-card-box {
	box-shadow: none;
}

.disk-file-control-panel-file-wrap .disk-file-control-panel-card:hover {
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.11);
}

.disk-file-control-panel-card-box:last-child {
	margin-right: 0;
}

.disk-file-control-panel-card-file .disk-file-control-panel-card {
	padding: 11px;
	width: 100%;
	height: 100%;
	max-width: 120px;
	min-width: 75px;
}

.disk-file-control-panel-file-wrap .disk-file-control-panel-card-content .disk-file-control-panel-card-icon {
	margin: 0;
	width: 65%;
	height: 65%;
}

.disk-file-control-panel-card-file .disk-file-control-panel-card:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.disk-file-control-panel-card-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.disk-file-thumb-box {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -13px 20px -13px;
	border-bottom: 1px solid rgba(82,92,105,.1);
}

.disk-file-thumb-box:empty {
	display: none;
}

.disk-file-thumb {
	padding: 0;
	margin: 0 10px 20px 10px;
	border: 4px solid #fff;
}

.disk-file-thumb:hover {
	box-shadow: 0 5px 6px 0 rgba(0,0,0,.22);
}

.disk-file-thumb-preview.disk-file-thumb {
	display: flex;
	flex-direction: column;
}

.--edit-text-preview.disk-file-thumb {
	transition: box-shadow .3s;
	box-shadow: 0 0 0 2px #2fc6f6;
}

.disk-file-thumb-image {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background-color: #edeef0;
	background-image: url("data:image/svg+xml,%3Csvg width='81' height='74' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(-10 -18)' fill='%23B9BEC4' fill-rule='evenodd' opacity='.2'%3E%3Cpath d='M10 92h81v-5.5L69.402 64.5 58.599 75.5 31.6 48 10 69.998V92z'/%3E%3Ccircle fill-rule='nonzero' cx='76' cy='28' r='10'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
}

.disk-file-thumb-preview .disk-file-thumb-image {
	flex: 1;
}

.--image-contain .disk-file-thumb-image {
	background-size: contain!important;
}

/*.disk-file-thumb-loader {*/
/*	position: absolute;*/
/*	top: 50%;*/
/*	left: 50%;*/
/*	display: none;*/
/*	flex-direction: column;*/
/*	padding: 6px 8px 4px 8px;*/
/*	height: 72px;*/
/*	border-radius: 8px;*/
/*	transform: translate(-50%,-50%);*/
/*	box-sizing: border-box;*/
/*	z-index: 4;*/
/*}*/

.disk-file-thumb-loader {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	align-items: center;
	padding: 0 1px 0 6px;
	width: 100%;
	height: 29px;
	border-radius: 8px 8px 0 0;
	background-color: rgba(47,198,246,.95);
	color: #fff;
	z-index: 100;
	box-sizing: border-box;
}

.disk-file-thumb-loader .ui-progressround {
	flex-direction: row;
	width: auto;
}

.disk-file-thumb-loader .ui-progressround-status-percent-incircle {
	top: -1px;
	left: 22px;
	font: 12px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	transform: none;
	white-space: nowrap;
}

.disk-file-thumb-loader .ui-progressround-track svg {
	margin-right: 4px;
}

.disk-file-thumb-loader-btn {
	display: inline-block;
	margin-left: auto;
	width: 24px;
	height: 24px;
	background: url("data:image/svg+xml,%3Csvg width='11' height='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.122 5.637 3.904 3.905-1.504 1.504-3.905-3.904-3.905 3.904L.207 9.542l3.905-3.905L.207 1.732 1.712.227l3.905 3.905L9.522.227l1.504 1.505z' fill='%23FFF' fill-rule='evenodd' opacity='1'/%3E%3C/svg%3E") center no-repeat;
	background-size: 11px 11px;
	transition: opacity .3s;
	opacity: .4;
	cursor: pointer;
}

.disk-file-thumb-loader-btn:hover {
	opacity: 1;
}

.disk-file-thumb-loader .ui-progressround-text-before {
	display: none;
}

.disk-file-upload-error .disk-file-thumb-loader .ui-progressround-text-before {
	display: block;
	position: absolute;
	top: 3px;
	left: 27px;
	max-width: 70px;
	font: 12px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.disk-file-upload-error .disk-file-thumb-loader .ui-progressround-status-percent-incircle {
	display: none;
}

.disk-file-thumb-loader .ui-progressround-text-after {
	padding-top: 14px;
	max-width: 60px;
	font-size: 9px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: .7;
}

.disk-file-thumb-loader .ui-progressround-track {
	display: flex;
	margin: 0;
}

.disk-file-thumb-loader-size {
	order: 2;
	font: 11px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #525c69;
}

.disk-file-thumb-icon {
	display: none;
	margin: 22px auto 2px auto;
	width: 42px;
	height: 42px;
}

.disk-file-thumb-text-box {
	display: flex;
	align-items: center;
	height: 47px;
}

.disk-file-thumb-preview .disk-file-thumb-text-box {
	height: auto;
}

.disk-file-thumb-text {
	display: none;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	padding: 0 6px;
	margin-bottom: 6px;
	font: 11px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: rgba(82,92,105,.8);
	overflow: hidden;
	max-width: 100%;
	width: 100%;
	word-break: break-all;
	box-sizing: border-box;
}

.disk-file-thumb.disk-file-thumb-file .disk-file-thumb-image {
	display: none;
}

.disk-file-thumb.disk-file-thumb-file .disk-file-thumb-icon {
	display: block;
}

.disk-file-thumb.disk-file-thumb-file .disk-file-thumb-text,
.disk-file-thumb-preview .disk-file-thumb-text {
	display: -webkit-box;
}

.disk-file-thumb-preview .disk-file-thumb-text {
	padding: 4px 6px 0 6px;
	margin-bottom: 6px;
	height: auto;
	max-height: 49px;
	font-size: 12px;
	color: #525c69;
	line-height: 13px;
	box-sizing: border-box;
}

.disk-file-thumb-file-name {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-width: 100%;
	word-break: break-all;
}

.disk-file-thumb-file-extension {
	display: inline-block;
	margin-left: -3px;
	font: 12px/13px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #a8adb4;
}

/*region Upload region */
.disk-file-thumb--active.disk-file-thumb:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 8px;
	background-color: #fff;
	opacity: .8;
	z-index: 1;
}

.disk-file-thumb--active .disk-file-thumb-loader {
	display: flex;
}

.disk-file-upload-error .disk-file-thumb-loader {
	background-color: rgba(255,87,82,.95);
}

.disk-file-upload-error.disk-file-thumb--active.disk-file-thumb:before {
	background-color: #FF5752;
	opacity: .2;
}

.disk-file-upload-error .task-report-circle-bar {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.98.15a8.85 8.85 0 1 1 0 17.7 8.85 8.85 0 0 1 0-17.7Zm.001 2.893a5.957 5.957 0 1 0 0 11.914 5.957 5.957 0 0 0 0-11.914ZM8.98 11a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm1-6v5h-2V5h2Z' fill='%23FFF' fill-rule='evenodd' opacity='.7'/%3E%3C/svg%3E");
	transform: none;
}

.disk-file-upload-error .ui-progressround-track-bar-bg,
.disk-file-upload-error .ui-progressround-track-bar-progress {
	display: none;
}

/*endregion*/

.disk-file-thumb-btn-box,
.disk-file-thumb-btn-close-box {
	position: absolute;
	top: -4px;
	right: -4px;
	display: flex;
	align-items: center;
	padding: 0 4px ;
	border-radius: 0 14px 0 8px;
	background-color: #fff;
	transition: box-shadow .15s;
	z-index: 4;
}

.disk-file-thumb-btn-close-box {
	left: -4px;
	right: auto;
	width: 0;
	border-radius: 14px 0 8px 0;
	transition: width .15s;
	opacity: 0;
	pointer-events: none;
	box-sizing: border-box;
	overflow: hidden;
}

.disk-file-thumb:hover .disk-file-thumb-btn-close-box {
	width: 32px;
	opacity: 1;
	pointer-events: auto;
}

.disk-file-thumb-btn-close,
.disk-file-thumb-btn-more,
.disk-file-thumb-btn-text-copy {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	transition: opacity .3s;
	opacity: .5;
	cursor: pointer;
	z-index: 1;
}

.disk-file-thumb-btn-close,
.disk-file-thumb-btn-text-copy {
	margin-left: -24px;
	/*transform: translate(24px, 0);*/
	opacity: 0;
	transition: opacity .15s, transform .15s, margin-left .15s;
	pointer-events: none;
}

/*.disk-file-thumb:hover .disk-file-thumb-btn-box {*/
/*	box-shadow: 0 1px 0 0 rgba(82, 92, 105, .05), -1px 0 0 0 rgba(82, 92, 105, .05);*/
/*}*/

.disk-file-thumb:hover .disk-file-thumb-btn-close,
.disk-file-thumb.disk-file-thumb--active .disk-file-thumb-btn-close,
.disk-file-thumb:hover .disk-file-thumb-btn-text-copy,
.--edit-text-preview .disk-file-thumb-btn-text-copy {
	margin-left: 0;
	width: 25px;
	transform: translate(0, 0);
	opacity: .5;
	pointer-events: all;
}

.--edit-text-preview .disk-file-thumb-btn-text-copy,
.disk-file-thumb:hover.--edit-text-preview .disk-file-thumb-btn-text-copy {
	opacity: 1;
}

.disk-file-thumb-btn-more {
	z-index: 2;
}

.disk-file-thumb:hover .disk-file-thumb-btn-close:hover,
.disk-file-thumb-btn-more:hover,
.disk-file-thumb:hover .disk-file-thumb-btn-text-copy:hover {
	opacity: 1;
}

.disk-file-thumb-btn-close {
	background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.142 5.637l3.904 3.905-1.504 1.504-3.905-3.904-3.905 3.904L.227 9.542l3.905-3.905L.227 1.732 1.732.227l3.905 3.905L9.542.227l1.504 1.505z' fill='%23525C69' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.disk-file-thumb-btn-more {
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='4' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 0a2 2 0 110 4 2 2 0 010-4zm6 0a2 2 0 110 4 2 2 0 010-4zm6 0a2 2 0 110 4 2 2 0 010-4z' fill='%23525C69' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.disk-file-thumb-btn-text-copy {
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.708 2.034V10h-2.416V2.034H7V0h9v2.034h-3.292Zm-8.543 1.86c-.088-.398.41-.678.699-.39l2.26 2.26a.4.4 0 0 1 0 .566L4.78 8.675c-.282.281-.764.022-.69-.37.088-.454.18-.963.252-1.418a.854.854 0 0 1-.091.005H.528a.5.5 0 0 1-.5-.5v-.69a.5.5 0 0 1 .5-.5h3.723c.056 0 .11.006.164.017a19.265 19.265 0 0 0-.25-1.325Z' fill='%23525C69'/%3E%3C/svg%3E");
}

.disk-file-thumb-btn-close-box .disk-file-thumb-btn-close {
	margin-left: 0;
	opacity: .5;
}

.--edit-text-preview .disk-file-thumb-btn-text-copy {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.708 10V2.034H18V0H9v2.034h3.292V10h2.416ZM3.811 6.025 2.69 4.908l-.914.913L3.762 7.8l.05.049 3.445-3.402-.913-.913-2.533 2.49Zm.73 4.034a4.523 4.523 0 1 1 0-9.045 4.523 4.523 0 0 1 0 9.045Z' fill='%232FC6F6'/%3E%3C/svg%3E");
}

.disk-file-control-panel-card-file .disk-file-control-panel-card-name {
	color: #525c69;
}

.disk-file-control-panel-doc-wrap .disk-file-control-panel-card-btn {
	display: block;
}

.disk-file-control-panel-card--doc .disk-file-control-panel-card-icon,
.disk-file-control-panel-card--docx .disk-file-control-panel-card-icon {
	background-image: url("data:image/svg+xml,%3Csvg width='44' height='52' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23E5E8EB' d='M0 .087h27.728L38.83 11.745v39.347H0z'/%3E%3Cpath fill='%23535C69' opacity='.3' d='M27.604.087l11.226 11.44H27.604z'/%3E%3Cpath fill='%232C77B1' fill-rule='nonzero' d='M15.53 22.96H44v14.918H15.53z'/%3E%3Cpath d='M19.452 33.976h2.031c2.602 0 4.095-1.578 4.095-3.818 0-2.195-1.38-3.715-4.005-3.715h-2.12v7.533zm1.179-1.018V27.46h.841c1.918 0 2.85 1.086 2.85 2.71 0 1.508-.753 2.788-2.828 2.788h-.863zm9.746 1.132c2.11 0 3.68-1.52 3.68-3.852 0-2.264-1.514-3.864-3.68-3.864-2.154 0-3.69 1.577-3.69 3.864 0 2.32 1.547 3.852 3.69 3.852zm0-1.018c-1.458 0-2.434-1.074-2.434-2.834s.976-2.847 2.434-2.847c1.514 0 2.435 1.143 2.435 2.847 0 1.76-.977 2.834-2.435 2.834zM41 32.57a3.456 3.456 0 01-1.795.503c-1.57 0-2.547-1.154-2.547-2.811 0-1.567.943-2.87 2.603-2.87a3.806 3.806 0 011.873.48v-1.12c-.426-.205-1.099-.377-1.895-.377-2.312 0-3.837 1.737-3.837 3.921 0 2.206 1.323 3.795 3.668 3.795a4.49 4.49 0 002.256-.572l-.326-.949z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E");
}

.disk-file-control-panel-card--xls .disk-file-control-panel-card-icon,
.disk-file-control-panel-card--xlsx .disk-file-control-panel-card-icon{
	background-image: url("data:image/svg+xml,%3Csvg width='44' height='52' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23E5E8EB' d='M0 0h28.131l10.82 11.53v39.633H0z'/%3E%3Cpath fill='%23535C69' opacity='.3' d='M27.604.087l11.226 11.44H27.604z'/%3E%3Cpath fill='%2354B51E' fill-rule='nonzero' d='M15.53 22.96H44v14.918H15.53z'/%3E%3Cpath d='M21.738 33.976h1.29l2.008-2.904 1.884 2.904h1.336l-2.48-3.818 2.558-3.715h-1.302l-1.929 2.834-1.84-2.834h-1.335l2.424 3.75-2.614 3.783zm7.626 0h3.837v-1.018h-2.659v-6.515h-1.178v7.533zm4.117-.515c.515.378 1.278.63 2.13.63 1.482 0 2.547-.802 2.547-2.116 0-2.367-3.208-2.194-3.208-3.68 0-.675.55-.904 1.11-.904.595.009 1.18.161 1.706.446v-1.086c-.382-.205-1.01-.377-1.739-.377-1.481 0-2.333.926-2.333 2.035 0 2.275 3.22 2.08 3.22 3.669 0 .731-.64.994-1.325.994a2.919 2.919 0 01-1.637-.526l-.471.915z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E");
}

.disk-file-control-panel-card--ppt .disk-file-control-panel-card-icon,
.disk-file-control-panel-card--pptx .disk-file-control-panel-card-icon {
	background-image: url("data:image/svg+xml,%3Csvg width='44' height='52' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23E5E8EB' d='M0 .087h27.728L38.83 11.745v39.347H0z'/%3E%3Cpath fill='%23535C69' opacity='.3' d='M27.604.087l11.226 11.44H27.604z'/%3E%3Cpath fill='%23E89E00' fill-rule='nonzero' d='M15.53 22.96H44v14.918H15.53z'/%3E%3Cpath d='M22.265 33.976h1.178v-2.652h.37c.662 0 1.156-.103 1.548-.275.987-.423 1.358-1.291 1.358-2.172 0-.994-.427-1.714-1.156-2.103-.426-.228-.942-.331-1.649-.331h-1.65v7.533zm1.178-3.635v-2.915h.438c.437 0 .751.08.987.217.415.251.617.697.617 1.234 0 .606-.213 1.052-.662 1.27-.224.125-.527.194-.931.194h-.449zm4.721 3.635h1.179v-2.652h.37c.662 0 1.155-.103 1.548-.275.987-.423 1.357-1.291 1.357-2.172 0-.994-.426-1.714-1.155-2.103-.427-.228-.943-.331-1.65-.331h-1.649v7.533zm1.179-3.635v-2.915h.437c.438 0 .752.08.987.217.415.251.617.697.617 1.234 0 .606-.213 1.052-.662 1.27-.224.125-.527.194-.93.194h-.45zm6.347 3.635h1.179V27.46h2.007l.337-1.017h-5.665v1.017h2.142v6.516z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E");
}

.disk-file-control-panel-card--doc .disk-file-control-panel-card-btn {
	background-color: #2c77b1;
}

.disk-file-control-panel-card--xls .disk-file-control-panel-card-btn {
	background-color: #54b51e;
}

.disk-file-control-panel-card--ppt .disk-file-control-panel-card-btn {
	background-color: #e89e00;
}

.disk-file-control-panel-card-name {
	display: block;
	font: 13px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: rgba(82,92,105,.9);
}

.disk-file-control-panel-create .disk-file-control-panel-card {
	background-color: rgba(255,255,255,.9);
}

.disk-file-control-panel-file-wrap .disk-file-control-panel-card-icon {
	margin: 23px auto 6px auto;
	width: 60px;
	height: 60px;
}

.disk-file-control-panel-card-icon.ui-icon i,
.disk-file-control-panel-card-icon i {
	border-radius: 0;
	background-color: transparent;
}

.disk-file-control-panel-card-divider {
	display: block;
	margin-right: 16px;
	min-width: 1px;
	width: 1px;
	height: 106px;
	background-color: rgba(82,92,105,.1);
}

.disk-file-control-panel-file-wrap .disk-file-control-panel-card-divider {
	height: calc(100% - 17px);
}

.disk-file-control-panel-card-icon--docs .disk-file-control-panel-card-icon {
	background-image: url("data:image/svg+xml,%3Csvg width='38' height='26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.14 12.362h33.72c.968 0 1.752.784 1.752 1.752v8.758a2.628 2.628 0 01-2.628 2.628H3.016a2.628 2.628 0 01-2.628-2.628v-8.758c0-.968.784-1.752 1.752-1.752zm10.586 4.92c-.555 0-.899.48-.899 1.07v.774c0 .59.344 1.069.9 1.069h18.29c.554 0 .923-.479.923-1.069v-.775c0-.59-.369-1.068-.924-1.068h-18.29zm-5.77 4.082a2.433 2.433 0 100-4.865 2.433 2.433 0 000 4.865zM7.828.5H30.2a2.19 2.19 0 011.943 1.18l4.374 7.999H1.702l4.164-7.964A2.19 2.19 0 017.827.5z' fill='%23525C69' fill-rule='evenodd' opacity='.5'/%3E%3C/svg%3E");
	background-size: 38px 26px;
}

.disk-file-control-panel-card-icon--b24 .disk-file-control-panel-card-icon {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 39 27' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.573 0c3.11.004 5.856 1.575 7.506 3.973a7.41 7.41 0 0 1 2.506-.432c3.882.005 7.07 2.995 7.44 6.818 3.72.82 6.504 4.168 6.5 8.17-.003 4.614-3.707 8.351-8.273 8.35-.16 0-.319-.005-.477-.014H8.998c-.178 0-.354-.007-.529-.02C3.774 26.737 0 22.857 0 18.088a8.811 8.811 0 0 1 2.545-6.197 8.668 8.668 0 0 1 2.895-1.93 9.297 9.297 0 0 1 2.658-7.255 9.107 9.107 0 0 1 6.475-2.706Zm.105 9.252c-1.66 0-3.056.51-4.063.968l.619 1.848c.9-.405 1.872-.792 3.055-.792.884 0 1.714.352 1.714 1.355 0 2.289-5.3 2.623-5.776 8.344h8.46v-2.042h-5.316c.742-2.447 5.158-3.345 5.158-6.548 0-1.83-1.255-3.133-3.851-3.133Zm11.146.035h-1.731l-5.83 7.393v1.531h5.211v2.764h2.35V18.21h1.73v-1.936h-1.73V9.287ZM23.58 12.86c-.035.229-.106 1.268-.106 2.165v1.25h-1.06c-.406 0-1.254.035-1.466.053Z' fill='%232FC6F6' fill-rule='evenodd'/%3E%3C/svg%3E");
	background-size: 39px 27px;
}

.disk-file-control-panel-card-icon--google-docs .disk-file-control-panel-card-icon {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.47 19.36A8.25 8.25 0 0 0 16 24.234c1.461 0 2.84-.39 4.045-1.063l5.276 5.23A15.561 15.561 0 0 1 16 31.5a15.608 15.608 0 0 1-12.908-6.809Zm21.991-6.993c.44 0 .818.31.9.738.183.946.275 1.921.275 2.895 0 4.392-1.869 8.352-4.848 11.166l-5.178-5.134a8.14 8.14 0 0 0 1.84-2.4H16.06a.912.912 0 0 1-.916-.908v-5.449c0-.502.41-.908.916-.908ZM2.078 8.993l5.749 5.699c-.07.429-.134.86-.134 1.308 0 .448.064.88.134 1.308l-5.749 5.699A15.218 15.218 0 0 1 .364 16c0-2.524.626-4.901 1.714-7.007ZM16 .5c3.646 0 7.195 1.28 9.993 3.604a.903.903 0 0 1 .059 1.338l-3.91 3.877a.92.92 0 0 1-1.198.084A8.21 8.21 0 0 0 16 7.766a8.25 8.25 0 0 0-7.53 4.874L3.092 7.309A15.609 15.609 0 0 1 16 .5Z' fill='%23525C69' fill-rule='evenodd' opacity='.3'/%3E%3C/svg%3E");
	background-size: 32px 32px;
}

.disk-file-control-panel-card-icon--office365 .disk-file-control-panel-card-icon {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 57 68' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.2' d='M55.645 5.722L35.81.055a1.417 1.417 0 00-.935.054l-34 14.167c-.527.22-.87.735-.87 1.306v36.834c0 .777.625 1.41 1.402 1.417a1.417 1.417 0 00-.434 2.763l34.001 11.333a1.418 1.418 0 00.836.014l19.834-5.667a1.417 1.417 0 001.028-1.36V7.082a1.417 1.417 0 00-1.028-1.36zM2.057 53.682l8.5-4.25c.48-.24.782-.73.782-1.266v-30.06l25.5-6.375v47.534L1.638 53.85a1.222 1.222 0 00-.201-.017c.216-.003.428-.054.62-.15z' fill='%23000'/%3E%3C/svg%3E");
	background-size: 37px 37px;
}

.disk-file-control-panel-card-icon--dropbox .disk-file-control-panel-card-icon {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 70 68' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='.2' fill='%23000'%3E%3Cpath d='M35.969 12.036L22.844.369a1.458 1.458 0 00-1.692-.178L.736 11.858a1.458 1.458 0 00-.187 2.406L15.133 25.93a1.459 1.459 0 001.674.105L35.765 14.37a1.458 1.458 0 00.204-2.333z'/%3E%3Cpath d='M35.829 36.718L16.87 23.594a1.458 1.458 0 00-1.736.055L.552 35.2a1.458 1.458 0 00.178 2.406l20.416 11.783a1.458 1.458 0 001.628-.11l13.125-10.209a1.458 1.458 0 00-.065-2.35h-.005z'/%3E%3Cpath d='M69.451 35.319L54.868 23.652a1.459 1.459 0 00-1.75-.06L34.16 36.715a1.458 1.458 0 00-.064 2.35l13.125 10.209c.466.363 1.105.41 1.619.117l20.416-11.667a1.458 1.458 0 00.187-2.406h.008z'/%3E%3Cpath d='M69.265 11.86L48.849.194a1.458 1.458 0 00-1.692.178L34.032 12.038a1.458 1.458 0 00.204 2.333l18.958 11.667c.23.14.495.214.764.213.331 0 .652-.112.91-.318l14.584-11.667a1.458 1.458 0 00-.187-2.406zM50.295 51.917a4.375 4.375 0 01-4.853-.344L35 43.46l-10.438 8.12a4.375 4.375 0 01-4.87.335l-5.108-2.945v4.99c0 .507.263.977.694 1.242l18.958 11.667a1.458 1.458 0 001.526 0L54.72 55.2c.432-.264.696-.735.697-1.242v-4.958l-5.122 2.916z'/%3E%3C/g%3E%3C/svg%3E");
	background-size: 37px 37px;
}

.disk-file-control-panel-card-icon--upload .disk-file-control-panel-card-icon {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%232FC6F6' fill-rule='evenodd'%3E%3Cpath d='m11.673 8.13 8.962 8.148a1 1 0 0 1-.673 1.74h-5.98l.001 9.7a1 1 0 0 1-1 1H9.017a1 1 0 0 1-1-1v-9.7H2.037a1 1 0 0 1-.673-1.74l8.962-8.148a1 1 0 0 1 1.346 0Z'/%3E%3Crect width='22' height='5' rx='2'/%3E%3C/g%3E%3C/svg%3E");
	background-size: 22px 29px;
}

.disk-file-control-panel-card-icon--more .disk-file-control-panel-card-icon {
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5.167a3.833 3.833 0 110 7.666 3.833 3.833 0 010-7.666zm11.5 0a3.833 3.833 0 110 7.666 3.833 3.833 0 010-7.666zm11.5 0a3.833 3.833 0 110 7.666 3.833 3.833 0 010-7.666z' fill='%23525C69' fill-rule='evenodd' opacity='.3'/%3E%3C/svg%3E");
	background-size: 32px 8px;
}

.disk-documents-ears {
	margin: 0 -7px 15px -7px;
	order: -1;
}

.disk-file-control-panel-btn-upload-box {
	display: flex;
	align-items: center;
	height: 41px;
	order: 1;
}

.disk-file-control-panel-btn-upload {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 10px;
	width: 100%;
	height: 41px;
	border-radius: 12px;
	border: 2px dashed rgba(82,92,105,.15);
	font: 13px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: rgba(82,92,105,.5);
	text-align: center;
	transition: height .3s, border .3s;
	box-sizing: border-box;
	cursor: pointer;
}

.disk-file-control-panel-btn-upload:hover {
	border: 2px dashed rgba(82,92,105,.30);
}

.bxu-file-input-over .disk-file-control-panel-btn-upload {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border: 2px dashed #2fc6f6;
	background-color: #fff;
	font: 15px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	z-index: 5;
}

.bxu-file-input-over .disk-file-control-panel-file-wrap {
	opacity: 0;
	pointer-events: none;
}

.bxu-file-input-over .disk-file-control-panel-btn-settings {
	display: none;
}

.disk-file-control-panel-btn-settings {
	display: block;
	margin-left: 10px;
	width: 32px;
	height: 32px;
	background: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.691 11.078a3.158 3.158 0 01-3.769-3.77c.23-1.075 1.31-2.157 2.386-2.386a3.158 3.158 0 013.77 3.77 3.106 3.106 0 01-2.387 2.386zM13.83 6.57c-.113-.46-.276-.901-.488-1.313a.05.05 0 01.006-.053l.994-1.234a.7.7 0 00-.021-.905l-.63-.71a.7.7 0 00-.897-.127l-1.355.852a5.962 5.962 0 00-1.969-.895.05.05 0 01-.037-.04L9.173.586A.7.7 0 008.484 0h-.95a.698.698 0 00-.69.585l-.26 1.562a.05.05 0 01-.037.04 5.96 5.96 0 00-1.624.674.05.05 0 01-.053-.002l-1.263-.901a.7.7 0 00-.902.074l-.671.672a.7.7 0 00-.074.902l.903 1.265a.05.05 0 01.002.054 5.976 5.976 0 00-.669 1.611.05.05 0 01-.04.037l-1.57.262a.7.7 0 00-.585.69v.95a.7.7 0 00.585.69l1.57.262a.05.05 0 01.04.037c.118.469.287.918.508 1.335a.05.05 0 01-.005.054l-.99 1.226a.7.7 0 00.021.905l.63.71a.7.7 0 00.897.127l1.348-.846a.05.05 0 01.053 0 5.96 5.96 0 001.92.846l.267 1.594a.698.698 0 00.69.585h.95a.7.7 0 00.69-.585l.26-1.562a.05.05 0 01.036-.04 5.952 5.952 0 001.605-.663.05.05 0 01.053.002l1.317.94c.277.2.66.169.901-.074l.672-.671a.698.698 0 00.073-.902l-.937-1.314a.05.05 0 01-.002-.054c.298-.496.526-1.039.67-1.616a.05.05 0 01.04-.037l1.553-.259a.699.699 0 00.585-.69v-.95a.7.7 0 00-.585-.69l-1.585-.264z' fill='%23525C69' fill-rule='evenodd' opacity='1'/%3E%3C/svg%3E") center no-repeat;
	background-size: 16px 16px;
	transition: opacity .3s;
	opacity: .4;
	cursor: pointer;
}

.disk-file-control-panel-btn-settings:hover {
	opacity: 1;
}
/* region Popup */

.disk-uf-file-popup-settings .menu-popup-item-take .menu-popup-item-icon {
	background: url("data:image/svg+xml,%3Csvg width='12' height='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36 3.446L4.013 6.1 10.316 0l1.36 1.36-6.3 6.1-1.363 1.36-1.36-1.36L0 4.806z' fill='%232066B0' fill-rule='nonzero'/%3E%3C/svg%3E") center no-repeat;
}
.disk-uf-file-popup-settings .menu-popup-item-auto .menu-popup-item-icon:after {
	content: "Auto";
	display: inline-block;
	width: 100%;
	font-size: 70%;
	text-align: center;
}
.menu-popup-item-storage .menu-popup-item-icon {
	background: url("data:image/svg+xml,%3Csvg width='13' height='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.995 3.205v8.926H.011V3.205h12.984zM7.315.77l1.623 1.623H.01V.77h7.304z' fill='%239CA3AD' fill-rule='evenodd'/%3E%3C/svg%3E") center 0 no-repeat;
}

.menu-popup-item-rename.menu-popup-item-submenu::after {
	display: none;
}

.menu-popup-item.menu-popup-item-rename-form {
	height: auto;
}

.menu-popup-item-rename-form .menu-popup-item-icon {
	display: none;
}

.menu-popup-item-rename-form.menu-popup-item:hover{
	background-color: transparent;
}

.menu-popup-item-rename-form .menu-popup-item-text {
	padding: 10px 20px;
}

.menu-popup-item-rename-form .ui-btn-container {
	margin: 0;
}

.menu-popup-item-rename-form textarea {
	padding: 10px;
	height: 90px;
	margin: 0;
	border: 1px solid #c6cdd3;
	font: 14px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #333;
	box-sizing: border-box;
	width: 100%;
}

/* endregion */

.disk-file-thumb-icon.ui-icon-more i {
	background: transparent url("data:image/svg+xml,%3Csvg width='32' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5.167a3.833 3.833 0 110 7.666 3.833 3.833 0 010-7.666zm11.5 0a3.833 3.833 0 110 7.666 3.833 3.833 0 010-7.666zm11.5 0a3.833 3.833 0 110 7.666 3.833 3.833 0 010-7.666z' fill='%23525C69' fill-rule='evenodd' opacity='.3'/%3E%3C/svg%3E") center no-repeat;
	background-size: 32px 8px;
}

.disk-file-thumb--animate {
	animation: disk-file-thumb--animate .5s cubic-bezier(.44, .99, .48, 1);
}

@keyframes disk-file-thumb--animate {
	0% {
		transform: scale(.8);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.disk-uf-file__popup-menu_item .menu-popup-item-text {
	display: flex;
	align-items: center;
}

.disk-uf-file__popup-menu_item .ui-icon-set {
	margin-right: 3px;
	--ui-icon-set__icon-color: var(--ui-color-palette-gray-70);
}

/* End */
/* /bitrix/templates/aspro_max/components/bitrix/forum/forum/style.css?176094949918498 */
/* /bitrix/templates/aspro_max/components/bitrix/forum/forum/themes/red/style.css?176554816423154 */
/* /bitrix/templates/aspro_max/components/bitrix/forum/forum/styles/additional.css?176094949912892 */
/* /bitrix/components/bitrix/forum.interface/templates/popup_image/style.css?1690245101230 */
/* /bitrix/components/bitrix/rating.result/templates/.default/style.css?1690245093298 */
/* /bitrix/components/bitrix/rating.vote/templates/like/style.css?169024509510931 */
/* /bitrix/components/bitrix/main.post.form/templates/.default/style.css?174193544230089 */
/* /bitrix/components/bitrix/main.file.input/templates/drag_n_drop/style.css?169024509910302 */
/* /bitrix/components/bitrix/disk.uf.file/templates/.default/style.css?172149757931726 */
