

/* Start:/local/components/bitrix/breadcrumb/templates/rz/style.css?16106273532069*/
.bx-breadcrumb {
	margin: 13px 0 10px;
	text-transform: uppercase;
}
.bx-breadcrumb i {
	color: #48608c;
	font-size: 25px;
	font-weight: 800;
	margin-right: 5px;
}

.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	white-space: nowrap;
	vertical-align: middle;
	display: flex;
}


.bx-breadcrumb .bx-breadcrumb-item span {
	font-size: 15px;
	color: #48608c;
	font-family: AGAvalanche-Bold;
	white-space: normal;
	border-bottom: none;
	padding: 0 15px;
}
.bx-breadcrumb .bx-breadcrumb-item:first-child span {
	padding-left: 0;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

.bx-breadcrumb div:nth-last-child(2) span {
	color: #f49612;
}

.breadcrumb-arrow {
	/* duplicate the triange */
	position: relative;
	margin: auto;
	height: 0px; width: 0px;
	border: 4px solid;
	border-color:
			#48608c
			#48608c
			transparent
			transparent;
	transform: rotate(45deg);
	margin-top: 4px;
}

.breadcrumb-arrow:before, .breadcrumb-arrow:after {
	content: '';
	display: block;
	position: absolute;

	/* set up more triangles */
	height: 0; width: 0;

	/* half the parent border
	   rounded up */
	border: 3px solid;
}

.breadcrumb-arrow:before {
	border-color:
			#48608c
			transparent
			transparent
			#48608c;
	display: block;
	top: 0px; right: 0px;
	transform-origin: top right;
	transform: rotate(45deg);
}

.breadcrumb-arrow:after {
	border-color:
			transparent
			#48608c
			#48608c
			transparent;
	top: 0px; right: 0px;
	transform-origin: top right;
	transform: rotate(-45deg);
}
.bx-breadcrumb div:nth-last-child(2) .breadcrumb-arrow {
	border-color: #f49612 #f49612 transparent transparent;
}
.bx-breadcrumb div:nth-last-child(2) .breadcrumb-arrow::before {
	border-color: #f49612 transparent transparent #f49612;
}
.bx-breadcrumb div:nth-last-child(2) .breadcrumb-arrow::after {
	border-color: transparent #f49612 #f49612 transparent;
}

@media (max-width: 479px) {
	.bx-breadcrumb { line-height: 15px; }
	.bx-breadcrumb .bx-breadcrumb-item { margin: 0 5px;}
	.bx-breadcrumb .bx-breadcrumb-item span { font-size: 12px; }
	.bx-breadcrumb i { font-size: 15px; }
}
/* End */


/* Start:/local/components/roszap/catalog/templates/catalog-responsive/style.css?16106273541226*/
.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%;
	}

}
@media (min-width: 320px) and (max-width: 480px) {
	.catalog_component > .col-xs-12 {
		padding: 0;
	}
}
.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/local/components/roszap/catalog.section.list/templates/.default/style.css?16224092912737*/
li .bx_main_catalog_tile_img {
	display: inline-block;
}
.bx_main_catalog_tile .bx_main_catalog_tile_ul {
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: auto;
}
.bx_main_catalog_tile .bx_main_catalog_tile_ul li {
	float: left;
	background: #fff;
	border: 2px solid #c5d3db;
	border-radius: 9px;
	list-style: none;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 10px;
	flex: 0 0 135px;
	height: 135px;
}
.bx_main_catalog_tile .bx_main_catalog_tile_ul .no-image{
	display: flex;
}
.bx_main_catalog_tile .bx_main_catalog_tile_ul li:hover {
	border: 2px solid #f49612;
}
.bx_main_catalog_tile .bx_main_catalog_tile_ul li:before { content: '' !important }

@media (max-width:991px) {
	.bx_main_catalog_tile .bx_main_catalog_tile_ul {
		justify-content: space-between;
	}
}
.catalog-section-list-tile {
	position: relative;
 }
