

/* Start:/local/templates/maxyss/components/bitrix/catalog/dendra_sale/style.css?1758054564220*/
[data-entity="quantity-block"]{
	display: none;
}
.catalog__item .catalog__item-img{
	height: 190px;
}
.catalog__item-price .old{
	position: relative;
	top: 3px;
}
.catalog__section-cont .catalog__item{
	height: 470px;
}
/* End */


/* Start:/local/templates/maxyss/components/bmhouse/comments/.default/style.css?17580545648502*/
#bmhouse-comments
{
}

#bmhouse-comments .bmhouse-comments-title
{
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 24px;
}

#bmhouse-comments .bmhouse-comments-rating,
#bmhouse-comments .bmhouse-comments-count
{
	display: inline-block;
}

#bmhouse-comments .bmhouse-comments-count
{
	position: relative;
	top: -5px;
}

.bmhouse-comments-rating .bmhouse-comments-rating-background,
.bmhouse-comments-rating .bmhouse-comments-rating-foreground
{
	height: 17px;
	width: 80px;
	background: url( '/local/templates/maxyss/img/stars_rating.png') repeat-x;
}

.bmhouse-comments-rating .bmhouse-comments-rating-foreground
{
	background-position: 0 -16px;
}

#bmhouse-comments .bmhouse-comments-stats
{
	margin-top: 20px;
	display: inline-block;
}

#bmhouse-comments .bmhouse-comments-stat
{
	margin-bottom: 10px;
	padding: 1px 5px;
	cursor: pointer;
	position: relative;
}

#bmhouse-comments .bmhouse-comments-stat-only-rating
{
	position: absolute;
    left: 200px;
    top: -22px;
    background-color: #77bbee;
    border: 1px solid #ff8e1f;
    color: #fff;
    width: 255px;
    padding: 2px 6px;
	display: none;
	transition: display 0.3s;
	z-index: 1;
}

#bmhouse-comments .bmhouse-comments-stat:hover
{
	padding: 0 4px;
	border: 1px solid #ddd;
}

#bmhouse-comments .bmhouse-comments-stat.active
{
	padding: 0 4px;
	border: 1px solid #ccc;
}

#bmhouse-comments .bmhouse-comments-stat:hover .bmhouse-comments-stat-only-rating
{
	display: block;
}

#bmhouse-comments .bmhouse-comments-stat-title,
#bmhouse-comments .bmhouse-comments-stat-line,
#bmhouse-comments .bmhouse-comments-stat-count
{
	display: inline-block;
}

#bmhouse-comments .bmhouse-comments-stat-title
{
	width: 100px;
}

#bmhouse-comments .bmhouse-comments-stat-line
{
	width: 200px;
	height: 7px;
	border: 1px solid #ff8e1f;
	background-color: #f7f7f7;
	border-radius: 3px;
	margin-right: 20px;
}

#bmhouse-comments .bmhouse-comments-stat-line-fill
{
	background-color: #ff8e1f;
	height: 7px;
	border-radius: 3px;
}

#bmhouse-comments .bmhouse-comments-button
{
	display: inline-block;
	margin-left: 50px;
}

#bmhouse-comments .bmhouse-comments-button a
{
	background-color: #ff8e1f;
	font-size: 1.4rem;
	color: #fff;
	text-decoration: none;
	padding: 10px 40px;
	border-radius: 6px;	
	position: relative;
	bottom: 52px;
	font-weight: bold;
	border: 1px solid #ff8e1f;

}

#bmhouse-comments .bmhouse-comments-button a:hover
{
	background-color: transparent;
	color: #000;
}

#bmhouse-comments .bmhouse-comments-block
{
	margin-top: 30px;
}

#bmhouse-comments .bmhouse-comment
{

}

#bmhouse-comments .bmhouse-comment.hidden
{
	display: none;
}

#bmhouse-comments .bmhouse-comment-left
{
	display: inline-block;
	width: 50px;
	vertical-align: top;
}

