

/* Start:/local/templates/main/components/bitrix/catalog/catalog_podcat/style.css?17240560824859*/

.cataog_podcat{
	padding: 0;
	margin: 15px 0;
}

.cataog_podcat_wrap{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	height: 900px;
}
.productGallery {
	width: 100%;
}
.productGallery-inner,
.imgCenter {
	padding: 0;
	position: relative;
	display: block;
	/*width: 100%;*/
	height: 100%;
	overflow: hidden;
}
.productGallery-inner {
	/*border: 2px solid #e2e2e2;*/
	overflow: visible;
	position: relative;
	margin-bottom: 20px;
}
.productGallery-item {
	position: absolute;
	width: 100%;
	transition:0.3s linear opacity;
	opacity:0;
	top: 50%;
}
.productGallery-item #wrap a img{
	margin: 0 auto;
	max-height: 230px;/*105*/
}
.productGallery-item.active{
	opacity: 1;
}
.product-items {
	position: relative;
}
.product-items .jcarousel {
	margin: 0 5%;
}
#numberCarousel {
	padding: 40px;
}
#numberCarousel .carousel-inner {
	margin-left: 0;
}
#numberCarousel .item {
	text-align: center;
	cursor: pointer;
}
#numberCarousel .item .col-xs-2 {
	background-color: #fff;
}
#numberCarousel .carousel-inner > .next {
	left: 16.66666667%;
}
#numberCarousel .carousel-inner > .prev {
	left: -16.66666667%;
}
#numberCarousel .carousel-inner > .next.left,
#numberCarousel .carousel-inner > .prev.right {
	left: 0;
}
#numberCarousel .carousel-inner > .active.left {
	left: -16.66666667%;
}
#numberCarousel .carousel-inner > .active.right {
	left: 16.66666667%;
}
.docs_links div {
	margin-bottom: 15px;
	padding: 2px 0 5px 30px;
}
/*
.details {
	overflow: hidden;
	max-height: 400px;
}
*/
.productDescription .ctext {
	overflow: hidden;
	/*max-height: 400px;*/
	position: relative;
	transition: all 0.6s ease;
}
.catalog-shadow-line{
	box-shadow: 0px -5px 20px 10px #fff;
	height: 1px;
	margin-top: 0px;
	position: absolute;
	width: 100%;
	height: 23px;
	bottom: 0;
	left: 0;
	background: #ffffff;
}
.catalog-shadow-line.active{
	box-shadow: none;
}
.catalog-shadow-line span{
	border-bottom: 2px dotted;
	color: #1570a6;
	cursor: pointer;
}
.docs_links .ico-doc,
.docs_links .ico-odt {background: transparent url("/images/ico/doc.png") 0 0 no-repeat}
.docs_links .ico-pdf {background: transparent url("/images/ico/pdf2.png") 0 0 no-repeat}
.docs_links .ico-xls {background: transparent url("/images/ico/xls.png") 0 0 no-repeat}

.filter-under-h1 input[type='checkbox']{
	width: 20px;
	height: 20px;
	opacity: 1;
	margin: 0 5px;
}

.filter-under-h1 .bx-filter .bx-filter-param-text {
	font-weight: normal;
	padding: 0 0 0 5px;
}

.filter-under-h1 .bx-filter-title{
	display: none;
}

.filter-under-h1 .smartfilter{
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.filter-under-h1 .clb{
	display: none;
}
.filter-under-h1 .smartfilter div.row:first-child{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	flex: auto;
	min-height: 34px;
	padding: 5px 0 0 0;
}
.filter-under-h1 .smartfilter input + div.row{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	flex: auto;
	min-height: 34px;
	padding: 5px 0 0 0;
}

.filter-under-h1 .smartfilter .row .bx-filter-parameters-box{
	position: relative;
	flex: 1;
	min-width: 300px;
}

.filter-under-h1 .bx-filter-section{
	padding: 15px;
	background-color: transparent !important;
}

.filter-under-h1 .bx-filter-parameters-box-container{
	padding: 0;
}

.filter-under-h1 .bx-filter-parameters-box-hint{
	font-size: 1.2em;
}
.sub-cat-in-catalog-wrapper{
	display: block;
	width: 100%;
	position: relative;
}
.sub-cat-in-catalog{
	display: flex;
	width: 100%;
	justify-content: flex-start;
	margin: 15px 0 5px 0;
	overflow-x: auto;
	position: relative;
	transition: all .3s;
}
.sub-cat-in-catalog a{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 250px;
	min-width: 250px;
	padding: 5px 10px;
	border: 1px solid #095f9324;
	margin: 5px;
	/*background-color: #f5faff;*/
	border-radius: 5px;
}

.sub-cat-scroll-btn{
	position: absolute;
	font-size: 18px;
	right: 0;
	top: calc(50% - 14px);
	cursor: pointer;
}
.sub-cat-scroll-btn i{
	color: #b3cc09;
}


@media (max-width: 767px){

	.cataog_podcat_wrap{
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
		height: auto;
	}

	.sub-cat-in-catalog {
		display: flex;
		width: 100%;
		justify-content: flex-start;
		flex-wrap: nowrap;
		margin: 15px 0 5px 0;
		overflow-x: scroll;
	}

	.sub-cat-in-catalog a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 5px 10px;
		border: 1px solid #095f9324;
		margin: 5px;
		/* background-color: #f5faff; */
		border-radius: 5px;
		min-width: 220px;
		width: auto;
	}

	.mobile-off{
		display: none;
	}

	.bx-filter .bx-filter-parameters-box-title {
		font-size: 14px;
		padding-bottom: 7px;
		text-align: center;
	}
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/.default/style.css?17104205871207*/
.filter-under-h1{
    display: block;
    height: 50px;
    margin: 15px 0;
    transition: all .3s;
}
.filter-under-h1 .mgbox{
    transition: all .3s;
    opacity: 0;
}

.filter-under-h1-title{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    cursor: pointer;
    font-size: 18px;
}

.filter-under-h1-title span{
    border-bottom: 1px dashed #428bca;
    color: #428bca;
    padding: 0 0 5px 0;
}
.filter-under-h1-title i{
    color: #428bca;
}

.sub-cat-img{
    width: 40px;
    height: 40px;
    margin: 5px;
}

.noPadding .description{
    margin-bottom: 15px;
    color: #000000;
    padding: 10px;
    line-height: 25px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.prodView .nav.nav-pills{
    width: 236px;
    float: right;
}
.catalogItem {
    position: relative;
}
.catalog-share {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #00568c;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 2;
}
.catalog-share_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* End */
/* /local/templates/main/components/bitrix/catalog/catalog_podcat/style.css?17240560824859 */
/* /local/templates/main/components/bitrix/catalog.section/.default/style.css?17104205871207 */
