

/* Start:/bitrix/templates/new-design/components/bitrix/catalog.section.list/sections-custom/style.css?17472234513385*/
.catalog-sections-ob-contener{
	text-align: center;
	background: #FFF;
}
.catalog-sections-ob-contener .catalog-item__btn{
	width: 180px;
    max-width: 180px;
    height: 50px;
    line-height: 50px;
}
.catalog-custom-sections-list-loader{
	padding: 40px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: 0px -5px;
}
.catalog-custom-sections-list-loader-item{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 5px;
	cursor: pointer;
	position: relative;
	min-height: 358px;
}

.catalog-sections-ob-contener:hover{
	border-radius: 10px;
	-webkit-box-shadow: 4px 7px 30px 5px rgb(0 0 0 / 15%);
    box-shadow: 4px 7px 30px 5px rgb(0 0 0 / 15%);
}
	
.catalog-custom-sections-list-loader-pic{
	height: 210px;
	line-height: 210px;
	background: #D6DEE1;
	border-radius: 10px 10px 0px 0px;
	position: relative;
}
.catalog-custom-sections-list-loader-pic:after{
	content: '';
	background: url(/bitrix/templates/new-design/components/bitrix/catalog.section.list/sections-custom/images/bg-ten.png) no-repeat center center;
	position: absolute;
    bottom: 12px;
    height: 40px;
    width: 100%;
    left: 0px;
	z-index: 1;
}


.catalog-custom-sections-list-loader-pic img{
	vertical-align: middle;
	position: relative;
    z-index: 2;
	max-width: 88%;
}

.catalog-custom-sections-list-loader-pic,
.catalog-custom-sections-list-loader-name{
	text-align: center;
}
.catalog-custom-sections-list-loader-name-outer-wrapper{
	display: table;
	width: 100%;
	border: #D7D7D7 solid 1px;
    border-top: 0px;
    border-bottom: 0px;
}

.catalog-custom-sections-list-loader-name{
	font-family: "Montserrat", "Open Sans", Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #05357B;
	min-height: 100px;
    height: 100px;
	padding-bottom: 17px;
	vertical-align: middle;
	display: table-cell;
}

.catalog-custom-sections-list-loader-name-inner {
    display: inline-block;
	width: 90%;
}
.catalog-custom-sections-list-loader-btn{
	border: #D7D7D7 solid 1px;
	border-top: 0px;
	border-radius: 0px 0px 10px 10px;
	padding-bottom: 30px;
}

.catalog-custom-sections-list-loader-text{
    color: #000;
    font-size: 15px;
    padding: 0px 5%;
    margin: 0px auto;
    padding-bottom: 17px;
    border: #D7D7D7 solid 1px;
    border-top: 0px;
    border-bottom: 0px;
	display: none;
}
.catalog-sections-ob-contener:hover{
	position: absolute;
    z-index: 5;
    width: calc(100% - 10px);
}
	
.catalog-sections-ob-contener:hover .catalog-custom-sections-list-loader-text{
	display: block;
}

.catalog-sections-ob-label-new{
    position: absolute;
    width: 55px;
    height: 55px;
    top: 20px;
    margin-left: -25px;
	background:url(/bitrix/templates/new-design/components/bitrix/catalog.section.list/sections-custom/images/bg-label-new.png) no-repeat center center;
	z-index: 3;
}
.catalog-item-section h2{
	font-size: 37px;
}
	
@media (max-width: 991px){
	.catalog-custom-sections-list-loader-item{
		-webkit-flex: 0 0 33.33%;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
}
@media (max-width: 760px){
	.catalog-custom-sections-list-loader-item{
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (max-width: 520px){
	.catalog-custom-sections-list-loader-item{
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 300px;
		margin: 0px auto;
	}
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.compare.list/templates/.default/style.css?17472234391265*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */


/* Start:/bitrix/templates/new-design/components/bitrix/news.list/faq/style.css?17472234512215*/
.cl-faq-data-trigger{
	padding: 50px 0px;
    margin: 50px 0px;
	display: table;
	width: 100%;
	background: url(/bitrix/templates/new-design/components/bitrix/news.list/faq/images/faq-bg-loader-contener.png) no-repeat bottom center;
}

.cl-faq-data-trigger .faq__questions{
	padding: 0px;
	padding-top: 30px;
}
.cl-faq-data-trigger .title_vertical:before{
	background: url(/bitrix/templates/new-design/components/bitrix/news.list/faq/images/ico-faq-top.png) no-repeat bottom center;
	content: '';
	position: absolute;
    left: 50%;
    top: -48px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 48px;
    height: 48px;
}

.cl-faq-data-trigger .cl-faq-line-data .faq__item{
	max-width: calc(50% - 10px);
	width: calc(50% - 10px);
	display: inline-block;
	margin-right: 20px;
	float: left;
	position: relative;
	margin-bottom: 15px;
	background: #FFF;
}
.cl-faq-data-trigger .cl-faq-line-data .faq__item:last-child{
	margin-right: 0px;
}

.cl-faq-data-trigger .cl-faq-line-data .faq__item .faq-q-title{
	font-size: 21px;
    padding: 35px;
	border: #BEC9D4 solid 1px;
	cursor: pointer;
	position: relative;
    padding-right: 55px;
}
.cl-faq-data-trigger .cl-faq-line-data .faq__item .faq-q-title:after{
	background-image: url(/bitrix/templates/new-design/components/bitrix/news.list/faq/images/ico-opens-sprite.png);
    content: '';
    position: absolute;
    right: 26px;
    width: 19px;
    height: 11px;
    background-repeat: no-repeat;
	background-position: top;
	top: 35px;
}
	
	
.cl-faq-data-trigger .cl-faq-line-data .faq__item .faq-q-txt-cont{
    padding: 20px 35px;
    border: #BEC9D4 solid 1px;
    border-top: none;
	display: none;
	position: absolute;
	background: #FFF;
    z-index: 100;
}
.cl-faq-data-trigger .cl-faq-line-data .faq__item .faq-q-txt-cont .faq-q-answer{
	color: #2f241d;
    font-size: 17px;
    line-height: 25px;
}
.cl-faq-data-trigger .cl-faq-line-data .faq__item.faq-open-item .faq-q-txt-cont{
	display: block;
}

.cl-faq-data-trigger .cl-faq-line-data .faq__item.faq-open-item .faq-q-title{
	background-color: #E2ECF5;	
}
.cl-faq-data-trigger .cl-faq-line-data .faq__item.faq-open-item .faq-q-title:after{
	background-position: bottom;
}
@media (max-width: 520px){
	.cl-faq-data-trigger .cl-faq-line-data .faq__item{
		max-width: 100%;
		width: 100%;
		margin-right: 0px;
	}
}
/* End */
/* /bitrix/templates/new-design/components/bitrix/catalog.section.list/sections-custom/style.css?17472234513385 */
/* /bitrix/components/bitrix/catalog.compare.list/templates/.default/style.css?17472234391265 */
/* /bitrix/templates/new-design/components/bitrix/news.list/faq/style.css?17472234512215 */