#bmhouse-comments .bmhouse-comment-left > div
{
	width: 50px;
	height: 50px;
	background-color: #f7f7f7;
	border: 2px solid #ff8e1f;
	color: #ff8e1f;
	text-align: center;
	border-radius: 30px;
	font-weight: bold;
	overflow: hidden;
}

#bmhouse-comments .bmhouse-comment-left .bmhouse-comment-userletter span
{
	position: relative;
	top: 14px;
}

#bmhouse-comments .bmhouse-comment-right
{
	display: inline-block;
	width: 100%;
}

#bmhouse-comments .bmhouse-comment-left + .bmhouse-comment-right
{
	margin-left: 20px;
	width: calc( 100% - 80px );
}

#bmhouse-comments .bmhouse-comment-header
{
	margin-bottom: 14px;
}

#bmhouse-comments .bmhouse-comment-name
{
	font-weight: bold;
	font-size: 15px;
	display: inline-block;
	color: #3377aa;
}

#bmhouse-comments .bmhouse-comment-date
{
	font-weight: bold;
	display: inline-block;
	color: #aaa;
	font-size: 10px;
	margin-left: 20px;
}

#bmhouse-comments .bmhouse-comment-image
{
	margin-top: 15px;
}

#bmhouse-comments .bmhouse-comment-image img
{
	max-width: 100px;
	max-height: 100px;
	cursor: pointer;
	transition: max-width 0.5s, max-height 0.5s, width 0.5s, height 0.5s;
}

#bmhouse-comments .bmhouse-comment-image img.active
{
	max-width: 700px;
	max-height: 700px;
}

#bmhouse-comments .bmhouse-comment-rating
{
	margin-bottom: 15px;
}

#bmhouse-comments .bmhouse-comment-rating-background,
#bmhouse-comments .bmhouse-comment-rating-foreground
{
	height: 17px;
	width: 80px;
	background: url( '/local/templates/maxyss/img/stars_rating.png') repeat-x;
}

#bmhouse-comments .bmhouse-comment-rating-foreground
{
	background-position: 0 -16px;
}

#bmhouse-comments .bmhouse-comments-form
{
	margin-top: 20px;
}

#bmhouse-comments .bmhouse-comments-form-title
{
	margin-bottom: 30px;
	font-size: 20px;
}

#bmhouse-comments .bmhouse-comments-form-item
{
	margin-bottom: 20px;
}

#bmhouse-comments .bmhouse-comments-form-item > label
{
	width: 150px;
	display: inline-block;
	vertical-align: top;
}

#bmhouse-comments .bmhouse-comments-form-item > input,
#bmhouse-comments .bmhouse-comments-form-item > textarea
{
	width: 275px;
	padding: 5px 10px;
	border-radius: 8px;
	resize: none;
	border: 1px solid #ff8e1f;
	font-size: 14px;
	font-family: Verdana;
}

#bmhouse-comments .bmhouse-comments-form-item > textarea
{
	height: 100px;
}

#bmhouse-comments .bmhouse-comments-form-rating
{
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 8px;
	padding: 2px;
}

#bmhouse-comments .bmhouse-comments-form-rating-star
{
	display: inline-block;
	height: 17px;
	width: 17px;
	background: url( '/local/templates/maxyss/img/stars_rating.png') repeat-x;
	cursor: pointer;
}

#bmhouse-comments .bmhouse-comments-form-item .bmhouse-comments-button
{
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 5px;
}

#bmhouse-comments .bmhouse-comments-form-item .bmhouse-comments-button a
{
	bottom: 0;
	display: block;
}

#hidden-frame
{
	width: 0;
	height: 0;
	display: none;
}


.bmhouse-comment-voting
{
	margin-top: 20px;
}

.bmhouse-comment-voting a
{
	text-decoration: none;
	color: #333;
	display: inline-block;
	padding: 0 5px;
    line-height: 30px;
    box-sizing: border-box;
}

.bmhouse-comment-voting a:first-child
{
	margin-right: 10px;
}

