

/* Start:/bitrix/templates/aspro_next/components/bitrix/catalog.element/main3/style.css?175285028316001*/
.Fslider{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
	margin-left: 10px;
    visibility: hidden;
}
.Fslider-link{
	width: 33.33%;
	border: #fff 7px solid;
	position: relative;
	transition: all 0.5s;
	overflow: hidden;
}
.Fslider-link:hover img{
	transform: scale(1.2);
}
.Fslider figure{
	position: relative;
}
.Fslider figure img{
	height: 220px;
	object-fit: cover;
	width: 100%;
	transition: all 0.5s;
}
.Fslider figure figcaption{
	position: absolute;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0;
	padding: 5px;
	min-height: 60px;
	width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -moz-box;
      -moz-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      line-clamp: 2;
      box-orient: vertical;

}

.desktop-color-block-action {
    cursor: pointer;
}

@media all and (max-width:768px){
	.Fslider{
		margin-left: auto;
	}
	.Fslider .slick-dots{
		list-style: none;
		padding: 0;
		display: flex;
		justify-content: center;
		bottom: -10px;
		position: relative;
	}
	.Fslider .slick-dots li:before{
		display: none;
	}
	.Fslider .slick-dots li{
		list-style: none;
		padding: 0;
	}
	.Fslider .slick-dots li button {
		background-color: #fff;
		margin: 0 5px;
		border-radius: 50%;
		font-size: 0;
		width: 12px;
		height: 12px;
		border: 2px solid #b41818;
	}
	.Fslider .slick-dots li button:before{
		display: none;
	}
	.Fslider .slick-dots li.slick-active button {
		background-color: #b41818;
	}

	.Fslider-link:hover img{
		transform: none;
	}

	.Fslider-link{
		transition: none;
	}

}
.price_txt{
	display: block!important;
	margin-top: -11px;
	max-width: 166px;
}
.prices_block,.buy_block{
	position: relative;
	z-index: 999;
}

.other-info{
	margin-top: 0;
	border-top: 1px solid #f2f2f2;
	padding-top: 25px;
}
.other-info-box{
	padding: 0 0 18px 2px!important;
	margin: -1px!important;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}
.other-info-item{
	padding-left: 0!important;
	width: 50%;
}
.other-info-item:before{
	display: none!important;
}
.other-info-item span{
	font-size: 13px;
}
.other-info-item img{
	max-width: 30px!important;
	margin-right: 10px!important;
}
@media all and (max-width: 1200px){
	.other-info-item img{
		margin-right: 8px!important;
	}
}
@media all and (max-width: 992px){
	.other-info {
		margin-top: 25px;
	}
	.other-info-box{
		flex-direction: column;
	}
	.other-info-item{
		width: 100%;
	}
}


/* DEMO */
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.container-tab{
	margin:auto;
}
/* TABS */
.tab-head-cont:before{
	display: none!important;
}
.tab-head-cont{
	padding-left: 0!important;
}
.tab-head-cont > a{
	background-color: #F8F8F9;
	border: 1px solid #F3F3F3!important;
	border-bottom: 1px solid #fff;
	margin-bottom: -1px;
	color: #000!important;
	border-radius: 0!important;
	font-weight: 600!important;
}
.tab-head-cont > a:not(:first-child){
	position: relative;
	left:-3px;
	height: 600px!important;
}

.accordion-tabs {
	zoom: 1;
	width: 100%;
	border: 1px solid #dddddd;
	border-radius: 0.1875em;
	margin-bottom: 1.5em;
	margin-left:0;
	padding-left:0;
}
.accordion-tabs:before,
.accordion-tabs:after {
	content: " ";
	display: table;
}
.accordion-tabs:after {
	clear: both;
}
.accordion-tabs > li{
	list-style:none;
}
.accordion-tabs > li.tab-head-cont:first-child > a {
	border-top-left-radius: 0.1875em;
	border-top-right-radius: 0.1875em;
	border-top: 0;
}
.accordion-tabs > li.tab-head-cont:last-child > a {
	border-bottom-left-radius: 0.1875em;
	border-bottom-right-radius: 0.1875em;
}
.accordion-tabs > li.tab-head-cont > a {
	text-decoration:none;
	border-top: 1px solid #dddddd;
	color: #888888;
	display: block;
	padding: 0.75em 0.809em;
}
.accordion-tabs > li.tab-head-cont > a:hover {
	color: #000000;
}
.accordion-tabs > li.tab-head-cont > a:focus {
	outline: none;
}
.accordion-tabs > li.tab-head-cont > a.is-active {
	background-color: #f7f7f7;
	border-bottom: 0;
	color:#333333;
}
.accordion-tabs > li.tab-head-cont > section {
	padding: 1.5em 1.618em;
	/*background: #f7f7f7;*/
	overflow: hidden;
	width: 100%;
	display: none;
}

