

/* Start:/bitrix/components/bitrix/forum/templates/.default/style.css?154259620718498*/
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/components/bitrix/forum/templates/.default/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/components/bitrix/forum/templates/.default/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/components/bitrix/forum/templates/.default/images/autosave/autosave-green.gif") no-repeat 0 0;}
a.postFormAutosave.bx-core-autosave-edited {background: scroll transparent url("/bitrix/components/bitrix/forum/templates/.default/images/autosave/autosave-red.gif") no-repeat 0 0;}
a.postFormAutosave.bx-core-autosave-saving {background: scroll transparent url("/bitrix/components/bitrix/forum/templates/.default/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/components/bitrix/forum/templates/.default/themes/gray/style.css?15425962075626*/
/*----------------------------------------------------Table Cells And Backgrounds------------------------------------------------ */

/* 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: #e7e7e7; }

/* 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: #e1e1e1;}

/* Table Cell, Info Box, Reply Form */
table.forum-table td, div.forum-info-box, div.forum-reply-form { background:#fbfbfb; }
div.forum-reply-form table.bxlhe-frame-table td.bxlhe-editor-buttons { background-color:#fbfbfb!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: #faf9de !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: #ebecec !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: #eaeaea; }

/* 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: #f1f1f1; }

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

div.forum-post-date { background: #eaeaea; border-bottom: none; }


/* ---------------------------------------------------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: #d5d5d5; }

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

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

/* 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: #d0d3d6; }

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

/* 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: #dbdbdb; border-right-color: #e1e1e1; }

/* 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: #dbdbdb; }

/* 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: #e1e1e1; }

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

/* ---------------------------------------------------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:#6c6c6c; border-color: #7a7a7a;}

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

/*BBCode: Quote and Code*/
table.forum-quote, table.forum-spoiler, table.forum-code, div.forum-code-box, div.forum-post-attachments {  border-color: #c3c3c3; }
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:#696969;}
table.forum-quote th, table.forum-spoiler th, table.forum-code th, div.forum-code-box {background:#e6e6e6 !important; color:#616161;}

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


/* Start:/bitrix/components/bitrix/forum/templates/.default/styles/additional.min.css?178344005910772*/
.forum-post-rating .ilike-light .bx-ilike-right{padding:0 1px 0 11px}.forum-post-rating .ilike-light .bx-ilike-text{padding:0}.forum-post-rating{float:right;padding-right:10px;padding-top:1px}.forum-post-attachment-files ul,.forum-post-attachment-files ul li{list-style-type:none;margin:0;padding:0}table.forum-spoiler thead{cursor:pointer;cursor:hand}table.forum-spoiler thead div{padding-left:15px;	background-image: url('/bitrix/components/bitrix/forum/templates/.default/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/components/bitrix/forum/templates/.default/styles/../images/minus.gif');} td.forum-column-action,th.forum-column-action{width:5%}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:.2em}table.palette{border:1px solid gray;background-color:gray;border-collapse:collapse}table.palette td{border:1px solid gray;width:10px;height:10px;padding:0;margin:0}table.palette td img{width:10px;height:10px;border:0;padding:0;margin:0}div.forum-popup-postform{width:502px;padding:0;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:0;background-color:white;font-size:1em}div.forum-popup-postform table.forum-popup thead td{font-weight:bold;padding:.5em .5em .1em .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/components/bitrix/forum/templates/.default/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:.3em;text-align:center}select.forum-selector-single,select.forum-selector-multiple{width:250px}select.forum-selector-single optgroup,select.forum-selector-multiple optgroup{font-weight:normal;background:0;font-size:1em;font-style:normal}select.forum-selector-single option.active,select.forum-selector-multiple option.active{background-color:#ddd}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:.4em 1em}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 0 1px 1px;border-right:1px solid auto;border-left:0 none;border-top:0 none;border-bottom:0 none}div.forum-tabs-header div.forum-profile-edit-inner div.tab-container div{padding:5px 0 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 0 4px 8px;font-weight:bold}div.forum-tabs div.forum-tabs-body{margin-left:220px;display:block;border:0;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 0}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:0;border:0;padding:2px;margin:0;vertical-align:top}div.forum-tabs div.forum-tabs-body table.forum-table td{text-align:left;background:0;border:0;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 0 0 250px}span.forum-option-subscribe div.forum-header-box{white-space:nowrap}div.tags-cloud{padding-bottom:1em}div.forum-search-block-container div.forum-info-box-last{margin-bottom:0}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:#ddd}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:#ddd}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}div.forum-subscribes div{padding:0 0 0 25px}div.forum-subscribes div.forum-group-buttons{padding:10px 0 0 0}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:0}div.forum-post-vote div.voting-form-box{border:0}div.forum-post-vote ol.vote-items-list,div.forum-post-vote ol.vote-items-list li{margin:0;padding:0;border:0;font-size:100%;list-style-type:none}div.forum-post-vote ol.vote-items-list li.vote-question-item{padding-bottom:.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:.24em !important}div.vote-answer-item{width:100%;margin:0;padding:0;border:0;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:.55em;margin:0;position:relative}.forum-reply-field .bxlhe-frame-table{margin-top:1px}.forum-reply-field .feed-add-post-form{border:0;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:0;box-shadow:none;border-bottom:0;height:1.5em !important}.forum-reply-field .feed-add-post .lhe-stat-toolbar-cont{padding:.56em 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:#fff;border-style:solid;border-width:0 1px 1px 1px;border-radius:0 0 2px 2px;padding:0 !important;zoom:1}.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:#888;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 #fff;box-shadow:none;margin-bottom:0 !important;margin-top:.462em}.forum-reply-field .file-selectdialog .file-label{left:9px;top:4px;color:#888;padding-left:22px;}
.forum-reply-field .file-selectdialog .file-extended .file-load-img {background:url("/bitrix/components/bitrix/forum/templates/.default/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 .2s linear .2s;-moz-transition:height .2s linear .2s;-webkit-transition:height .2s linear .2s;-o-transition:height .2s linear .2s;overflow:hidden;height:20px}.forum-reply-field-upload a{transition:opacity .2s;-moz-transition:opacity .2s;-webkit-transition:opacity .2s;-o-transition:opacity .2s;opacity:1}.forum-reply-field-upload-hover{height:0}.forum-reply-field-upload-hover a{opacity:0}* html .forum-reply-field-upload-hover{display:none}body.forum-popup-body{padding:1.51em;font-size:.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:0;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:0;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:0 0 0 2px;padding:0;overflow:hidden;border:0;text-decoration:none;float:left;}
.forum-rss-rss1{background-image: url(/bitrix/components/bitrix/forum/templates/.default/styles/../images/rss1.gif);} .forum-rss-rss2{background-image: url(/bitrix/components/bitrix/forum/templates/.default/styles/../images/rss2.gif);} .forum-rss-atom{background-image: url(/bitrix/components/bitrix/forum/templates/.default/styles/../images/atom.gif);} div.forum-user-description{margin-top:.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/main.post.form/templates/.default/style.min.css?178344091924997*/
.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;overflow:hidden;display:flex;flex-wrap:wrap}.main-post-form-toolbar-button,.main-post-form-toolbar-buttons-container{padding:0;text-align:left;user-select:none;position:relative;height:27px;align-items:center}.main-post-form-toolbar-button{display:inline-flex;margin:0 29px 0 0;font:13px/20px var(--ui-font-family-primary,var(--ui-font-family-helvetica));color:#515e68;transition:opacity .3s;opacity:.5;cursor:pointer;background:none;border:none}.main-post-form-toolbar-button:focus-visible{outline:1px solid var(--ui-color-primary,#2fc6f6);outline-offset:-1px;border-radius:4px}.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)}#bx-b-mention-blogPostForm{display:flex}.main-post-form-toolbar-button:hover:not(.disabled),.main-post-form-toolbar-button[data-bx-button-status=active]{opacity:1}.main-post-form-toolbar div[data-bx-files-count="0"][data-id=file] div.ui-counter,.main-post-form-toolbar span[data-bx-role=trash]{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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath fill='%23525C69' fill-rule='evenodd' d='M2 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4m6 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4m6 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4'/%3E%3C/svg%3E") 50% no-repeat;background-size:16px 4px}.main-post-form-toolbar-button .feed-add-videomessage{display:inline-block;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='11' fill='none' viewBox='0 0 19 11'%3E%3Cpath fill='%23C9CDD3' fill-rule='evenodd' d='M12.213.684A24.2 24.2 0 0 0 6.538 0Q3.69 0 .726.69A.95.95 0 0 0 0 1.62v7.63c0 .431.282.81.689.922q2.831.783 5.666.783 2.85 0 5.875-.792a.95.95 0 0 0 .701-.925V1.613a.95.95 0 0 0-.718-.93m6.536.327a.3.3 0 0 0-.018-.102.277.277 0 0 0-.36-.166l-4.218 1.64a.29.29 0 0 0-.18.268V7.83c0 .12.072.226.18.268l4.218 1.64a.3.3 0 0 0 .099.02c.154 0 .28-.129.28-.287zM6.412 7.955a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5' clip-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:0;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:#fff;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 0 9px;background-color:hsla(212,8%,55%,.2);height:20px}.main-post-form-toolbar-button i{display:none;transition:opacity .2s linear;background-repeat:no-repeat;background-position:50%;cursor:pointer;margin-right:3px;height:20px;opacity:.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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16'%3E%3Cpath fill='%23525C69' fill-rule='evenodd' d='M13.258 6.285a.58.58 0 0 0 .003-.817c-1.24-1.254-2.61-2.608-3.865-3.861-2.142-2.143-5.647-2.143-7.79 0s-2.142 5.647 0 7.79l5.37 5.369a4.14 4.14 0 0 0 5.843 0 4.14 4.14 0 0 0 0-5.842l-4.721-4.72a2.75 2.75 0 0 0-3.895 0 2.75 2.75 0 0 0 0 3.894l3.085 3.085a.58.58 0 0 0 .821 0l.477-.477a.58.58 0 0 0 0-.822L5.501 6.8a.91.91 0 0 1 0-1.299.91.91 0 0 1 1.299 0l4.72 4.721a2.296 2.296 0 0 1-3.245 3.246l-5.37-5.37a3.683 3.683 0 0 1 0-5.193 3.683 3.683 0 0 1 5.193 0c1.26 1.26 2.558 2.58 3.862 3.866a.58.58 0 0 0 .816-.004z'/%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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17'%3E%3Cpath fill='%23525C69' fill-rule='evenodd' d='M7.843 16.724q-3.48 0-5.662-2.027Q0 12.647 0 9.035q0-3.591 2.335-5.926T8.063.773q3.283 0 5.31 1.917t2.026 4.715q0 2.335-1.233 3.921-1.235 1.564-2.93 1.564-.596 0-1.058-.352a1.4 1.4 0 0 1-.55-.948q-.882 1.389-2.578 1.388-1.41 0-2.291-1.035-.882-1.035-.882-2.732 0-1.74 1.124-3.15 1.145-1.41 2.864-1.41 1.52 0 2.18 1.278l.121-.679a.38.38 0 0 1 .374-.313h1.185a.38.38 0 0 1 .373.45l-.62 3.273q-.309 1.652-.309 2.027 0 .55.375.55.75.001 1.366-1.145.639-1.145.639-2.665 0-2.094-1.454-3.46Q10.64 2.581 8.151 2.58q-2.687 0-4.406 1.873-1.718 1.849-1.718 4.604 0 2.776 1.564 4.318t4.34 1.542q1.098 0 2.106-.181c.278-.05.527.198.462.473l-.262 1.112a.37.37 0 0 1-.312.284 16 16 0 0 1-2.082.119m-.463-5.64q.948 0 1.542-.837a3.14 3.14 0 0 0 .617-1.873q0-.837-.396-1.322-.397-.507-1.102-.507-.947 0-1.564.794-.617.792-.617 1.894 0 .837.397 1.344.418.507 1.123.507'/%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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='13'%3E%3Cpath fill='%23525C69' fill-rule='evenodd' d='M4 0a.926.926 0 0 1 .923.997L4.77 3h2.999l.16-2.077A1 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 0zm3.384 8 .23-3H4.615l-.231 3z'/%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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='13'%3E%3Cpath fill='%23525C69' fill-rule='evenodd' d='M11.598.824c.78 0 1.411.632 1.411 1.411V6.28c0 .84-.135 2.882-1.152 4.497q-.952 1.51-3.527 2.026a.3.3 0 0 1-.359-.297l.01-1.238a.7.7 0 0 1 .456-.65q1.25-.465 1.902-1.428c.455-.672.465-1.941.465-2.418H8.41A1.41 1.41 0 0 1 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.497q-.952 1.51-3.527 2.026a.3.3 0 0 1-.359-.297l.01-1.238a.7.7 0 0 1 .456-.65q1.25-.465 1.902-1.428c.455-.672.465-1.941.465-2.418H1.41A1.41 1.41 0 0 1 0 5.362V2.234C0 1.455.632.824 1.411.824z'/%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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='16'%3E%3Cpath fill='%23525C69' fill-rule='evenodd' d='M8.212.77a1.3 1.3 0 0 1 .972.436l2.802 3.153a1.3 1.3 0 0 1 .329.864v9.2a1.3 1.3 0 0 1-1.3 1.3H1.3a1.3 1.3 0 0 1-1.3-1.3V2.07A1.3 1.3 0 0 1 1.3.77zm-.655 1.76H2.26a.5.5 0 0 0-.5.5v10.434a.5.5 0 0 0 .5.5h7.796a.5.5 0 0 0 .5-.5V5.777a1 1 0 0 0-.252-.664L8.305 2.865a1 1 0 0 0-.748-.336zm.285 5.891a.5.5 0 0 1 .5.5v.76a.5.5 0 0 1-.5.5H3.645a.5.5 0 0 1-.5-.5v-.76a.5.5 0 0 1 .5-.5zm0-3.253a.5.5 0 0 1 .5.5v.76a.5.5 0 0 1-.5.5H3.645a.5.5 0 0 1-.5-.5v-.76a.5.5 0 0 1 .5-.5z'/%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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Cpath fill='%23525C69' fill-rule='evenodd' d='M9.736 5.209q.326.327.554.705l-1.38 1.38a1.788 1.788 0 0 0-2.882-.897l-.108.1L3.085 9.33a1.788 1.788 0 0 0 2.42 2.628l.109-.1.965-.963q1.144.61 2.213.493l-1.76 1.759a3.7 3.7 0 0 1-5.234-5.234l2.705-2.705a3.7 3.7 0 0 1 5.233 0zm3.796-3.794a3.783 3.783 0 0 1 0 5.35l-2.589 2.588a3.783 3.783 0 0 1-5.905-.703l1.377-1.378a1.828 1.828 0 0 0 2.94.895l.11-.101 2.779-2.779A1.828 1.828 0 0 0 9.77 2.601l-.11.101-.94.939q-1.163-.63-2.239-.53l1.7-1.696a3.783 3.783 0 0 1 5.35 0z'/%3E%3C/svg%3E")}.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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='11'%3E%3Cpath fill='%23525C69' fill-rule='evenodd' d='M10.5.773a1.5 1.5 0 0 1 1.5 1.5v7a1.5 1.5 0 0 1-1.5 1.5h-9a1.5 1.5 0 0 1-1.5-1.5v-7a1.5 1.5 0 0 1 1.5-1.5zm6.453 1.574A.5.5 0 0 1 17 2.56v6.468a.5.5 0 0 1-.69.463l-2.69-1.106A1 1 0 0 1 13 7.46V4.28a1 1 0 0 1 .577-.907l2.711-1.266a.5.5 0 0 1 .665.241z' opacity='.965'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:0;opacity:.5;transition:opacity .3s}.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-color:#f1f1f1 #d8d8d8 #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:50%;background-color:transparent;border:none;padding:0;cursor:pointer;display:inline-block;height:25px;vertical-align:top;width:25px;opacity:.5;transition:opacity .2s linear}.feed-add-post-form-editor-btn:focus-visible,.feed-add-post-form-title-btn:focus-visible{outline:1px solid var(--ui-color-primary,#2fc6f6);border-radius:4px;opacity:1}.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-btn-active.feed-add-post-form-editor-btn,.feed-add-post-form-btn-active.feed-add-post-form-title-btn,.feed-add-post-form-editor-btn:hover,.feed-add-post-form-title-btn:hover{opacity:1}.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 hsla(0,0%,90%,.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}.bx-ios.bx-ios-fix-frame-focus body,html.bx-ios.bx-ios-fix-frame-focus,html.bx-ios.bx-ios-fix-frame-focus iframe{-webkit-overflow-scrolling:touch}.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}.feed-comments-block .feed-add-post-text{padding:0}.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:#fff;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,.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}.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}.feed-add-post-destination-block,.feed-add-post-form-wrap .feed-add-post-tags-block{overflow:hidden;position:relative;padding:20px}.feed-add-post-destination-block,.feed-add-post-tags-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 .2s linear;transition:background-color .2s linear}.feed-add-post-destination a:active,.feed-add-post-destination a:hover,.feed-add-post-destination a:link,.feed-add-post-destination a:visited{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:.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-crm,.feed-add-post-destination-department{background-color:#e2e3e5;color:#535c69!important}.feed-add-post-destination-crm .feed-add-post-del-but,.feed-add-post-destination-department .feed-add-post-del-but{background-position:-70px -61px}.feed-add-post-destination-hover.feed-add-post-destination-crm,.feed-add-post-destination-hover.feed-add-post-destination-department{background-color:#cbccd0}.feed-add-post-destination.feed-add-post-destination-crmemail,.feed-add-post-destination.feed-add-post-destination-email,.feed-add-post-destination.feed-add-post-destination-extranet{background-color:#ffec91;color:#a26b00;padding-left:32px}.feed-add-post-destination.feed-add-post-destination-crmemail:before,.feed-add-post-destination.feed-add-post-destination-email:before,.feed-add-post-destination.feed-add-post-destination-extranet: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-crmemail .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-extranet .feed-add-post-del-but{background-position:-113px -61px}.feed-add-post-destination-hover.feed-add-post-destination-crmemail,.feed-add-post-destination-hover.feed-add-post-destination-email,.feed-add-post-destination-hover.feed-add-post-destination-extranet{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 .2s linear;transition:border-bottom-color .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 .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 dashed #2067b0;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:active,.feed-add-post-tags a:hover,.feed-add-post-tags a:link,.feed-add-post-tags a:visited{text-decoration:none}.feed-add-post-tags-wrap .feed-add-post-tags{padding-right:30px}.feed-add-post .feed-add-post-tags-title{margin-top:15px}.feed-add-post .feed-add-post-tags-block{display:none}.feed-add-post .diskuf-selectdialog,.feed-add-post .wduf-selectdialog{border-bottom:1px solid #f0f1f2;display:none;margin:7px 0 15px;padding:0 10px 30px}.feed-comments-block .diskuf-selectdialog,.feed-comments-block .wduf-selectdialog{border:none;background-color:#fff;padding:10px}.feed-add-post .diskuf-selectdialog-switcher,.feed-add-post .file-selectdialog-switcher,.feed-add-post .wduf-selectdialog-switcher{display:none}.feed-add-post-destination.feed-add-post-destination-email:before{background-position:-33px -92px}.feed-add-post-editor-btn-ai-image{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23C15FD2' d='M12.858 2.098a.183.183 0 0 1 .344 0l.223.625c.018.052.059.093.11.111l.625.223a.183.183 0 0 1 0 .345l-.625.222a.18.18 0 0 0-.11.111l-.224.625a.183.183 0 0 1-.345 0l-.222-.625a.18.18 0 0 0-.111-.111l-.624-.223a.183.183 0 0 1 0-.345l.624-.222a.18.18 0 0 0 .111-.111zM5.348 2.68a.183.183 0 0 1 .345 0l.772 2.17c.019.053.06.093.111.112l2.17.775a.183.183 0 0 1 0 .345l-2.17.772a.18.18 0 0 0-.112.111l-.775 2.17a.183.183 0 0 1-.345 0l-.772-2.17a.18.18 0 0 0-.111-.112l-2.17-.775a.183.183 0 0 1 0-.345l2.17-.772a.18.18 0 0 0 .112-.111z'/%3E%3Cpath fill='%23C15FD2' fill-rule='evenodd' d='m5.884 18.378.004-7.273a6.62 6.62 0 0 0 5.066-5.089l7.302.004c.91 0 1.648.74 1.647 1.65l-.006 10.716c0 .91-.739 1.648-1.65 1.648l-10.715-.006c-.91-.001-1.648-.74-1.648-1.65m1.692-.286c0 .135.109.244.244.244l10.19.006c.135 0 .245-.109.245-.244v-.486a.24.24 0 0 0-.06-.16l-2.601-3.006a.244.244 0 0 0-.37 0l-1.055 1.217a.244.244 0 0 1-.37 0l-3.188-3.684a.244.244 0 0 0-.369 0L7.637 14.98a.24.24 0 0 0-.06.16zM15.75 8.4a.183.183 0 0 1 .345 0l.366 1.03c.018.05.059.092.11.11l1.029.367a.183.183 0 0 1 0 .345l-1.029.366a.18.18 0 0 0-.11.111l-.368 1.028a.183.183 0 0 1-.345 0l-.366-1.028a.18.18 0 0 0-.111-.111l-1.028-.368a.183.183 0 0 1 0-.344l1.029-.367a.18.18 0 0 0 .11-.11z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat 50%}.feed-add-post-editor-btn-ai-text{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23C15FD2' fill-rule='evenodd' d='M14.475 5.493a.64.64 0 0 1-.639-.638v-.177c0-.353.286-.639.639-.639h4.835c.353 0 .639.286.639.639v.177a.64.64 0 0 1-.64.638h-1.371V18.59h1.372c.353 0 .639.286.639.639v.183a.64.64 0 0 1-.64.639h-4.834a.64.64 0 0 1-.639-.64v-.183c0-.352.286-.638.639-.638h1.372V5.493h-1.372m.005 11.914v-6.28L12.046 5.33l-1.163-.007a2.54 2.54 0 0 0-2.366 1.565A759 759 0 0 0 5.901 13.3q-.74 1.831-1.486 3.662c-.25.611-.454 1.127-.454 1.147 0 .035.795.042 1.553.042.794 0 1.506-.494 1.79-1.235l.277-.722.357-.942 2.67-.01 2.67-.007.53 1.313.127.319.217.54zm-2.982-6.673c.49 1.26.885 2.298.878 2.305s-.819.01-1.8.007l-1.782-.01.884-2.322c.49-1.277.898-2.312.909-2.299.01.014.423 1.055.912 2.319' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat 50%}
/* End */


/* Start:/bitrix/components/bitrix/main.file.input/templates/drag_n_drop/style.min.css?17834398368780*/
.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 #fff 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:#b00}.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; display:none;height:15px;margin-left:0;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;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;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:0;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-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-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}.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}
/* End */
/* /bitrix/components/bitrix/forum/templates/.default/style.css?154259620718498 */
/* /bitrix/components/bitrix/forum/templates/.default/themes/gray/style.css?15425962075626 */
/* /bitrix/components/bitrix/forum/templates/.default/styles/additional.min.css?178344005910772 */
/* /bitrix/components/bitrix/main.post.form/templates/.default/style.min.css?178344091924997 */
/* /bitrix/components/bitrix/main.file.input/templates/drag_n_drop/style.min.css?17834398368780 */