.bmhouse-comment-voting a span
{
	display: inline-block;
	margin-right: 4px;
}

.bmhouse-comment-vote-up
{
	/*border: 1px solid #afd6af;*/
}

.bmhouse-comment-vote-up:hover
{
	/*background-color: #cff6cf;*/
}

.bmhouse-comment-vote-down
{
	/*border: 1px solid #d8b9b9;*/
}

.bmhouse-comment-vote-down:hover
{
	/*background-color: #f8d9d9;*/
}

.bmhouse-comment-vote-up.disabled,
.bmhouse-comment-vote-down.disabled
{
	/*border: 1px solid #ccc;*/
	/*background-color: #ddd;*/
}

.bmhouse-comment-answer
{
	background-color: #e3e7f5;
    margin-top: 20px;
    padding: 10px 20px;
}

.bmhouse-comment-moderation
{
	margin-top: 20px;
	color: red;
}

.bmhouse-comment-moderation a
{
	background-color: #ff8e1f;
    color: #fff;
    text-decoration: none;
    padding: 5px 15px 7px;
    border-radius: 6px;
	margin-left: 20px;
}

.bmhouse-comment-moderation a[data-action="DELETE"]
{
	background-color: #ff0000;
}

.bmhouse-comment-moderation a:hover
{
	background-color: #4488bb;
}

.bmhouse-comment-moderation a[data-action="DELETE"]:hover
{
	background-color: #ee0000;
}

#bmhouse-comments .bmhouse-comment-answer-add
{
	margin-top: 30px;
}

#bmhouse-comments .bmhouse-comment-answer-add textarea
{
	height: 100px;
	min-height: 100px;
	background-color: #f8f8f8;
	font-size: 14px;
	font-family: Verdana;
}

#bmhouse-comments .bmhouse-comment-answer-add a
{
	background-color: #ff8e1f;
    color: #fff;
    text-decoration: none;
    padding: 5px 15px 7px;
    border-radius: 6px;
	display: inline-block;
	margin-top: 5px;
}

#bmhouse-comments .bmhouse-comment-answer-add a:hover
{
	background-color: #4488bb;
}

#bmhouse-comments .bmhouse-comment-text p
{
	margin-top: 10px;
	margin-bottom: 0;
	font-style: italic;
}

#bmhouse-comments .bmhouse-comment-text p:first-child
{
	margin-top: 20px;
}

@media screen and (max-width: 700px)
{
	#bmhouse-comments .bmhouse-comments-stats
	{
		display: block;
		margin-bottom: 100px;
	}
}

@media screen and (max-width: 427px)
{
	#bmhouse-comments .bmhouse-comments-button,
	#bmhouse-comments .bmhouse-comments-form-item .bmhouse-comments-button
	{
		margin-left: 0;
	}
}
/* End */


/* Start:/local/templates/maxyss/components/bmhouse/comments.rating/stars/style.css?1758054564781*/
.bmhouse-comments-rating
{
	margin-right: 15px;
	margin-top: 2px;
	float: left;
	font-size: 14px;
	font-family: Verdana;
}

.bmhouse-comments-rating .bmhouse-comments-rating,
.bmhouse-comments-rating .bmhouse-comments-count
{
	display: inline-block;
}

.bmhouse-comments-rating .bmhouse-comments-count
{
	position: relative;
	top: -5px;
}

.bmhouse-comments-rating .bmhouse-comments-rating-background,
.bmhouse-comments-rating .bmhouse-comments-rating-foreground
{
	height: 17px;
	width: 80px;
	background: url( '/local/templates/maxyss/img/stars_rating.png') repeat-x;
	/*background: url( '/local/templates/maxyss/img/stars__d.png') repeat-x;*/
}

.bmhouse-comments-rating .bmhouse-comments-rating-foreground
{
	background-position: 0 -16px;
}

/* End */