/* RESPONSIVE */
@media screen and (min-width: 40em) {
	.accordion-tabs {
		border: none;
		position: relative;
	}
	.accordion-tabs > li.tab-head-cont {
		display: inline;
	}
	.accordion-tabs > li.tab-head-cont:last-child > a {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.accordion-tabs > li.tab-head-cont > a {
		display: inline-block;
		vertical-align: baseline;
		zoom: 1;
		*display: inline;
		*vertical-align: auto;
		border-top: 0;
		border-top-right-radius: 0.1875em;
		border-top-left-radius: 0.1875em;
	}
	.accordion-tabs > li.tab-head-cont > a.is-active {
		background-color: #fff;
		color: #b41818!important;
		border: transparent!important;
		position: relative;
	}
	.accordion-tabs > li.tab-head-cont > a.is-active:before {
		content: "";
		width: 100%;
		display: block;
		height: 3px;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #b41818;
	}
	.accordion-tabs > li.tab-head-cont > section {
		border-bottom-left-radius: 0.1875em;
		border-bottom-right-radius: 0.1875em;
		/*border: 1px solid #dddddd;*/
		float: left;
		left: 0;
		padding: 0.75em 0.809em;
	}
}
@media (max-width: 768px) {
	.accordion-tabs{
		border: none;
	}
	.accordion-tabs > li.tab-head-cont > section {
		padding: 0.5em;
		font-size: 14px;
		line-height: 22px;
	}
	.accordion-tabs > li.tab-head-cont > section > div > hr:first-of-type {
		display: none;
	}
}
/*@media all and (max-width: 1180px){
	.accordion-tabs{
		margin-top: 30px!important;
	}
}*/

@media (max-width: 600px) {
	.docs-class .wraps {
		padding-top: 25px!important;
	}
}

.tab-head-cont ul{
	margin-bottom: 0!important;
}
.docs-class .wraps{
	padding-top: 5px!important;
}

.has_one {
	padding: 0!important;
}

.btn-video-order:after{
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 40px;
	background-color: #6bc149;
	top: 0;
	right: 54px;
}

.btn-video-order{
	position: relative;
	border-color: #6bc149!important;
	padding: 9px 60px 8px 18px!important;
	margin-bottom: 12px!important;
	width: 239px;
}
.btn-video-order:hover{
	border-color: #6bc149!important;
	color: #fff!important;
	background-color: #6bc149;
}
.btn-video-order:hover:after{
	background-color: #fff;
}
@media (max-width: 300px) {
	.b24-web-form-popup-btn-6 {
		display: none!important;
	}
}
.one_click-mod, .share_wrapp{
	width: 239px!important;
}
.share_wrapp .text {
	padding: 8px 137px 10px 20px!important;
}
.share_wrapp:before {
	right: 55px!important;
}
.price_txt .sharing > div .share_wrapp:after {
	right: 18px!important;
}
.buy_block a[href="/basket/"]{
	width: 239px!important;
}


.video-intr-item{
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 56.25%;
	/*padding-top: 30px;*/
	height: 0;
	overflow: hidden;
}

.video-intr-itemvk {
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	padding-bottom: 56.25%;
	/*padding-top: 30px;*/
	height: 0;
	overflow: hidden;
}

.video-intr-item iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.btn-video-order .svg-icon-video{
	width: 19px;
	position: relative;
	right: -41px;
	top: 2px;
}
.btn-video-order span{
	position: relative;
	top: -4px;
	left: 3px;
}
.btn-video-order:hover .svg-icon-video{
	fill: #fff;
}
.has_one .like_icons{
	top: 27px!important;
	right: 20px!important;
}
.link-more-action{
	display: block;
	font-size: 12px;
}
.action-name {
	font-size: 14px;
	white-space: normal;
	display: block;
}
.action-name img {
	width: 21px;
	margin-right: 3px!important;
}
.top_props-mod-relative{
	position: relative;
	z-index: 99;
}
.car-msk-icon:hover svg{
	cursor: pointer;
	fill:red;
}
.car-msk-icon:hover .colored{
	cursor: pointer;
	color:red!important;
}
.other-info-item svg{
	margin-right: 10px!important;
	vertical-align: middle;
	fill:#b41818;
}

.car-msk-icon svg{
	stroke:#fff;
	stroke-width:0.2px;
	width: 32px;
}
.map-russia-icon-box{
	cursor: pointer;
}
.map-russia-icon-box svg{
	width: 30px;
}

.map-russia-icon-box .map-russia-icon{
	stroke: #B41818;
}

.map-russia-icon-box:hover .map-russia-icon{
	stroke: red;
}
.map-russia-icon-box:hover .colored{
	color: red;
}
.map-russia-icon-box:hover .map-russia-icon-fill{
	fill: red;
}


.ask-icon-1{
 font-size:10.76px;
 font-family:GothamPro-Bold, GothamPro, sans-serif;
 font-weight:700;
}
.ask-item-box .ask-icon-1,
.ask-item-box .ask-icon-2,
.ask-item-box .ask-icon-3,
.ask-item-box .ask-icon-4{
	fill:#b41818;
}
.ask-item-box .ask-icon-2,
.ask-item-box .ask-icon-3{
	stroke:#b41818;
}
.ask-item-box .ask-icon-2{
	stroke-linecap:round;
	stroke-linejoin:round;
	stroke-width:0.25px;
}
.ask-item-box .ask-icon-3{
	stroke-miterlimit:10;
	stroke-width:0.75px;
}
.ask-item-box:hover{
	cursor: pointer;
}
.ask-item-box svg{
	width: 30px;
}
.ask-item-box:hover .ask-icon-1,
.ask-item-box:hover .ask-icon-2,
.ask-item-box:hover .ask-icon-3,
.ask-item-box:hover .ask-icon-4
{
	fill:red;
}
.ask-item-box:hover .ask-icon-2,
.ask-item-box:hover .ask-icon-3{
	stroke:red;
}
.ask-item-box:hover .colored{
	color: red;
}
.pay-icon-1, .pay-icon-4 {
	fill: #b41818!important;
}
.pay-icon-1 {
	stroke: #aa2323!important;
	stroke-width: 0.25px!important;
}
.pay-icon-1, .pay-icon-2 {
	stroke-miterlimit: 10!important;
}
.pay-icon-2, .pay-icon-3 {
	fill: #fff!important;
}
.pay-icon-2 {
	stroke: #b41818!important;
	stroke-width: 1.5px!important;
}
.pay-icon-box:hover{
	cursor: pointer;
}
.pay-icon-box:hover .pay-icon-1, .pay-icon-box:hover .pay-icon-4{
	fill: red!important;
}
.pay-icon-box:hover .pay-icon-1, .pay-icon-box:hover .pay-icon-2{
	stroke: red!important;
}
.pay-icon-box:hover .colored{
	color: red;
}
.pay-icon-box svg{
	width: 30px;
}
/* отступ метки внизу */
.tag_links-element_product{
	position: relative;
	top: 30px;
	font-size: 13px;
	text-align: left;
	max-width: 1200px;
}
.has_one .slides,
.has_more .slides{
	height: auto!important;
}
.info_item .main_item_wrapper{
	padding-bottom: 12px!important;
}
@media (max-width:992px){
	.info_item .main_item_wrapper{
		padding-bottom: 0!important;
	}
}

.gift-reposition{
	display: flex;
	flex-direction: column;
}

.gift-reposition .count_d_block{
	display: flex;
	align-items: center;
}

.only_mobile_sale .count_d_block{
	display: none;

}

.gift-reposition .count_d_block .title{
	margin-right: 5px;
}
.only_desktop_sale,
.only_mobile_sale{
	display: none;
}
.only_desktop_sale .action-name{
	max-width: 239px;
}
@media all and (min-width:601px){
	.only_desktop_sale .action-name{
		display: block;
	}
}
@media all and (max-width:600px){
	.only_mobile_sale{
		flex-direction: column;
		display: flex;
		align-items: center;
		margin: auto!important;
		z-index: 1000;
		position: relative;
		text-align: center;
		width: 239px;
	}
	.sale-decorate-only-mobile{
		margin-top: 15px;
		background-color: #deb139;
		color: #000;
		padding: 5px 10px;
	}
	.only_mobile_sale .action-name{
		font-weight: 700;
	}
	.only_mobile_sale .action-name-link{
		font-size: 14px;
	}
}
.gift-reposition .count_d_block .title{
	margin-right: 5px;
}
.only_desktop_sale,
.only_mobile_sale{
	display: none;
}
@media all and (min-width:601px){
	.only_desktop_sale{
		display: block;
	}
}

@media all and (min-width:601px){
	.desktop-color-block-action{
		background-color: #deb139;
		width: 239px;
		padding: 10px;
		margin-top: 10px;
		text-align: center;
		border-radius: var(--border-radius-value2);
	}
	.desktop-color-block-action .action-name{
		font-weight: 700;
		color: black
	}

	.desktop-color-block-action .link-more-action {
		font-size: 14px;
		color: #000;
	}

}

@media all and (max-width:600px){
	.only_mobile_sale{
		flex-direction: column;
		display: flex;
		align-items: center;
		margin: auto!important;
		z-index: 1000;
		position: relative;
		text-align: center;
		width: 239px;
	}
	.sale-decorate-only-mobile{
		margin-top: 0px;
		background-color: #deb139;
		color: #000;
		padding: 5px 10px;
		margin-bottom: 15px;
	}
	.only_mobile_sale .action-name{
		font-weight: 700;
	}
	.only_mobile_sale .action-name-link{
		font-size: 14px;
	}
}
@media all and (max-width:500px){
	.gift-reposition{
		flex-direction: column;
	}
}

/*--------------------------------------*/
#sh-soc{
	width: auto!important;
}
#sh-soc .share-btn-name{
	display: none;
}
#sh-soc .text.btn.transparent{
	padding: 8px 13px!important;
	border: transparent!important;
}
#sh-soc .text.btn.transparent::before{
	position: static;
}
#sh-soc .text.btn.transparent:active{
	box-shadow: none!important;
}
#sh-soc .share_wrapp{
	width: auto!important;
}
.top-element-panel{
	display: flex;
	justify-content: space-between;
	max-width: 650px;
	align-items: center;
	padding-left: 6px;
	padding-right: 6px;
}
.top-element-panel::after, .top-element-panel::before{
	display: none!important;
}
#sh-soc .ya-share2{
	top: 42px;
	left: -24px;
	z-index: 9999;
	width: 136px;
	padding: 20px;
}
#sh-soc .ya-share2:after{
	top: -25px;
	margin-left: -14px;
}
.top_info-not-overflow{
	overflow: inherit!important;
}
.middle_info .top_props .props .prop{
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}
.catalog_detail .char_name .hint .icon {
	left: -21px!important;
	top: 2px!important;
}
@media (max-width:600px) {
	.catalog_detail .char_name .hint .icon{
		left: auto!important;
		top: 1px!important;
		right: 0!important;
	}
}
#rs_grupper .hint.active .tooltip,
.top_props .tooltip
{
	color: black!important;
	font-size: 13px!important;
	line-height: 16px!important;
}
.catalog_detail .slides > ul > li{
	height: 400px!important;
}
.item_slider .slides .flex-direction-nav li{
	height: 42px!important;
}
@media (min-width:601px) {
	.other-info-item-div > span{
		border-bottom: 1px dotted;
		position: relative;
	}
	.other-info-item-div:hover > span{
		border-bottom: 1px dotted transparent;
	}
	.other-info-item-div > span:after{
		content: "i";
		position: absolute;
		right: -25px;
		top: 3px;
		border: 1px solid;
		width: 15px;
		height: 15px;
		border-radius: 50%;
		text-align: center;
		line-height: 13px;
		font-size: 10px;
	}
	.other-info-item-div:hover > span:after{
		color: #fff;
		background-color: red;
		border: 1px solid red;
	}
}
.pay-system-box img:last-child{
	margin-right: 0!important;
}
.other-info-mobile {
	margin-left: -12px!important;
	margin-right: -11px!important;
}

