


/* Start:/local/templates/mobile/components/bitrix/news.detail/mobile/style.css*/
.news-item-content {
	font-size: 18px;
	padding-top: 50px;
}
.news-item-content h1{
	font-size: 22px;
	line-height: 32px;
	width: 70%;
	/* padding: 0 5%; */
	/* float: left; */
	float: none;
	margin: 0;
	padding-left: 5%;
}
.news-item-content h2{
	font-size: 21px;
	line-height: 32px;
}
.news-item-content h3{
	font-size: 20px;
	line-height: 32px;
}
.news-item-content .post-controls{
	width: 90%;
	padding: 10px 5%;
	clear: both;
}
.news-item-content .post-controls .author{
	/* padding: 25px 0; */
	clear: both;
	color: #737373;
	min-height: 100px;
	line-height: 30px;
}
.news-item-content .post-controls .author .descr-fio{
	color: #333333;
}
.news-item-content .post-controls .author img{
	width: 100px;
	height: 100px;
	float: left;
    margin-right: 15px;
	position: relative;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.news-item-content .post-controls .s-button{
	display: block;
    margin: 0;
    float: left;
    height: 40px;
	clear: both;
}
.news-item-content .post-text{
	color: #4f4f4f;
	font-size: 18px;
	line-height: 28px;
	width: 90%;
	padding: 0 5%;
	clear: both;
	word-wrap: break-word;
}
.news-item-content .post-text blockquote{
	border-left: 5px solid #4f4f4f !important;
	font-size: 20px;
	padding: 0 0 0 25px !important;
	margin: 10px auto !important;
}
.news-item-content .post-text img{
	max-width: 95%;
	height: auto;
	padding: 0 10px;
}
.news-item-content .post-text table img
{
	max-width: none;
	padding: 0;
}

.news-item-content .post-text table.detail_toggle img
{
	width: 95%;
}

.news-item-content .post-text iframe{
	max-width: 95%;
	padding: 0 10px;
}
.news-item-content .post-text table{
    /* display: block; */
	/* overflow-x: auto; */
	margin: 0 auto;
}
.news-item-content .post-text .table-scroll::-webkit-scrollbar-thumb,
.news-item-content .post-text .doubleScroll-scroll-wrapper::-webkit-scrollbar-thumb {
    border: 2px solid white;
    background-color: #ccc;
}
.news-item-content .post-text .table-scroll::-webkit-scrollbar,
.news-item-content .post-text .doubleScroll-scroll-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
}
.news-item-content .post-text .table-scroll::-webkit-scrollbar:horizontal,
.news-item-content .post-text .doubleScroll-scroll-wrapper::-webkit-scrollbar:horizontal {
    height: 13px;
}
.news-item-content .post-text .table-scroll::-webkit-scrollbar-thumb,
.news-item-content .post-text .doubleScroll-scroll-wrapper::-webkit-scrollbar-thumb {
    border-radius: 6px;
    border: 2px solid white; 
    background-color: rgba(0, 0, 0, .5);
}
.news-item-content .post-text table p{
    font-size: 14px;
    line-height: 26px;
	margin: 5px auto;
}

.test-wrapper .question_desc{
  text-align: center;
  font-style: italic;
}

.test-wrapper .question_text{
  font-size: 18px;
  text-align: center;
}
.test-wrapper .question_image{
  text-align: center;
}
.test-wrapper .question,.results{
  display: none;
}

.test-wrapper{
  margin-bottom: 30px;
}

.test-wrapper .answer{
  margin-top: 10px;
  cursor: pointer;
  /* width: 600px; */ 
  border: 1px solid #3e9cbb;
  /*border-radius: 10px;*/
  text-align: center;
  font-size: 16px;
  margin: 10px auto;
}
.test-wrapper .answer_inner_text{
  padding: 5px;
}
.test-wrapper .answer:hover
{
  background-color:#c5e1ea;
}

.test-wrapper .answer.selected
{
  color:#fff;
  background-color:#4B71BD;
}


 .test-wrapper .selected:hover{
  /*color:#000;*/
 }

.test-wrapper button{
  cursor:pointer;
  margin-top: 20px;
  height: 33px;
  padding: 7px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
/*  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;*/
  border:0px;
  background:#4b71bd 0px 0px no-repeat scroll;
  width: 160px;
  color:#fff;
  font:bold 16px arial!important;
}
.test-wrapper button:hover{
  background-color:#5884DA;
}
.test-wrapper button:focus{
  outline: none;
}

.test-wrapper .q_number{
  background: url(/images/tests/test_120/number.png) no-repeat center;
  /* width: 242px; */
  height: 94px;
  margin: 20px auto;
  /*font-size: 62px;*/
  font-size: 21px;
  line-height: 92px; 
  color: #605d5d;
  cursor: default;
}
.test-wrapper .question_desc{
  text-align: center;
  font-style: italic;
}

.test-wrapper .question_text{
  font-size: 18px;
  text-align: center;
}
.test-wrapper .question_image{
  text-align: center;
}
.test-wrapper .question,.results{
	display: none;
}

.test-wrapper .results .result_picture{
	text-align: center;
	margin: 12px auto;
}
.test-wrapper .results .result_desc{
	text-align: justify;
}
.test-wrapper .results .aditional_desc{
	background-color: #ddd;
	/* width: 698px; */
	margin-left: -20px;
	padding: 1px 12px;
	font-style: italic;
	/* font-size: 14px; */
	line-height: 18px;
	margin-top: 30px;
}
.test-wrapper .results .aditional_desc a{
	color: #000;
	text-decoration: none;
}

.test-wrapper .show_results_for_admins{
	cursor:pointer; margin-top:4px;
}

.test-wrapper .result_text h2{
	margin-top: 10px;
}
.test-wrapper .main-column p,td{
	font-size: 12px;
	vertical-align: top;
	padding: 0;
}

.test-wrapper .description-image  {
	text-align: center;
	margin: 10px auto;
}
.test-wrapper .description p{
	font-size: 18px;
}
.test-wrapper .description img{
	padding: 0px !important;
	/*  width: 600px; */
}
.test-wrapper .addthis_toolbox{
	display: block!important;
}

.test-wrapper .addthis_wrapper{
	margin: 0 auto;
	width: 110px;
}
.test-wrapper .result_text .result_text-title{
	font-size: 26px;
	margin: 40px 0 14px 0;
	text-transform: uppercase;
	text-align: center;
}
.test-wrapper .result_text .result_desc{
	margin-bottom: 15px;
	font-size: 18px;
}

/*research-form*/
.research-form-wrapper, .s-post-form-wrapper{
	padding: 25px 0;
}
.research-form-wrapper .item-wrapper, .s-post-form-wrapper .s-post-form_item{
	width: 100%;
	height: 67px;
	margin-bottom: 35px;
	text-align: center;
	/* float: left;
	position: relative; */
}
.research-form-wrapper .item-wrapper input, .s-post-form-wrapper .s-post-form_item input {
	margin:0;
	width: 90%;
	height: 33px;
	outline: none;
	border: 1px solid #e6e6e6;
	margin: 10px 0 0 0;
}
.research-form-wrapper .item-wrapper input:active, .s-post-form-wrapper .s-post-form_item input:active, .research-form-wrapper .item-wrapper input:focus, .s-post-form-wrapper .s-post-form_item input:focus{
	border: 1px solid #813c7e; 
}
.research-form-wrapper .item-wrapper label, .s-post-form-wrapper .s-post-form_item label{
	font-size: 20px;
	font-family: 'OpenSansSemibold', sans-serif;
	display: block;
	text-align: left;
    width: 90%;
}
.research-form-wrapper .item-wrapper-right .button-violet, .s-post-form-wrapper .s-post-form_itemd .button-violet{
	background-color: #813c7e;
	padding: 8px 0px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	cursor: pointer;
	width: 90%;
}
.research-form-wrapper .item-wrapper-right .button-violet:hover, .s-post-form-wrapper .s-post-form_itemd .button-violet:hover{
	background-color:#9a6398;
}
.research-form-wrapper .item-wrapper-right .button-violet:active,.research-form-wrapper .item-wrapper-right .button-violet:focus, .s-post-form-wrapper .s-post-form_itemd .button-violet,.s-post-form-wrapper:focus .s-post-form_itemd .button-violet:active{
	outline:none;background-color:#693166;
}
.research-form-wrapper .item-wrapper a, .s-post-form-wrapper .s-post-form_item a{
	text-decoration: none;
}
.research-form-wrapper .item-wrapper .button-violet, .s-post-form-wrapper .s-post-form_item .button-violet {
	background-color: #813c7e;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
	font-size: 20px;
	width: 80%;
	height: 50px;
	cursor: pointer;
	margin-top: 60px;
}
.research-form-wrapper .item-wrapper .button-violet:hover {
	background-color: #9a6398;
}
.research-form-wrapper .item-wrapper .button-violet:active,
.research-form-wrapper .item-wrapper .button-violet:focus {
	outline: none;
	background-color: #693166;
}
.research-form-wrapper .input-error{
	background-color: #ff9b9b;
}
.research-form-wrapper .dropdown-list{
	background-color: #fff;
	border: 1px solid #e6e6e6;
	width: 100%;
	margin-top: 0px;
	z-index: 100;
}
.research-form-wrapper .dropdown ul{
	list-style: none; 
}
.research-form-wrapper .dropdown li{
	margin: 10px 0px 10px 10px;
	cursor: pointer;
}
.research-form-wrapper .dropdown-list{ display: none;}