.bx_main_catalog_tile .catalog-section-list-tile .bx_main_catalog_tile_img {
	position: relative;
	display: flex;
	overflow: hidden;
	/*width: auto;*/
	height: 100%;
	padding-bottom: 38px;
	/*margin: 0 -10px;*/
	z-index: 5;
}
.bx_main_catalog_tile .bx_main_catalog_tile_img img {
	margin: auto;
	max-height: 70px;
	/*max-width: 70px;*/
}
.bx_main_catalog_tile .bx_main_catalog_tile_img.car_model img {
	margin: auto;
	max-height: 70px;
	max-width: 110px;
	width: 100%;
}
.bx_main_catalog_tile .catalog-section-list-tile .bx_main_catalog_tile_title {
	margin-top: 5px;
	margin-bottom: 10px;
	vertical-align: top;
	overflow: hidden;
	word-wrap: break-word;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
}
.bx_main_catalog_tile .catalog-section-list-tile .bx_main_catalog_tile_title:first-letter{
	text-transform: capitalize
  }
.bx_main_catalog_tile_title  {
	color: #48608c;
	font-family: AGAvalanche-Bold;
	white-space: inherit;
	word-wrap: break-word;
}
.bx_main_catalog_tile_title.font-small {
	font-size: 12px;
}
.not_car_brand .bx_main_catalog_tile_title  {
	font-family: AGAvalanche;
}
.bx_main_catalog_tile .no-image .bx_main_catalog_tile_img {
	width: 100%;
	display: flex;
}
.bx_main_catalog_tile .no-image .bx_main_catalog_tile_title {
	margin: auto;
	color: #5a5a5a;
	font-size: 16px;
	overflow: hidden;
}
@media (max-width: 639px) {
	.bx-touch .bx_main_catalog_tile .bx_main_catalog_tile_title {

	}

	.bx-touch .bx_main_catalog_tile .bx_main_catalog_tile_title {

	}

	.bx-touch .bx_main_catalog_tile .bx_main_catalog_tile_title a { font-size: 11px; }
}

.bx_main_catalog_tile .bx_main_catalog_tile_title,
.bx_main_catalog_tile .bx_main_catalog_tile_title a,
.bx_main_catalog_tile .bx_main_catalog_tile_ul li,
.bx_main_catalog_tile .bx_main_catalog_tile_img { transition: all 0.3s ease; }

/* End */


/* Start:/local/components/bitrix/system.pagenavigation/templates/grid/style.css?16225435811318*/
.main-ui-pagination {
	width: 100%;
	font-size: 15px;
	color: #48608c;
	text-transform: lowercase;
	display: table;
	text-align: left;
	margin-bottom: 10px;
}

.main-ui-pagination-pages,
.main-ui-pagination-label,
.main-ui-pagination-pages-list,
.main-ui-pagination-page,
.main-ui-pagination-arrows,
.main-ui-pagination-arrow {
	display: inline-block;
}



.main-ui-pagination-arrow {
	color: #48608c;
	position: relative;
}

.main-ui-pagination-prev {
	margin-right: 30px;
}
.main-ui-pagination-next {
	margin-left: 30px;
}

.main-ui-pagination-arrow.main-ui-pagination-prev::before,
.main-ui-pagination-arrow.main-ui-pagination-next::after {
	padding: 0 5px;
}

.main-ui-pagination-arrow.main-ui-pagination-prev::before {
	content: '<<';
}

.main-ui-pagination-arrow.main-ui-pagination-next::after {
	content: '>>';
}

.main-ui-pagination-page {
	color: #48608c;
	padding-left: 4px;
	padding-right: 3px;
}
.main-ui-pagination-arrows, .main-ui-pagination-pages {
	margin-top: 3px;
	text-transform: capitalize;
}
.main-ui-pagination-page.main-ui-pagination-active {
	color: #f49612;
}
input.pagination-input {
	color: #f49612;
	padding: 5px!important;
	line-height: 18px;
	margin: 0 30px 0 7px;
}
.pagination-btn {
	padding: 0 10px!important;
	border: 1px solid #a3b3c6;
	border-radius: 5px!important;
	height: 30px;
}
/* End */


/* Start:/local/components/bitrix/catalog.section/templates/rz/style.css?16106273544759*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.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),
	/*4*/
	.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),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*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){
	/*md*/
	/*6*/
	.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),
	/*4*/
	.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),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*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){
	/*sm*/
	/*6*/
	.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),
	/*4*/
	.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),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.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),
	/*4*/
	.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),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-section-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;
}