/*Pochta bank start*/
.pochta-bank_frame{

	left: 50%!important;
	transform: translateX(-50)!important;
}
.application-bank{
	line-height: normal;
	font-size: initial;
}
.bank-pochta-logo{
	width: 30px;
	position: relative;
	right: 5px;
}
.flex-button-icon{
	display: flex!important;
	justify-content: space-between;
	align-items: center;
	padding: 5px!important;
}
.flex-button-icon:after{
	right: 54px;
}
.flex-button-blue{
	border-color: #0054A4!important;
	color: #0054A4!important;
	font-weight: 600!important;
}
.flex-button-blue:hover{
	background-color: #0054A4!important;
	border-color: #0054A4!important;
}
.flex-button-blue:hover .pch-invert-color{
	fill: #0054A4!important;
}
.flex-button-blue:after{
	background-color: #0054A4;
}
.flex-button-icon > span{
	position: static!important;
	flex-grow: 1;
}
.flex-button-blue:hover svg .cls-1{
	fill: transparent!important;
}
.warranty-other-info svg{
	width: 20px;
	margin-left: 3px;
	margin-right: 17px!important;
}
.pay-icon-box{
	padding-top: 0!important;
}
@media all and (max-width:400px){
	.sharing {
		margin-right: 10px;
	}
}
/*Pochta bank end*/
@media all and (max-width:600px){
	.other-info-item .tooltip {
		background-color: transparent !important;
		padding-left: 21px  !important;
	}
	.pay-icon-box {
		padding-top: 8px !important;

	}
	.warranty-other-info svg {
		width: 20px;
		margin-left: 16px !important;
		margin-right: 15px!important;
		margin-top: 1px;
	}
	.view_sale_block {
		/* margin-left: 0px !important; */ // sales gift block
	}
}


