

/* Start:/local/templates/.default/components/bitrix/catalog.section/compact/style.css?152354891647*/
body .b_white{
    background: transparent;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news/academy/bitrix/news.detail/.default/style.css?1523549052304*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
.wapper-2{
	position: relative;
}
.detail-new{
	position: relative;
	z-index: 1;
}
.detail-new:after {
	content: "";
	display: table;
	clear: both;
}
/* End */


/* Start:/local/components/rds/news_comments/templates/.default/style.css?163110852212084*/
.news-item-feedback {
	position: relative;
	max-width: 100%;
	padding: 35px 24px 32px 20px;
	font-size: 14px;
	background: #fff;
}
.academy-detail-tags ~ .news-item-feedback {
	display: none;
}
.news-item-feedback-title{
	height: 17px;
	font-size: 19px;
	line-height: 17px;
	font-weight: bold;
}
.news-button {
    display: inline-block;
	position: absolute;
	right: 24px;
	top: 27px;
    vertical-align: top;
    margin: 0;
	width: 200px;
    height: 33px;
    padding: 0 0 0 26px;
    line-height: 34px;
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
	font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
	background: #ff4848 url(/local/components/rds/news_comments/templates/.default/img/button-plus.png) no-repeat 10px center;
    border: none;
    outline: none;
    cursor: pointer;
    box-sizing: content-box;
}
.news-button.news-new-feedback:hover{
	background-color: #d33030;
}
.news-like-button, .news-dislike-button {
    display: block;
	position: absolute;
	right: 368px;
	top: 27px;
	width: 32px;
    height: 34px;
	background: url(/local/components/rds/news_comments/templates/.default/img/like.png) no-repeat center top;
    border: none;
    outline: none;
    cursor: pointer;
}
.news-dislike-button {
	right: 296px;
	background: url(/local/components/rds/news_comments/templates/.default/img/dislike.png) no-repeat center 8px;
}
.news-like-button:hover:not(.off), .news-like-button.on {
	background-image: url(/local/components/rds/news_comments/templates/.default/img/like_on.png)
}
.news-dislike-button:hover:not(.off), .news-dislike-button.on {
	background-image: url(/local/components/rds/news_comments/templates/.default/img/dislike_on.png)
}
.news-like-count, .news-dislike-count {
    display: block;
	position: absolute;
	right: 336px;
	top: 27px;
	width: 25px;
	font-size: 16px;
	line-height: 33px;
	color: #5e5e5e;
}
.news-dislike-count {
	right: 264px;
}
.news-item-feedback-list {
	margin-top: 17px;
}
.news-item-feedback-list.has-items {
	border-bottom: 1px solid #d6d6d6;
}
.news-feedback-item {
	position: relative;
	padding: 12px 10px 18px;
	border-top: 1px solid #d6d6d6;
}
.news-item-feedback-child-list {
	padding-left: 160px;
}
.news-item-feedback-child-list .news-feedback-child-item.news-feedback-item {
	display: none;
}
.news-item-feedback-child-list .news-feedback-child-item.news-feedback-item:last-child {
	display: block;
}
.news-item-feedback-child-list.on .news-feedback-child-item.news-feedback-item {
	display: block;
}
.news-feedback-item:after {
	content: "";
	display: block;
	clear: both;
}
.news-feedback-item-wrap:nth-child(n+3) {
	display: none;
}
.news-item-feedback-list.on .news-feedback-item-wrap {
	display: block;
}
.news-feedback-item-left-block{
	float: left;
	width: 170px;
}
.news-feedback-item-text{
	margin: 3px 0 0 188px;
}
.admin-feedback:before {
	position: absolute;
	left: -20px;
	top: 17px;
	width: 12px;
	height: 12px;
	background: url(/local/components/rds/news_comments/templates/.default/./img/logo.png) no-repeat 0 0 / contain;
	content: "";
}
.admin-feedback .news-feedback-item-text{
	/*font-style: italic;*/
}
.news-feedback-author-name{
	font-size: 16px;
	color: #ff4848;
	line-height: 22px;
}
.news-item-feedback-child-list .news-feedback-author-name{
	color: inherit;
}
.news-feedback-author-name span {
	display: none;
}
.news-feedback-date{
	margin-top: 3px;
}
.news-feedback-rating{
	position: relative;
	display: block;
	height: 16px;
	width: 97px;
	background: #cdcdcd;
	margin: 10px 0 0 3px;
}
.news-feedback-rating:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	z-index: 1;
	background: #ff4848
}
.news-feedback-rating.lvl1:before{
	width: 18px;
}
.news-feedback-rating.lvl2:before{
	width: 38px;
}
.news-feedback-rating.lvl3:before{
	width: 58px;
}
.news-feedback-rating.lvl4:before{
	width: 78px;
}
.news-feedback-rating.lvl5:before{
	width: 97px;
}
.news-feedback-rating:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	background: url(/local/components/rds/news_comments/templates/.default/img/feedback-rating.png) no-repeat;
}
.news-item-feedback-show-all{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 19px;
	border-bottom: 1px dotted #232221;
	margin-top: 16px;
	cursor: pointer;
}
.news-item-feedback-show-all.show-children {
	margin: 0 0 16px;
}
.news-item-feedback-show-all:before, .news-item-feedback-show-all:after{
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	right: -19px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
.news-item-feedback-show-all:before{
	top: 8px;
	border-top: 7px solid #989898;
}
.news-item-feedback-show-all:after{
	border-top: 7px solid #ffffff;
}
.news-item-feedback-show-all.on:before{
	border-top: none;
	border-bottom: 7px solid #989898;
}
.news-item-feedback-show-all.on:after{
	top: 11px;
	border-top: none;
	border-bottom: 7px solid #ffffff;
}
.news-item-feedback-success {
	display: none;
	position: relative;
	height: 140px;
	padding: 75px 0 0 180px;
	background: url(/local/components/rds/news_comments/templates/.default/img/comment_success.png) 0 55px no-repeat;
	border-top: 1px solid #d6d6d6;
}
.news-item-feedback-success.on {
	display: block;
}
.news-item-feedback-success .close {
	position: absolute;
	top: 20px;
	right: 0;
	width: 14px;
	height: 14px;
	background: url(/local/components/rds/news_comments/templates/.default/img/comment_form_close.png) 0 0 no-repeat;
}
.news-feedback-reply {
	display: block;
	color: #ff4848;
	text-align: right;
	text-decoration: underline;
}
.news-feedback-reply:hover {
	text-decoration: none;
}
/*.price b{
    font-size: 24px
}
.form-group{
    position: relative;
}
.form-group .msg{
    position: absolute;
    right: -200px;
    top: 0;
    width: 200px;
}
.form-group .msg.error{
    color: #f70d1c;
}*/
.popup_review .modal-content{
    padding: 20px 40px
}
.popup_review .modal-content table{
    border-collapse: collapse;
}
.popup_review .modal-content table td{
    padding: 10px 0 10px 5px;
}
.popup_review .modal-content table td .required{
    font-weight: bold;
    color: red;
    font-size: 140%;
    line-height: 17px;
}
.popup_review .modal-content table td.first{
	width: 0;
    padding: 10px 5px 10px 0;
    text-align: right;
    white-space: nowrap;
}
.popup_review .modal-content table tr.text td.first{
    padding-top: 15px;
    vertical-align: top;
}
.popup_review .modal-content table tr.error td.first{
    color: red;
}
.popup_review .modal-content table tr.error td.last{
    color: red;
    padding-left: 10px;
}
.popup_review .modal-content textarea, .popup_review .modal-content input[type=text] {
	display: block;
    margin: 0;
	width: 472px;
    padding: 8px 10px;
	line-height: 18px;
    box-sizing: border-box;
    font-size: 16px;
    text-align: left;
    color: #252423;
    letter-spacing: 0.01em;
    background: #ffffff;
    border: 2px solid #e4e4e4;
    outline: none;
}
.popup_review .modal-content table tr.error td textarea, .popup_review .modal-content table tr.error td input[type=text] {
    border-color: red;
}
.popup_review .modal-content input[type=text] {
}
.popup_review .modal-content table td textarea{
    height: 90px;
    resize: none;
}
.modal-content form{
    background: url(/local/templates/rds_catalog/images/form-bg.png) 481px 32px no-repeat;
}
.popup_review .br-wrapper{
    margin: 0
}
.good_info.manag{
    margin: 36px 0 0;
    /*width: 350px;*/
	font-size: 14px;
}
.good_info.manag a{
	color: #ff4848;
    /*text-decoration: none;
    border-bottom: 1px dotted #23527c;*/
}
.good_info.manag a:hover{
    text-decoration: underline;
}
/*.good_info.manag a[href*='publish']{
    color: #3c763d;
    border-color: #3c763d;
}
.good_info.manag a[href*='unpublish']{
    color: #b94a48;
    border-color: #b94a48;
}*/
.good_info.manag + .news-feedback-reply {
	position: absolute;
	right: 10px;
	bottom: 20px;
}
#status_bar{
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 30px;
    padding: 20px 0;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    z-index: 1100;
}
#status_bar.fail{
    background: #b94a48;
}
#status_bar.ok{
    background: #3c763d;
}
#status_bar.success{
    background: #3c763d;
}
.filter-sort{
    min-height: 40px;
}
.bx_item_detail_rating{
    display: none;
}
#add_review{
    display: none;
}
.modal-content input[type="submit"]{
    line-height: 34px;
    height: 33px;
    padding: 0 26px;
    outline: none;
    font-size: 15px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    border: 0;
    background: rgb(255, 72, 72);
    cursor: pointer;
}
.modal-content input[type="submit"]:hover{
	background: #d33030;
}
.br-theme-fontawesome-stars{
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
}
.modal-content form tr td:nth-child(n + 2) {
	width: 472px;
}
.answer_review .modal-content form tr td:nth-child(n + 2) {
	width: 372px;
}
.modal-content form tr td .req {
    position: absolute;
    right: 0;
    top: 3px;
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    background: url(/local/templates/rds_catalog/images/angle.png) no-repeat center center;
}
.modal-content form tr td{
    position: relative;
}
.popup_review .modal-content table td{
    padding: 3px 0 ;
}
.modal-content a {
	color: #ff4848;
}
.modal-content a:hover {
	text-decoration: underline;
}
.good_info.manag{
    clear: both;
}

