

/* Start:/local/templates/svetilniki/components/bitrix/news.detail/flat/style.css?17755448277395*/
#pagetitle {
	display: none;
}

.bx-newsdetail {}
.bx-newsdetail-block {
	padding: 20px 0 0;
	margin-bottom: 40px;
}
@media (min-width: 992px) {
	.bx-newsdetail .bx-newsdetail-container:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bx-newsdetail .bx-newsdetail-container:nth-child(2n+1) {
		clear: both;
	}
}
/* POST FORMATS */
.bx-newsdetail-img,
.bx-newsdetail-audio,
.bx-newsdetail-youtube,
.bx-newsdetail-slider {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.bx-newsdetail-slider img,
.bx-newsdetail-img img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.bx-newsdetail-content img {
    margin: 0 10px 10px 0;
}

.bx-newsdetail-video {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0.7;
	z-index: 1;
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
	     -o-transition: opacity .3s ease;
	        transition: opacity .3s ease;
	background: url("/local/templates/svetilniki/components/bitrix/news.detail/flat/images/bx-video.png") no-repeat center;
}
.bx-newsdetail-video:hover {
	opacity: 1;
}
/* POST FORMATS /// SLIDER */
.bx-newsdetail-slider {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.bx-newsdetail-slider-container {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.bx-newsdetail-slider-slide {
	float: left;
	z-index: 100;
}
.bx-newsdetail-slider-arrow-container-left,
.bx-newsdetail-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}
.bx-newsdetail-slider-arrow-container-left {
	left: 0;
}
.bx-newsdetail-slider-arrow-container-right {
	right: 0;
}
.bx-newsdetail-slider-arrow {
	position: absolute;
	line-height: 34px;
	vertical-align: middle;
	color: #fff;
	cursor: pointer;
	font-size: 48px;
	height: 48px;
	width: 20px;
	top: 50%;
	margin-top: -24px;
	z-index: 110;
	opacity: .5;
	text-shadow:0 0 2px rgba(0,0,0,.5);
}
.bx-newsdetail-slider-arrow-container-left:hover .bx-newsdetail-slider-arrow,
.bx-newsdetail-slider-arrow-container-right:hover .bx-newsdetail-slider-arrow {
	color: #FFF;
	display: block;
	opacity: 1;
}
.bx-newsdetail-slider-arrow-container-left .bx-newsdetail-slider-arrow {
	left: 20px;
}
.bx-newsdetail-slider-arrow-container-right .bx-newsdetail-slider-arrow {
	right: 20px;
}
.bx-newsdetail-slider-control {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	bottom: 10px;
	z-index: 110;
	text-align: center;
	word-spacing: -4px;
}
.bx-newsdetail-slider-control li {
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	width: 10px;
	height: 10px;
	word-spacing: -4px;
	margin: 0 3px;
	opacity: .5;
}
.bx-newsdetail-slider-control li:hover,
.bx-newsdetail-slider-control li.current {
	background: #FFF;
	opacity: 1;
}
.bx-newsdetail-slider-arrow,
.bx-newsdetail-slider-control li {
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
	     -o-transition: opacity .3s ease;
	        transition: opacity .3s ease;
}
/* /// */
.bx-newsdetail-title,
.bx-newsdetail-title a {
	color: #000;
	margin: 0;
	padding: 2px 0 15px;
	font-size: 18px;
	border-bottom: none;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}
.bx-newsdetail-title a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}
.bx-lg .bx-newsdetail-title {
	font-size: 24pt;
}
.bx-md .bx-newsdetail-title {
	font-size: 20pt;
}
.bx-xs .bx-newsdetail-title {
	font-size: 18pt;
}
.bx-newsdetail-separator,
.bx-newsdetail-view,
.bx-newsdetail-date,
.bx-newsdetail-comments,
.bx-newsdetail-author,
.bx-newsdetail-other {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
	white-space: nowrap;
}
.bx-newsdetail-rating,
.bx-newsdetail-separator,
.bx-newsdetail-date{
	display: inline-block;
}
.bx-newsdetail-date{
    display: none;
}
.bx-newsdetail-separator {
	margin: 0 10px;
}
.bx-newsdetail-view i.fa,
.bx-newsdetail-date i.fa,
.bx-newsdetail-comments i.fa,
.bx-newsdetail-author i.fa,
.bx-newsdetail-tags i.fa,
.bx-newsdetail-other i.fa {
	width: 13px;
	color: #b4b4b4;
}
.bx-newsdetail-tags {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
}
.bx-newsdetail-content {
	font-size: 14px;
	margin-bottom: 5px;
}




.article_scale {
	position: relative;
}
.article_scale img {
    width: 250px;
    height: auto;
	transition: 1s; /* Время эффекта */
}
.article_scale img.active {
	position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    width: 500px;
	max-width: 100%;
    height: auto;
}

@media (max-width: 576px) {
	.bx-newsdetail-content img {
    	width: 100%;
		margin: 0;
	}
}


.news-akciya-sale {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}
.akciya-link {
    display: block;
    width: 18%;
    margin: 10px 1%;
	text-decoration: none;
}
.akciya-link-img {
	width: 100%
}
.akciya-link-img img {
	width: 100%
}
.akciya-link-name {

}
.news-sale-info-descr {
	font-size: 18px;
    line-height: 30px;
}
.bx-newsdetail-title {
	dispaly: none;
}
.bx-newsdetail-title.visible {
	dispaly: block;
}
.news-sale {
    display: flex;
    gap: 10px;
}
.news-sale-img {
	width: 30%;
}
.news-sale-img img {
	width: 100%;
}
.news-sale-info {
	width: 70%;
}
@media (max-width: 576px) {
	.news-sale-img {
		width: 100%;
	}
	.news-sale {
		flex-wrap: wrap;
	}
	.news-sale-info {
		width: 100%;
	}
	.akciya-link {
		width: 98%;
	}
}

/*----------------------------------*/

.sale-content-background {
    background: linear-gradient(90deg, var(--brand-1), var(--brand-2));
    color: #fff;
    border-radius: 15px;
}

.product-item-compare label {
	padding: 0;
}
.catalog-section-item-slider-container {
    border-radius: 15px;
}


.newsdetail-content {
	display: flex;
	flex-wrap: wrap;
}
.newsdetail-content-img {
	width: 350px;
}
.newsdetail-content-img img {
	width: 100%;
	border-radius: 15px 0 0 15px;
}
.newsdetail-content-info {
	width: calc(100% - 350px);
	background: linear-gradient(131.83deg, #EDEDED 1.78%, #F7F7F7 97.09%);
	padding: 20px;
	border-radius: 0 15px 15px 0;
}
.newsdetail-content a {
    color: green !important;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
}

@media (max-width: 576px) {
	.newsdetail-content-img {
		width: 100%;
	}
	.newsdetail-content-img img {
		border-radius: 15px 15px 0 0;
	}
	.newsdetail-content-info {
		width: 100%;
		border-radius: 0 0 15px 15px;
	}
}

/*-------------------------------------*/

.sale-detail-tabs-wrap {

}
.sale-detail-tabs {
    background: #fff;
    color: #000;
    margin: 40px 0;
    border-radius: 15px;
	border: solid 1px #e9e9e9;
}
.sale-detail-tabs-item {
	border-bottom: solid 1px #e9e9e9;
    padding: 20px;
}
.sale-detail-tabs-item:last-child {
  border-bottom: none;
}
.sale-detail-tabs-item-title {
	font-size: 16px;
    font-weight: 600;
}

.sale-detail-tabs-item-description {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 0;
}

.sale-detail-tabs-item-description.active {
    max-height: 500px; /* достаточно большое значение */
    padding: 15px 0;
}

.sale-detail-tabs-item-title {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



/* End */


/* Start:/local/templates/svetilniki/components/bitrix/news.detail/flat/themes/black/style.css?1697783818260*/
/*RATING*/
.bx-newsdetail .fa.bx-star-active {
	color: #1485CE;
}
/*BTN*/
.bx-newsdetail .btn {
	background-color: #1485CE;
	border-color: #1485CE;
}
.bx-newsdetail .btn:active,
.bx-newsdetail .btn:hover {
	background-color: #53A4D8;
	border-color: #53A4D8;
}

/* End */


/* Start:/bitrix/components/bitrix/catalog.compare.list/templates/.default/style.css?16742063651265*/
.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 */
/* /local/templates/svetilniki/components/bitrix/news.detail/flat/style.css?17755448277395 */
/* /local/templates/svetilniki/components/bitrix/news.detail/flat/themes/black/style.css?1697783818260 */
/* /bitrix/components/bitrix/catalog.compare.list/templates/.default/style.css?16742063651265 */
