.main .bx_catalog_tile .bx_catalog_tile_img , .pages .bx_catalog_tile .bx_catalog_tile_img { /*height: auto; */ }

.main .section_type img.catalog_item_img , .pages .section_type img.catalog_item_img {
	max-width: inherit;
    max-height: inherit;
    min-height: inherit;
    min-width: inherit;
	
    width: 100%;
	height: auto;
    margin: 0 auto;
    display: block;
}

span.newsale {
    background-color: #26b0e4;
    width: auto;
    /* margin: 3px; */
    letter-spacing: .5px;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    /* line-height: 12px; */
    padding: 5px 10px 4px;
    text-transform: uppercase;
    border-radius: 2px;
}
span.sticker_novinka_element {
    background-color: #26b0e4b8;
    width: auto;
    /* margin: 3px; */
    letter-spacing: .5px;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    padding: 5px 10px 4px;
    text-transform: uppercase;
    border-radius: 2px;
    opacity: 0.;
    float: right;
    box-shadow: 0 0 10px rgba(21, 21, 21, 0.5);
}
span.sticker_free_shipping {
    background-color: #ff1500a6;
    width: auto;
    /* margin: 3px; */
    letter-spacing: .5px;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    /* line-height: 12px; */
    padding: 5px 10px 4px;
    text-transform: uppercase;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(21, 21, 21, 0.5);
}
/* line */
.bx_catalog_line{margin-bottom: 30px;}
.bx_catalog_line .bx_catalog_line_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_line .bx_catalog_line_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul{padding: 0;}
.bx_catalog_line .bx_catalog_line_ul li{
	margin-bottom: 20px;
	list-style: none;
}
.bx_catalog_line .bx_catalog_line_ul li:before {content: '' !important}

.bx_catalog_line .bx_catalog_line_img{
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}

.bx_catalog_line .bx_catalog_line_title{
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}
.bx_catalog_line .bx_catalog_line_title a{
	color: #4c7da6;
	font-size: 18px;
}
.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration: none;}
.bx_catalog_line .bx_catalog_line_title span{font-size: 16px}
.bx_catalog_line .bx_catalog_line_description{
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}


@media (max-width:639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img{
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size: 14px;}
	.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size: 11px;}
}



.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description{
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	 		transition: all 0.3s ease;
}

/* text */
.bx_catalog_text{margin-bottom: 30px;}
.bx_catalog_text .bx_catalog_text_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_text .bx_catalog_text_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul{padding: 0;}
.bx_catalog_text .bx_catalog_text_ul li{
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}
.bx_catalog_text .bx_catalog_text_ul li:before {content: '' !important}
.bx_catalog_text .bx_catalog_text_title{
	margin: 0;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_text .bx_catalog_text_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 14px;
}
.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration: none}
.bx_catalog_text .bx_catalog_text_title span{font-size: 12px;}

@media (max-width:639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_catalog_text .bx_catalog_line_title,
	.bx_catalog_text .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* tile */

.bx_catalog_tile{margin-bottom: 30px;}
.bx_catalog_tile .bx_catalog_tile_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_tile .bx_catalog_tile_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul{padding: 0;}
.bx_catalog_tile .bx_catalog_tile_ul li{
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width:12.5%;
	list-style: none;
	text-align: center;
}
.bx_catalog_tile .bx_catalog_tile_ul li:before {content: '' !important}
.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: both;}

