<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/bitrix/templates/.default/components/bitrix/news/expert_with_banners/style.css?172727037511084*/
.grey-text {
	color: #444;
}
.centered {
	text-align: center;
}
.grey-text h3 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 500;
	margin: 35px 0 20px 0;
	color: #444;
}
.grey-text .sub-title {
	font-size: 22px;
	margin-bottom: 35px;
}
.white-text .container {
	padding: 35px 0;
}
.white-text .span4 .inner {
	padding: 0 0 35px 0;
	color: #444;
}
.orange-bg {
	display: inline-block;
	background: #f7931e;
	color: #fff;
	padding: 15px 20px;
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 35px 0;
}
.blue-bg {
	background: #119ac6;
	color: #fff;
	padding: 10px 15px;
}
.white-text hr.hr {
	height: 0px;
	border: 0px;
	border-bottom: #eee 1px solid;
	margin-bottom: 20px;
}
.switch-block {
	padding-bottom: 20px;
}
.switch-block:after{
	display: block;
	clear: both;
	content: '';
}
.switch-block .title{
	
}
.switch-block .text {
	width: 100%;
	transition: 300ms;
}
.switch-block .switch-open {
	display: block;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}
.switch-block .title {
	font-size: 24px;
	line-height: 28px;
}
.switch-block .text {
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}
.article-template.switch-block .text {
	margin-top: 0px;
	transition: 150ms;
}
.switch-block .text:after{
	display: block;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background:url(/bitrix/templates/.default/components/bitrix/news/expert/images/grad-eee.png) repeat-x bottom left;
	transition: 300ms;
	content: '';
}
.switch-block.article-template .text:after{
	height: 300px;
	background-image:url(/bitrix/templates/.default/components/bitrix/news/expert_with_banners/images/grad-fff.png);
}
.switch-block.active .text{
	display: block;
	height: auto !important;
}
.switch-block.active .text:after{
	height: 0;
}
.switch-block .icon-down{
	background: url(/bitrix/templates/new/images/pages/jobs/dd-arrow-blue.png) no-repeat center center;
	height: 16px;
	background-size: contain;
	margin-left: 10px;
}
.switch-block.active .icon-down{
	-moz-transform: scale(1,-1);
	-o-transform: scale(1,-1);
	-webkit-transform: scale(1,-1);
	transform: scale(1,-1);
}
.people-small-block {
	margin: 35px 0;
	height: 310px;
	overflow: hidden;
}
.people-small-slider {
	height: 220px;
}
.people-small-block .swiper-slide {
	height: 220px;
	overflow: hidden;
}
.people-small-block .swiper-slide:after{
	display: block;
	clear: both;
	content: '';
}
.people-small-block .personal-card {
	float: left;
	width: 227px;
	height: 220px;
	margin-left: 10px;
	background: #fff;
}
.people-small-block .swiper-slide .personal-card:first-child{
	margin-left: 0px;
}
.people-small-block .personal-card .photo-holder {
	width: 227px;
	height: 184px;
	text-align: center;
	overflow: hidden;
}
.people-small-block .personal-card .name {
	padding: 10px;
}
.slider-arrows {
	margin-left: 40px;
	margin-right: 40px;
}
.expert-article section.grey-text {
	margin: 0 -99999px;
	padding: 0 99999px 0 99999px;
}
.expert-article div.container {
	width: 620px;
}
.expert-article div.container h2 {
	font-size: 44px;
	line-height: 44px;
	font-weight: 300;
}
.expert-article div.container h3 {
	font-size: 30px;
	line-height: 32px;
}
.expert-article .span12 {
	width: 620px;
}
.expert-article .span4{
	width: 30%;
}
.forum .span4{
	z-index: 10;
	position: relative;
}
.webinar-small-block {
	height: 340px;
}
.people-small-slider.webinar-small-slider {
	height: 240px;
}
.people-small-slider.webinar-small-slider .swiper-slide, .people-small-slider.webinar-small-slider  .rez{
	width: 220px;
	height: 240px;
}
.people-small-slider.webinar-small-slider  .rez .rez-top img {
	width: 100%;
	height: auto;
}
.white-text h2 {
	font-size: 44px;
	line-height: 44px;
	color: #444;
	margin: 0 0 35px 0;
	font-weight: 300;
	text-align: center;
}
.articles-small-block {
	height: 350px;
}
.articles-small-slider {
	height: 220px;
}
.articles-small-slider .article-box {
	background: #fff;
	padding: 20px;
	margin: 5px;
}
.articles-small-slider .article-box .name {
	font-size: 16px;
	margin-bottom: 15px;
	height: 54px;
	overflow: hidden;
}
.articles-small-slider .article-box a {
	display: block;
	margin-bottom: 15px;
}
.articles-small-slider .article-box .author {
	height: 42px;
	padding-left: 31px;
}
.articles-small-slider .article-box .author i{
	margin: 0 10px -10px -31px;
}
.dark-text {
	background: #444;
}
.dark-text .container {
	padding: 0;
}
.box-block {
	display: inline-block;
	height: 210px;
	width: 185px;
	padding: 20px;
	margin: 10px;
	position: relative;
}
.box-block .name {
	font-size: 24px;
}
.box-block .short-hr{
	height: 0px;
	border-bottom: #fff 1px solid;
	width: 30px;
	margin: 15px 0;
}
.box-block .more-link {
	color: #fff;
	position: absolute;
	bottom: 20px;
	left: 20px;
	line-height: 18px;
	padding-right: 27px;
	background: url(/bitrix/templates/new/images/white-arrow-more.png) no-repeat center right;
}
.box-block .price-box {
	padding: 10px 20px;
	background: #fff;
	width: 185px;
	margin-left: -30px;
	font-size: 18px;
	line-height: 22px;
}
.box-block .price-box span {
	display: block;
	font-weight: 500;
}
.box-block.green {
	background: #56cd50;
	color: #fff;
}
.box-block.green .price-box {
	color: #56cd50;
}
.box-block.red {
	background: #e74c3c;
	color: #fff;
}
.box-block.red .price-box {
	color: #e74c3c;
}
.box-block.orange {
	background: #f7931e;
	color: #fff;
}
.box-block.orange .price-box {
	color: #f7931e;
}
.economy-right {
	border-left: #eee 1px solid;
	padding: 60px 0 60px 60px;
	margin: 0 -30px 0 -30px;
}
.economy-right:after{
	display: block;
	content: '';
	clear: both;
}
.economy-right .box-block {
	float: left;
}
.economy-left .box-block {
	height: 295px;
	width: 250px;
	margin-top: 170px;
}
.forum-menu {
	position: relative;
	margin-top: 25px;
}
.forum-menu .forum-menu-section .f-cats, .forum-menu .forum-menu-section .f-tags, .forum-menu .forum-menu-section .last-topics {
	position: absolute;
	width: 300px;
	display: none;
	opacity: 0;
	background: #fff;
	left: 0px;
	padding: 20px;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	margin-top: 0px;
	transition: 300ms;
}
.forum-menu .forum-menu-section .f-cats {
	padding-top: 0px;
}
.forum-menu .forum-menu-section:hover .f-cats,.forum-menu  .forum-menu-section:hover .f-tags, .forum-menu .forum-menu-section:hover .last-topics{
	display: block;
	opacity: 1;
}
.forum-menu .forum-menu-section {
	display: inline-block;
	width: 100px;
	margin-left: 10px;
}
.forum-menu .forum-menu-section:first-child{
	margin-left: 0px;
}
.forum-menu .forum-menu-section:nth-child(2){
	width: 70px;
}
.forum-menu .forum-menu-section .f-title, .forum-menu .forum-menu-section .h2{
	cursor: pointer;
}
.forum-menu .forum-menu-section .h2{
	position: relative;
	padding-left: 22px;
	font-weight: 500;
	color: #444;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
}
.forum-menu .forum-menu-section .h2 i {
	position: absolute;
	top: 0;
	left: 0;
}
.forum-menu .last-topics a:first-child{
	margin-top: 0px;
}
.forum.forum-promo-page {
	padding: 0px;
}
.forum-promo-page .f-item.expert-article{
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
}
.forum-promo-page .bx-breadcrumb {
	float: left;
	width: 620px;
	margin-top: 20px;
}
.grey-text .span12 &gt; img {
	max-width: 100%;
}
.article-banners {
	margin-bottom: 30px;
}
.forum-menu .article-banners {
	display:none;
}
.article-banners .item {
	background: #fdfdfd;
	margin-bottom: 20px;
	padding: 35px;
	border: #e5e5e5 1px solid;
	text-align: center;
	font-size: 16px;
	color: #000;
}
.article-banners .item .picture{
	margin: 10px 0 30px 0;
}
.article-banners .item .title{
	font-weight: 500;
	margin: 10px 0;
}
.article-banners .item .description {
	font-weight: 300;
	margin: 10px 0;
}
.article-banners .banner-price {
	font-weight: 500;
	margin: 10px 0;
	color: #f8931f;
}
.article-banners .banner-button {
	display: inline-block;
	padding: 0 46px;
	line-height: 46px;
	text-transform: uppercase;
	color: #fff;
	background: #f8931f;
	margin-top: 15px;
}
.forum-menu-section {
	margin-bottom: 20px;
}
.forum-menu-section .f-title {
	cursor: pointer;
}
.forum-menu-section .f-cat-s,.forum-menu-section .f-tags {
	display: none;
}
.forum-menu #float-box{
	display: none;
}
#float-box {
	text-align: center;
	width: 100%;
}
#float-box .order-call-float {
	display: inline-block;
	border: 1px #f8931f solid;
	background: transparent;
	color: #f8931f;
	line-height: 65px;
	height: auto;
	width: 100%;
	text-align: center;
	font-size: 20px;
}
#float-box .order-call-float:hover {
	background: #f8931f;
	color: #fff;
}
.reviews-note-box-text p {
	margin: 5px 0;
}
.reviews-note-error {
	color: red;
	font-weight: 400;
}
.transcript-block.switch-block .text:after {
    background-image: url(/bitrix/templates/.default/components/bitrix/news/expert/images/grad-fff.png);
}
.slide-tab {
	display: block;
	width: 95%;
	margin: 10px 0;
	border-bottom: #ccc 1px solid;
	padding-bottom: 30px;
}
.slide-tab.active {
	display: block;
}
.item-add-table {
	width: 100%;
}
.item-add-table td {
	vertical-align: top;
	padding: 5px;
}
.item-add-table td.caption {
	white-space: nowrap;
}
.item-add-table input[type=text], .field-detail_text .bxlhe-frame {
	width: 100%;
	min-width: 150px;
	border: #ccc 1px solid;
	padding: 3px;
}
.item-add-table .captcha input[type=text] {
	width: 250px;
}
.item-add-table textarea {
	width: 748px;
	height: 250px;
	border: #ccc 1px solid;
}
.item-add-table .field.error input, .item-add-table .field.error textarea {
	border-color: #e21119;
	background: #ffd2c7;
}
.item-add-table .field.error small {
	display: block;
	font-size: 9px;
	line-height: 11px;
	color: #e21119;
}
.item-add-table .buttons {
	text-align: right;
}
.btn-blue {
	display: inline-block;
	background: #16c5fe;
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
	height: 30px;
	padding: 0 20px;
	text-decoration: none;
	border: 0px;
	
}
.ok-message {
	color: #43A400;
	font-weight: 500;
}

