﻿
.bcomment__list{
	list-style:none;
	padding:0;
	margin:0;
}

.bcomment__item{
	/*padding: 10px 0 0px 20px;*/
	padding-top: 10px;
	overflow: hidden;
	text-decoration: none;
}

.bcomment__item.lvl0 {
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.bcomment__item.lvl0:not(:last-child){
	border-bottom: 1px dotted;
}

.bcomment__item p{padding:3px 0px;}
.bcomment__date{font-size: 11px; color: #858585;}
.bcomment__name{font-size: 14px; color: #484c51;}
.bcomment__name_admin {color: #bf2629;}
.bcomment__name-text{font-weight:bold;}
.bcomment__theme{font-weight:bold;}
.bcomment__text{padding:3px 0px;}
.bcomment__editor{display:none;padding:10px 0;}
.bcomment__editor.active{display:block;}
.bcomment__answer-name {font-size: 11px; display: none;}
.bcomment__form-wrap{padding:0 0 10px;}
.bcomment__form-noreg-user{font-weight:bold; font-size:18px;}
.bcomment__form-noreg-link-wrap{padding-top:10px; padding-bottom:10px;}
.bcomment__answer{text-decoration: none; border-bottom: 1px dotted #27bef0;}
.bcomment__answer:hover{border-bottom: 0;}
.bcomment__content{padding-left: 50px;}
.bcomment__avatar {
	display: block;
	width: 35px;
	height: 35px;
	background-color: #e9e9e9;
	position: absolute;
	background-image: url(../img/user-logo.png);
	background-repeat: no-repeat;
	background-position: center 8px;
	border-radius: 50%
}

.bquestion__wrap {margin-bottom: 25px;}
.bquestion__wrap ul, .bquestion__wrap li{list-style: none;}
.bquestion__wrap ul{padding-left: 30px;}
.bquestion__list.lvl0{padding-left: 0;}
.bquestion__item.lvl0:not(:last-child){border-bottom: 1px dotted #484c51;}
.bquestion__list.lvl1{padding-left: 0;}
.bquestion__avatar, .bquestion__head{display: none;}
.bquestion__desc{padding: 5px 0 5px 10px; display: none;}
.bquestion__theme{
	font-size: 16px;
	font-weight: bold;
	color: #484c51;
	position: relative;
	cursor: pointer;
	padding-top: 8px;
	padding-bottom: 8px;
}
.bquestion__item.lvl0>.bquestion__content>.bquestion__theme{padding: 15px 55px 15px 10px;}
.bquestion__item.lvl0>.bquestion__content.opened>.bquestion__theme,
.bquestion__item.lvl0>.bquestion__content>.bquestion__theme:hover{
	background: #fafafa;
}
.bquestion__arrow{
	display: none;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background: url('../img/arrow-faq.png') no-repeat center;
	position: absolute;
	right: 10px;
	top: 12px;
	margin-top: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: top 0.15s ease-out;
	-o-transition: top 0.15s ease-out;
	transition: top 0.15s ease-out;
}
.bquestion__item.lvl0>.bquestion__content>.bquestion__theme .bquestion__arrow{
	display: inline-block;
}

.bquestion__content.opened .bquestion__arrow{
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.bquestion__text{border-top: 1px dotted #cfd3e0; padding: 10px 0;}
.bquestion__item.lvl0>.bquestion__content>.bquestion__desc>.bquestion__text{border-top: 0; padding-left: 0;}
.bquestion__item.lvl0>.bquestion__content>.bquestion__desc>.bquestion__text:last-child{border-bottom: 0}

.bquestion__answer-head{font-size: 15px; font-weight: bold; border-bottom: 1px solid #484c51;}

.rating__wrap{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	color: #c0c0c0;
}

.rating__star:before{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f005";
}

.rating__input{
	display:none;
}

.rating .rating__star.active~.rating__star,
.rating__star.active,
.rating_form .rating__input:checked~.rating__star,
.rating_form .rating__star:hover, 
.rating_form .rating__star:hover~.rating__star{
	color:#888888;
}

.dno{display:none;}

@media screen and (max-width: 992px) {
	.bcomment__item{overflow: visible; position: relative;}
	.bcomment__content{padding-left: 0;}
	.bcomment__item.lvl0>.bcomment__content, .bcomment__item.lvl1>.bcomment__content{padding-left: 50px;}
	.bcomment__item.lvl2 .bcomment__avatar{left: -50px;}
}