.modal-dialog  td .title{
    font-size: 18px;
    color: #ff4848;
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
}
.popup_review .modal-content{
    padding: 20px 0;
}
.popup_review .modal-content table td.first{
    padding: 0;
}
body .popup_review .modal-content table td textarea::-webkit-input-placeholder{
    font-family: "PT Sans";
    color: #989898;
    font-size: 14px;
    font-style: italic;
}
body .popup_review .modal-content table td textarea:-ms-input-placeholder{
    font-family: "PT Sans";
    color: #989898;
    font-size: 14px;
    font-style: italic;
}
body .popup_review .modal-content table td textarea:-moz-placeholder
{
    font-family: "PT Sans";
    color: #989898;
    font-size: 14px;
    font-style: italic;
}
body .popup_review .modal-content table input[type=text]::-webkit-input-placeholder{
    color: #989898;
    font-size: 14px;
    font-family: "PT Sans";
    font-style: italic;
}
body .popup_review .modal-content table input[type=text]:-ms-input-placeholder{
    color: #989898;
    font-size: 14px;
    font-family: "PT Sans";
    font-style: italic;
}
body .popup_review .modal-content table input[type=text]:-moz-placeholder
{
    color: #989898;
    font-size: 14px;
    font-family: "PT Sans";
    font-style: italic;
}
body .popup_review .modal-content table input[type=text],
body .popup_review .modal-content table td textarea{
    color: #989898;
    font-size: 14px;
    font-family: "PT Sans";
}
body .br-theme-fontawesome-stars .br-widget{
    height: 24px;
}
.popup_review form .node{
    position: absolute;
    font-size: 14px;
    top: 155px;
    left: 543px;
}
.popup_review form .node a {
    color: #ff4848;
	text-decoration: none;
}
body .popup_review form .node a:hover {
	text-decoration: underline !important;
}
.popup_review form .node:before {
    position: absolute;
    content:"";
    display: inline-block;
    width: 20px;
    height: 20px;
    left: -25px;
    vertical-align: middle;
    background: url(/local/templates/rds_catalog/images/sprite.png) no-repeat -512px -206px;;
}
.update_review, .answer_review {
	display: none;
	position: relative;
	margin-left: 170px;
}
.popup_review.answer_review form .node {
	top: 25px;
	left: 513px;
}
.news-item-feedback-child-list .answer_review {
	margin-left: 0;
}
.update_review .close, .answer_review .close {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 14px;
	height: 14px;
	background: url(/local/components/rds/news_comments/templates/.default/img/comment_form_close.png) 0 0 no-repeat;
}
.update_review .modal-content, .answer_review .modal-content {
	padding: 0;
}
.update_review form {
	background: none;
}
.update_review .UF_RATING {
	display: none;
}
.update_review.w-rating .UF_RATING {
	display: table-row;
}
.answer_review form {
	background-position: 381px 3px;
}
#add_review form, .news-item-feedback-left {
	display: none;
}
#add_review form.on, .news-item-feedback-left.on {
	display: block;
}
/* End */


/* Start:/local/components/rds/news.list/templates/academy/style.css?1632121696229*/
.bottom-news .content .bold a{
    display: inline-block;
    width: 100px;
}
.bottom-news .bn-item:hover img {
	box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.35);
}
.bottom-news .bn-item:hover a{
	text-decoration: none;
}
/* End */
/* /local/templates/.default/components/bitrix/catalog.section/compact/style.css?152354891647 */
/* /local/templates/.default/components/bitrix/news/academy/bitrix/news.detail/.default/style.css?1523549052304 */
/* /local/components/rds/news_comments/templates/.default/style.css?163110852212084 */
/* /local/components/rds/news.list/templates/academy/style.css?1632121696229 */