/* End */


/* Start:/bitrix/templates/aspro_next/components/bitrix/catalog.top/new.product_accessories/style.css?17333808839310*/
input[type=text].quantity_input {
    text-align: center;
    width: 30px;
    height: 40px;
    background-color: #F3F3F3;
    border: none;
    color: #74808C;
    outline: none;
    font-size:14px;
    padding:0px;
}
.nl_item_quantity {
    display: flex;
    align-items: center;
    background-color: #F3F3F3;
    border-radius: 5px;
    margin-right: 10px;
    padding: 0 5px;
    font-family:Arial;
    font-size:14px;
}
.nl_item_quantity .bt_minus {
    width: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
    background-color: #F3F3F3;
}
.nl_item_quantity .bt_plus {
    width: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
    background-color: #F3F3F3;
}
.button_block {
    width:100%;
}
.button_block .btn.small, .nl_list_item_button_block .btn.read_more {
    width: 100%;
    height: 40px;
    padding-top: 10px;
    font-size: 12px;
    border:none;
    border-radius:5px;
    background-color:#B41818;
}
.button_block .btn.small:hover {
    background-color:#B41818;
}
.nl_btn {
    background-color: #B41818;
    color: #fff;
    padding: 0 20px;
    border: none;
    font-size: 12px;
    position: relative;
    cursor: pointer;
    height: 40px;
    border-radius: 5px;
    width: 100%;
}
.nl_list_item_img {
    width: 100%;
    height: 170px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin-bottom:10px;
}
.nl_list_item_tags {
    position: absolute;
    width: 50%;
    bottom: 0;
    display: flex;
    flex-wrap: wrap-reverse;
}
.nl_list_item_tags div {
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    margin: 0 5px 5px 0;
    font-size: 10px;
	line-height: 1;
}
.nl_list_item_sale {
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    z-index: 99;
}
.nl_list_item_sale div.disc_t {
    padding: 4px 8px;
    background-color: #F3F3F3;
    border-radius: 5px;
    margin: 0 5px 0 0;
    font-weight: 600;
}
.nl_list_item_sale .countdown {
    display:flex;
}
.nl_list_item_sale div.nl_sale {
    background-color: #F2E911;
}
.nl_list_item_price_block {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.nl_list_item_price {
    font-size:15px;
	line-height: 1.3;
	text-align: left;
}
.nl_list_item_button_block {
    display: flex;
    margin-top: 20px;
}
.nl_list_item_title {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 10px;
}
.nl_list_item_title a {
    color: #000;
}
.sa_block {
    text-align:center;
    color: #8E8E93;
    font-size: 12px;
    margin-bottom: 9px;
}
.sa_block .item-stock {
    margin:0 6px;
}
.sa_block .article_block {
    font-size:12px;
    color:#999999;
    margin:0 6px;
}
.nl_list_item_price .nl_list_item_realprice {
    font-weight: 700;
    font-size: 16px;
}
.nl_list_item_price .nl_list_item_oldprice {
    color: #8E8E93;
    text-decoration: line-through;
    text-decoration-color: #B41818;
}
.nl_red_tag {
    background-color: #B41818;
}
.sticker_khit {
    background-color: #1E7DD5;
}
.sticker_novinka {
    background-color: #59D51E;
}
.sticker_sovetuem {
    background-color: #9A1ED5;
}
.sticker_aktsiya {
    background-color: #F2E911;
    color:#000000 !important;
}
.nl_list_item_star {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
}
.nl_list_item_star:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(/bitrix/templates/aspro_next/images/svg/nl_star.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right: 5px;
    display: block;
}
.nl_list_item_star.gray:before {
    background-image: url(/bitrix/templates/aspro_next/images/svg/nl_star_gr.svg);
}
.nl_list_item.not_available {
    opacity:0.7;
}
.nl_quickview {
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    display: none;
    color: #666;
    height: 36px;
    width: 150px;
    background-color: rgba(229, 229, 229, 0.9);
    padding: 0;
}
.nl_list_input {
    height: 30px;
    background-color: #F3F3F3;
    border: none;
    padding: 0 5px;
    padding-right:15px;
    outline: none;
    border-radius: 5px;
    flex: 1;
}
.nl_btn_smallmode {
    height: 30px;
    width: 70px;
    margin: 0 5px;
    padding:0 10px;
}
.nl_btn_squaremode {
    width: 30px;
    min-width: 30px;
    height: 30px;
    background-color: #F3F3F3;
    padding: 0;
    margin: 0 5px;
}
.nl_btn_squaremode.current {
    background-color: #B41818;
}
.btn_list {
    background-image: url(/bitrix/templates/aspro_next/images/svg/nl_1.svg);
}
.btn_block {
    background-image: url(/bitrix/templates/aspro_next/images/svg/nl_2.svg);
}

.nl_list_item_wrapper {
    width: calc(25% + 1px);
    margin: 0px -1px -1px 0px;
    position: relative;
}
.nl_list_item {
    background-color: #fff;
    flex-direction: column;
    display: flex;
    box-shadow: 0px 0px 0px 1px #f2f2f2 inset;
    padding: 20px;
    /*min-height: 480px;*/
    line-height:1.3;
}
@media (hover: hover) and (pointer: fine) {
    .nl_list_item:hover {
        z-index: 999;
        box-shadow: 0 0 20px rgb(0 0 0 / 10%);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,.1);
        -o-box-shadow: 0 0 20px rgba(0,0,0,.1);
        min-height: calc(100% + 60px);
        width: 100%;
    }
    .product_accessories_frame .nl_list_item:hover {
        position:absolute;
    }
    .nl_list_item_wrapper:hover div.nl_list_item_title a {
        color: #B41818;
    }
    .nl_list_item:hover .nl_list_item_button_block {
        display: flex;
    }
    .nl_list_item_wrapper:hover .nl_list_item {
        position: absolute;
        width: 100%;
    }
    .nl_list_item:hover .nl_quickview {
        display: block;
    }
    .nl_list_item:hover .nl_button_block_like {
        display: flex;
    }
}
.nl_list_item_button_block {
    display: none;
}
.nl_button_block_like span {
    display:block;
    width:30px;
    height:30px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius:5px;
}
.nl_button_block_like {
    position: absolute;
    display: none;
    flex-direction: column;
    right: 20px;
    z-index: 99;
}
.like_ico, .comparison_ico {
    width: 30px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    background-color: #F3F3F3;
    margin-bottom: 5px;
}
.like_ico {
    background-image: url(/bitrix/templates/aspro_next/images/svg/like_ico.svg);
}
.like_ico:hover {
    background-image: url(/bitrix/templates/aspro_next/images/svg/like_ico_red.svg);
    background-color: #B41818;
}
.like_ico_added {
    background-image: url(/bitrix/templates/aspro_next/images/svg/like_ico_red.svg);
    background-color: #B41818;
}
.comparison_ico {
    background-image: url(/bitrix/templates/aspro_next/images/svg/comparison_ico.svg);
}
.comparison_ico:hover {
    background-image: url(/bitrix/templates/aspro_next/images/svg/comparison_ico_red.svg);
    background-color: #B41818;
}
.comparison_ico_added {
    background-image: url(/bitrix/templates/aspro_next/images/svg/comparison_ico_red.svg);
    background-color: #B41818;
}
.nl_list_item:hover .nl_button_block_like {
    display: flex;
}

