

/* Start:/local/templates/html_dev/components/newsite/catalog/ns_catalog/style.css?1452763911697*/
.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%;
	}

}
/* End */


/* Start:/local/templates/.default/components/bitrix/breadcrumb/ns_catalog1/style.css?17508743021105*/
.b-crumbs {
    margin-bottom: 17px;
    text-align: center;
}

.b-crumbs a, .b-crumbs span {
    font-size: 12px;
    line-height: 1.666666666666667;
    color: #696868;
}

.b-crumbs a {
    border-bottom-color: #d0cfcf;
}

.b-crumbs a:hover {
    border-bottom-color: #945568;
    color: #640038;
}

.b-crumbs .list-item {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.b-crumbs .item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-bottom: 0 !important;
    list-style: none;
}

.b-crumbs .item:before {
    content: none !important;
}

.b-crumbs .item:after {
    content: '\e080';
    display: inline-block;
    margin-left: 10px;
    margin-right: 5px;
    font-size: 8px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    color: #696868;
}

.b-crumbs .item._back:after {
    content: '|';
    display: inline;
    color: #d0cfcf;
    margin: 0 10px 0 14px;
}

.b-crumbs .item._back {
    content: '\e079';
}

.b-crumbs .item._last i {
    /*background: none;*/
    display: none;
}
/* End */


/* Start:/local/templates/html_dev/components/newsite/catalog/ns_catalog/bitrix/catalog.section.list/.default/style.css?17261211428012*/
.b-sections {
	display: flex;
	flex-wrap: wrap;
}
.b-sections .sections-column {
	flex-basis: 50%;
}
.b-sections .b-sections__item {
	margin-left: 10px;
	margin-bottom: 20px
}
.b-sections .b-sections__item ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
.b-sections .b-sections__item li {
	margin-top: 10px;
}
.b-sections .b-sections__item li::before {
	display: none;
}
.b-sections__item-title, .b-sections__item-title a {
	font-family: Circe;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.47;
	color: #101010;
	text-transform: uppercase;
	border-color: transparent;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}



/* 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: 78px;
	height: 78px;
	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;
}
.bx_catalog_tile .bx_catalog_tile_title a{
	color: #4c7da6;
	font-size: 14px;
}
.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;}

.margin-top{margin-top: 15px;}
.margin-top .title a {font-size: 14px;}

@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;
	}
/* End */


/* Start:/local/templates/html_dev/components/newsite/catalog/ns_catalog/newsite/catalog.section/.default/style.css?17349519106014*/
.sectList * {
    box-sizing: border-box;
}

.sectList {
    --grid-template-columns: repeat( 2, minmax(0, 1fr));
    display: grid;
    grid-template-columns: var(--grid-template-columns);
    row-gap: 20px;
    column-gap: 20px;
    margin: 40px 0;
    justify-items: center;
}

.sectList .card {
    --card-max-width: 300px;
    --card-otline-margin: 30px;
    position: relative;
    text-align: center;
    background: #fff;
    max-width: var(--card-max-width);
    width: 100%;
}

.sectList .card:hover {
    max-width: calc(var(--card-max-width) + var(--card-otline-margin) * 2);
    width: calc(100% + var(--card-otline-margin) * 2);
    border: var(--card-otline-margin) solid transparent;
    margin: calc(var(--card-otline-margin) * -1);
    box-shadow: 0 0 10px rgba(1, 1, 1, .3);
    z-index: 10;
}

.sectList .card-title {
    font-family: Circe, Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    font-size: 18px;
    line-height: 1.33;
}

.sectList .card-media .card-info {
    position: absolute;
    left: 0; top: 0;
    display:flex;
}

.sectList .card-media .card-status {
    position: absolute;
    bottom: 6px;
    right: 24px;
}

.card-media {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}
.card-media img, .card-media video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    max-width: initial !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

@media (min-width: 600px) {
    .sectList {
        --grid-template-columns: repeat(min(2, var(--catalog-grid-max-columns, 2)), minmax(0, 1fr));
    }
}
@media (min-width: 800px) {
    .sectList {
        --grid-template-columns: repeat(min(3, var(--catalog-grid-max-columns, 3)), minmax(0, 1fr));
    }
}
@media (min-width: 950px) {
    .sectList {
        --grid-template-columns: repeat(min(4, var(--catalog-grid-max-columns, 4)), minmax(0, 1fr));
    }
}