/* Start:/local/templates/maxyss/components/maxyss/hl_brand.detail/detail_catalog/style.css?175805456447*/
.img_div{
    width: 25%;
    float: left;
}
/* End */


/* Start:/local/templates/maxyss/components/bitrix/catalog.product.subscribe/.default/style.min.css?17580545641413*/
.bx-catalog-subscribe-button{margin-bottom:6px;display:inline-block}.bx-catalog-popup-content{width:90%;max-width:280px}.bx-catalog-subscribe-form-container-label{font-size:13px;color:#5a6c77;padding-bottom:2px}.bx-catalog-subscribe-form-container-input{position:relative}.bx-catalog-subscribe-form-container-input input[type="text"]{display:block;width:100%;font-size:18px;height:38px;margin:0;padding:0 4px;border:1px solid #ccd5db;border-radius:2px;background:#f8fafc;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-catalog-subscribe-form-star-required{color:#d93333}.bx-catalog-subscribe-form-container .bx-captcha{margin-bottom:10px}.bx-catalog-popup-message{font-weight:bold;min-width:240px;margin:0}.bx-catalog-subscribe-alert{background-color:#edf6fc;color:#000;font-size:15px;min-height:45px;text-align:center;padding:12px 40px 12px 60px;position:relative;width:280px}.bx-catalog-subscribe-aligner{display:inline-block;height:45px;margin-left:-1px;vertical-align:middle;width:1px}.bx-catalog-subscribe-alert-text{display:inline-block;vertical-align:middle}.bx-catalog-subscribe-alert-footer{text-align:center}.bx-catalog-subscribe-alert-popup{background-color:#edf6fc!important;border:1px solid #edf6fc!important;border-radius:3px!important;-webkit-box-shadow:0 19px 24px rgba(88,112,118,0.17)!important;box-shadow:0 19px 24px rgba(88,112,118,0.17)!important}
/* End */


/* Start:/local/templates/maxyss/components/bitrix/news.list/obzor/style.css?1758054564150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/maxyss/components/bitrix/catalog/dendra_sale/bitrix/catalog.element/.default/themes/blue/style.min.css?1758054564902*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-selected-scu,.bx-blue .product-item-detail-slider-controls-image:hover,.bx-blue .product-item-detail-slider-controls-image.active{outline-color:#006cc0}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .product-item-detail-slider-progress-bar{background-color:#006cc0}
/* End */


/* Start:/local/templates/maxyss/components/bitrix/catalog.products.viewed/.default/style.min.css?17580545643220*/
@media(min-width:1200px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:992px) and (max-width:1199px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:768px) and (max-width:991px){.product-item-list-col-6>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(max-width:767px){.product-item-list-col-6>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}.catalog-products-viewed-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}.row::before{display:initial}
/* End */


/* Start:/local/templates/maxyss/components/bitrix/catalog.products.viewed/.default/themes/blue/style.min.css?1758054564714*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-products-viewed-header{border-color:#006cc0}
/* End */
/* /local/templates/maxyss/components/bitrix/catalog/dendra_sale/style.css?1758054564220 */
/* /local/templates/maxyss/components/bmhouse/comments/.default/style.css?17580545648502 */
/* /local/templates/maxyss/components/bmhouse/comments.rating/stars/style.css?1758054564781 */
/* /local/templates/maxyss/components/maxyss/hl_brand.detail/detail_catalog/style.css?175805456447 */
/* /local/templates/maxyss/components/bitrix/catalog.product.subscribe/.default/style.min.css?17580545641413 */
/* /local/templates/maxyss/components/bitrix/news.list/obzor/style.css?1758054564150 */
/* /local/templates/maxyss/components/bitrix/catalog/dendra_sale/bitrix/catalog.element/.default/themes/blue/style.min.css?1758054564902 */
/* /local/templates/maxyss/components/bitrix/catalog.products.viewed/.default/style.min.css?17580545643220 */
/* /local/templates/maxyss/components/bitrix/catalog.products.viewed/.default/themes/blue/style.min.css?1758054564714 */