.cat-banner-reg {
	background: #3e558630;
  border: 1px solid #c9c9ca;
  border-radius: 9px;
  margin-bottom: 7px;
  -webkit-transition: width .2s;
  transition: width .1s;
	overflow: hidden;
}
.cat-banner-reg:hover {
    background: #1058f17d;
}
.cat-banner-background {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 9px;
	background-image: url(/local/templates/roszap/images/bot_back.png);
	background-size: cover;
	opacity: 0.7;
	z-index: 1;
	filter: alpha(opacity=20);
}

.cat-banner-reg .banner-text {
	text-transform: uppercase;
	text-align: center;
}
.percent-symbol {
	transform: rotate(10deg);
	position: absolute;
	z-index: 1;
	right: -10px;
	bottom: -45px;
	font-size: 110px;
	color: #feb00f8c;
}
.banner-text {
	color: #feb00f;
	opacity: 1;
	z-index: 2;
	position: relative;
	overflow: hidden;
}
.banner-text p {
	font-family: AGAvalanche-Bold;
	font-size: 25px;
	margin: 35px 0;
	line-height: 1;
}

/* End */


/* Start:/local/components/bitrix/catalog.item/templates/catalog_item/style.css?163827440833413*/
.product-item-container {
    position: relative;
}
.product-item-container.hover {
    z-index: 17;
}
.product-item {
    display: block;
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 2px;
}
.product-item-line-card {
    background: #fff;
    border: 1px solid #c9c9ca;
    border-radius: 9px;
    margin-bottom: 7px;
    -webkit-transition: width 0.2s;
    transition: width 0.1s;
}
@media (max-width: 767px) {
	.product-item-line-card {
		overflow: hidden;
	}
}
.product-item-line-card .product-item {
    width: auto !important;
}
#analogsContainerBody {
    max-height: 615px;
    overflow-y: auto;
    overflow-x: hidden;
}
#analogsContainerBody > div > .container-fluid {
    border: 1px solid #c9c9ca;
    padding-left: 0;
    padding-right: 0;
}
.analogs-col .product-item-line-card {
    border: 0;
}
.analogs-col .product-line-item-info-right-container .col-xs-5 {
    position: relative;
}
.analogs-col .product-line-item-info-right-container .col-xs-5 .align-bottom {
    position: absolute;
    bottom: 0;
}
.analogs-col .product-item {
    padding-top: 0;
    padding-bottom: 0;
}
.analogs-col .in-stock-container {
    float: none;
    align-items: flex-end;
    white-space: nowrap;
}
.bx-retina .product-item {
    border-width: 0;
}
.product-item * {
    transition: opacity 0.3s ease;
}
.bx-no-touch .product-item-container.hover .product-item {
    position: absolute;
    right: -15px;
    left: -15px;
    padding: 15px 15px 0;
    width: auto;
    border: 1px solid transparent;
    background: #fff;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.19);
}
.bx-touch .product-item {
    padding: 0 0 15px;
    width: auto;
    background: #fff;
}
.bx-no-touch .product-item-container.hover .product-item {
    -webkit-animation: product-item-hover 0.3s 1 ease;
}
@-webkit-keyframes product-item-hover {
    0% {
        position: absolute;
        left: -15px;
        right: -15px;
        border: 1px solid transparent;
        box-shadow: 0 0 0 0 transparent;
    }
    100% {
        border: 1px solid transparent;
        box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.19);
    }
}
.product-item-image-wrapper {
    position: relative;
    display: block;
    padding-top: 100%;
    width: 100%;
    transition: all 0.3s ease;
}
.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper {
    padding-top: 54%;
}
.product-item-image-alternative,
.product-item-image-original {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity 0.3s linear;
}
.product-item-image-original {
    z-index: 11;
}
.product-item-image-alternative {
    z-index: 10;
    opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original {
    opacity: 0;
}
.bx-no-touch .product-item-container.hover .product-item-image-alternative {
    opacity: 1;
}
.product-item-big-card .product-item-image-wrapper {
    margin-bottom: 25px;
}
.product-item-image-slider-slide-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
}
.product-item-image-slide {
    position: relative;
    display: none;
    height: 100%;
    background-color: #fff;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.6s ease-in-out left;
}
@media (max-width: 991px) {
    .product-item-line-card.catalog-product .product-item-image-wrapper {
        overflow: hidden;
    }
    .product-item-line-card.catalog-product .product-item-image-original {
        background-size: contain;
    }
    .product-item-line-card.catalog-product .product-item-image-alternative {
        background-size: cover;
        z-index: 10;
        /* opacity: 0.4; */
        filter: blur(4px);
        -webkit-filter: blur(4px);
    }
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .product-item-image-slide {
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .product-item-image-slide.active.right,
    .product-item-image-slide.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .product-item-image-slide.active.left,
    .product-item-image-slide.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .product-item-image-slide.active,
    .product-item-image-slide.next.left,
    .product-item-image-slide.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
    display: block;
}
.product-item-image-slider-slide-container > .active {
    left: 0;
}
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.product-item-image-slider-slide-container > .next {
    left: 100%;
}
.product-item-image-slider-slide-container > .prev {
    left: -100%;
}
.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right {
    left: 0;
}
.product-item-image-slider-progress-bar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
}
.product-item-image-slider-progress-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #f42c2c;
    opacity: 0.8;
}
.product-item-image-slider-control-container {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    padding: 0;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.item-active .product-item-image-slider-control-container {
    bottom: 103px;
}
.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container {
    opacity: 1;
}
.product-item-image-slider-control,
.product-item-image-slider-control.active {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(128, 128, 128, 0.8);
    opacity: 0.6;
    cursor: pointer;
    transition: all 0.3s ease;
}
.product-item-image-slider-control.active:hover,
.product-item-image-slider-control:hover {
    cursor: pointer;
}
.product-item-label-ring,
.product-item-label-text {
    position: absolute;
    z-index: 15;
}
.product-item-label-ring,
.product-item-label-text span {
    display: inline-block;
    clear: both;
    margin-bottom: 2px;
    background: #f42c2c;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    transition: all 250ms ease;
}
.bx-red .product-item-label-ring,
.bx-red .product-item-label-text span {
    background-color: #fba90c;
}
.product-item-label-ring > div,
.product-item-label-text > div {
    line-height: 0;
}
.product-item-label-text span {
    padding: 2px 5px;
    vertical-align: middle;
    font-weight: 700;
}
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
    margin-bottom: 1px;
    padding: 2px 7px;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
}
.product-item-big-card .product-item-label-text.product-item-label-small span {
    padding: 5px 12px;
    font-size: 16px;
    line-height: 21px;
}
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
    padding: 4px 10px;
    font-size: 13px;
    line-height: 17px;
}
.product-item-big-card .product-item-label-text.product-item-label-big span {
    padding: 5px 17px;
    font-size: 22px;
    line-height: 33px;
}
@media (max-width: 767px) {
    .product-item-label-text > div {
        line-height: 0;
    }
    .product-item-label-text.product-item-label-small span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
        margin-bottom: 1px;
        padding: 2px 7px;
        font-size: 10px;
        line-height: 14px;
    }
    .product-item-big-card .product-item-label-text.product-item-label-small span,
    .product-item-label-text.product-item-label-big span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
        margin-bottom: 1px;
        padding: 3px 12px;
        font-size: 14px;
        line-height: 16px;
    }
    .product-item-big-card .product-item-label-text.product-item-label-big span {
        padding: 3px 12px;
        font-size: 20px;
        line-height: 25px;
    }
}
.product-item-label-ring {
    box-sizing: border-box;
    border-radius: 50%;
    font-weight: 700;
}
.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}
.product-item-big-card .product-item-label-ring.product-item-label-small {
    width: 100px;
    height: 100px;
    font-size: 30px;
    line-height: 100px;
}
.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
}
.product-item-big-card .product-item-label-ring.product-item-label-big {
    width: 120px;
    height: 120px;
    font-size: 42px;
    line-height: 120px;
}
@media (max-width: 767px) {
    .product-item-label-ring.product-item-label-small,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
        width: 35px;
        height: 35px;
        font-size: 12px;
        line-height: 35px;
    }
    .product-item-big-card .product-item-label-ring.product-item-label-small,
    .product-item-label-ring.product-item-label-big,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
        width: 35px;
        height: 35px;
        font-size: 12px;
        line-height: 35px;
    }
    .product-item-big-card .product-item-label-ring.product-item-label-big {
        width: 70px;
        height: 70px;
        font-size: 24px;
        line-height: 70px;
    }
}
.product-item-label-top {
    top: -5px;
}
.product-item-label-center {
    left: 50%;
    transform: translateX(-50%);
}
.product-item-label-center > div {
    text-align: center;
}
.product-item-label-left {
    left: -5px;
}
.product-item-label-left > div {
    text-align: left;
}
.product-item-label-bottom {
    bottom: -5px;
}
.product-item-label-middle {
    top: 50%;
    transform: translateY(-50%);
}
.product-item-label-right {
    right: -5px;
}
.product-item-label-right > div {
    text-align: right;
}
.product-item-label-center.product-item-label-middle {
    transform: translateY(-50%) translateX(-50%);
}
.product-item-title {
    font-family: AGAvalanche-Bold;
    overflow: hidden;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: normal;
    /* max-height: 50px; */
}
.bx-touch .product-item-title,
.product-item-container.hover .product-item-title {
    overflow: hidden;
    white-space: normal;
}
.product-item-title a {
    color: #48608c;
    text-decoration: none;
}
.product-item-big-card .product-item-title a {
    font-size: 21px;
}
.product-item-line-card .product-item-title a {
    font-size: 15px;
}
.product-item-price-container {
    margin: 6px 0;
    text-align: right !important;
}
.product-item-price-current {
    color: #48608c;
    white-space: nowrap;
    font-family: AGAvalanche-Bold;
    font-size: 26px;
}
.product-item-price-current > .currency {
    font-size: 15px;
}
.product-item-price-old {
    color: #a5a5a5;
    text-decoration: line-through;
    white-space: nowrap;
    font-size: 12px;
}
.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
    vertical-align: middle;
    line-height: 20px;
}
.product-item-big-card .product-item-price-container {
    margin: 0 0 10px;
}
.product-item-big-card .product-item-price-current {
    font-size: 18px;
}
.product-item-big-card .product-item-price-old {
    font-size: 15px;
}
.in-stock-cat-container {
    text-align: right;
}
.in-stock-message {
    font-size: 15px;
    vertical-align: bottom;
    line-height: 15px;
}
.analogs-btn {
    margin-bottom: 5px;
}
.product-item-line-card .product-item-info-container {
    text-align: left;
}
.quantity-block {
    float: left;
}
.item-active .quantity-block {
    float: none;
    margin-left: 0;
}
.product-item-info-container-title {
    color: #000;
    font-weight: 700;
    font-size: 13px;
}
.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.bx-touch .product-item-info-container.product-item-touch-hidden {
    display: none !important;
}
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.bx-touch .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
    display: block;
    opacity: 1;
}
.product-item-amount {
    padding: 0 0 2px;
    text-align: right;
}
@media (max-width: 479px) {
    .product-item-amount {
        padding: 0 0 5px;
    }
}
.product-item-amount-field-container {
    justify-content: flex-end;
    display: flex;
}
.product-item-amount-field-btn-text {
    float: left;
    padding: 5px;
    font-size: 15px;
    margin: auto;
}
.item-active .product-item-amount-field-btn-text {
    margin-right:10px;
}
.product-item-amount-description-container {
    color: #a5a5a5;
    white-space: nowrap;
    font-size: 15px;
    min-height: 18px;
    display: block;
}
.product-item-big-card .product-item-amount-field-container {
    text-align: left;
}
.product-item-amount-description-container strong {
    color: #333;
}
@media (max-width: 479px) {
    .product-item-amount-description-container {
        font-size: 12px;
        text-align: right;
        white-space: inherit;
    }
}
.product-item-amount-label-container {
    margin: 5px 0;
    color: #a5a5a5;
    font-weight: 700;
    font-size: 12px;
}
.product-item-quantity {
    color: #333;
    font-weight: 400;
    font-size: 12px;
}
.product-item-properties {
    display: block;
    overflow: hidden;
    margin: 0;
    color: #5a5a5a;
    font-size: 15px;
}
.product-item-properties dl {
    clear: both;
}
.product-item-properties dt {
    float: left;
    clear: both;
    font-weight: 400;
    line-height: 1.1;
}
.product-item-properties dd {
    margin-bottom: 3px;
    margin-left: 5px;
    line-height: 1.1;
}
.product-item-compare-container {
    position: relative;
    display: none;
    margin: 0 -15px;
    padding: 4px 15px;
    min-height: 30px;
    border-top: 1px solid #e6e6e6;
    background: #f3f3f3;
    box-shadow: inset 0 1px 1px 0 #eee;
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px;
}
.product-item-line-card .product-item-compare-container {
    margin: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
    text-align: center;
}
.bx-touch .product-item-compare-container {
    display: none;
}
.product-item-container.hover .product-item-compare-container,
.product-item-line-card .product-item-compare-container {
    display: block;
}
.product-item-compare .checkbox {
    margin: 0;
    padding: 0;
}
.product-item-scu-container {
    padding: 0 0 2px;
}
.product-item-scu-container-title {
    color: #333;
    font-size: 12px;
}
.product-item-scu-list {
    margin: 0;
}
.product-item-scu-item-list {
    overflow: hidden;
    margin: 0 0 0 -2px;
    padding: 0;
    list-style: none;
}
.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 3px;
    max-width: 100%;
}
.product-item-scu-item-text-container {
    min-width: 32px;
}
.product-item-scu-item-color-container {
    max-width: 38px;
    width: 25%;
}
.product-item-scu-item-color-block {
    position: relative;
    padding-top: 100%;
    outline: 1px solid #c0cfda;
    cursor: pointer;
}
.bx-no-touch .product-item-scu-item-color-block {
    transition: outline 0.2s ease;
}
.bx-retina .product-item-scu-item-color-block {
    outline-width: 0.5px;
}
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    outline-width: 2px;
}
.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block {
    outline-width: 1px;
}
.product-item-scu-item-color {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.product-item-scu-item-text-block {
    position: relative;
    padding: 0 5px;
    outline: 1px solid #c0cfda;
    cursor: pointer;
}
.bx-no-touch .product-item-scu-item-text-block {
    transition: outline 0.3s ease;
}
.bx-retina .product-item-scu-item-text-block {
    outline-width: 0.5px;
}
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    outline-width: 2px;
}
.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block {
    outline-width: 1px;
}
.product-item-scu-item-text {
    overflow: hidden;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    line-height: 18px;
}
.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
    position: relative;
    outline-color: #a9adb4 !important;
}
.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background: rgba(255, 255, 255, 0.75)
        url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=)
        no-repeat center;
    background-size: 80% 80%;
    content: "";
}
@media (max-width: 991px) {
    .product-item {
        padding: 0 0 15px;
    }
    .product-item-line-card .product-item-scu-container-title {
        text-align: center;
    }
    .product-item-line-card .product-item-scu-item-list {
        text-align: center;
    }
    .product-item-line-card .product-item-scu-item-color-container,
    .product-item-line-card .product-item-scu-item-text-container {
        display: inline-block;
        float: none;
    }
    .analogs-btn {
        margin-bottom: 0;
    }
    .product-item-amount {
        text-align: right;
    }
    .quantity-block {
        float: none;
	}
	.analogs-col {
		padding: 0!important;
	}
	#analogsContainerBody > div > div {
		margin: 0!important;
	}
	.product-item-amount-description-container {
		text-align: right;
	}
	.product-item-amount-field-container {
		/* justify-content: center; */
	}
	.product-item-amount-field-btn-text {
		margin: auto 0;
	}
}
.product-item-description-container p {
    color: #575757;
    font-size: 13px;
}
.product-item-button-container {
    text-align: center;
    font-family: AGAvalanche-Bold;
}
.in_basket {
    /* width: 74% !important; */
    float: left;
}
.bx_bt_button_quantity {
    float: right;
}
.btn-success.in_basket {
    width: calc(100% - 90px);
}
@media (min-width: 992px)  {
    .btn-success.in_basket {
        width: calc(100% - 50px);
    }
    .item-active .btn-success.in_basket {
        width: calc(100% - 70px);
    }
}
@media (min-width: 1200px)  {
    
    .item-active .btn-success.in_basket {
        width: calc(100% - 80px);
    }
}
.btn-success.bx_bt_button_quantity {
    width: 81px;
}
@media (min-width: 480px) and (max-width:991px) {
    .btn-success.bx_bt_button_quantity {
        width: 71px;
    }
}
@media (min-width: 992px) {
    .btn-success.bx_bt_button_quantity {
        width: 40px;
    }
}
.item-active .btn-success.bx_bt_button_quantity {
    width: 81px;
}
@media (min-width: 480px) and (max-width:767px) {
    .item-active .btn-success.bx_bt_button_quantity {
        width: 71px;
    }
  }