@media(max-width:1200px){
    .nl_list_item_wrapper {
        width: calc(33.3333% + 1px);
    }
	.nl_list_item_title {
		font-weight: 600;
		font-size: 12px;
		line-height: 1.3;
		text-align: left;
	}
}
@media(max-width:960px){
    .nl_list_item_sale div.disc_t {
        font-size: 12px;
    }
}
@media(max-width:830px){
    .nl_list_item_wrapper {
        width: calc(50% + 1px);
    }
    .nl_item_quantity {
        display: none;
    }
    .nl_list_item {
        padding: 10px !important;
    }
    .nl_list_item_tags {
        width: 100%;
    }
    .nl_list_item_tags div {
        padding:2px 4px;
    }
    .nl_list_item_tags div:last-child {
        margin-right:0px;
    }
    .nl_list_item_button_block {
        display: flex;
    }
    .nl_list_item {
        min-height: auto;
    }
}
@media(max-width:600px){
    .nl_list_item_sale div.disc_t {
        font-size: 9px;
        padding: 4px 5px;
    }
    .nl_list_item_price .nl_list_item_realprice {
        font-size: 16px;
    }
    .nl_list_item_img {
        height: 110px;
    }
    .nl_list_item_title {
        font-size: 12px;
    }
    .nl_btn {
        height: 30px;
    }
    .adaptive_filter, .sort_header {
        display:none !important;
    }
    .button_block .btn.btn-default.in-cart {
        margin-left:0px;
    }
    .container .section_block .sections_wrapper .list .item {
        width:140px;
    }
    .container .section_block .list .img {
        max-width: 90px !important;
        max-height: 120px !important;
        line-height: 100px !important;
    }
    .sections_wrapper .list .item .name a {
        font-size: 12px;
        line-height: 1.3;
    }
    .sa_block {
        display:none;
    }
}
@media(max-width:480px){
    .nl_list_item_price .nl_list_item_realprice {
        font-size: 14px;
    }
    .nl_list_item_price .nl_list_item_oldprice {
        font-size: 12px;
    }
    .container {
        padding-right: 10px;
        padding-left: 10px;
    }
}
/* End */


