

/* Start:/local/templates/picaso/components/bitrix/forum/forum/style.css?175146122829176*/
.forumIndexRow{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.forumIndexForums, .forumIndexComments{
	width: calc(50% - 15px);
}
.forumIndexComments{
	padding-top: 76px;
}

.topicTitle__text{
	margin: 30px 0;
	font-size: 36px;
	line-height: 1.3;
}
.mainForum__row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.mainForum__right{
	flex: 0 0 110px;
}
.mainForum__left{
	flex: 1;
}
.forumGroup{
	margin-bottom: 10px;

}

.forumGroup__title{
	background: rgb(78,46,191)
	background: -webkit-linear-gradient(bottom, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
	background: -o-linear-gradient(bottom, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
	background: linear-gradient(to top, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
	/*padding: 9px 30px 11px 31px;*/
	padding: 9px 48px 11px 31px;
	position: relative;
	

}

.forumGroup__title::after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 10px;
	background: url(/local/templates/picaso/components/bitrix/forum/forum/images/downwhite.png) no-repeat center;
	transform: translateY(-50%);
	transition: transform 0.2s ease-in-out;
}
.forumGroup__title:hover{
	opacity: 0.9;
}
.active .forumGroup__title::after{
	transform:translateY(-50%) rotate(-180deg);
}
.forumGroup__title a{
	display: block;
	color: white;
	text-decoration: none;
	font-size: 24px;
	font-weight: 500;
	font-family: "FuturaPT", sans-serif;
}
.forumGroup__body{
	background-color: white;
	display: none;	
}
.forumGroup.active .forumGroup__body{
	display: block;
}
.mainForum__legend{
	margin-bottom: 25px;
	font-size: 18px;
}


.mainForum__forumLinkTitle{
	display: block;
	color: black;
	font-weight: 700;
}
.mainForum__forumLink{
	text-decoration:  none;
	display: block;
	
}
.mainForum__forumLinkDesc{
	display: block;
	color: #77718d;
}
.mainForum__forumLink:hover .mainForum__forumLinkDesc,
.mainForum__forumLink:hover .mainForum__forumLinkTitle{
	color: rgb(78,46,191)
}
.mainForum__forum{
	border-bottom: 1px solid #d7d3e5; 
	padding: 25px 20px 25px 28px;
}



.forumList__title{
	background: rgb(78,46,191);
	background: -webkit-linear-gradient(bottom, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
	background: -o-linear-gradient(bottom, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
	background: linear-gradient(to top, rgb(78,46,191) 0%, rgb(72,1,255) 100%);
	padding: 9px 0px 11px ;
}

.forumList__headComments{
	height: 100%;
	background: url(/local/templates/picaso/components/bitrix/forum/forum/images/comments.png) no-repeat left center ;
	height: 35px;
}

.forumList__headviews{
	height: 100%;
	background: url(/local/templates/picaso/components/bitrix/forum/forum/images/views.png) no-repeat left center ;
	height: 35px;
}
.forumList__headlast{
	height: 100%;
	background: url(/local/templates/picaso/components/bitrix/forum/forum/images/last.png) no-repeat left center ;
	height: 35px;
}
.forumList__item{
	position: relative;
}

.forumList__titleText{
	display: block;
	color: white;
	text-decoration: none;
	font-size: 24px;
	font-weight: 500;
	font-family: "FuturaPT", sans-serif;
	padding-left: 25px;
}
.forumList__body{
	background-color: white
}
.forumList__item{
	border-bottom: 1px solid #d7d3e5; 
	padding: 25px 0px 25px 28px;
}
.forumList__themeName{
	display: block;
	color: black;
	font-weight: 700;
	text-decoration: none;
} 
.forumList__bodyComments{
	position: relative;
}
.forumList__top{
	display: inline-block;
	vertical-align: middle;
	/*transform: translateY(10px;);*/
	height: 18px;
	width: 11px;
	background: url('/local/templates/picaso/components/bitrix/forum/forum/images/hot.png');
	overflow: hidden;
	color: transparent;
	margin-left: 7px;
}
.forumList__themeName:hover{
	color: rgb(78,46,191);

}

.forumList__footer{
	margin-top: 55px;
	margin-bottom: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.forumList__newpost_right{
	text-align: right;
	position: relative;
	top: -75px;

}
.forumList__newpost a{
	font-size: 24px;
	text-decoration: none; 
}


.forumMessage__header{
	
}


.forumTheme__date{
	color: #4f12fd;
	position: relative;
	display: block;
	width: 125px;
	height: 30px;	
	padding-right: 10px;
	text-align: center;
	line-height: 30px;
	/*margin-left: auto;*/
	/*margin-right: 0;*/
}
.forumTheme__date::before{
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
	transform-origin: right bottom;
	transform:skewX(30deg);
	background-color: white;
	z-index: -1;
}

.forumTheme__fakeAvatar,
.forumAuthor__avatarText{
	width: 40px;
	height: 40px;
	background-color: #4801ff;
	font-size: 24px;
	text-align: center;
	line-height: 40px;
	display: block;
	
	border-radius: 50%;
	color: white;
	text-transform: uppercase;

}
.forumTheme__authorName,
.forumAuthor__nameSpan{
	color: black;
	font-weight: 700;
	text-transform: capitalize;
	margin-left: 20px;
}
.forumTheme__author,
.forumAuthor,
.forumMessage__author{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.forumTheme__header{
	margin-top: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.forumTheme{
	margin-top: 80px;
}

.forumTheme__body{
	margin-top: 30px;
	background-color: white;
	padding: 15px 15px 40px; 
}




.forumSeparator{
	background-color: white;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	padding: 15px 5px 15px 20px;
	margin-bottom: 30px;
}
.forumAuthor{
	flex: 1;
}

.forumTotal__views{
	flex: 0 0 75px;
	border-left: 1px dotted black;
	background: url(/local/templates/picaso/components/bitrix/forum/forum/images/viewsb.png) no-repeat left 8px center;
	padding-left: 40px;
}
.forumTotal__comments{
	flex: 0 0 75px;
	border-left: 1px dotted black;
	background: url(/local/templates/picaso/components/bitrix/forum/forum/images/commentb.png) no-repeat left 8px center;
	padding-left: 40px;
}



.forumMessage__header{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.forumMessage{
	margin-bottom: 40px;
	border-bottom: 1px solid black;
}

.forumMessage__authorAvatarText{
	font-size: 12px;
	width: 20px;
	height: 20px;
	display: block;
	border-radius: 50%;
	background-color: #4801ff;
	text-align: center;
	line-height: 20px;
	color: white;
	text-transform: uppercase;
	margin-right: 15px;
}
.forumMessage__authorName{
	color: black;
	font-weight: 700;
	text-transform: capitalize;
	margin-right: 10px;
}
.forumMessage__authorInfo{
	width: 20px;
	height: 20px;	
	margin-right: 20px;
	position: relative;
}
.forumMessage__authorInfoIcon{
	width: 20px;
	height: 20px;
	background: url("/local/templates/picaso/components/bitrix/forum/forum/images/info.png") no-repeat center;
	position: relative;
	z-index: 1;
}

.forumMessage__authorInfoWindow{
	position: absolute;
	width: 270px;
	min-height: 180px;
	background: url("/local/templates/picaso/components/bitrix/forum/forum/images/tab2.png") no-repeat center transparent;
	background-size: contain;
	padding: 15px 5px 15px 30px ;
	top: 100%;
	right: -10px;
	z-index: 26;
	display: none;
}
.forumMessage__authorInfo:hover .forumMessage__authorInfoWindow{
	display: block;
}
.forumMessage__authorInfoParameter{
	display: block;
}
.forumMessage__authorInfoValue{
	display: block;
	font-weight: 700;
	color: black;
}

.forumMessage__date{
	color: #4f12fd;
	flex:1;
}
.forumMessage__quote,
.forumMessage__link{
	flex: 0 0 30px;
	margin-right: 15px;
}
.forumMessage__like{
	flex: 0 0 100px;
}
.forumMessage__quote a{
	
	display: block;
	text-indent: -9999px;
	background: url(/local/templates/picaso/components/bitrix/forum/forum/images/quoter.png) no-repeat center;
	width: 30px;
	height: 30px;

}
.forumMessage__link a{
	display: block;
	
	background: url(/local/templates/picaso/components/bitrix/forum/forum/images/share.png) no-repeat center ;
	width: 30px;
	height: 30px;
}


.bx-ilike-left-wrap{
	text-indent: -9999px;
}

.forumMessage__like .ilike-light .bx-ilike-right{
	display: inline-block;
	height: 30px;
	padding: 3px 1px 0 30px;
	line-height: 30px;
	background: url(/local/templates/picaso/components/bitrix/forum/forum/images/like.png);
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0);
	background-attachment: scroll;
	background-position: left center;
	color: #4f12fd;
}
.forumMessage__like .ilike-light .bx-you-like .bx-ilike-right{
	background: url(/local/templates/picaso/components/bitrix/forum/forum/images/likeact.png);
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0);
	background-attachment: scroll;
	background-position: left center;
	color: #4f12fd;
}


.forumRubricHeader{
	margin-top: 90px;
	margin-bottom: 30px;
}

.forumRubricHeader select{
	width: 225px;
	height: 50px;
	background-color: white;
	border: none;
	box-shadow: 0px 10px 47.5px 2.5px rgba(174, 166, 202, 0.5);
}

.smallAvatar{
	display: flex;
	flex: none;
	width: 30px;
	height: 30px;
	overflow: hidden;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}
.smallAvatar img{
	display: block;
	width: 100%;
	height: auto;
	margin-right: 10px;
}
.fakeAvatar_small{
	display: block;
	flex: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 30px;
	color: white;
	background-color: #4f12fd;
	text-align: center;
	text-transform: uppercase;	
	margin-right: 10px;

}
.forumList__themeAuthors{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 150px;
	margin-left: 40px;
}
.forumList__theme{
	padding-right: 25px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.forum-selector-single{
	display: block;
	position: relative;
	margin-bottom: 33px;
	font-weight: 500;
	font-size: 20px;
	background-color: transparent;
	background: url(/local/templates/picaso/components/bitrix/forum/forum/images/downac.png) no-repeat right 15px center transparent;
	border: none;
	padding-right: 35px;
	border-bottom: 1px solid white;
	 -webkit-appearance: none;/* Chrome */
    -moz-appearance: none;/* Firefox */
    appearance: none;/* убираем дефолнтные стрелочки */
    font-family: "FuturaPT", sans-serif;

}






@media (max-width: 768px){
	.forumList__theme{
		flex-flow: column;
	}
	.forumList__themeAuthors{
		margin-left:  0;
		margin-top: 15px;
		width: auto;
	}
}





@media (max-width: 576px)  {
	.forumMessage__author{
		flex: none;
		width: 50%;
		margin-bottom: 15px;
	}
	.forumMessage__date{
		flex: none;
		width: 50%;
		display: block;
		text-align: right;
		
	}
	.forumMessage__header{
		flex-wrap: wrap;
	}
	.forumList__newpost_right{
		top: 0;
		position: static;
		margin: 10px 0 30px;
	}
}
















































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(/local/templates/picaso/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; color: black;}

/* 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:  none;
	line-height:1.5em;
	margin-bottom:1em;
}

div.forum-reply-header
{
	display: none;
	
}

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 0em 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:10px 25px; 
		font-size:1.184em; 

		color: white;
		background-color: #4801ff;
		border-color: #4801ff;
		overflow: visible; /*IE paddings*/}
div.forum-reply-buttons input:hover{
	color: #4801ff;
	background-color: white;
	cursor: pointer;
}


/* 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("/local/templates/picaso/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("/local/templates/picaso/components/bitrix/forum/forum/images/autosave/autosave-green.gif") no-repeat 0 0;}
a.postFormAutosave.bx-core-autosave-edited {background: scroll transparent url("/local/templates/picaso/components/bitrix/forum/forum/images/autosave/autosave-red.gif") no-repeat 0 0;}
a.postFormAutosave.bx-core-autosave-saving {background: scroll transparent url("/local/templates/picaso/components/bitrix/forum/forum/images/autosave/autosave-write.gif") no-repeat 0 0;}

.forum-notify-bar {
	width: 100%;
	
	background-color: #4f12fd;
	color: white;
	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:white !important;
	margin: 0 !important;
	padding: 3px 25px 5px !important;
	text-align: center !important;
}
.forum-notify-text a.postFormAutorestore {
	position:relative;
	color: white;
	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:/local/templates/picaso/components/bitrix/forum/forum/themes/blue/style.css?17514612285553*/
/*----------------------------------------------------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: #dae1e9; }

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

/* Table Cell, Info Box, Reply Form */

div.forum-reply-form table.bxlhe-frame-table td.bxlhe-editor-buttons { background-color:#fbfcfd!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: #e5f8e3 !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: #d4dfea !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: #dae1e9; }

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

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

div.forum-post-date { background: #e5eaf0; border-bottom-color: #d6dde5; }


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

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

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

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

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

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

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

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

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

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

/* ---------------------------------------------------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:#4801ff; border-color: #4801ff;}

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

/*BBCode: Quote and Code*/
table.forum-quote, table.forum-spoiler, table.forum-code, div.forum-code-box, div.forum-post-attachments {  border-color: #abbacc; }
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:#e5eaf0 !important; color: #606264;}

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


/* Start:/local/templates/picaso/components/bitrix/forum/forum/styles/additional.css?175146122813232*/

.forum-reply-fields .feed-add-post .file-selectdialog-switcher,
.forum-reply-fields .feed-add-post .wduf-selectdialog-switcher,
.forum-reply-fields .feed-add-post .diskuf-selectdialog-switcher {display: block; margin-top: 0.46em; position: relative;}
.forum-reply-fields .feed-add-post .file-selectdialog-switcher span,
.forum-reply-fields .feed-add-post .wduf-selectdialog-switcher span,
.forum-reply-fields .feed-add-post .diskuf-selectdialog-switcher span {display:block;}

.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('/local/templates/picaso/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('/local/templates/picaso/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('/local/templates/picaso/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("/local/templates/picaso/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;}


.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(/local/templates/picaso/components/bitrix/forum/forum/styles/../images/rss1.gif);}
.forum-rss-rss2{background-image: url(/local/templates/picaso/components/bitrix/forum/forum/styles/../images/rss2.gif);}
.forum-rss-atom{background-image: url(/local/templates/picaso/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;}

.bxhtmled-button-translit{
	background: url(/bitrix/images/fileman/light_htmledit/lhe_iconkit.gif) -136px -38px no-repeat;
}
/* End */


/* Start:/local/templates/picaso/components/bitrix/news.line/articles_footer/style.css?17514612282381*/
.footerArticles{
	background: url(/local/templates/picaso/components/bitrix/news.line/articles_footer/images/footArticleBack.jpg) no-repeat center  #343238;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 40px 0 130px;
}


.footerArticles__head{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footerArticles__title{
	margin-bottom: 100px;
	flex:1;
	color: white
}
.footerArticles__nav{
	flex: 0 0 120px;
}

.footerArticles__body{
	padding: 2px 0;
	height: 400px;
	overflow: hidden;
}

.postPreview{
	width: 370px;
	height: 395px;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	background-color: white;
	color: white;
	text-decoration: none;
	overflow: hidden;
	margin-right: 25px;
}
.postPreview__image{
	display: block;
	max-width: 100%;
	transition: 0.3s ease-in-out;
}
.postPreview__text{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 142px;
	width: 100%;
	background: url(/local/templates/picaso/components/bitrix/news.line/articles_footer/images/articleBack.png) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 36px 38px 10px;
}
.postPreview__name{
	font-weight: 700;
}
.postPreview__date{
	position: absolute;
	right: 0;
	bottom: 100%;
	color: #4f12fd;	
	z-index: 2;
	display: inline-block;
	width: 125px;
	line-height: 35px;
	text-align: center;
	padding-right: 15px;
}

.postPreview__date::before{
	content: "";
	width: 100%;
	height: 100%;
	background-color: white;
	position: absolute;
	right: 0;bottom: 0;
	transform: skewX(30deg);
	transform-origin: right bottom;
	z-index: -1;
}

.postPreview:hover{
	text-decoration: underline;
}


.postPreview:hover .postPreview__image{
	transform: scale(1.1);
}


@media (max-width: 1200px ) {
	.footerArticles{
		padding: 20px 0 60px;
	}
	.postPreview{
		margin: 0 auto;
	}
}

@media (max-width: 992px ) {
	.footerArticles__title{
		margin: 30px 20px 30px 0;
	}
		.postPreview{
		width: 280px;
		height: 298px;
	}
	.postPreview__text{

		height: auto;
		padding: 15px 10px 10px;
	}
	.footerArticles__body{
		height: 300px;
	}

}

@media (max-width: 768px ) {

}

@media (max-width: 576px ) {
	.postPreview{
		width: 280px;
		height: 298px;
	}
	.postPreview__text{

		height: auto;
		padding: 15px 10px 10px;
	}
	.footerArticles__body{
		height: 300px;
	}
	.footerArticles__head{
		flex-flow: column;
		align-items: center;
	}
	.footerArticles__title{
		margin: 30px 0 30px;
	}
}
/* End */
/* /local/templates/picaso/components/bitrix/forum/forum/style.css?175146122829176 */
/* /local/templates/picaso/components/bitrix/forum/forum/themes/blue/style.css?17514612285553 */
/* /local/templates/picaso/components/bitrix/forum/forum/styles/additional.css?175146122813232 */
/* /local/templates/picaso/components/bitrix/news.line/articles_footer/style.css?17514612282381 */