.bx_catalog_tile .bx_catalog_tile_img{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	height: auto !important;
	border:1px solid #ccc;
	border-radius: 2px;
			background-color: #fff;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}
.bx_catalog_tile .bx_catalog_tile_title{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
  display: block;
  text-transform: uppercase;
}
.bx_catalog_tile .bx_catalog_tile_title {
	display: block; padding: 0 5px;
	color: #4c7da6;
	font-size: 14px;
}
.bx_catalog_tile_title_black {
	color: #333;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration: none;}
.bx_catalog_tile .bx_catalog_tile_title span{font-size: 12px;}




/*2*/
@media (max-width:980px){
	.bx_catalog_tile .bx_catalog_tile_ul li{width:20%;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear: both;}
}
/*3*/
/*@media (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size: 11px;}
}
@media (min-width:480px) and (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear: both;}
}*/
/*4*/
/*@media (max-width:479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_img{
		width: 100%;
		height: 80px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear: both;}

}*/


	.bx_catalog_tile .bx_catalog_tile_title,
	.bx_catalog_tile .bx_catalog_tile_title a,
	.bx_catalog_tile .bx_catalog_tile_ul li,
	.bx_catalog_tile .bx_catalog_tile_img{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* list */

.bx_sitemap{margin-bottom: 30px;}
.bx_sitemap .bx_sitemap_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_sitemap .bx_sitemap_title a{
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li{
	padding: 0;
	line-height: 14px;
}
.bx_sitemap .bx_sitemap_ul li:before {content: '' !important}
.bx_sitemap .bx_sitemap_li_title{
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
	margin-bottom: 10px;
}
.bx_sitemap .bx_sitemap_li_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}
.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration: none}
.bx_sitemap .bx_sitemap_li_title span{font-size: 11px;}

@media (max-width:639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_sitemap .bx_catalog_line_title,
	.bx_sitemap .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
.sort-param.active{
	border: none !important;
}
.sec-sort a{
	color: #333333 !important;
}
.sort-param.active a{
	color: #f7b226 !important;
	font-weight: bold;
	text-decoration: none;
}
.select_sort{
	width: 200px;
	height:25px;
	color:#333333;
	border-radius: 4px;
	display: inline;
}
.select_sort:focus{
	outline: 0;
}
.select_page_count{
	width: 50px;
	height:25px;
	color:#333333;
	border-radius: 4px;
}
.select_page_count:focus{
	outline: 0;
}
.sort-picture{
	height: 20px;
	width: 15px;
	display: none;
}
@media (max-width: 600px) {
	.select_page_count{
		display: none;
	}
	.sort-param-count{
		display: none !important;
	}
	.sort-param-type{
		display: none !important;
	}
	.select_sort{
		width: auto;
	}
	.sort-picture {
		display: unset;
		padding-right: 10px;
	}
	.sec-sort {
		display: inline-flex;
	}
}
.rbs_filter{
	width: 100%;
	border: 1px solid #a9a9a9;
	border-radius: 5px;
	margin-bottom: 10px;
	display: none;
}
.rbs_sec_filter{
	padding: 4px;
	border-radius: 5px;
	width: min-content;
	background: linear-gradient(to bottom,#ffbb22, #e86900);
	color: #fff;
	margin: 2px;
	display: inline-flex;
	white-space: nowrap;
}
.rbs_element_filter{
	padding: 4px;
	border-radius: 5px;
	width: min-content;
	background: linear-gradient(to bottom,#fcfcfc, #e4e4e4);
	color: #333;
	margin: 2px;
	display: inline-flex;
	white-space: nowrap;
}

/*310149*/
.bx_catalog_tile_ul .sec-price {
  background: #ff1500a6;
  color: #fff;
  font-size: 12.8px;
}
.bx_catalog_tile_ul .sec-price-order {
	position: absolute;
    left: 0;
    bottom: 0;
    background: #ff8a00;
    padding: 2px 18px;
    color: #fff;
    font-weight: bold;
    font-size: 12.8px;
}

@media (min-width: 991px) {
	.bx_catalog_tile_ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 15px;
	}

	.bx_catalog_tile .bx_catalog_tile_ul li, .bx_catalog_tile .bx_catalog_tile_ul li[class^="element-"] {
/*		width: 33.5% !important;
		margin-right: 1.5% !important;*/
		flex: 0 0 auto !important;
		width: 32% !important;
		margin-right: 0 !important;
	}
}

.tab:not(.active) {
	display:none;
}

.up-sections {
	display:flex;
	justify-content: space-between;
}

.groupLinks{
	float:none !important;
	margin-left:0px !important;
	display:flex;
	justify-content: space-between;
}

.tab-section {
	display:flex;
	gap:15px;
	margin-bottom: 20px;
}


.tab-section a {
	display:block;
	padding: 0 12px 15px 12px;	
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
	text-align: center;
}

.tab-section a:not(.active) {
	border-bottom:2px solid #fff;
}

.tab-section a.active {
	border-bottom:2px solid #ff8a00;
}

.bx-breadcrumb {
	position:relative;
	z-index: 999;
	margin-bottom:20px !important;
}

.bx_catalog_tile_ul .prop-icon {
	right:0px !important;
}

.bx_catalog_tile_ul li{
	border:1px solid #e9e9e9;
	
}

.collection_footer {
	padding:15px;
	padding-top:10px;
	color: #000;
	/* Text */
	font-family: "Open Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%; /* 22.5px */
}

.bx_catalog_tile_title {
	margin:0 !important;
	text-align: left !important;
	display:block !important;
	color: #000 !important;
	padding:15px !important;
	/* Text */
	font-family: "Open Sans" !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: normal !important;
}

.bxbtn {
	display:inline-block;
	margin:0 auto;
	margin-top:15px;
	border-radius: 3px;
	background: var(--ff-8-a-00, #FF8A00);
	padding:8px 15px;
	color: #FFF;
	font-family: "Open Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.bxbtn:hover {
	color: #FFF;
	text-decoration: none;
	opacity:0.8;
}
.stickers-left {
	position:absolute;
	left:10px;
	top:10px;
	width:35px;
	z-index:1;
}

.stickers-left img {
	margin-bottom:10px;
}