

/* Start:/bitrix/templates/aspro_next/css/grille-gallery.css?1772721848946*/
.grille-gallery{
    display: flex;
    flex-wrap: wrap;
    margin: -10px -10px 10px -10px;
}
.grille-gallery--item{
    flex-basis: 25%;
    padding: 10px;
    position: relative;

}
.grille-gallery img{
    max-width: 100%;
    border-radius: var(--border-radius-value1);
}
.grille-gallery--item a{
    display: block;
}
.grille-gallery--item a:hover:before{
    content: "";
    background-image: url("/bitrix/templates/aspro_next/images/svg/zoom.svg");
    position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.grille-gallery--item:hover img{
    opacity: 0.5;
    transition: opacity .45s;
}

@media (max-width:768px){
    .grille-gallery--item{
        flex-basis: 33%;
    }
}
@media (max-width:500px){
    .grille-gallery--item{
        flex-basis: 50%;
    }
}

@media (max-width:340px){
    .grille-gallery--item{
        flex-basis: 100%;
    }
}

/* End */


/* Start:/bitrix/templates/aspro_next/components/bitrix/catalog.section/new.catalog_block/style.css?168251782210606*/
.wrapper-items {
    padding-bottom:100px;
    font-weight: 400;
    line-height: 1.3;
    color: #333;
    margin: 0;
    overflow-x: hidden;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
	margin-bottom: -80px;
}
.container-items {
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
div.more_text {
    display:none;
    padding-top:5px;
    font-size:12px;
}
.group_description_block.bottom {

}
.nl_list {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    padding: 0px 1px 1px 0px;
}
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 {
    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;
    margin: 20px 0;
    position: relative;
}
.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;
}
.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;
    margin-top:3px;
}
.nl_list_item_price {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.nl_list_item_button_block {
    display: flex;
    margin-top: 20px;
}
.nl_list_item_button_block .btn.read_more {
    height: 40px;
    padding-top: 10px;
    font-size: 12px;
    border: none;
    border-radius: 5px;
    background-color: #B41818;
	width: 100%;
}
.nl_list_item_title {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 5px;
}
.nl_list_item_title a {
    color:#000;
}
.nl_list_item_desc {
    color: #8E8E93;
    font-size: 12px;
    margin-bottom: 8px;
}
.sa_block {
    text-align:center;
    color: #8E8E93;
    font-size: 12px;
    margin-bottom: 8px;
}
.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: 18px;
    margin-right: 10px;
}
.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;
}
.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_button_block {
    display: none;
    flex-wrap: nowrap;
    margin: 0 -5px 10px -5px;
}
.nl_list_input {
    height: 30px;
    background-color: #F3F3F3;
    border: none;
    padding: 0 5px;
    padding-right:15px;
    outline: none;
    border-radius: 5px;
    flex: 1;
}
.nl_button_block select {
    background-image: url(/bitrix/templates/aspro_next/images/svg/arrow3.svg);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 5px;
}
.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;
}
.nl_button_block .nl_btn_squaremode {
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.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;*/
}
@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);
    }
    .nl_list_item_wrapper:hover div.nl_list_item_title a {
        color: #B41818;
    }
    .nl_list_item_wrapper: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;
}
.compare_item.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;
}
.adaptive-filter-tooltip {
    display:none !important;
}

@media(max-width:1200px){
    .nl_list_item_wrapper {
        width: calc(33.3333% + 1px);
    }
}
@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;
    }
    .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: 150px;
    }
    .nl_list_item_title {
        font-size: 12px;
    }
    .nl_list_item_desc {
        font-size: 10px;
    }
    .nl_button_block {
        display: flex;
    }
    .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: 110px !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;
    }
    .nl_list_item_price {
        flex-wrap: wrap;
    }
    .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 */
/* /bitrix/templates/aspro_next/css/grille-gallery.css?1772721848946 */
/* /bitrix/templates/aspro_next/components/bitrix/catalog.section/new.catalog_block/style.css?168251782210606 */
/* /bitrix/templates/aspro_next/components/api/reviews.element.rating/section_american_grill_rating/theme/flat/style.css?168190960010796 */
