

/* Start:/local/templates/.default/components/bitrix/catalog/week-archive/style.css?1684999945697*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}
/* End */


/* Start:/local/components/ch/comments20/templates/.default/style.css?16849999464056*/
﻿/*Ratings*/
.rating > span:hover:before  {
   content: "\2605";
   position: absolute;
   
}
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size:24px;
  color: #00467F;
  cursor: pointer;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
}
.rating span.selected:before{
	   content: "\2605";
   position: absolute;
}

/*Textarea*/
.comment-area textarea{
	width:95%;
	height:75px;
	border:none;
	background:rgb(240, 240, 240);
	padding: 15px;
	resize: vertical;
}
.comment-area textarea:focus{
	outline:1px solid #00467F;
}

/*Controls*/
.controls{
	border-bottom: 1px solid rgb(240, 240, 240);
	padding: 0px 0 14px 0;
	float:left;
	width:100%;
}
.controls .lc{
	float:left;
	width:70%;
}
.controls .errors{
	float:left;
	/*width:100%;*/
	color: rgb(218, 115, 110);
	font-style:italic;
	min-height: 15px;
}
.controls .lc .errors span{
	font-weight:bold;	
}
.controls .rc{
	float:left;
	width:30%;
}

.controls .rc .buttons{
	float:left;
	width:100%;
	text-align:right;
}
.controls:after, .controls .buttons:after{
	clear:both;
	content: '';
}
.controls a.load_button.send{
	top: 5px;
    position: relative;
}
.controls label{
	color: #00467F;
	padding-top: 3px;
    display: block;
	float:left;
}
.controls input[type="checkbox"]{
	float:left;
}
.controls ul{
	list-style:none;
	padding:0;
}
.controls ul li{
	float:left;
}

/*Comment list*/
.comment-list{
	float:left;
	width: 100%;
	margin-bottom: 20px;
}
.comment-list .item{
	padding: 12px 0;
	border-bottom: 1px solid rgb(240, 240, 240);
	width:100%;
	float:left;
}
.comment-list .item .user-photo{
	float:left;
	width:75px;
	height:75px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.comment-list .item .user-photo-mini{
	float:left;
	width:50px;
	height:50px;
	background-size: 50px 50px;
	margin-right:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.comment-list .item .inner{
	margin-left:90px;
}
.comment-list .item .inner > div{
	margin-bottom:5px;
}
.comment-list .item .inner .user{
	float:left;
	font-weight:bold;
	color:#00467F;
	margin-bottom:5px;
	text-align: left;
}
.comment-list .item .inner .user span.text{
	font-weight:normal;
	color: #9daece;
}
.comment-list .item .inner .user span.text-rating{
	font-weight:normal;
}
.comment-list .item .inner .comments{
	width:100%;
	float:left;
	color:#000;
	min-height: 40px;
}
.comment-list .item .inner .sub .comments{
/*	min-height: 20px;*/
	min-height: auto;
	margin-bottom: 5px;
}
.comment-list .item .inner .datetime{
	color:#9daece;
	font-size:10px;
	float:left;
}
.comment-list .item:hover .spam{opacity: 1}


.comment-list .item .spam{
	width:12px;
	font-size:14px;
	float:right;
	opacity:0;
}
.comment-list .item .spam.disable{
	visibility:hidden;
}
.comment-list .item .spam a{
	color:#9daece;
	font-size:14px;
}
.comment-list .item.promo{
	text-align:center;
}
.comment-list .item .sub{
	float: left;
    width: 100%;
	margin-top:5px;
	padding-top: 10px;
	border-top: 1px solid rgb(240, 240, 240);
	/*background:rgba(0, 70, 127, 0.2);*/
}
.comment-list .item .sub .answer{
	float:left;
	width:368px;
}
.comment-list .item .sub .spam{
	width:12px;
	font-size:14px;
	float:right;
	opacity:0;
}
.comment-list .item .sub:hover .spam{opacity: 1}
.comment-list .item .sub .answer textarea{
	float:left;
	width:100%;
	min-height:30px;
	border:none;
	background:rgb(240, 240, 240);
	padding: 15px;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}
.comment-list .item .sub .answer textarea:focus{
	outline:1px solid #00467F;
}
.comment-list .item .sub .answer .controls{
	border-bottom:none;
	padding: 10px 0 2px 0;
}
.comment-list .item .answer-to-user{
	text-decoration:none;
}

/*General*/
div.comment-title{
	padding-bottom:10px;
}
/* End */
/* /local/templates/.default/components/bitrix/catalog/week-archive/style.css?1684999945697 */
/* /local/components/ch/comments20/templates/.default/style.css?16849999464056 */
