

/* Start:/bitrix/components/nikolaus/comments/templates/.default/style.css?15948955565630*/
.comments{
	margin-bottom: 50px;
	font-size: 14px;
	line-height: 20px;
	color: #2c2c2c;
}
.comments_title, .form_title{
	color: #2c2c2c;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 32px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    margin: 0 0 30px 0;
    font-weight: bold;
}
.form_title{
	margin-bottom: 48px;
	border: none;
}
.comments_title .comments_rating{
	font-size: 14px;
	line-height: 20px;
	color: #aaaaaa;
	text-transform: none;
	font-weight: normal;
	padding: 20px 0px;
}
.comment, .comment_answer{
	margin-bottom: 30px;
}
.comment{
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 30px;
}
.comment.answer_process, .comment.have_answer{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 23px;
}
.comment_answer_container{
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.comments_list .comment:last-child{
	margin-bottom: 0;
}
.comment.with_avatar{
    padding-left: 140px;
    position: relative;
    min-height: 130px;
}
.comment.with_avatar.comment_answer{
	min-height: 110px;
}
.comment_answer{
    margin-left: 0px;
    background: #f5f5f5;
    border-radius: 20px;
    padding: 21px 19px 23px 19px;
    margin-bottom: 30px;
    position: relative;
}
.comment_answer_form .comments_form_add:after, .comment_answer:after{
    content: '';
    border: 14px solid transparent;
    border-bottom: 10px solid #f5f5f5;
    position: absolute;
    top: -24px;
    left: 35px;
}
.comment_answer.with_avatar{
    margin-left: 140px;
    background: #f5f5f5;
    border-radius: 20px;
    padding: 21px 19px 23px 115px;
    margin-bottom: 30px;
    position: relative;
}
.comment.comment_answer{
	border-bottom: none;
}
.comment_avatar{
	height: 100px;
	width: 100px;
	border-radius: 50px;
	background: #f5f5f5 url("/bitrix/components/nikolaus/comments/templates/.default/images/no_photo.png") center center no-repeat;
	overflow: hidden;
	position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.comment_avatar img{
	max-width: 100%;
	height: auto;
	max-height: 100%;
	width: auto;
}
.comment_answer.with_avatar .comment_avatar{
	width: 65px;
	height: 65px;
	top: 23px;
	left: 23px;
	background-size: 65%;
	background-color: #ffffff;
}
.comment_top{
	font-size: 0;
	margin-bottom: 10px;
}
.comment_author{
	font-size: 14px;
	color: #2c2c2c;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	line-height: 22px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.comment_date{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #aaaaaa;
	line-height: 22px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
.comment_rating_container{
	display: inline-block;
	vertical-align: top;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 4px;
}
.comment_text{
	font-size: 14px;
	line-height: 24px;
	color: #000000;
}
.comment_rating{
	width: 75px;
	height: 13px;
	background: url("/bitrix/components/nikolaus/comments/templates/.default/images/rating.png") 0 -13px no-repeat;
	position: relative;
}
.comment_rating span{
	height: 13px;
	background: url("/bitrix/components/nikolaus/comments/templates/.default/images/rating.png") 0 0px no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
}
a.reply, a.reply:link, a.reply:visited{
	color: #588ddd;
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	margin-top: 15px;
	text-decoration: none;
	font-weight: bold;
}
a.reply:hover{
	
}
.comments_navigation ul.pagination{
	margin: 0;
    padding: 0 0 30px 0;
    text-align: center;
    font-size: 0;
}
.comments_navigation.comments_bottom_nav ul.pagination{
	padding-top: 30px;
	padding-bottom: 0;
}
.comments_navigation li{
    list-style: none;
    display: inline-block;
    float: none !important;
    margin: 0 !important;
    vertical-align: top;
}
.comments_navigation li.prev_li{
	float: left !important;
	margin-right: 10px !important;
}
.comments_navigation li.next_li{
	float: right !important;
	margin-left: 10px !important;
}
.comments_navigation ul.pagination li.active{
    line-height: 23px;
    padding: 0 3px;
    box-sizing: border-box;
    margin: 0 2px 10px 2px !important;
    border: 1px solid #f5f5f5;
    min-width: 25px;
    border-radius: 50px;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    background: #f5f5f5;
    color: #588ddd;
}
.comments_navigation li a{
	line-height: 23px !important;
	text-align: center;
	box-sizing: border-box;
	min-width: 25px !important;
	font-size: 13px !important;
    padding: 0 3px !important;
    margin: 0 2px 10px 2px !important;
    display: block !important;
    border: 1px solid #e7e7e7 !important;
    color: #2c2c2c;
    background: #ffffff !important;
   	font-weight: normal;
    border-radius: 50px !important;
    text-decoration: none;
}
.comments_navigation li a:hover{
    color: #588ddd;
    border-color: #ffffff;
}
.comments_navigation li.prev_li a, .comments_navigation li.next_li a{
	border: none !important;
	background: none !important;
	padding: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	font-size: 12px !important;
	color: #aaaaaa !important;
}
.comments_navigation li.prev_li a:hover, .comments_navigation li.next_li a:hover{
	color: #588ddd !important;
}
.success_comment_add{
	font-size: 14px;
	line-height: 20px;
}
@media (max-width: 767px){
	.comment_answer.with_avatar{
		margin-left: 0;
	}
	.comments_navigation li.prev_li, .comments_navigation li.next_li{
		float: none !important;
	}
}
@media (max-width: 575px){
	.comment.with_avatar{
		padding-left: 0;
		padding-top: 140px;
	}
	.comment.with_avatar.comment_answer{
		padding-left: 19px;
		padding-top: 115px;
	}
}
/* End */


/* Start:/bitrix/components/nikolaus/comments.add.form/templates/.default/style.css?15948955564034*/
.comments_form_add input::-webkit-input-placeholder, .comments_form_add textarea::-webkit-input-placeholder { color: #aaaaaa; text-transform: uppercase; }
.comments_form_add input::-moz-placeholder, .comments_form_add textarea::-moz-placeholder          { color: #aaaaaa; text-transform: uppercase; }
.comments_form_add input:-moz-placeholder, .comments_form_add textarea:-moz-placeholder           { color: #aaaaaa; text-transform: uppercase; }
.comments_form_add input:-ms-input-placeholder, .comments_form_add textarea:-ms-input-placeholder      { color: #aaaaaa; text-transform: uppercase; }

:focus::-webkit-input-placeholder { color: transparent; }
:focus::-moz-placeholder          { color: transparent; }
:focus:-moz-placeholder           { color: transparent; }
:focus:-ms-input-placeholder      { color: transparent; }

.comment_answer_form{
    padding-left: 140px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
}
.comments_form_add{
	margin-bottom: 30px;
    font-size: 14px;
    line-height: 20px;
    padding-top: 30px;
}
.comment_answer_form .comments_form_add{
    background: #f5f5f5;
    border-radius: 20px;
    padding: 21px 30px 30px 30px;
    margin-bottom: 30px;
    position: relative;
}
.comments_form_add input, .comments_form_add textarea{
	background: #f5f5f5 !important;
    line-height: 40px !important;
    padding: 0 20px !important;
    width: 100% !important;
    font-size: 14px !important;
    margin: 0 0 19px 0 !important;
    border-radius: 50px !important;
    box-sizing: border-box !important;
    outline: none !important;
    color: #2c2c2c !important;
    font-family: inherit !important;
    border: 1px solid #f5f5f5 !important;
}
.comments_form_add textarea{
    border-radius: 20px !important;
    padding: 14px 20px !important;
    line-height: 20px !important;
    resize: none !important;
    height: 168px !important;
    display: block;
}
.comment_answer_form .form_title{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
.comment_answer_form .comments_form_add textarea{
    background: #ffffff !important;
    border-color: #ffffff !important;
}
.comments_form_add input.error, .comments_form_add textarea.error{
	border-color: #ff8c8c !important;
}
.comments_form_add input[type="submit"]{
    font-size: 14px !important;
    display: inline-block !important;
    vertical-align: top !important;
    line-height: 41px !important;
    padding: 0px 42px !important;
    color: #ffffff !important;
    background: #588ddd !important;
    border-radius: 50px !important;
    border: none !important;
    width: auto !important;
    margin: 0 !important;
    text-transform: uppercase !important;
}
.comments_form_add input[type="submit"]:hover{
    background: #228ae6 !important;
    cursor: pointer;
}
.comment_user_info{
	overflow: hidden;
}
.comment_user_name, .comment_user_email{
    box-sizing: border-box;
	float: left;
	width: 50%;
	padding-right: 10px;
}
.comment_user_email{
	padding-right: 0;
	padding-left: 10px;
}
.comment_add_rating_container{
	overflow: hidden;
}
.comment_add_rating{
	background: url("/bitrix/components/nikolaus/comments.add.form/templates/.default/images/gray_stars.png") no-repeat;
	width: 105px;
    height: 18px;
    overflow: hidden;
    margin-bottom: 19px;
    float: left;
    margin-right: 20px;
}
.comment_add_rating_note{
	float: left;
    line-height: 18px;
    color: #ff8c8c;
    margin-bottom: 19px;
    font-size: 14px;
    display: none;
}
.comment_add_rating_note.error{
	display: block;
}
.comment_add_rating span{
    float: left;
    width: 21px;
    height: 18px;
    display: block;
}
.comment_add_rating span.mouseenter, .comment_add_rating span:hover{
    background: #fff url("/bitrix/components/nikolaus/comments.add.form/templates/.default/images/gold_star.png") no-repeat;
    cursor: pointer;
}
.google_captcha_container{
    margin-bottom: 19px;
}
.comments_form_add #gcaptcha{
    display: inline-block;
    vertical-align: top;
}
@media (max-width: 767px){
	.comment_user_name, .comment_user_email{
		width: 100%;
		padding: 0;
		float: none;
	}
    .comment_answer_form{
        padding-left: 0;
    }
}
/* End */
/* /bitrix/components/nikolaus/comments/templates/.default/style.css?15948955565630 */
/* /bitrix/components/nikolaus/comments.add.form/templates/.default/style.css?15948955564034 */