/* Start:/bitrix/templates/aspro_next/components/api/reviews.element.rating/section_american_grill_rating/theme/flat/style.css?168190960010796*/
/* General
 ========================================================================== */
.api-reviews-element-rating *{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.api-reviews-element-rating{
	overflow: hidden; margin-bottom: 15px; border: 1px solid #ddd; padding: 15px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.api-reviews-element-rating.api-hide-border{padding: 3px 0; border: 0;-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}
.api-reviews-element-rating .api-row + .api-row{ margin-top: 15px }
.api-reviews-element-rating .api-rating > div{ display: inline-block; vertical-align: middle }
.api-reviews-element-rating .api-average span{ font-size: 16px; font-weight: bold; display: inline-block;}
.api-reviews-element-rating .api-average a{color: #333; text-decoration: none; border-bottom: 1px dotted #0c0c0c;}
.api-reviews-element-rating .api-average a:hover{border-bottom: 1px solid #0c0c0c;}
.api-reviews-element-rating .api-stars-empty{ height: 21px; width: 110px; display: block; margin-right: 5px }
.api-reviews-element-rating .api-stars-full{ height: 21px; display: block; width: 0; }
/* .api-info */
.api-reviews-element-rating .api-info .api-info-row{ position: relative; padding: 5px 0 }
.api-reviews-element-rating .api-info .api-info-title{ position: absolute; left: 0; bottom: 0; top: 50%; margin-top: -12.5px }
.api-reviews-element-rating .api-info .api-info-progress{ background: #ececec; height: 18px; margin: 0 55px 0 40px; overflow: hidden; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.api-reviews-element-rating .api-info .api-info-qty{ position: absolute; right: 0; top: 0; bottom: 0; font-weight: bold; font-size: 14px; line-height: 30px; min-width: 45px; }
.api-reviews-element-rating .api-info .api-info-bar{ float: left; height: 100%; width: 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
/* .api-icon-star */
.api-reviews-element-rating .api-info .api-icon-star{ display: block; width: 27px; height: 25px; }
.api-reviews-element-rating .api-info .api-icon-star5{ background-position: -110px 0; }
.api-reviews-element-rating .api-info .api-icon-star4{ background-position: -110px -25px; }
.api-reviews-element-rating .api-info .api-icon-star3{ background-position: -110px -50px; }
.api-reviews-element-rating .api-info .api-icon-star2{ background-position: -110px -75px; }
.api-reviews-element-rating .api-info .api-icon-star1{ background-position: -110px -100px; }
/* Color
 ========================================================================== */
.arelrating-color-orange1 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/orange1/sprite.png") no-repeat 0 0 transparent; }
.arelrating-color-orange1 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/orange1/sprite.png") no-repeat 0 -15px; }
.arelrating-color-orange1 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/orange1/sprite.png") no-repeat 0 -36px; }
.arelrating-color-orange1 .api-info .api-info-bar{ background-color: #f66128; }

.arelrating-color-orange2 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/orange2/sprite.png") no-repeat 0 0 transparent; }
.arelrating-color-orange2 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/orange2/sprite.png") no-repeat 0 -15px; }
.arelrating-color-orange2 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/orange2/sprite.png") no-repeat 0 -36px; }
.arelrating-color-orange2 .api-info .api-info-bar5{ background-color: #79c471; }
.arelrating-color-orange2 .api-info .api-info-bar4{ background-color: #3fbcef; }
.arelrating-color-orange2 .api-info .api-info-bar3{ background-color: #c790b9; }
.arelrating-color-orange2 .api-info .api-info-bar2{ background-color: #ef9c00; }
.arelrating-color-orange2 .api-info .api-info-bar1{ background-color: #f66128; }

.arelrating-color-orange3 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/orange3/sprite.png") no-repeat 0 0 transparent; }
.arelrating-color-orange3 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/orange3/sprite.png") no-repeat 0 -15px; }
.arelrating-color-orange3 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/orange3/sprite.png") no-repeat 0 -36px; }
.arelrating-color-orange3 .api-info .api-info-bar5{ background-color: #79c471; }
.arelrating-color-orange3 .api-info .api-info-bar4{ background-color: #3fbcef; }
.arelrating-color-orange3 .api-info .api-info-bar3{ background-color: #c790b9; }
.arelrating-color-orange3 .api-info .api-info-bar2{ background-color: #ef9c00; }
.arelrating-color-orange3 .api-info .api-info-bar1{ background-color: #f66128; }

.arelrating-color-blue1 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/blue1/sprite.png") no-repeat 0 0 transparent; }
.arelrating-color-blue1 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/blue1/sprite.png") no-repeat 0 -15px; }
.arelrating-color-blue1 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/blue1/sprite.png") no-repeat 0 -36px; }
.arelrating-color-blue1 .api-info .api-info-bar{ background-color: #33b5e5; border: 1px solid #1e1e1e; }

.arelrating-color-blue2 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/blue2/sprite.png") no-repeat 0 0 transparent; }
.arelrating-color-blue2 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/blue2/sprite.png") no-repeat 0 -15px; }
.arelrating-color-blue2 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/blue2/sprite.png") no-repeat 0 -36px; }
.arelrating-color-blue2 .api-info .api-info-bar{ background-color: #0083d1; }

.arelrating-color-blue3 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/blue3/sprite.png") no-repeat 0 0 transparent; }
.arelrating-color-blue3 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/blue3/sprite.png") no-repeat 0 -15px; }
.arelrating-color-blue3 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/blue3/sprite.png") no-repeat 0 -36px; }
.arelrating-color-blue3 .api-info .api-info-bar{ background-color: #3fbcef; }

.arelrating-color-black1 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/black1/sprite.png") no-repeat 0 0 transparent; }
.arelrating-color-black1 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/black1/sprite.png") no-repeat 0 -15px; }
.arelrating-color-black1 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/black1/sprite.png") no-repeat 0 -36px; }
.arelrating-color-black1 .api-info .api-info-bar{ background-color: #222; }

.arelrating-color-red1 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/red1/sprite.png") no-repeat 0 0 transparent; }
.arelrating-color-red1 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/red1/sprite.png") no-repeat 0 -15px; }
.arelrating-color-red1 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/red1/sprite.png") no-repeat 0 -36px; }
.arelrating-color-red1 .api-info .api-info-bar{ background-color: #ed1c24; }

.arelrating-color-pink1 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/pink1/sprite.png") no-repeat 0 0 transparent; }
.arelrating-color-pink1 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/pink1/sprite.png") no-repeat 0 -15px; }
.arelrating-color-pink1 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/pink1/sprite.png") no-repeat 0 -36px; }
.arelrating-color-pink1 .api-info .api-info-bar{ background-color: #ff28a8; }

.arelrating-color-yellow1 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/yellow1/sprite.png") no-repeat 0 0 transparent; }
.arelrating-color-yellow1 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/yellow1/sprite.png") no-repeat 0 -15px; }
.arelrating-color-yellow1 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/yellow1/sprite.png") no-repeat 0 -36px; }
.arelrating-color-yellow1 .api-info .api-info-bar{ background-color: #ffc733; }

.arelrating-color-green1 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/green1/sprite.png") no-repeat 0 0 transparent; }
.arelrating-color-green1 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/green1/sprite.png") no-repeat 0 -15px; }
.arelrating-color-green1 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/green1/sprite.png") no-repeat 0 -36px; }
.arelrating-color-green1 .api-info .api-info-bar{ background-color: #79c471; }

.arelrating-color-green2 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/green2/sprite.png") no-repeat 0 0 transparent; }
.arelrating-color-green2 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/green2/sprite.png") no-repeat 0 -15px; }
.arelrating-color-green2 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/green2/sprite.png") no-repeat 0 -36px; }
.arelrating-color-green2 .api-info .api-info-bar5{ background-color: #57bb8a; }
.arelrating-color-green2 .api-info .api-info-bar4{ background-color: #9ace6a; }
.arelrating-color-green2 .api-info .api-info-bar3{ background-color: #ffeb3b; }
.arelrating-color-green2 .api-info .api-info-bar2{ background-color: #ffbb50; }
.arelrating-color-green2 .api-info .api-info-bar1{ background-color: #ff8a65; }

.arelrating-color-green3 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/green3/sprite.png") no-repeat 0 0 transparent; }
.arelrating-color-green3 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/green3/sprite.png") no-repeat 0 -15px; }
.arelrating-color-green3 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/green3/sprite.png") no-repeat 0 -36px; }
.arelrating-color-green3 .api-info .api-info-bar5{ background-color: #57bb8a; }
.arelrating-color-green3 .api-info .api-info-bar4{ background-color: #9ace6a; }
.arelrating-color-green3 .api-info .api-info-bar3{ background-color: #ffeb3b; }
.arelrating-color-green3 .api-info .api-info-bar2{ background-color: #ffbb50; }
.arelrating-color-green3 .api-info .api-info-bar1{ background-color: #ff8a65; }

.arelrating-color-purple1 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/purple1/sprite.png") no-repeat 0 0 transparent; }
.arelrating-color-purple1 .api-stars-empty{ background: url("/bitrix/images/api.reviews/flat/purple1/sprite.png") no-repeat 0 -15px; }
.arelrating-color-purple1 .api-stars-full{ background: url("/bitrix/images/api.reviews/flat/purple1/sprite.png") no-repeat 0 -36px; }
.arelrating-color-purple1 .api-info .api-info-bar{ background-color: #c790b9; }
/* End */


/* Start:/bitrix/components/redsign/grupper.list/templates/.default/style.css?1733240566755*/
#rs_grupper ul.options{
	padding:0 10px 10px 0;
	display:block;
	font-size:13px;
	color:#3F3F3F;
	line-height:20px;
	margin:0px;
	list-style:none !important;
}
#rs_grupper li{
	list-style:none !important;
	border-bottom:1px dotted #CCC;
	height:28px;
	padding-left:0 !important;
	content:none !important;
}
#rs_grupper li:before{
	content: none !important;
}
#rs_grupper li span{
	color:#777;
	font-size:14px;
	background-color:white;
	bottom:-11px;
	font-weight:normal;
	line-height:27px;
	padding-right:5px;
	position:relative;
}
#rs_grupper li b{
	color:black;
	font-size:14px;
	float:right;
	background-color:white;
	bottom:-11px;
	font-weight:normal;
	line-height:27px;
	padding-right:5px;
	position:relative;
}
/* End */
/* /bitrix/templates/aspro_next/components/bitrix/catalog.element/main3/style.css?175285028316001 */
/* /bitrix/templates/aspro_next/components/bitrix/catalog.top/new.product_accessories/style.css?17333808839310 */
/* /bitrix/templates/aspro_next/components/api/reviews.element.rating/section_american_grill_rating/theme/flat/style.css?168190960010796 */
/* /bitrix/components/redsign/grupper.list/templates/.default/style.css?1733240566755 */