.forum-forum-list .bx_sitemap_li_title{
	margin: 0;

}

.rtube_block{
	display: none;
	width: 350px;
	text-align: center;
	text-wrap:wrap;
	position: fixed;
	left: 20px;
	bottom: 20px;
	background: #797bb4;
	border-radius: 10px;
	padding: 15px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.rtube_block.active{
	z-index: 10;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.rtube_btn{
	width: 80%;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fc9d21;
	border-radius: 10px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
	text-decoration: none;
	cursor: pointer;
}
.rtube_btn:hover, rtube_btn:focus{
	color: #fff;
	border: 2px solid #fc9d21;
	background: transparent;
	text-decoration: none;
}
.rtube_close_btn{
	background-color: transparent;
	border: 0;
	display: block;
	position: absolute;
	top: -16px;
	right: -11px;
	line-height: 1;
	font-size: 30px;
	color: #fc9d21;
	background-repeat: no-repeat;
}
@media screen and (max-width: 768px){
	.rtube_block.active{
		display: none;
	}
}
@media screen and (min-width: 1200px){
	#detail_body{
		width: 1000px;
	}
	#detail_infoblock{
		margin-right: 30px;
	}
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/breadcrumb/in_forum/style.css?1748507892792*/
.bx-breadcrumb {
	margin: 10px 0;
	background: #EFF3FD;
	padding: 20px 10px;
	border-radius: 0px 30px 30px 0px;
	width: 60%;
	display: flex;
	align-items: center;
	line-height: 1;
}
.bx-breadcrumb i {
	color: #313DA5;
	line-height: 13px;
	font-size: 15px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	color: #313DA5;
	margin-right: 10px;
	white-space: nowrap;
	line-height: 13px;
	text-transform: uppercase;
}
.bx-breadcrumb .bx-breadcrumb-item:first-child{
	margin-left:auto;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none; color: #313DA5;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news/expert_with_banners/bitrix/news.detail/.default/style.css?16568409541906*/
.f-item .f-statu {
	position: static;
	float: right;
}
.picture-holder {
	margin: 5px 0 10px 0;
}
.picture-holder a {
	display: block;
	max-height: 450px;
	overflow: hidden;
}
.picture-holder img {
	max-width: 610px;
	display: block;
	margin: 0px auto;
}
.picture-holder .pics-aligner {
	display: table-row;
}
.picture-holder .pics-aligner .one-pic {
	display: block;
	border: #ccc 1px solid;
	margin-bottom: 5px;
}
.columns-after-article {
	margin-top: 20px;
	padding-top: 20px;
	border-top: #eee 2px solid;
}
.expert-article {
	font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}
.expert-article p {
	margin: 5px 0;
}
.article-template ul, .article-template ol {
	margin: 0 0 20px 20px;
}
.article-template ul {
	list-style: disc outside;
}
.article-template ol {
	list-style: decimal outside;
}
.article-template .code {
	font-family: Courier New;
	font-size: 13px;
	padding: 10px 20px;
	border: #ccc 1px solid;
	background: #eee;
	margin-bottom: 20px;
}
.article-template .code p {
	margin: 0px;
}
.article-template  img {
	max-width: 560px;
}

.article-template  a {
color: #337ab7;
    text-decoration: none;
}
.article-template .codetext {
	padding: 10px 20px;
	border: #ccc 1px solid;
	background: #eee;
	margin-bottom: 20px;
}
.article-template .codetext b, .article-template .codetext strong {
	font-weight: 500;
}
.row.border-top:before{
	display: block;
	border-top: #eee 1px solid;
	height: 1px;
	margin: 10px 0 30px 20px;
	content: '';
}
.related-articles {
	margin: 30px 0;
	padding: 20px 20px 10px 20px;
	border: #eee 1px solid;
}
.related-articles h3 {
	margin: 0 0 20px 0;
	text-transform: uppercase;
	color: #000;
}
.related-topics a {
	display: block;
	margin: 0 -10px 0 -10px;
	padding: 10px;
}
.related-topics .title {
	display: block;
	text-decoration: none;
}
.related-topics .preview {
	font-size: 12px;
	color: #777;
}
.related-topics a:hover {
	background: #f9f9f9;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/system.pagenavigation/buttons_norow_small/style.css?1656840955876*/
div.modern-page-navigation { 
	padding: 10px 0 40px 0;
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
	line-height: 8px;
	height:10x;
}
div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots
{
	color:#fff;
	background: #444;
	padding: 4px 8px;
	text-decoration: none;
	border-radius: 5px 5px 5px 5px;	
}
div.modern-page-navigation a.modern-page-dots
{
	background: transparent;
	color: #000;
}
span.modern-page-current { 
	font-weight: bold;
	background: #111;
	}
	
	
div.modern-page-navigation  a.modern-page-next {
	background: url("/bitrix/templates/.default/components/bitrix/system.pagenavigation/buttons_norow_small/images/arrow2.png") no-repeat scroll center center transparent;
	height: 30px;
	width: 22px;
	padding:0 !important;
}

div.modern-page-navigation  a.modern-page-previous {
	background: url("/bitrix/templates/.default/components/bitrix/system.pagenavigation/buttons_norow_small/images/arrow1.png") no-repeat scroll center center transparent;
	height: 30px;
	width: 22px;
	padding:0 !important;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news/expert_with_banners/bitrix/forum.topic.reviews/.default/style.css?165684095417453*/
div.reviews-info-box
{
	padding:0.5em 1.117em;
	border-width: 1px;
	border-style: solid;
	line-height: 1.5em;
	margin-bottom:2em;
	zoom: 1;
}
/* Header */
div.reviews-header-box
{
	font-size:1em; 
	padding:0.462em 1.117em;
	vertical-align:middle;
}
/* Link to forum */
div.reviews-link-box
{
	font-size:1em; 
	padding:0.462em;
	vertical-align:middle;
	margin-bottom: 1em;
}
/* Page navigation */
div.reviews-navigation-box
{
	padding:0 1.117em;
	border-top: 1px solid;
	border-bottom: 1px solid;
	line-height:1.5em;
	overflow: hidden;
	zoom:1;
}
div.reviews-navigation-bottom { 
	margin-top: 0;
	margin-bottom: 2em;
	border-top:none;
}
/* Topic posts table */
table.reviews-post-table
{
	width: 100%;
	line-height:1.5em;
	border-bottom: 1px solid #dadada;
	margin-bottom: 1.7em;
	padding: 1px 3px 1px 0;
	table-layout:fixed;
	border: #ccc 1px solid;
}

table.reviews-post-hidden {
	background: none repeat scroll 0 0 #E5F8E3 !important;
}

table.reviews-post-table thead td
{
	color: #7e7e7e; 
}

table.reviews-post-table thead td
{
	line-height: 30px;
}
table.reviews-post-table thead td, table.reviews-post-table tbody td div.reviews-text
{
	padding-top: 0.5em;
}
table.reviews-post-table thead td .message-post-date {
	font-size: 0.85em;
}
table.reviews-post-table thead td .review-avatar {
	background-color: #ECEAEC;
	border: 1px solid #C4C4C4;
	float: left;
	height: 30px;
	margin-right: 0.5em;
	width: 30px;
}
table.reviews-post-table thead td .review-rating {
	float: right;
}

table.reviews-post-table thead td .review-rating .rating-vote {
	line-height: 24px;
}
/* First Post Table */
table.reviews-post-first {}

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

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

/* Last Post Table */
table.reviews-post-last {

}

/* Post Table Cell */
table.reviews-post-table td { padding: 5px 10px; vertical-align: top; }

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

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

div.reviews-post-date, div.reviews-post-entry { padding:0.5em 1em 0.5em 1em; font-size:1em; font-weight:normal; }
.message-post-date {float:right;}
div.reviews-post-date { border-bottom-width:1px; border-bottom-style: dashed; }

div.reviews-post-text { padding:0.5em 0; }
/* Post Table: Quote and Author Name Links*/
div.reviews-post-reply-buttons { 
	height:21px;
	padding:0;
	position:relative;
}
div.reviews-post-reply-buttons span.separator {
	background-color: #E0E0E0;
	display: inline-block;
	margin: 0 1px;
	height: 7px;
	line-height: 5px;
	width:1px;
}
table.reviews-post-table .reply-action-note {
	color: #777777;
	font-style: italic;
	line-height: 18px;
	font-size: 11px;
	display: inline-block;
	margin:2px;
}
table.reviews-post-table .reply-action-note:hover {
	text-decoration: none;
}
div.reviews-post-reply-buttons a {
	color: #969696;
	font-size: 11px;
	margin-left:2px;
	text-decoration: none;
}
div.reviews-post-reply-buttons a:hover {
	text-decoration: underline;
}

/* Post Attachments */
div.reviews-post-attachments { margin:1.5em 0;}
div.reviews-post-attachments label { font-weight: bold; padding-bottom:0.5em;}
div.reviews-post-attachment { padding-left: 0.5em;}

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

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

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

div.reviews-user-status { margin-bottom: 0.5em; }

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

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

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

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

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

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

div.reviews-post-entry table.forum-quote, div.reviews-post-entry table.forum-code { width: 95%; margin: 0.5em 0 0;}

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

div.reviews-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.reviews-code-box ol, div.reviews-code-box ol li, div.reviews-code-box ol li span { margin: 0; padding: 0; border: none; }

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

div.reviews-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;
}

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

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

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

div.reviews-reply-fields { padding:0 1.117em 0.8em; }

div.reviews-reply-field { padding-bottom: 0.462em; margin-top: 0.462em; }

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

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

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

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

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

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

div.reviews-reply-field-bbcode { line-height: 1.7em; zoom:1;}


div.reviews-bbcode-line { margin-right: 2em; float: left;}
div.reviews-smiles-line { white-space: nowrap; float: left; }
div.reviews-bbcode-line img, div.reviews-smiles-line img { border: 0;}
div.reviews-bbcode-line a, div.reviews-smiles-line a {vertical-align: middle;}

div.reviews-bbcode-line a
{
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 0.2em;
	background-position: center center; 
	background-repeat:no-repeat;
	display: block;
}
div.reviews-bbcode-line a, div.reviews-bbcode-line img, div.reviews-smiles-line a, div.reviews-smiles-line img { outline: none; }
div.reviews-bbcode-line select { float: left; margin-left:3px; padding:0px; height:20px;} 

/*BBCode Icons*/
a.reviews-bbcode-bold {background-image: url(/bitrix/templates/.default/components/bitrix/news/expert_with_banners/bitrix/forum.topic.reviews/.default/images/bbcode/font_bold.gif);}
a.reviews-bbcode-italic {background-image: url(/bitrix/templates/.default/components/bitrix/news/expert_with_banners/bitrix/forum.topic.reviews/.default/images/bbcode/font_italic.gif);}
a.reviews-bbcode-color {background-image: url(/bitrix/templates/.default/components/bitrix/news/expert_with_banners/bitrix/forum.topic.reviews/.default/images/bbcode/font_color.gif);}
a.reviews-bbcode-underline{background-image: url(/bitrix/templates/.default/components/bitrix/news/expert_with_banners/bitrix/forum.topic.reviews/.default/images/bbcode/font_underline.gif);}
a.reviews-bbcode-strike{background-image: url(/bitrix/templates/.default/components/bitrix/news/expert_with_banners/bitrix/forum.topic.reviews/.default/images/bbcode/font_strike.gif);}
a.reviews-bbcode-url{background-image: url(/bitrix/templates/.default/components/bitrix/news/expert_with_banners/bitrix/forum.topic.reviews/.default/images/bbcode/font_link.gif);}
a.reviews-bbcode-img{background-image: url(/bitrix/templates/.default/components/bitrix/news/expert_with_banners/bitrix/forum.topic.reviews/.default/images/bbcode/font_image.gif);}
a.reviews-bbcode-video{background-image: url(/bitrix/templates/.default/components/bitrix/news/expert_with_banners/bitrix/forum.topic.reviews/.default/images/bbcode/font_video.gif);}
a.reviews-bbcode-code{background-image: url(/bitrix/templates/.default/components/bitrix/news/expert_with_banners/bitrix/forum.topic.reviews/.default/images/bbcode/font_code.gif);}
a.reviews-bbcode-quote{background-image: url(/bitrix/templates/.default/components/bitrix/news/expert_with_banners/bitrix/forum.topic.reviews/.default/images/bbcode/font_quote.gif);}
a.reviews-bbcode-video{background-image: url(/bitrix/templates/.default/components/bitrix/news/expert_with_banners/bitrix/forum.topic.reviews/.default/images/bbcode/font_video.gif);}
a.reviews-bbcode-list{background-image: url(/bitrix/templates/.default/components/bitrix/news/expert_with_banners/bitrix/forum.topic.reviews/.default/images/bbcode/font_list.gif);}
a.reviews-bbcode-translit{background-image: url(/bitrix/templates/.default/components/bitrix/news/expert_with_banners/bitrix/forum.topic.reviews/.default/images/bbcode/font_translit.gif);}

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

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

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

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

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

div.reviews-reply-buttons { margin-top: 1em;}
div.reviews-reply-buttons input {
	padding:0.5em 1em; font-size:1em; overflow: visible; /*IE paddings*/
	background: #e74c3c;
	color: #fff;
	text-transform: uppercase;
	margin-right: 20px;
	}
div.reviews-reply-buttons input:hover{
	background: #d32614;
}
/* Utils */
div.reviews-clear-float { clear: both; }


/* Table Header, Reply Form Header, BBCode Icons Highlighting */
div.reviews-reply-header, div.reviews-bbcode-line a:hover, div.reviews-bbcode-line a:hover img { background-color: #e7e7e7; }

/* Table Cell Border */
div.reviews-info-box, div.reviews-reply-form { border-color: #e1e1e1;}

/* Table Cell, Info Box, Reply Form */
div.reviews-info-box, div.reviews-reply-form { background:#fbfbfb; }

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

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

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

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

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

div.reviews-header-box { color: #fff; background:#6c6c6c; border-color: #7a7a7a;}

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

/*BBCode: Quote and Code*/
table.reviews-quote, table.reviews-code, div.reviews-code-box {  border-color: #c3c3c3; }
table.reviews-quote td, table.reviews-code td, div.reviews-code-box ol {background:#fff !important; color:#696969;}
table.reviews-quote th, table.reviews-code th, div.reviews-code-box {background:#e6e6e6 !important; color:#616161;}

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

div.reviews-smiles-line, div.reviews-smiles-line a, div.reviews-reply-field-bbcode div.reviews-reply-field-showsmiles{float:left;}
div.reviews-smiles-line span.reviews-smiles-item{display:block;float:left;border:none;margin:0;padding:0;overflow:hidden;}
div.reviews-smiles-line span.reviews-smiles-item a{text-decoration:none;border:none;float:left;margin-right:5px;}
div.reviews-smiles-line div.reviews-smiles-item{float:left;}
div.reviews-smiles-corrected{overflow:hidden;}

body.reviews-popup-body{padding:1.51em; font-size:0.75em;}
form.reviews-form{ background-color: #F1F1F1; margin: 0; padding: 0.8em;}
div.reviews-text table.forum-quote {
	background: url("/bitrix/templates/.default/components/bitrix/news/expert_with_banners/bitrix/forum.topic.reviews/.default/images/font_quote.gif") no-repeat scroll left top #F8F2D4;
	border-color: #EEE9CC;
	color: #4A483F;
}
div.reviews-text table.forum-quote thead {
	display: none;
}
div.reviews-text table.forum-code thead {
	display: table-cell;
}
div.reviews-text table.forum-quote, div.reviews-text table.forum-spoiler, div.reviews-text table.forum-code, div.reviews-text div.forum-code-box {
	border: 1px solid #dddddd;
	table-layout:fixed;
	padding: 3px;
	width: 100%;
}
div.reviews-text table.forum-quote td, div.reviews-text table.forum-spoiler td, div.reviews-text table.forum-code td,div.reviews-text  div.forum-code-box ol {
	color: #696969;
}
div.reviews-text table.forum-quote th, div.reviews-text table.forum-spoiler th, div.reviews-text table.forum-code th, div.reviews-text div.forum-code-box {
	font-weight:bold;
	text-align:left;
	color: #888;
}
div.reviews-text table.forum-code pre {
	overflow: auto;
	width:100%;
}
div.reviews-text table.forum-code td, div.reviews-text div.forum-code-box td{
	font-family: "Lucida Console", "DejaVu Sans Mono", Monaco, monospace;
	font-size:12px;
}
div.reviews-collapse {
	/*float: right;*/
	width:100%;
}
div.reviews-collapse a {
	line-height: 55px;
	margin-right: 30px;
	padding: 0.462em;
}
div.reviews-expanded {
	width: auto;
	float:right;
}

div.reviews-post-entry table.forum-quote {
	background: url("/bitrix/templates/.default/components/bitrix/news/expert_with_banners/bitrix/forum.topic.reviews/.default/images/font_quote.gif") no-repeat scroll left top #F8F2D4;
	border-color: #EEE9CC;
	color: #4A483F;
}
div.reviews-post-entry table.forum-quote thead {
	display: none;
}
div.reviews-post-entry table.forum-code thead {
	display: table-cell;
}
div.reviews-post-entry table.forum-quote, div.reviews-post-entry table.forum-spoiler, div.reviews-post-entry table.forum-code, div.reviews-post-entry div.forum-code-box {
	border: 1px solid #dddddd;
	padding: 3px;
	width: 100%;
}
div.bx-edit-tab-inner table.bx-edit-table div.reviews-post-entry table.forum-quote td,
div.bx-edit-tab-inner table.bx-edit-table div.reviews-post-entry table.forum-code td
{
	background-color:transparent;
	padding: 0.9em 1em;
}
div.reviews-post-entry table.forum-quote td, div.reviews-post-entry table.forum-spoiler td, div.reviews-post-entry table.forum-code td,div.reviews-post-entry  div.forum-code-box ol {
	color: #696969;
}
div.reviews-post-entry table.forum-quote th, div.reviews-post-entry table.forum-spoiler th, div.reviews-post-entry table.forum-code th, div.reviews-post-entry div.forum-code-box {
	font-weight:bold;
	text-align:left;
	color: #888;
}
.reviews-actions .ilike-light .bx-ilike-right-wrap {
	margin-right: 2px;
}
.reviews-actions .ilike-light .bx-ilike-right {
	padding: 0px 1px 0 11px; font-size: 11px; line-height: 19px;
}
.reviews-actions .ilike-light .bx-ilike-text {
	padding: 0;
}
.reviews-post-reply-buttons .bx-rating span, .reviews-post-reply-buttons  .bx-rating a { color: #929292; font-size: 11px;}
/* autosave */
a.postFormAutosave {
	float: right;
	display:block;
	width:18px;
	height:18px;
	margin:0 -4px 0 0;
	position:relative;
	z-index:2;
}
.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;
}

.forum-message-add {
	margin-top: 20px;
	display: none;
}
.reviews-message-img .fancybox {
	display: inline-block;
	margin: 5px 0;
	max-height: 400px;
	overflow: hidden;
	border: #ccc 1px solid;
}
.reviews-message-img .fancybox img {
	display: block;
	max-width: 580px;
	margin: 2px;
}
/* End */


/* Start:/bitrix/components/bitrix/rating.vote/templates/like/popup.min.css?16568410131589*/
.bx-ilike-wrap-block{display:inline-block;max-height:132px;position:relative;font-family:Verdana,Tahoma,sans-serif;overflow:hidden;width:186px}* html .bx-ilike-wrap-block{width:186px}.bx-ilike-popup{background-color:#fff;display:inline-block;max-height:121px;margin:0 0 2px 0;padding:0 6px 5px 0;overflow-y:auto;overflow-x:hidden;width:180px;-moz-user-select:none;-khtml-user-select:none;user-select:none}* html .bx-ilike-popup{width:186px;height:130px}.bx-ilike-popup-img{display:block;color:#656365;text-decoration:none;overflow:hidden;zoom:1}.bx-ilike-popup-img:link span,.bx-ilike-popup-img:visited span{color:#50688e;text-decoration:none}.bx-ilike-popup-img:hover span{color:#50688e;text-decoration:underline}.bx-ilike-bottom_scroll{background:url("/bitrix/components/bitrix/rating.vote/templates/like/images/i-like-sprite.png") repeat-x 0 -148px;display:block;height:13px;position:absolute;left:0;bottom:0;width:170px}* html .bx-ilike-bottom_scroll{display:none}.bx-ilike-popup-avatar{background:url("/bitrix/components/bitrix/rating.vote/templates/like/images/avatar.gif") no-repeat center;border-radius:50%;display:block;margin:1px;float:left;width:21px;height:21px}* html .bx-ilike-popup-avatar{width:23px}.bx-ilike-wait{background:url(/bitrix/components/bitrix/rating.vote/templates/like/images/i-like-wait.gif) no-repeat center center;width:183px;height:26px;display:block;margin-top:2px}.bx-ilike-popup-img img{border:0;background-color:#FFF;border-radius:50%}.bx-ilike-popup-name{cursor:pointer;display:block;font-size:11px;padding-left:3px;height:15px;text-decoration:underline;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;padding-top:2px;white-space:nowrap;min-width:100px}* html .bx-ilike-popup-name{width:135px}
/* End */


/* Start:/bitrix/components/bitrix/rating.vote/templates/like/style.min.css?16568410131455*/
.ilike-light .bx-ilike-button{color:#929292;display:inline-block;height:19px;position:relative;-moz-user-select:none;-khtml-user-select:none;user-select:none}.ilike-light .bx-ilike-left{display:inline-block;height:19px;vertical-align:top;width:10px}.ilike-light .bx-ilike-text{display:inline-block;height:17px;padding:3px 0 0;cursor:pointer}* html .ilike-light .bx-ilike-text{height:19px}.ilike-light .bx-ilike-right-wrap{display:inline-block;height:19px;cursor:default;margin-right:3px}.ilike-light .bx-ilike-right{display:inline-block;height:17px;padding:3px 1px 0 12px;background:url("/bitrix/components/bitrix/rating.vote/templates/like/images/like.png") no-repeat scroll 0 -39px rgba(0,0,0,0)}* html .ilike-light .bx-ilike-right{width:16px}.ilike-light .bx-you-like .bx-ilike-right{background-position:0 -19px}.ilike-light .bx-ilike-button-disable{cursor:default}.ilike-light .bx-ilike-button-disable .bx-ilike-left{background-position:0 -39px}.rating_vote_graphic{display:none!important}.rating_vote_text{display:inline-block!important}.ilike-light .bx-ilike-plus-one{display:inline-block;position:absolute;padding:4px;background-color:#929292;color:#fff;-webkit-animation:likeLightPlusOne 1.5s 1;-moz-animation:likeLightPlusOne 1.5s 1;border-radius:16px;line-height:5px;font-size:10px;opacity:0;width:12px;height:10px}@-webkit-keyframes likeLightPlusOne{0%{opacity:0}40%{opacity:1}60%{opacity:1}100%{opacity:0}}@-moz-keyframes likeLightPlusOne{0%{opacity:0}40%{opacity:1}60%{opacity:1}100%{opacity:0}}
/* End */


/* Start:/bitrix/templates/.default/components/ixie/news.line/forum_tags/style.css?1656840955200*/
.heightover {
	height:317px;
	overflow:hidden;
    margin-bottom: 23px;
}

.f-tags .moreTags {
	    /* width: 100%; */
    float: right;
    text-align: center;
}

.f-tags.heightover2 {
	float:none;
}
/* End */


/* Start:/bitrix/templates/.default/components/ixie/news.line/last_topics/style.css?1656840955127*/
.last-topics a {
	display: block;
	margin: 20px 0 0 0;
	color: #777;
}
.last-topics a .title {
	display: block;
	color: #000;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news/expert_with_banners/style.css?172727037511084 */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/in_forum/style.css?1748507892792 */
/* /bitrix/templates/.default/components/bitrix/news/expert_with_banners/bitrix/news.detail/.default/style.css?16568409541906 */
/* /bitrix/templates/.default/components/bitrix/system.pagenavigation/buttons_norow_small/style.css?1656840955876 */
/* /bitrix/templates/.default/components/bitrix/news/expert_with_banners/bitrix/forum.topic.reviews/.default/style.css?165684095417453 */
/* /bitrix/components/bitrix/rating.vote/templates/like/popup.min.css?16568410131589 */
/* /bitrix/components/bitrix/rating.vote/templates/like/style.min.css?16568410131455 */
/* /bitrix/templates/.default/components/ixie/news.line/forum_tags/style.css?1656840955200 */
/* /bitrix/templates/.default/components/ixie/news.line/last_topics/style.css?1656840955127 */
</pre></body></html>