@media (min-width: 1060px) {
    .sectList {
        --grid-template-columns: repeat(var(--catalog-grid-max-columns, var(--grid-columns)), minmax(0, 1fr));
    }
}

/*
.sectList .item .availability {
    margin-top: 8px;
}

.sectList .item {
    position: relative;
    display:flex;
    flex-direction: column;
    text-align: center;
}

.sectList .item.hover {
    z-index: 10;
}

.sectList .item.hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    right: -20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(1, 1, 1, .3);
    z-index: 2;
}

.sectList-media {
    width: 300px;
    height: 300px;
    display: flex;
    overflow: hidden;
}

.sectList .item .pois {
    display: none;
    position: absolute;
    top: 100%;
    left: -20px;
    right: -20px;
    background: #fff;
    z-index: 5;
    box-shadow: 0 0 10px rgba(1, 1, 1, .3);
}

.sectList .item.hover .pois {
    display: block;
}

.sectList .item .pois-p {
    width: 100%;
    background: #fff;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 0;
}

.sectList .item .picture {
    margin-bottom: 7px;
    position: relative;
}

.sectList .item.hover .picture {
    z-index: 6;
}

.sectList .item .picture > a {
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
    border-bottom: none;
}

.sectList .item .picture a img {
    #vertical-align: top;
    vertical-align: bottom;
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.sectList .item .picture a:hover img {
    opacity: .85;
}

.sectList .item .title {
    font-size: 18px;
    line-height: 1.33333;
    position: relative;
}

.sectList .item.hover .title {
    z-index: 6;
}

.sectList .item .title a {
    text-decoration: none;
    border-bottom: none;
}

.sectList .item .pois .descr {
    padding: 5px 20px 15px;
    font-size: 12px;
    line-height: 1.666666666666667;
    color: #696868;
}

.sectList .item .pois .descr p {
    margin-bottom: 0;
}

.sectList_carousel_area {
    padding: 0;
    margin-bottom: 10px;
    max-height: 288px;
}

.sectList_carousel_el {
    width: 100%;
    text-decoration: none;
    border-bottom: none;
    text-align: center;
}

.sectList .item .carousel_nav {
    display: none;
    left: -40px;
    right: -40px;
    left: 15px;
    right: 15px;
}

.sectList .item.hover .carousel_nav {
    display: block;
}

.sectList .item .carousel_nav_btn {
    width: 40px;
    z-index: 7;
}

.sectList .item .carousel_nav_btn_prev:after {
    left: 50%;
    margin-left: -7px;
}

.sectList .item .carousel_nav_btn_next:after {
    right: 50%;
    margin-right: -7px;
}

.sectList .item .carousel_pager {
    white-space: normal;
    font-size: inherit;
}

.sectList .item .carousel_pager a {
    width: auto;
    height: auto;
    padding: 2px 7px 3px;
    background: transparent;
    display: inline;
    text-indent: 0;
    color: #696868;
    border-radius: 2px;
    position: relative;
    white-space: nowrap;
}

.sectList .item .carousel_pager a:after {
    content: '|';
    display: inline;
    position: absolute;
    right: 0;
    top: -1px;
    font-style: normal;
    font-weight: normal;
    color: #d0cfcf;
}

.sectList .item .carousel_pager a.selected:after,
.sectList .item .carousel_pager a:last-child:after {
    content: none;
}

.sectList .item .carousel_pager_area {
    margin-top: 0;
    position: static;
}

.sectList .item .carousel_pager a:hover {
    color: #640038;
}

.sectList .item .carousel_pager a.selected {
    background-color: #640038;
    color: #fff;
}

.sectList .item .carousel_pager a ~ a {
    margin-left: 0;
}

.sectList_carousel_el > video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
}
*/
/* End */
/* /local/templates/html_dev/components/newsite/catalog/ns_catalog/style.css?1452763911697 */
/* /local/templates/.default/components/bitrix/breadcrumb/ns_catalog1/style.css?17508743021105 */
/* /local/templates/html_dev/components/newsite/catalog/ns_catalog/bitrix/catalog.section.list/.default/style.css?17261211428012 */
/* /local/templates/html_dev/components/newsite/catalog/ns_catalog/newsite/catalog.section/.default/style.css?17349519106014 */