@media (min-width: 768px) and (max-width:991px) {
    .item-active .btn-success.bx_bt_button_quantity {
        width: 71px;
    }
}
@media (min-width: 992px) and (max-width:1199px) {
    .item-active .btn-success.bx_bt_button_quantity {
        width: 61px;
    }
}
@media (min-width: 1200px) {
    .item-active .btn-success.bx_bt_button_quantity {
        width: 71px;
    }
}
.product-item-button-container .btn {
    margin-bottom: 2px;
}
.product-item-sticker,
.product-item-sticker-round {
    display: none;
}
.product-item-more-container {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 15px 15px 5px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 2px;
    transition: all 0.3s ease;
}
.product-item-more-wrapper {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-top: 116%;
    width: 100%;
}
.product-item-more {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #f3f3f3
        url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==)
        no-repeat center;
    background-size: 50%;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}
.bx-touch .product-item-more,
.product-item-container.hover .product-item-more {
    opacity: 1;
}
.product-item-more-title {
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.analogs-header {
    height: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
    text-transform: uppercase;
    background: linear-gradient(#ccdde7, #acbecc);
    border-radius: 9px 9px 0 0;
    color: #48608c;
    font-family: AGAvalanche-Bold;
    font-size: 15px;
}
.analogs-close {
    position: absolute;
    right: 15px;
}
.analogs-col {
    visibility: hidden;
    opacity: 0;
	transition: visibility 0s linear 0s, opacity 1s;
}
.analogs-col .product-item-line-card {
    margin-bottom: 10px;
}
.analogs-col .product-item-title {
    max-height: none;
    padding: 10px 0;
}
.analogs-col .product-item-price-current {
    font-size: 26px;
}
.analogs-col .quantity-block {
    float: none;
    margin: 0;
}
.fade-in {
    visibility: visible;
    opacity: 1;
}
.analogs-col .product-item-line-card {
    margin: 0;
    border-radius: 0;
    padding-bottom: 10px;
}
.analogs-col .product-item-line-list:last-child .catalog-divider {
    display: none;
}

@media (min-width: 320px) and (max-width: 479px) {
    .product-item-image-wrapper {
        padding-top: 150px;
    }
    .analogs-btn a {
        font-size: 13px;
        line-height: 1.42857143;
    }
    .in-stock-cat-container {
        margin: 2px 0;
        line-height: 13px;
        float: none !important;
    }
    .in-stock-cat-container img {
        height: 15px;
    }
    .in-stock-cat-container .in-stock-message {
        font-size: 12px;
        line-height: 13px;
        vertical-align: text-bottom;
    }
    .product-item-amount-field-btn-text {
        font-size: 12px;
        padding: 0;
    }
    .product-item-amount-field-btn-minus,
    .product-item-amount-field-btn-plus {
        min-width: 7px;
    }
    .product-item-amount-field-btn-minus::after,
    .product-item-amount-field-btn-plus::after {
        background-size: 7px;
    }
    .product-item-amount-field {
        font-size: 14px;
    }
    .product-item-price-container {
        margin: 0;
    }
    .product-item-price-current {
        /* font-size: 14px; */
    }
    .product-item-price-current > .currency {
        font-size: 12px;
    }

    .bx_bt_button_quantity,
    .in_basket {
        /* width: auto !important; */
        font-size: 10px;
        padding: 6px 2px;
    }
    .product-item-button-container .btn {
        font-size: 13px;
        line-height: 1.42857143;
        padding: 6px 8px !important;
        margin: 0;
    }
    .product-item-button-container .bx_bt_button_quantity {
        font-size: 13px;
    }
    .btn-success::after {
        border: 1px solid #02cb49 !important;
    }
    .product-item-properties,
    .product-item-title a {
        font-size: 13px !important;
    }
    .analogs-header {
        font-size: 19px;
    }
    .product-item-properties {
        min-width: 70%;
    }
    .manufact-name {
        margin-bottom: 4px;
    }
}
@media (max-width: 420px) {
    .product-item-amount-field-btn-text {
        display: none;
    }
}
@media (min-width: 480px) and (max-width: 991px) {
    .product-item-price-current {
        /* font-size: 15px; */
    }
    .btn {
        font-size: 13px;
    }
    .product-item-properties {
        min-width: 70%;
    }
}
@media (min-width: 480px) and (max-width: 991px) {
    .product-item-image-wrapper {
        padding-top: 194px;
    }
}
@media (max-width: 767px) {
    .product-item-image-wrapper {
        margin-bottom: 15px;
    }
    .product-item-line-card .product-item .col-xs-12:nth-child(2n) {
        clear: both;
    }
    .product-item-image-slide {
        background-size: contain;
        background-position: center;
    }
    .product-item-info-container.buttons-block {
        width: 100%;
        float: left;
    }
    .product-item-info-container.quantity-block {
        /* width: 40%!important; */
		float: right;
		padding: 0!important;
    }
}
@media (max-width: 1199px) {
    .item-active .product-item-image-original,
    .product-item-image-alternative {
        height: 100%;
        background-position: top;
    }
}
@media (max-width: 767px) {
	.col-xs-12.item-image {
        padding: 0;
    }
}
/* @media (max-width: 991px) {
	.col-lg-3.item-controls {
       padding-bottom: 15px ;
    }
} */
@media (min-width: 992px) {
    .col-lg-3.item-image {
        width: 205px !important;
        height: 157px !important;
        padding: 0;
    }
    .item-active.col-lg-7 .product-item-image-slide {
        background-size: cover;
    }
    .col-lg-3.item-image .product-item-image-wrapper {
        height: 100%;
        padding-top: 0;
    }
    .col-lg-3.item-controls {
        /* left: calc(75% - 205px) !important; */
        padding-right: 0;
    }
    .col-lg-6.item-info {
        width: calc(75% - 225px) !important;
    }
    .quantity-block {
        margin-left: -150px;
    }
    .row.product-item {
        display: flex;
    }
    .item-active .row.product-item {
        display: block;
    }
    .item-info {
        display: flex;
        flex-direction: column;
    }
    .product-item-detail-info-container {
        align-items: flex-end;
        display: flex;
        flex-grow: 1;
    }
    .manufact-name {
        margin-bottom: 1px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .bx_bt_button_quantity,
    .in_basket {
        font-size: 15px !important;
    }
    .product-item-image-wrapper {
        padding-top: 60%;
    }
}
@media (min-width: 1200px) {
    .item-active .analogs-btn {
        display: none !important;
    }
    .item-active .product-item-image-original,
    .product-item-image-alternative {
        bottom: 93px;
        height: auto;
        background-position: top;
        background-size: cover;
    }
    .item-active .item-image {
        padding-left: 0;
        padding-right: 0;
    }
    .product-item-line-card.item-active .product-item-image-slider-slide-container {
        bottom: 93px;
        height: auto;
        background-position: top;
    }
    .product-item-image-slider-slide-container .product-item-image-slide .item {
        background-size: cover;
    }
    .item-active .item-info {
        margin-top: -85px;
        padding: 0;
    }
}

/* End */


/* Start:/local/components/bitrix/iblock.vote/templates/flat/style.css?16106273541042*/
.bx-rating {
	color: #c1d2dd;
	font-size: 25px;
	white-space: nowrap;
	float: left;
}
.bx-rating .fa-star {
	color: #e49f3f;
}
.bx-rating i.fa {
	cursor: pointer;
}
.fa.bx-star-active {
	color: #e49f3f;
}
.fa-star:before {
	background: -moz-linear-gradient(top, rgba(255,179,14,1) 0%, rgba(243,149,18,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,179,14,1)), color-stop(100%, rgba(243,149,18,1)));
	background: -webkit-linear-gradient(top, rgba(255,179,14,1) 0%, rgba(243,149,18,1) 100%);
	background: -o-linear-gradient(top, rgba(255,179,14,1) 0%, rgba(243,149,18,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,179,14,1) 0%, rgba(243,149,18,1) 100%);
	background: linear-gradient(to bottom, rgba(255,179,14,1) 0%, rgba(243,149,18,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb30e', endColorstr='#f39512', GradientType=0 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.bx-rating-num {
	line-height: 25pt;
	padding-left: 3px;
}
/* End */
/* /local/components/bitrix/breadcrumb/templates/rz/style.css?16106273532069 */
/* /local/components/roszap/catalog/templates/catalog-responsive/style.css?16106273541226 */
/* /local/components/roszap/catalog.section.list/templates/.default/style.css?16224092912737 */
/* /local/components/bitrix/system.pagenavigation/templates/grid/style.css?16225435811318 */
/* /local/components/bitrix/catalog.section/templates/rz/style.css?16106273544759 */
/* /local/components/bitrix/catalog.item/templates/catalog_item/style.css?163827440833413 */
/* /local/components/bitrix/iblock.vote/templates/flat/style.css?16106273541042 */