.success_message,
.success-message{
	display:none;
	background: #d8ef9d;
	color: #8eb42d;
	text-align: center;
	border: 0;
	font-family: 'OpenSansSemibold';
	line-height: 20px;
	font-size: 13px;
	padding: 10px 35px 10px 14px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.success-message a{
	color: #8eb42d;
	text-decoration: underline;
}
.success-message a:hover{
	color: #759425;
}
.success-message b {
	color: #759425;
	font-weight: normal;
}

.success-message-light{
	display:none;
	background: #eef7e0;
	color: #656566;
	text-align: center;
	border: 0;
	font-family: 'OpenSansSemibold';
	line-height: 20px;
	font-size: 13px;
	padding: 10px 35px 10px 14px;
	margin-bottom: 10px;
}
.success-message-light a{
	color: #000;
	text-decoration: underline;
}
.success-message-light b{
	color: #000;
}
.error-message{
	display:none;
	background: #ff2e46;
	color: white;
	text-align: center;
	border: 0;
	font-family: 'OpenSansSemibold';
	line-height: 20px;
	font-size: 13px;
	padding: 10px 35px 10px 14px;
	margin-bottom: 10px;
}
.error-message a {
	color: white;
	text-decoration: underline;
}
.error-message-light{
	display:none;
	background: #f5e4e4;
	border: 0;
	line-height: 20px;
	font-size: 13px;
	padding: 10px 35px 10px 14px;
	margin-bottom: 10px;
	font-family:'OpenSans',arial,helvetica,clean,sans-serif; line-height: 20px; font-size: 14px; text-align: left; color: #000000;
}
.error-message-light a {
	text-decoration: underline;
}
.error-message-light b{
	color: #000000;
}

.date{
	color: #737373;
	padding: 5px 5%;
	margin: 0;
	margin-bottom: 15px;
	/* float: right; */
	float: none !important;
    width: 80%;
	/* text-align: right; */
	text-align: left !important;
}


.comments-views {
    font-size: 12px;
    line-height: 16px;
	/* float: left; */
}
.comments-views .ico {
    width: 22px;
    height: 22px;
}
.ico-comments {
    background-position: -76px -195px;
}
.comments-views .ico {
    display: block;
	margin-right: 5px;
	float: left;
}
.ico-views {
    background-position: -106px -195px;
}
.comments-views .cv-item {
	color:#737373;
	margin: 0 1em 0 0;
	float: left;
}
.comments-views a, .comments-views a:visited {
	color:#737373;
	text-decoration:none;
}

.social-buttons{
	/* float: right; */
	padding-top: 15px;
}
.social-buttons.social-buttons-down{
	float: none;
    padding: 0;
}

.news-item-info{
	padding: 20px 5%;
	clear: both;
}
/* End */



/* Start:/local/components/ingate/xcom.all/templates/mobile/style.css*/
.xcom-wrapper {
	font: 15px/16px arial, helvetica, sans-serif;
	line-height: 1.2em;
	width: 90%;
	padding: 0 5%;
}

.xcom-fancybox {
	font: 15px/16px arial, helvetica, sans-serif;
	line-height: 1.2em;
}

.xcom-title { 
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: 'OpenSans', sans-serif;
	font-size: 26px;
	line-height: 25px;
	color: #2f2c2b;
	text-transform: uppercase;
}

.xcom-wrapper img[src=''] {
	display: none;
}

/* ÊÎË-ÂÎ ÊÎÌÌÅÍÒÀÐÈÅÂ è ÄÎÁÀÂÈÒÜ Â ÈÇÁÐÀÍÍÎÅ */

.xcom-comcounter-line-wrapper {
	position: relative;
	float: none;
	clear: both;
	height: 30px;
}

.xcom-comcounter {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	float: left;
	color: #4B4A4E;
}

.xcom-favorites-wrapper {
	float: right;
	line-height: 1.2;
}

.xcom-favorites {
	cursor: pointer;
	line-height: 18px;
	transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-o-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-moz-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-webkit-transition-disabled: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
}

.xcom-favorites-text {
	line-height: 18px;
	vertical-align: middle;
	color: #8d8d8d;
	font-size: 15px;
}

.xcom-favorites:hover .xcom-favorites-text {
	color: black;
	text-decoration: underline;
}

.xcom-favorites-star {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	width: 20px;
	background: transparent url(/css/xcom/images/xcom-favorites-star.png) center no-repeat scroll;
	vertical-align: middle;
}

.xcom-favorites:hover .xcom-favorites-star {
	color: black;
}

.xcom-favorites-baloon {
	line-height: 18px;
	vertical-align: middle;
	color: #8d8d8d;
	font-size: 15px;
}

.xcom-favorites-baloon-left {
	display: inline-block;
	line-height: 19px;
	height: 19px;
	width: 10px;
	vertical-align: middle;
	background: transparent url(/css/xcom/images/xcom-balloon-left.png) center no-repeat scroll;
}

.xcom-favorites-baloon-middle {
	display: inline-block;
	line-height: 19px;
	height: 19px;
	color: #8d8d8d;
	font-size: 15px;
	background: #f0f0f0;
	vertical-align: middle;
}

.xcom-favorites-baloon-right {
	display: inline-block;
	line-height: 19px;
	height: 19px;
	width: 8px;
	vertical-align: middle;
	background: transparent url(/css/xcom/images/xcom-balloon-right.png) center right no-repeat scroll;
}

.xcom-favorites:hover .xcom-favorites-baloon {
	color: black;
}

/* ÔÎÐÌÀ ÊÎÌÌÅÍÒÈÐÎÂÀÍÈß ÂÑÅÃÎ ÌÀÒÅÐÈÀËÀ */

.xcom-allaround-form-wrapper {
	float: none;
	clear: both;
	margin-top: 14px;
	margin-bottom: 10px;
	overflow: hidden;
}

.xcom-allaround-form {
	margin-left: 0;
	min-height: 156px;
}

	.xcom-allaround-form.xcom-form-in-progress, 
	.xcom-allaround-form.xcom-form-in-progress * {
		cursor: progress !important;
	}

.xcom-allaround-form-errors-list {
	display: none;
	background: #ff2e46;
	border: 0;
	color: white;
	font-weight: bold;
	line-height: 20px;
	font-size: 13px;
	padding: 10px 35px 10px 14px;
	margin-bottom: 10px;
	border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.xcom-allaround-form-success-list {
	display: none;
	background: #d8ef9d;
	color: #8eb42d;
	border: 0;
	font-weight: bold;
	line-height: 20px;
	font-size: 13px;
	padding: 10px 35px 10px 14px;
	margin-bottom: 10px;
	border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.xcom-allaround-form form {
	margin: 0 !important;
	padding: 0 !important;
}

.xcom-allaround-form input,
.xcom-allaround-form textarea {
	font: 16px "arial", "helvetica", sans-serif;
	resize: none;
}

.xcom-allaround-form-avatar {
	margin-left: -70px;
	background: transparent url(/css/xcom/images/xcom-noava-63x63.png) center no-repeat scroll;
	width: 62px;
	height: 62px;
	margin-bottom: -62px;
	display: none;
}

.xcom-allaround-form-avatar img {
	width: 62px;
	height: 62px;
	background: white;
	border-radius: 35px;
	-o-border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	box-shadow: 0px 3px 2px #828282 !important;
	-o-box-shadow: 0px 3px 2px #828282 !important;
	-moz-box-shadow: 0px 3px 2px #828282 !important;
	-webkit-box-shadow: 0px 3px 2px #828282 !important;
}

.xcom-allaround-form input[type='text'],
.xcom-allaround-form input[type='password'] {
	background: #f4f4f4;
	border: 1px solid #dadddf;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px 10px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #8d8d8d;
	height: 33px;
}

.xcom-allaround-form textarea {
	background: transparent;
	border: 0;
	color: #8d8d8d;
	padding: 0;
	margin: 0;
	resize: none;
}

.xcom-allaround-form-field-main-wrapper {
	background: #f4f4f4;
	border: 1px solid #dadddf;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 15px;
	width: 100%;
}

.xcom-allaround-form-field-main {
	
}

.xcom-allaround-form-field-main textarea {
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	min-height: 90px;
	height: 90px;
	resize: none;
	outline: 0;
}

.xcom-allaround-form-hidden-on-start {
	display: none;
}

.xcom-allaround-form-auth-wrapper {
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 170px;
	margin-top: 20px;
	display: inline-block;
	vertical-align: top;
}

.xcom-allaround-form-other-fields-wrapper,
.xcom-allaround-form-other-fields-wrapper-long {
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	margin-top: 20px;
	display: inline-block;
	vertical-align: top;
}

.xcom-allaround-form-other-fields-wrapper-long {
	width: 100%;
}

.xcom-allaround-form-other-fields-wrapper-long .xcom-allaround-form-other-field input {
	width: 100%;
}

.xcom-allaround-form-auth-socserv-caption,
.xcom-allaround-form-other-fields-caption {
	color: #4b4a4e;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
}

.xcom-allaround-form-other-fields-q {
	background: transparent url(/css/xcom/images/xcom-allaround-form-other-fields-q.png) center no-repeat scroll;
	width: 16px;
	height: 15px;
	display: none;
	vertical-align: 4px;
	margin-bottom: -3px;
	margin-top: -3px;
	cursor: pointer;
}

.xcom-allaround-form-auth-socserv {
	margin: 6px 0;
}

.xcom-allaround-form-auth-socserv-vk,
.xcom-allaround-form-auth-socserv-fb,
.xcom-allaround-form-auth-socserv-tw,
 .xcom-allaround-form-auth-socserv-gp{
	background: url(/css/xcom/images/socserv_sprite.png) 0 0 no-repeat scroll;
	width: 32px;
	height: 31px;
	display: inline-block;
	cursor: pointer;
}

.xcom-allaround-form-auth-socserv-fb {
	background-position: -34px 0;
}

.xcom-allaround-form-auth-socserv-tw{
	background-position: -68px 0;
}

.xcom-allaround-form-auth-socserv-gp {
	background-position: -102px 0;
}

.xcom-allaround-form-other-field {
	margin: 9px 0;
}

.xcom-allaround-form-other-field input {
	width: 100%;
}

.xcom-allaround-form-other-field-description {
	font-size: 12px;
	margin: 6px 10px -8px 10px;
}

.xcom-allaround-form-submit-wrapper {
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
	width: 80%;
	display: block;
	margin: 20px auto 0;
	vertical-align: top;
}

.xcom-allaround-form-submit {
	background: #813c7e !important;
	color: #FFF !important;
    padding: 0 20px !important;
    margin: 10px auto !important;
    text-align: center !important;
    text-transform: uppercase !important;
    font-size: 30px !important;
    line-height: 50px !important;
    cursor: pointer !important;
	box-sizing: border-box !important;
	-o-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	width: 100% !important;
	height: 50px !important;
	border-radius: 0 !important;
	-o-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border: 0 !important;
}

.xcom-allaround-form-submit:hover {
	background-position: 0px -33px;
}
.xcom-allaround-form-submit:active {
	background-position: 0px -66px;
}

.xcom-allaround-form-other-wantguest {
	line-height: 21px;
	vertical-align: middle;
	margin-top: 18px;
	cursor: pointer;
}

.xcom-allaround-form-other-wantguest-chbx {
	display: none;
}

.xcom-allaround-form-other-wantguest-chbx-fake {
	background: transparent url(/css/xcom/images/xcom-allaround-form-chbx-sprite.png) 0 0 no-repeat scroll;
	width: 21px;
	height: 21px;
	border: 1px white solid;
	color: transparent;
	margin: -1px;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
}

.xcom-allaround-form-other-wantguest-chbx-fake.xcom-checked {
	background-position: 0 -22px;
}

.xcom-allaround-form-other-wantguest input {
	display: none;
}

.xcom-for-guest-only {
	display: none;
}

textarea.xcom-empty {
	font-size: 30px;
}

/* ÇÀÃÐÓÇ×ÈÊ ÔÀÉËÎÂ */

.xcom-allaround-form-files-uploader-wrapper {
	min-height: 20px;
}

.xcom-allaround-form-files-uploader-button-wrapper {
	position: relative;
	float: left;
	width: 20px;
	height: 20px;
	overflow: hidden;
}

.xcom-allaround-form-files-uploader{
	display: block;
	width: 200px;
	height: 20px;
	background: url(/css/xcom/images/xcom-allaround-form-files-uploader-icon.png) left top no-repeat scroll;
	cursor: pointer;
	border: 0;
	padding: 30px 0 0 0px;
	font-size: 0px;
	color: transparent;
	box-sizing: content-box;
	-o-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.xcom-allaround-form-files-uploader::-ms-value {
	border: 0;
	background: transparent;
	padding-left: 0;
	font-size: 0px;
	color: transparent;
}

.xcom-allaround-form-files-thumbs-wrapper {
	margin: 10px 0;
	padding-left: 30px;
}

.xcom-allaround-form-files-thumb {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	margin-right: 10px;
}

.xcom-allaround-form-files-thumb-source {
	display: none;
}

.xcom-allaround-form-files-thumb-delete-btn {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 30px;
	line-height: 30px;
	margin: -30px 0 0 0;
	text-align: center;
	color: white;
	background: #0D9ED9;
	font-weight: bold;
	opacity: 0.8;
	text-decoration: none;
	cursor: pointer;
}

.xcom-allaround-form-files-thumb:hover .xcom-allaround-form-files-thumb-delete-btn {
	display: block;
	transition: background-color 0.2s cubic-bezier(1,1,1,1) 0s;
	-o-transition: background-color 0.2s cubic-bezier(1,1,1,1) 0s;
	-moz-transition: background-color 0.2s cubic-bezier(1,1,1,1) 0s;
	-webkit-transition-disabled: background-color 0.2s cubic-bezier(1,1,1,1) 0s;
}

.xcom-allaround-form-files-thumb-delete-btn:hover {
	text-decoration: underline;
	background: red !important;
	transition: background-color 0.2s cubic-bezier(1,1,1,1) 0s;
	-o-transition: background-color 0.2s cubic-bezier(1,1,1,1) 0s;
	-moz-transition: background-color 0.2s cubic-bezier(1,1,1,1) 0s;
	-webkit-transition-disabled: background-color 0.2s cubic-bezier(1,1,1,1) 0s;
}

.xcom-hidden-iframes-list {
	display: none;
}

/* ÍÀÂÈÃÀÖÈÎÍÍÀß ÑÒÐÎÊÀ */

.xcom-nav-line-wrapper {
	float: none;
	clear: both;
	margin-top: 24px;
	margin-bottom: 20px;
	height: 20px;
	display: none !important;
}

.xcom-nav-line-ma {
	background: transparent url(/css/xcom/images/xcom-nav-downarrow.png) center no-repeat scroll;
	width: 7px;
	height: 5px;
	display: inline-block;
	vertical-align: middle;
}

/* Âêëàäêè íàâèãàöèè: ïåðåêëþ÷àòåëü ïðåäñòàâëåíèÿ */

.xcom-nav-line-view-selector-wrapper {
	float: left;
	margin: 0;
}

.xcom-nav-line-view-selector {
	color: #8d8d8d;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	margin: 0 0 0 20px;
	border-bottom: 2px solid transparent;
	transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-o-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-moz-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-webkit-transition-disabled: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
}

.xcom-nav-line-view-selector:hover {
	color: #4b4a4e;
	transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-o-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-moz-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-webkit-transition-disabled: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
}

.xcom-nav-line-view-selector.xcom-act {
	color: #4b4a4e;
	border-bottom: 2px solid #83cbe9;
	cursor: default;
}

/**/

.xcom-nav-line-controls-wrapper {
	float: left;
	margin-right: 8px;
}

.xcom-nav-line-controls-share-wrapper {
	float: left;
	height: 30px;
	position: relative;
}

.xcom-nav-line-controls-share {
	position: relative;
	width: 100px;
	color: #4b4a4e;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	line-height: 20px;
}

.xcom-nav-line-controls-share-list {
	position: absolute;
	display: none;
	width: 255px;
	background: white;
	padding: 20px 20px;
	margin: 6px -140px;
	box-shadow: 0px 0px 8px #828282;
	-o-box-shadow: 0px 0px 8px #828282;
	-moz-box-shadow: 0px 0px 8px #828282;
	-webkit-box-shadow: 0px 0px 8px #828282;
	z-index: 500;
	font-size: 14px;
}

.xcom-nav-line-controls-share-list .addthis_toolbox {
	display: inline !important;
}

.xcom-nav-line-controls-share-list-fb,
.xcom-nav-line-controls-share-list-vk,
.xcom-nav-line-controls-share-list-tw {
	display: inline-block;
	width: 20px!important;
	height: 20px!important;
	vertical-align: middle;
	background: transparent url(/css/xcom/images/xcom_socserv_sprite2.png) center no-repeat scroll !important;
	cursor: pointer;
}

.xcom-nav-line-controls-share-list-fb {
	background-position: 0 0 !important;
}
.xcom-nav-line-controls-share-list-vk{
	background-position: -23px 0 !important;
}
.xcom-nav-line-controls-share-list-tw {
	background-position: -46px 0 !important;
}

.xcom-nav-line-controls-share-list-fb *,
.xcom-nav-line-controls-share-list-vk *,
.xcom-nav-line-controls-share-list-tw * {
	display: none !important;
}

.xcom-nav-line-controls-share-wrapper:hover .xcom-nav-line-controls-share-list {
	display: block;
}

/**/

.xcom-nav-line-controls-delim-1 {
	position: relative;
	float: left;
	height: 20px;
	width: 27px;
	background: transparent url(/css/xcom/images/xcom-nav-delim1.png) center no-repeat scroll;
}

/**/

/*âõîä-âûõîä*/

.xcom-nav-line-controls-login-wrapper {
	float: left;
	height: 30px;
	position: relative;
}

.xcom-nav-line-controls-login, 
.xcom-nav-line-controls-logout {
	position: relative;
	width: 55px;
	color: #4b4a4e;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	line-height: 20px;
}
.xcom-nav-line-controls-logout a {
	color: #4b4a4e;
	text-decoration: none;
}

.xcom-nav-line-controls-login-list {
	position: relative;
	display: none; 
	width: 110px;
	background: white;
	margin: 6px -30px;
	box-shadow: 0px 0px 8px #828282;
	-o-box-shadow: 0px 0px 8px #828282;
	-moz-box-shadow: 0px 0px 8px #828282;
	-webkit-box-shadow: 0px 0px 8px #828282;
	z-index: 500;
}

.xcom-nav-line-controls-login-wrapper:hover .xcom-nav-line-controls-login-list {
	display: block;
}

.xcom-nav-line-controls-login-list-item {
	padding: 5px 20px;
	min-width: 70px;
	color: #4b4a4e;
	cursor: pointer;
	transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-o-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-moz-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-webkit-transition-disabled: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
}

.xcom-nav-line-controls-login-list-item:hover {
	background: #f6f6f6;
	color: #6ebedf;
	transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-o-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-moz-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-webkit-transition-disabled: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
}

/**/

.xcom-nav-line-controls-subscribe-wrapper {
	float: left;
	height: 30px;
	position: relative;
}

.xcom-nav-line-controls-subscribe {
	position: relative;
	width: 108px;
	color: #4b4a4e;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	line-height: 20px;
}

.xcom-nav-line-controls-subscribe-list {
	position: absolute;
	display: none;
	width: 255px;
	background: white;
	padding: 20px 20px;
	margin: 6px -5px;
	text-align: left;
	box-shadow: 0px 0px 8px #828282;
	-o-box-shadow: 0px 0px 8px #828282;
	-moz-box-shadow: 0px 0px 8px #828282;
	-webkit-box-shadow: 0px 0px 8px #828282;
	z-index: 500;
	font-size: 14px;
}

.xcom-nav-line-controls-subscribe-wrapper:hover .xcom-nav-line-controls-subscribe-list {
	display: block;
}

.xcom-comcounter-subscribe-wrapper {
	width: 255px;
	min-height: 60px;
	line-height: 40px;
	vertical-align: middle;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.xcom-comcounter-subscribe-a {
	color: #8d8d8d;
	text-align: center;
	cursor: pointer;
	line-height: 38px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-o-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-moz-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-webkit-transition-disabled: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
}

.xcom-comcounter-subscribe-a:hover {
	background-color: white;
	transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-o-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-moz-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-webkit-transition-disabled: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
}

.xcom-comcounter-subscribe-b {
	text-align: left;
	height: 40px;
}

.xcom-comcounter-subscribe-b input {
	display: inline-block;
	vertical-align: middle;
	background: none;
	border: 1px solid #dadddf;
	width: 200px;
	height: 22px;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-o-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-moz-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-webkit-transition-disabled: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
}

.xcom-comcounter-subscribe-b input:hover,
.xcom-comcounter-subscribe-b input:focus,
.xcom-comcounter-subscribe-b input:not([value=""]) {
	background: white;
	transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-o-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-moz-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-webkit-transition-disabled: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
}

.xcom-comcounter-subscribe-label {
	display: inline-block;
	vertical-align: middle;
}

.xcom-comcounter-subscribe-btn {
	display: block;
	padding: 2px 20px;
	line-height: 16px;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #dadddf;
	background: #f4f4f4;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-o-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-moz-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-webkit-transition-disabled: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
}

.xcom-comcounter-subscribe-btn:hover {
	background: white;
	transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-o-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-moz-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-webkit-transition-disabled: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
}

.xcom-comcounter-subscribe-btn:active {
	background: transparent;
	transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-o-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-moz-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-webkit-transition-disabled: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
}

.xcom-comcounter-subscribe-success {
	display: none;
	background: #d8ef9d;
	color: #8eb42d;
	text-align: center;
	cursor: pointer;
	height: 40px;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-o-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-moz-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-webkit-transition-disabled: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
}

.xcom-comcounter-subscribe-error {
	display: none;
	background: #ff2e46;
	color: white;
	text-align: center;
	cursor: default;
	height: 60px;
	line-height: 20px;
	padding: 10px 50px;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-o-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-moz-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-webkit-transition-disabled: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
}



/* ÏÐÎÃÐÅÑÑ-ÁÀÐ */

.xcom-progressbar-indicator {
	display: block;
	margin: auto;
	width: 100px;
	height: 100px;
	background: transparent url(/css/xcom/images/ajax-loader.gif) center no-repeat scroll;
}

.xcom-progressbar-title {
	display: block;
	margin: auto;
	text-align: center;
	color: #54858c;
	font-weight: bold;
}

/* ÑÊÐÎÌÍÛÉ ÏÐÎÃÐÅÑÑ ÈÍÄÈÊÀÒÎÐ */

.xcom-modest-progress-indicator {
	display: none;
	position: fixed;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	border: 0;
	z-index: 10000;
	border-radius: 20px;
}

/* ÔÎÐÌÀ ÎÒÏÐÀÂÈÒÜ ÎÒÇÛÂ */

.xcom-review-form-title {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

.xcom-review-form-errors-list {
	background: #ff2e46;
	border: 0;
	color: white;
	font-weight: bold;
	line-height: 20px;
	font-size: 13px;
	padding: 10px 35px 10px 14px;
	margin-bottom: 10px;
	border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.xcom-review-form-errors-list li {
	margin-bottom: 10px;
}

.xcom-review-form-success-list {
	background: #d8ef9d;
	color: #8eb42d;
	border: 0;
	font-weight: bold;
	line-height: 20px;
	font-size: 13px;
	padding: 10px 35px 10px 14px;
	margin-bottom: 10px;
	border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.xcom-review-form-success-list li {
	margin-bottom: 10px;
}


.xcom-review-form-field-caption {
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 10px;
}

.xcom-review-form-field-star {
	color: red;
	font-weight: bold;
}

.xcom-review-form-field {
	margin-bottom: 20px;
}

.xcom-review-form-field input,
.xcom-review-form-field textarea {
	background: #f4f4f4;
	border: 1px solid #dadddf;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px 10px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #8d8d8d;
	height: 33px;
	width: 330px;
}

.xcom-review-form-field textarea {
	height: 100px;
	resize: none;
}

.xcom-review-form-submit-wrapper {
	text-align: center;
}

.xcom-review-form-submit-wrapper input {
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: url(/css/xcom/images/xcom-review-form-button-sprite.png) 0px 0px no-repeat scroll;
	width: 107px;
	height: 33px;
	border: 0;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}

.xcom-review-form-submit-wrapper input:hover {
	background-position: 0px -33px;
}
.xcom-review-form-submit-wrapper input:active {
	background-position: 0px -66px;
}


/* ÑÎÎÁÙÅÍÈß */

.xcom-message-error-modal {
	min-width: 500px;
	min-height: 60px;
	padding-left: 70px;
	background: url(/css/xcom/images/error_krp1.png) 0 0 no-repeat scroll;
}

.xcom-message-error-modal b {
	color: #ca444b;
}

#fancybox-wrap.xcom-message-error-modal-wrap {
	
}

#fancybox-wrap.xcom-message-error-modal-wrap #fancybox-outer {
	padding: 10px 35px 10px 14px !important;
	border: 0 !important;
}

#fancybox-content.xcom-message-error-modal-content {
	border: 0 !important;
	line-height: 20px;
	font-size: 15px;
}

#fancybox-wrap.xcom-big-profile-big-image #fancybox-title {
	position: relative;
	margin: 0 auto 10px auto;
	padding: 10px 0;
	color: #54858c;
	font-size: 13px;
	text-decoration: none;
	cursor: pointer;
	background: none;
	transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-o-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-moz-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-webkit-transition-disabled: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
}

#fancybox-wrap.xcom-big-profile-big-image #fancybox-title:hover {
	text-decoration: none;
	color: #2B587A;
	background: #E1E7ED;
	transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-o-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-moz-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-webkit-transition-disabled: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
}

#fancybox-close {
	background-repeat: no-repeat !important; /* âî èçáåæàíèå*/
}

.xcom-review-notable-plate {
	display: none;
	position: fixed;
	left: 0;
	top: 50%;
	width: 60px;
}

.xcom-review-notable-plate-inner {
	line-height: 40px;
	width: 216px;
	color: white;
	background: #F05A00;
	font-size: 20px;
	font-family: arial;
	text-align: center;
	cursor: pointer;
	margin-left: -90px;
	transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-o-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-moz-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-webkit-transition-disabled: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	box-shadow:0 2px 2px rgba(0, 0, 0, .22);
	-o-box-shadow:0 2px 2px rgba(0, 0, 0, .22);
	-moz-box-shadow:0 2px 2px rgba(0, 0, 0, .22);
	-webkit-box-shadow:0 2px 2px rgba(0, 0, 0, .22); 
}

.author.xcom-air-author span {
    display: inline-block;
    margin-top: 7px;
    font-size: 13px;
}

.xcom-main-block {
	padding-top: 0px;
	/*padding-bottom: 20px;*/
	float: none;
	clear: both;
}

.xcom-main-tab-wrapper {
	display: none;
}

.xcom-main-tab-wrapper.xcom-act {
	display: block;
}


/* ÄÐÅÂÎÂÈÄÍÎÅ ÏÐÅÄÑÒÀÂËÅÍÈÅ ÊÎÌÌÅÍÒÀÐÈÅÂ */

.xcom-tree-view-wrapper {
	margin: 0;
	padding: 0;
	position: relative;
}

ul.xcom-tree-view-list {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}

ul.xcom-tree-view-list li {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	border: 0;
}

ul.xcom-tree-view-list.level-0 {

}

ul.xcom-tree-view-list.level-0 li {
	padding-bottom: 18px;
	border-bottom: 1px dashed #e6e6e6;
	margin-bottom: 18px;
}

ul.xcom-tree-view-list.level-1 {
	/* padding-left: 5px;
    margin-left: -10px;
	border-left: 3px solid #e5e5e5; */
}

ul.xcom-tree-view-list.level-2 {
	/* padding-left: 5px;
    margin-left: -5px;
	border-left: 3px solid #c5c5c5; */
}

ul.xcom-tree-view-list.level-3 {
	/* padding-left: 5px;
    margin-left: -5px;
	border-left: 3px solid #a5a5a5; */
}

.xcom-tree-view-comment-wrapper {
	padding: 0;
	margin: 0;
	position: relative;
}

ul.level-0 .xcom-tree-view-comment-avatar {
	position: relative;
	width: 62px;
	height: 62px;
	margin-right: -62px;
	float: left;
	background: transparent url(/css/xcom/images/xcom-noava-63x63.png) center no-repeat scroll;
}

ul.level-0 .xcom-tree-view-comment-avatar img {
	width: 62px;
	height: 62px;
	background: white;
	border-radius: 35px;
	-o-border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	box-shadow: 0px 3px 2px #828282 !important;
	-o-box-shadow: 0px 3px 2px #828282 !important;
	-moz-box-shadow: 0px 3px 2px #828282 !important;
	-webkit-box-shadow: 0px 3px 2px #828282 !important;
}

ul.level-0 .xcom-tree-view-comment-block {
	position: relative;
	padding-top: 10px;
	margin-left: 70px;
}

ul.level-1 .xcom-tree-view-comment-avatar,
ul.level-2 .xcom-tree-view-comment-avatar ,
ul.level-3 .xcom-tree-view-comment-avatar  {
	position: relative;
	width: 45px;
	height: 45px;
	margin-right: -45px;
	float: left;
	background: transparent url(/css/xcom/images/xcom-noava-45x45.png) top left no-repeat scroll;
}

ul.level-1 .xcom-tree-view-comment-avatar img,
ul.level-2 .xcom-tree-view-comment-avatar img,
ul.level-3 .xcom-tree-view-comment-avatar img {
	width: 40px;
	height: 40px;
	background: white;
	margin-left: 2px;
	border-radius: 20px;
	-o-border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: 0px 3px 2px #828282 !important;
	-o-box-shadow: 0px 3px 2px #828282 !important;
	-moz-box-shadow: 0px 3px 2px #828282 !important;
	-webkit-box-shadow: 0px 3px 2px #828282 !important;
}

.xcom-tree-view-comment-avatar .xcom-tree-view-comment-author-info-avatar img {
	width: 62px !important;
	height: 62px !important;
	background: white;
	margin-left: 0 !important;
	border-radius: 35px  !important;
	-o-border-radius: 35px  !important;
	-moz-border-radius: 35px  !important;
	-webkit-border-radius: 35px  !important;
	box-shadow: 0px 3px 2px #828282 !important;
	-o-box-shadow: 0px 3px 2px #828282 !important;
	-moz-box-shadow: 0px 3px 2px #828282 !important;
	-webkit-box-shadow: 0px 3px 2px #828282 !important;
}

ul.level-1 .xcom-tree-view-comment-block,
ul.level-2 .xcom-tree-view-comment-block,
ul.level-3 .xcom-tree-view-comment-block {
	margin-left: 50px;
	padding-top: 0px;
}

ul.level-1 li,
ul.level-2 li,
ul.level-3 li {
	margin-top: 20px !important;
	border: 0 !important;
	margin-bottom: 20px !important;
	padding-bottom: 0 !important;
}

ul.level-1 li:last-child,
ul.level-2 li:last-child,
ul.level-3 li:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.xcom-tree-view-comment-caption {
	position: relative;
	font-size: 12px;
	color: #8d8d8d;
	margin-bottom: 6px;
	margin-bottom: 10px;
}
.xcom-tree-view-comment-caption .xcom-tree-view-comment-controls-delim {
	display: block;
}

.xcom-tree-view-comment-closecontrols {
	position: relative;
	display: none !important;
	float: right;
	width: 60px;
	margin-left: -40px;
	margin-bottom: -28px;
	height: 28px;
	background: white;
	z-index: 2;
	text-align: right;
	font-size: 12px;
}

.xcom-tree-view-comment-rating-ava-list img {
	width: 40px;
	height: 40px;
	margin: 0 0 0 5px;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.xcom-tree-view-comment-rating-ava-list img:first-child {
	margin: 0;
}

.xcom-tree-view-comment-block:hover .xcom-tree-view-comment-closecontrols {
	display: block;
}

.xcom-tree-view-comment-hider {
	position: relative;
	display: inline-block;
	width: 7px;
	height: 1px;
	background: transparent;
	cursor: pointer;
	vertical-align: middle;
	margin: -20px -10px -10px;
	padding: 10px;
}

.xcom-tree-view-comment-hider-inner {
	height: 1px;
	background: #c9c9c9;
}

.xcom-tree-view-comment-hider:hover .xcom-tree-view-comment-hider-inner {
	background: gray;
}

.xcom-tree-view-comment-red-flag {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 28px;
	background: transparent url(/css/xcom/images/xcom-red-flag.png) 0px -33px no-repeat scroll;
	margin: -1px -10px 0 0;
	/*float: right;*/
	vertical-align: middle;
	cursor: pointer;
}

.xcom-tree-view-comment-red-flag:hover {
	background-position: 0px -4px;
	
}

.xcom-tree-view-comment-red-flag.xcom-already {
	background-position: 0px -4px;
}

.xcom-tree-view-comment-hider-delim {
	display: inline-block;
	width: 1px;
	height: 9px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: -8px;
	background: #e4e4e4;
	vertical-align: middle;
}

a.xcom-tree-view-comment-author:link,
a.xcom-tree-view-comment-author:active,
a.xcom-tree-view-comment-author:visited,
a.xcom-tree-view-comment-author:hover {
	color: #54858c;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}

a.xcom-tree-view-comment-author:hover {
	text-decoration: underline;
}

a.xcom-tree-view-comment-author.xcom-guest-name, 
a.xcom-tree-view-comment-author.xcom-guest-name {
	text-decoration: none !important;
	cursor: default;
}

.xcom-tree-view-comment-author-noname {
	display: inline;
	color: #C9434A;
	font-weight: bold;
}

a.xcom-tree-view-comment-answer-to:link,
a.xcom-tree-view-comment-answer-to:active,
a.xcom-tree-view-comment-answer-to:visited,
a.xcom-tree-view-comment-answer-to:hover {
	color: #8d8d8d;
	text-decoration: none;
	font-weight: normal;
}

a.xcom-tree-view-comment-answer-to:hover {
	/*text-decoration: underline;*/
	text-decoration: none;
	cursor: default;
}

.xcom-tree-view-comment-answer-to-arrow {
	display: inline-block;
	height: 10px;
	width: 11px;
	vertical-align: 0px;
	background: transparent url(/css/xcom/images/xcom-comment-controls-arrow2.png) center no-repeat scroll;
	margin-left: 6px;
	margin-right: 6px;
}

.xcom-tree-view-comment-controls {
	position: relative;
	line-height: 22px;
	height: 22px;
	margin-top: 6px;
	margin-top: 10px;
	margin-bottom: 6px;
	color: #8d8d8d;
}

.xcom-tree-view-comment-rating-minus,
.xcom-tree-view-comment-rating-plus {
	position: relative;
	display: inline-block;
	line-height: 22px;
	height: 22px;
	width: 22px;
	vertical-align: middle;
	background: #f0f0f0;
	color: #bfbfbf;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 0;
	font-weight: bold;
	font-size: 12px;
	transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-o-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-moz-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-webkit-transition-disabled: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
}

.xcom-tree-view-comment-rating-minus {
	line-height: 20px;
}
.xcom-tree-view-comment-rating-plus {
	margin-right: 30px;
}

.xcom-tree-view-comment-rating-minus.xcom-already,
.xcom-tree-view-comment-rating-plus.xcom-already {
	background: #91dbed;
	color: white;
	transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-o-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-moz-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-webkit-transition-disabled: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
}

.xcom-tree-view-comment-rating-minus:hover,
.xcom-tree-view-comment-rating-plus:hover {
	background: #91dbed;
	color: white;
	transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-o-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-moz-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-webkit-transition-disabled: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
}

.xcom-tree-view-comment-rating-minus:hover.disabled,
.xcom-tree-view-comment-rating-plus:hover.disabled {
	background: #f0f0f0 !important;
	color: #bfbfbf !important;
	transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-o-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-moz-transition: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
	-webkit-transition-disabled: all 0.2s cubic-bezier(0, 0.42, 0.58, 1) 0s;
}


.xcom-tree-view-comment-rating-value {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	padding: 0 10px;
	color: #8d8d8d;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	cursor: pointer;
}

.xcom-tree-view-comment-rating-value.xcom-pozitive {
	color: #8fb32b;
}

.xcom-tree-view-comment-rating-value.xcom-negative {
	color: #c9434a;
}

.xcom-tree-view-comment-controls-delim {
	display: inline-block;
	width: 0px;
	height: 9px;
	margin-left: 15px;
	margin-right: 15px;
	background: #e4e4e4;
}

.xcom-tree-view-comment-rating-moderate,
.xcom-tree-view-comment-rating-answer,
.xcom-tree-view-comment-rating-share {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	vertical-align: middle;
	color: #8d8d8d;
	cursor: pointer;
}

.xcom-tree-view-comment-rating-share {
	display: none;
}

.xcom-tree-view-comment-rating-moderate {
	margin-left: -25px;
	margin-right: -10px;
}

.xcom-tree-view-comment-rating-moderate a:link,
.xcom-tree-view-comment-rating-moderate a:visited,
.xcom-tree-view-comment-rating-moderate a:active {
	color: #54858c;
	text-decoration: none;
}

.xcom-tree-view-comment-rating-moderate a:hover {
	color: #54858c;
	text-decoration: underline;
}

.xcom-tree-view-comment-rating-share-arrow {
	display: inline-block;
	height: 9px;
	width: 5px;
	vertical-align: -1px;
	background: transparent url(/css/xcom/images/xcom-comment-controls-arrow1.png) center no-repeat scroll;
	margin-left: 6px;
	margin-right: 6px;
}

.xcom-tree-view-comment-rating-share .addthis_toolbox {
	display: inline-block !important;
}

.xcom-tree-view-comment-rating-share-vk,
.xcom-tree-view-comment-rating-share-fb,
.xcom-tree-view-comment-rating-share-tw,
.xcom-tree-view-comment-rating-share-gp {
	display: none;
	width: 20px !important;
	height: 20px !important;
	vertical-align: middle !important;
	background: transparent url(/css/xcom/images/xcom_socserv_sprite2.png) center no-repeat scroll !important;
	cursor: pointer;
	margin-right: 4px !important;
}

.xcom-tree-view-comment-rating-share-fb {
	background-position: 0 0 !important;
}

.xcom-tree-view-comment-rating-share-vk {
	background-position: -23px 0 !important;
}

.xcom-tree-view-comment-rating-share-tw {
	background-position: -46px 0 !important;
}

.xcom-tree-view-comment-rating-share-gp {
	background-position: -70px 0 !important;
}

.xcom-tree-view-comment-rating-share-vk *,
.xcom-tree-view-comment-rating-share-fb *,
.xcom-tree-view-comment-rating-share-tw *,
.xcom-tree-view-comment-rating-share-gp * {
	display: none !important;
}

.xcom-tree-view-comment-rating-share:hover .xcom-tree-view-comment-rating-share-fb,
.xcom-tree-view-comment-rating-share:hover .xcom-tree-view-comment-rating-share-vk,
.xcom-tree-view-comment-rating-share:hover .xcom-tree-view-comment-rating-share-tw,
.xcom-tree-view-comment-rating-share:hover .xcom-tree-view-comment-rating-share-gp {
	display: inline-block;
}

.xcom-tree-view-comment-text {
	font-size: 15px;
	color: #4b4a4e;
	word-wrap: break-word;
}
.xcom-tree-view-comment-text-deleted{color:#54858c;}

.xcom-tree-view-comment-text-short {
	font-size: 15px;
	color: #4b4a4e;
	max-height: 11em;
	overflow: hidden;
	cursor: pointer;
	border-bottom: 5px solid #91DBED;
	transition: all 0.2s cubic-bezier(1,1,1,1) 0s;
	-o-transition: all 0.2s cubic-bezier(1,1,1,1) 0s;
	-moz-transition: all 0.2s cubic-bezier(1,1,1,1) 0s;
	-webkit-transition-disabled: all 0.2s cubic-bezier(1,1,1,1) 0s;
}

.xcom-tree-view-comment-text-short:hover {
	border-bottom: 5px solid #91DBED;
	margin-bottom: 0px;
	transition: all 0.2s cubic-bezier(1,1,1,1) 0s;
	-o-transition: all 0.2s cubic-bezier(1,1,1,1) 0s;
	-moz-transition: all 0.2s cubic-bezier(1,1,1,1) 0s;
	-webkit-transition-disabled: all 0.2s cubic-bezier(1,1,1,1) 0s;
}

.xcom-tree-view-comment-text-short + .xcom-tree-view-comment-text {
	display: none;
}

.xcom-tree-view-thumbs-wrapper {
	margin-top: 10px;
	text-align: left;
}

.xcom-tree-view-thumb {
	display: inline-block;
	margin: 0 10px 10px 0;
}

.xcom-tooltip-info {
	display: none !important;
	background: white !important;
	box-shadow: 0px 0px 8px #828282 !important;
	-o-box-shadow: 0px 0px 8px #828282 !important;
	-moz-box-shadow: 0px 0px 8px #828282 !important;
	-webkit-box-shadow: 0px 0px 8px #828282 !important;
	border: 0 !important;
}

.xcom-tooltip-arrow {
	width: 14px;
	height: 14px;
	
	transform: rotate(45deg);
	-o-transform:  rotate(45deg);
	-moz-transform:  rotate(45deg);
	-webkit-transform:  rotate(45deg);
	box-shadow: 0px 0px 8px #828282 /*#e2e2e2*/ !important;
	-o-box-shadow: 0px 0px 8px #828282 !important;
	-moz-box-shadow: 0px 0px 8px #828282 !important;
	-webkit-box-shadow: 0px 0px 8px #828282 !important;
	
	position: absolute;
	left: 50%;
	margin-left: -7px;
	
	background: white;
}

.xcom-tooltip-bottom  .xcom-tooltip-arrow{
	bottom: 0;
	margin-bottom: -7px;
}

.xcom-tooltip-top  .xcom-tooltip-arrow {
	top: 0;
	margin-top: -7px;
}

.xcom-tooltip-arrow-placeholder {
	background: white;
	width: 30px;
	height: 16px;
	
	position: absolute;
	left: 50%;
	margin-left: -15px;
}

.xcom-tooltip-bottom   .xcom-tooltip-arrow-placeholder {
	bottom: 0;
}

.xcom-tooltip-top  .xcom-tooltip-arrow-placeholder {
	top: 0;
}

.xcom-tooltip-info-content-inner {
	background: white;
	z-index: 3;
	position: relative;
	font-size: 13px;
	color: #4b4a4e;
}




/* ÔÎÐÌÀ ÊÎÌÌÅÍÒÈÐÎÂÀÍÈß ÂÍÓÒÐÈ ÄÅÐÅÂÀ ÊÎÌÌÅÍÒÀÐÈÅÂ */

.xcom-tree-view-comment-form-wrapper {
	display: none;
	float: none;
	clear: both;
	margin-top: 24px;
	margin-bottom: 10px;
	overflow: hidden;
	margin-left: 0px;
	padding-left: 0px;
}

.xcom-tree-view-comment-form-errors-list {
	display: none;
	background: #ff2e46;
	border: 0;
	color: white;
	font-weight: bold;
	line-height: 20px;
	font-size: 13px;
	padding: 10px 35px 10px 14px;
	margin-bottom: 10px;
	border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.xcom-tree-view-comment-form-success-list {
	display: none;
	background: #d8ef9d;
	border: 0;
	color: #8eb42d;
	font-weight: bold;
	line-height: 20px;
	font-size: 13px;
	padding: 10px 35px 10px 14px;
	margin-bottom: 10px;
	border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.xcom-tree-view-comment-form-errors-list li,
.xcom-tree-view-comment-form-success-list li {
	border: 0 !important;
	margin: 0 0 10px 20px !important;
	padding: 0 !important;
	list-style: disc !important;
}

.xcom-tree-view-comment-form-errors-list li:last-child,
.xcom-tree-view-comment-form-success-list li:last-child {
	margin: 0 0 0 20px !important;
}

.xcom-tree-view-comment-form {
	
}

	.xcom-tree-view-comment-form.xcom-form-in-progress, 
	.xcom-tree-view-comment-form.xcom-form-in-progress * {
		cursor: progress !important;
	}

.xcom-tree-view-comment-form form {
	margin: 0 !important;
	padding: 0 !important;
}

.xcom-tree-view-comment-form input,
.xcom-tree-view-comment-form textarea {
	font: 16px "pf_square_sans_pro_mediumRg", "arial", "helvetica", sans-serif;
	resize: none;
}

.xcom-tree-view-comment-form-avatar {
	position: relative;
	margin-left: -50px;
	background: transparent url(/css/xcom/images/xcom-noava-45x45.png) left top no-repeat scroll;
	width: 50px;
	height: 50px;
	margin-bottom: -50px;
	display: none;
}

.xcom-tree-view-comment-form-avatar img {
	width: 40px;
	height: 40px;
	background: white;
	margin-left: 2px;
	border-radius: 20px;
	-o-border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: 0px 3px 2px #828282 !important;
	-o-box-shadow: 0px 3px 2px #828282 !important;
	-moz-box-shadow: 0px 3px 2px #828282 !important;
	-webkit-box-shadow: 0px 3px 2px #828282 !important;
}

.xcom-tree-view-comment-author-info-wrapper {
	position: absolute;
	display: none;
	top: -10px;
	left: -20px;
	width: 255px; 
	background: white; 
	z-index: 5;
	border: 0;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 8px #828282;
	-o-box-shadow: 0px 0px 8px #828282;
	-moz-box-shadow: 0px 0px 8px #828282;
	-webkit-box-shadow: 0px 0px 8px #828282;
}

.xcom-tree-view-comment-avatar:hover .xcom-tree-view-comment-author-info-wrapper {
	display: block !important;
}

.xcom-tree-view-comment-author-info-avatar {
	position: absolute;
	top: 6px;
	left: 16px;
	width: 62px;
	height: 62px;
	background: transparent url(/css/xcom/images/xcom-noava-63x63.png) center no-repeat scroll;
	border: 4px solid white;
	border-radius: 40px;
	-o-border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	box-shadow: 0px 2px 3px #828282;
	-o-box-shadow: 0px 2px 3px #828282;
	-moz-box-shadow: 0px 2px 3px #828282;
	-webkit-box-shadow: 0px 2px 3px #828282;
}

.xcom-tree-view-comment-author-info-avatar img {
	width: 62px;
	height: 62px;
	border-radius: 40px;
	-o-border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
}

.xcom-tree-view-comment-author-info-avatar.xcom-active {
	height: 64px !important;
}

.xcom-tree-view-comment-author-info-caption {
	background: #81c8e5;
	min-height: 65px;
	padding-left: 97px;
	padding-right: 30px;
	color: white;
	font-weight: bold;
}

.xcom-tree-view-comment-author-info-caption-text {
	margin-top: 20px;
	display: inline-block;
	font-size: 15px;
	margin-bottom: 20px;
}

.xcom-tree-view-comment-author-info-ab {
	margin: auto;
	width: 260px;
}

.xcom-tree-view-comment-author-info-a {
	padding: 20px;
	float: left;
	color: #8d8d8d;
}

.xcom-tree-view-comment-author-info-b {
	padding: 20px;
	float: right;
	padding-right: 30px;
	color: #8d8d8d;
}

.xcom-tree-view-comment-author-info-a b,
.xcom-tree-view-comment-author-info-b b {
	color: #4b4a4e;
}

.xcom-tree-view-comment-author-info-full {
	border-top: 1px dashed #e6e6e6;
	padding: 20px;
	float: none;
	clear: both;
	display: none;
}

.xcom-tree-view-comment-author-info-full a:link,
.xcom-tree-view-comment-author-info-full a:visited,
.xcom-tree-view-comment-author-info-full a:active {
	color: #54858c;
	font-weight: bold;
	text-decoration: none;
}
.xcom-tree-view-comment-author-info-full a:hover {
	color: #54858c;
	font-weight: bold;
	text-decoration: underline;
}

.xcom-tree-view-comment-author-info-full-arrow {
	display: inline-block;
	height: 9px;
	width: 5px;
	vertical-align: -1px;
	background: transparent url(/css/xcom/images/xcom-small-profile-arrow1.png) center no-repeat scroll;
}

.xcom-tree-view-comment-form input[type='text'],
.xcom-tree-view-comment-form input[type='password'] {
	background: #f4f4f4;
	border: 1px solid #dadddf;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px 10px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #8d8d8d;
	height: 33px;
}

.xcom-tree-view-comment-form textarea {
	background: transparent;
	border: 0;
	color: #8d8d8d;
	padding: 0;
	margin: 0;
	resize: none;
}

.xcom-tree-view-comment-form-field-main-wrapper {
	background: #f4f4f4;
	border: 1px solid #dadddf;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 15px;
	width: 611px;
}

.xcom-tree-view-comment-form-field-main {
	
}

.xcom-tree-view-comment-form-field-main textarea {
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	min-height: 90px;
	height: 90px;
	resize: none;
	outline: none;
}

.xcom-tree-view-comment-form-auth-wrapper {
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 170px;
	margin-top: 20px;
	display: inline-block;
	vertical-align: top;
}

.xcom-tree-view-comment-form-other-fields-wrapper,
.xcom-tree-view-comment-form-other-fields-wrapper-long {
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 333px;
	margin-top: 20px;
	display: inline-block;
	vertical-align: top;
}

.xcom-tree-view-comment-form-other-fields-wrapper-long {
	width: 503px;
}

.xcom-tree-view-comment-form-auth-socserv-caption,
.xcom-tree-view-comment-form-other-fields-caption {
	color: #4b4a4e;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	margin-right: -200px;
}

.xcom-tree-view-comment-form-other-fields-q {
	background: transparent url(/css/xcom/images/xcom-allaround-form-other-fields-q.png) center no-repeat scroll;
	width: 16px;
	height: 15px;
	display: none;
	vertical-align: 4px;
	margin-bottom: -3px;
	margin-top: -3px;
	cursor: pointer;
}

.xcom-tree-view-comment-form-auth-socserv {
	margin: 6px 0;
}

.xcom-tree-view-comment-form-auth-socserv-vk,
.xcom-tree-view-comment-form-auth-socserv-fb,
.xcom-tree-view-comment-form-auth-socserv-tw,
 .xcom-tree-view-comment-form-auth-socserv-gp{
	background: url(/css/xcom/images/socserv_sprite.png) 0 0 no-repeat scroll;
	width: 32px;
	height: 31px;
	display: inline-block;
	cursor: pointer;
}

.xcom-tree-view-comment-form-auth-socserv-fb {
	background-position: -34px 0;
}

.xcom-tree-view-comment-form-auth-socserv-tw{
	background-position: -68px 0;
}

.xcom-tree-view-comment-form-auth-socserv-gp {
	background-position: -102px 0;
}

.xcom-tree-view-comment-form-other-field {
	margin: 9px 0;
}

.xcom-tree-view-comment-form-other-field input {
	width: 320px;
}

.xcom-tree-view-comment-form-other-field-description {
	font-size: 12px;
	margin: 6px 10px -8px 10px;
}

.xcom-tree-view-comment-form-submit-wrapper {
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
	width: 80%;
	display: block;
	margin: 20px auto 0;
	vertical-align: top;
}

.xcom-tree-view-comment-form-submit {
	background: #813c7e !important;
	color: #FFF !important;
    padding: 0 20px !important;
    margin: 10px auto !important;
    text-align: center !important;
    text-transform: uppercase !important;
    font-size: 30px !important;
    line-height: 50px !important;
    cursor: pointer !important;
	box-sizing: border-box !important;
	-o-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	width: 100% !important;
	height: 50px !important;
	border: 0 !important;
	border-radius: 0 !important;
	-o-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	cursor: pointer !important;
}

.xcom-tree-view-comment-form-submit:hover {
	background-position: 0px -33px;
}
.xcom-tree-view-comment-form-submit:active {
	background-position: 0px -66px;
}

.xcom-tree-view-comment-form-other-wantguest {
	line-height: 21px;
	vertical-align: middle;
	margin-top: 18px;
	cursor: pointer;
	font-size: 13px;
}

.xcom-tree-view-comment-form-other-wantguest-chbx {
	display: none;
}

.xcom-tree-view-comment-form-other-wantguest-chbx-fake {
	background: transparent url(/css/xcom/images/xcom-allaround-form-chbx-sprite.png) 0 0 no-repeat scroll;
	width: 21px;
	height: 21px;
	border: 1px white solid;
	color: transparent;
	margin: -1px;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
}

.xcom-tree-view-comment-form-other-wantguest-chbx-fake.xcom-checked {
	background-position: 0 -22px;
}

.xcom-tree-view-comment-form-other-wantguest input {
	display: none;
}

/* Ðàçìåðû ýëåìåíòîâ ôîðìû â çàâèñèìîñòè îò óðîâíÿ! */

ul.level-0 .xcom-tree-view-comment-form-field-main-wrapper {
	width: 100%;
}
ul.level-0 .xcom-tree-view-comment-form-other-fields-wrapper {
	width: 100%;
}
ul.level-0 .xcom-tree-view-comment-form-other-field input {
	width: 100%;
}
ul.level-0 .xcom-tree-view-comment-form-auth-wrapper {
	width: 100%;
}

ul.level-0 .xcom-tree-view-comment-form-other-fields-wrapper-long {
	width: 100%;
}
ul.level-0 .xcom-tree-view-comment-form-other-fields-wrapper-long .xcom-tree-view-comment-form-other-field input {
	width: 100%;
}

ul.level-1 .xcom-tree-view-comment-form-wrapper,
ul.level-2 .xcom-tree-view-comment-form-wrapper {
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 15px;
}

ul.level-1 .xcom-tree-view-comment-form-field-main-wrapper {
	width: 100%;
}
ul.level-1 .xcom-tree-view-comment-form-other-fields-wrapper {
	width: 100%;
}
ul.level-1 .xcom-tree-view-comment-form-other-field input {
	width: 100%;
}
ul.level-1 .xcom-tree-view-comment-form-auth-wrapper {
	width: 100%;
}
ul.level-1 .xcom-tree-view-comment-form-other-fields-wrapper-long {
	width: 100%;
}
ul.level-1 .xcom-tree-view-comment-form-other-fields-wrapper-long .xcom-tree-view-comment-form-other-field input {
	width: 100%;
}

ul.level-1 .xcom-tree-view-comment-form-other-wantguest,
ul.level-2 .xcom-tree-view-comment-form-other-wantguest,
ul.level-3 .xcom-tree-view-comment-form-other-wantguest {
	width: 100%;
	margin-right: 0px;
}

ul.level-2 .xcom-tree-view-comment-form-field-main-wrapper,
ul.level-3 .xcom-tree-view-comment-form-field-main-wrapper {
	width: 100%;
}
ul.level-2 .xcom-tree-view-comment-form-other-fields-wrapper,
ul.level-3 .xcom-tree-view-comment-form-other-fields-wrapper {
	width: 100%;
}
ul.level-2 .xcom-tree-view-comment-form-other-field input,
ul.level-3 .xcom-tree-view-comment-form-other-field input {
	width: 100%;
}

ul.level-2 .xcom-tree-view-comment-form-other-fields-wrapper-long,
ul.level-3 .xcom-tree-view-comment-form-other-fields-wrapper-long{
	width: 100%;
}
ul.level-2 .xcom-tree-view-comment-form-other-fields-wrapper-long .xcom-tree-view-comment-form-other-field input,
ul.level-3 .xcom-tree-view-comment-form-other-fields-wrapper-long .xcom-tree-view-comment-form-other-field input {
	width: 100%;
}

ul.level-3 .xcom-tree-view-comment-form-wrapper,
ul.level-3 .xcom-tree-view-comment-form-wrapper-long {
	margin-left: 0;
}



/* ÂÊËÀÄÊÀ "ÑÎÎÁÙÅÑÒÂÎ" */

.xcom-community-wrapper {
	position: relative;
	margin-top: 30px;
	border-bottom: 1px dashed #e6e6e6;
	margin-bottom: 30px;
}

.xcom-community-column-left {
	display: inline-block;
	vertical-align: top;
	width: 655px;
}

.xcom-community-column-right {
	display: inline-block;
	vertical-align: top;
	width: 200px;
}

.xcom-community-column-caption {
	position: relative;
	width: 100%;
	float: none;
	clear: both;
	height: 30px;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: left;
	
	font-family: 'OpenSans', sans-serif;
	color: #2f2c2b;
	text-transform: uppercase;
}

.xcom-community-article-block {
	position: relative;
	margin-top: 0;
	margin-bottom: 20px;
	border-top: 1px dashed #e6e6e6;
	padding-top: 20px;
}

.xcom-community-column-caption + .xcom-community-article-block {
	border-top: 0;
	padding-top: 0;
}

.xcom-community-article-caption {
	position: relative;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

.xcom-community-article-caption a:link,
.xcom-community-article-caption a:active,
.xcom-community-article-caption a:visited {
	color: #54858c;
	text-decoration: none;
}
.xcom-community-article-caption a:hover {
	color: #54858c;
	text-decoration: underline;
}

.xcom-community-article-info {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 15px;
	font-size: 14px;
	color: #8d8d8d;
}

.xcom-community-article-info a:link,
.xcom-community-article-info a:active,
.xcom-community-article-info a:visited {
	color: #8d8d8d;
	text-decoration: none;
}

.xcom-community-article-info a:hover {
	color: #8d8d8d;
	text-decoration: underline;
}

.xcom-community-article-info-star,
.xcom-community-article-info-delim {
	display: inline-block;
	line-height: 15px;
	vertical-align: middle;
}

.xcom-community-article-info-star {
	width: 13px;
	height: 13px;
	background: transparent url(/css/xcom/images/xcom-small-gray-star.png) center no-repeat scroll;
	margin-right: 5px;
}

.xcom-community-article-info-delim {
	width: 1px;
	height: 9px;
	margin-left: 15px;
	margin-right: 15px;
	background: #e4e4e4;
}

.xcom-community-article-avatar {
	position: relative;
	width: 62px;
	height: 62px;
	margin-right: -62px;
	float: left;
	background: transparent url(/css/xcom/images/xcom-noava-63x63.png) center no-repeat scroll;
}

.xcom-community-article-avatar img {
	width: 62px;
	height: 62px;
	background: white;
	border-radius: 35px;
	-o-border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	box-shadow: 0px 3px 2px #828282 !important;
	-o-box-shadow: 0px 3px 2px #828282 !important;
	-moz-box-shadow: 0px 3px 2px #828282 !important;
	-webkit-box-shadow: 0px 3px 2px #828282 !important;
}

.xcom-community-article-comment-author-info-wrapper {
	position: absolute;
	display: none;
	top: -10px;
	left: -20px;
	width: 255px; 
	background: white; 
	z-index: 5;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 8px #828282;
	-o-box-shadow: 0px 0px 8px #828282;
	-moz-box-shadow: 0px 0px 8px #828282;
	-webkit-box-shadow: 0px 0px 8px #828282;
}

.xcom-community-article-avatar:hover .xcom-community-article-comment-author-info-wrapper {
	display: block !important;
}


.xcom-community-article-comment-author-info-avatar {
	position: absolute;
	top: 6px;
	left: 16px;
	width: 62px;
	height: 62px;
	background: transparent url(/css/xcom/images/xcom-noava-63x63.png) center no-repeat scroll;
	border: 4px solid white;
	border-radius: 40px;
	-o-border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	box-shadow: 0px 2px 3px #828282;
	-o-box-shadow: 0px 2px 3px #828282;
	-moz-box-shadow: 0px 2px 3px #828282;
	-webkit-box-shadow: 0px 2px 3px #828282;
}

.xcom-community-article-comment-author-info-avatar.xcom-active {
	height: 64px !important;
}

.xcom-community-article-comment-author-info-avatar img {
	width: 62px;
	height: 62px;
	border-radius: 40px;
	-o-border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
}



.xcom-community-article-comment-author-info-caption {
	background: #81c8e5;
	min-height: 65px;
	padding-left: 97px;
	padding-right: 30px;
	color: white;
	font-weight: bold;
}

.xcom-community-article-comment-author-info-caption-text {
	margin-top: 20px;
	display: inline-block;
	font-size: 15px;
	margin-bottom: 20px;
}

.xcom-community-article-comment-author-info-ab {
	margin: auto;
	width: 260px;
}

.xcom-community-article-comment-author-info-a {
	padding: 20px;
	float: left;
	color: #8d8d8d;
}

.xcom-community-article-comment-author-info-b {
	padding: 20px;
	float: right;
	padding-right: 30px;
	color: #8d8d8d;
}

.xcom-community-article-comment-author-info-a b,
.xcom-community-article-comment-author-info-b b {
	color: #4b4a4e;
}

.xcom-community-article-comment-author-info-full {
	border-top: 1px dashed #e6e6e6;
	padding: 20px;
	float: none;
	clear: both;
}

.xcom-community-article-comment-author-info-full a:link,
.xcom-community-article-comment-author-info-full a:visited,
.xcom-community-article-comment-author-info-full a:active {
	color: #54858c;
	font-weight: bold;
	text-decoration: none;
}
.xcom-community-article-comment-author-info-full a:hover {
	color: #54858c;
	font-weight: bold;
	text-decoration: underline;
}

.xcom-community-article-comment-author-info-full-arrow {
	display: inline-block;
	height: 9px;
	width: 5px;
	vertical-align: -1px;
	background: transparent url(/css/xcom/images/xcom-small-profile-arrow1.png) center no-repeat scroll;
}

.xcom-community-article-text {
	margin-left: 70px;
	color: #4b4a4e;
	padding-top: 10px;
	min-height: 65px;
}

a.xcom-community-article-text-username:link,
a.xcom-community-article-text-username:active,
a.xcom-community-article-text-username:visited {
	font-weight: bold;
	text-decoration: none;
	color: #4b4a4e;
}

a.xcom-community-article-text-username:hover {
	text-decoration: none;
	cursor: default;
	color: #4b4a4e;
}

a.xcom-community-article-text-username[data-xcom-comment-author-id]:hover {
	text-decoration: underline !important;
	color: #4b4a4e;
	cursor: pointer !important;
}




.xcom-community-commentator-wrapper {
	position: relative;
	margin-bottom: 20px;
}

.xcom-community-commentator-avatar {
	position: relative;
	width: 45px;
	height: 45px;
	margin-right: -45px;
	float: left;
	background: transparent url(/css/xcom/images/xcom-noava-45x45.png) top left no-repeat scroll;
}

.xcom-community-commentator-avatar img {
	width: 41px;
	height: 41px;
	background: white;
	/*border: 2px white;*/
	margin: 2px;
	border-radius: 25px;
	-o-border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	box-shadow: 0px 3px 2px #828282 !important;
	-o-box-shadow: 0px 3px 2px #828282 !important;
	-moz-box-shadow: 0px 3px 2px #828282 !important;
	-webkit-box-shadow: 0px 3px 2px #828282 !important;
}

.xcom-community-commentator-info {
	padding-left: 50px;
	min-height: 45px;
	padding-top: 5px;
}

.xcom-community-commentator-username {
	position: relative;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	width: 130px;
}

.xcom-community-commentator-username a:link,
.xcom-community-commentator-username a:active,
.xcom-community-commentator-username a:visited {
	color: #54858c;
	text-decoration: none;
}
.xcom-community-commentator-username a:hover {
	color: #54858c;
	text-decoration: underline;
}

.xcom-community-commentator-counter {
	font-size: 13px;
	color: #8d8d8d;
	line-height: 19px;
	margin-top: 4px;
}

.xcom-community-commentator-counter-a {
	display: inline-block;
	line-height: 19px;
	height: 19px;
	width: 10px;
	vertical-align: middle;
	background: transparent url(/css/xcom/images/xcom-balloon-left.png) center no-repeat scroll;
}

.xcom-community-commentator-counter-b {
	display: inline-block;
	line-height: 19px;
	height: 19px;
	width: 8px;
	vertical-align: middle;
	background: transparent url(/css/xcom/images/xcom-balloon-right.png) center right no-repeat scroll;
}

.xcom-community-commentator-counter-value {
	vertical-align: middle;
	background: #f0f0f0;
	display: inline-block;
	line-height: 19px;
	height: 19px;
	vertical-align: middle;
	color: #4b4a4e;
	width: 22px;
	text-align: center;
}


/* ÇÀÃÐÓÇ×ÈÊ ÔÀÉËÎÂ */

.xcom-tree-view-comment-form-files-uploader-wrapper {
	min-height: 20px;
}

.xcom-tree-view-comment-form-files-uploader-button-wrapper {
	position: relative;
	float: left;
	width: 20px;
	height: 20px;
	overflow: hidden;
}

.xcom-tree-view-comment-form-files-uploader {
	display: block;
	width: 200px;
	height: 20px;
	background: url(/css/xcom/images/xcom-allaround-form-files-uploader-icon.png) left top no-repeat scroll;
	cursor: pointer;
	border: 0;
	padding: 30px 0 0 30px;
	box-sizing: content-box;
	-o-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.xcom-tree-view-comment-form-files-thumbs-wrapper{
	margin: 10px 0;
	padding-left: 30px;
}

.xcom-tree-view-comment-form-files-thumb-source {
	display: none;
}

.xcom-tree-view-comment-form-files-thumb {
	display: inline-block;
	position: relative;
	width: 100px;
	height: 100px;
	/*background: red;*/
	margin-right: 10px;
}

.xcom-tree-view-comment-form-files-thumb-delete-btn {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 30px;
	line-height: 30px;
	margin: -30px 0 0 0;
	text-align: center;
	color: white;
	background: #0D9ED9;
	font-weight: bold;
	opacity: 0.8;
	text-decoration: none;
	cursor: pointer;
}

.xcom-tree-view-comment-form-files-thumb-delete-btn:hover {
	text-decoration: underline;
	background: red !important;
	transition: background-color 0.2s cubic-bezier(1,1,1,1) 0s;
	-o-transition: background-color 0.2s cubic-bezier(1,1,1,1) 0s;
	-moz-transition: background-color 0.2s cubic-bezier(1,1,1,1) 0s;
	-webkit-transition-disabled: background-color 0.2s cubic-bezier(1,1,1,1) 0s;
}

.xcom-tree-view-comment-form-files-thumb:hover .xcom-tree-view-comment-form-files-thumb-delete-btn {
	display: block;
	transition: background-color 0.2s cubic-bezier(1,1,1,1) 0s;
	-o-transition: background-color 0.2s cubic-bezier(1,1,1,1) 0s;
	-moz-transition: background-color 0.2s cubic-bezier(1,1,1,1) 0s;
	-webkit-transition-disabled: background-color 0.2s cubic-bezier(1,1,1,1) 0s;
}

/*air*/
.author.xcom-air-author span {
    display: inline-block;
    margin-top: 7px;
    font-size: 13px;
}
/* End */
/* /local/templates/mobile/components/bitrix/news.detail/mobile/style.css */
/* /local/components/ingate/xcom.all/templates/mobile/style.css */
