

/* Start:/local/templates/.default/components/bitrix/breadcrumb/page_top/style.css?1707129079384*/
.breadcrumb {
	display: inline-block;
}
.breadcrumb__item, .breadcrumb__item a, .breadcrumb__item span {
	display: inline;
}
.breadcrumb__item a:after {
	content: "";
	width: 20px; height: 20px;
	background: url(/local/templates/.default/components/bitrix/breadcrumb/page_top/images/right-r.svg) no-repeat center;
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
}
.breadcrumb__item a {
	color: #9E9E9E;
	text-decoration: none;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.smart.filter/news/style.css?17071290792854*/
.btn-block{
    display: none;
}

.news-filter {
    margin-bottom: 20px;
	margin-top: 80px
}
@media(max-width: 1230px) {
	.news-filter {
		margin-top: 60px;
	}
}
@media(max-width: 991px) {
	.news-filter {
		margin-top: 30px;
	}
}

.filter__item {
	width: 20%;
	padding: 0 10px;
	font-size: 15px;
	line-height: 1.33;
	position: relative;
	margin-bottom: 20px;
}

.filter__wrap {
	width: calc(100% + 20px);
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
}

.filter__item-title {
	width: 100%;
	padding: 19px 20px;
	border: 1px solid #000;
	cursor: pointer;
	position: relative
}
.filter__item-title:after {
	content: "";
	right: 20px;
	top: 26px; 
	position: absolute;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #FF6417;
	transition: 0.3s;
}
.filter__item.bx-active .filter__item-title:after {
	transform: rotate(180deg);
}
.filter__item-list {
	width: calc(100% - 20px);
	padding: 20px;
	border: 1px solid #000;
	
	background: #fff;
	color: #000;
	overflow: hidden;
	position: absolute;
	left: 10px; bottom: 2px;
	transform: translateY(100%);
	
	display: none;
	z-index: 3;
	
}

.fone--black .filter__item-title {
	border-color: #fff;
}
.fone--black .filter__item-list {
	border-color: #fff;
	background: #000;
	color: #fff;
}

.filter__item-list-item {
    margin-bottom: 20px;
}
.filter__item-list-item label {
	cursor: pointer;
}
.filter__item-list-item.disabled {
    display: none;
}
.filter__item-list-item:last-child {
    margin-bottom: 0px;
}
.filter__item-wr {
	max-height: 222px;
	overflow: auto;
}
.filter__item-wr::-webkit-scrollbar {
	padding-right: 10px;
	width: 3px;
}
.filter__item-wr::-webkit-scrollbar-track  {
	background: transparent;
}
.filter__item-wr::-webkit-scrollbar-thumb {
	background-color: #FF6417;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.filter__item:nth-child(n+5) .filter__item-list {
	z-index: 2;
}

.filter__item--btn {
	padding-top: 31px;
	margin-left: auto;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.filter__item--btn .form__btn {
	width: 100%;
}

@media(max-width: 1560px) {
	.filter__item {
		width: 25%;
	}
}
@media(max-width: 1230px) {
	.filter__item {
		width: 33.33%;
	}
	.filter-sec__tags {
		font-size: 15px;
		line-height: 1.33;
	}
	.filter-sec__tags-item {
		margin-right: 15px;
		margin-bottom: 10px;
	}
	.filter-sec__tags-title {
		font-size: 20px;
	}
}
@media(max-width: 991px) {
	.filter-sec__wrap {
		display: block !important;
	}
    .filter__item {
		width: 50%;
	}
}
@media(max-width: 550px) {
    .filter__item {
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news/news/bitrix/news.list/.default/style.css?17071290794780*/
/*
.main .prd-h1-h2 {
    margin-top: 67px;
}
@media(max-width: 1230px) {
    .main .prd-h1-h2 {
        margin-top: 67px;
    }
}
@media(max-width: 991px) {
    .main .prd-h1-h2 {
        margin-top: 30px;
    }
}
@media(max-width: 600px) {
    .main .prd-h1-h2 {
        margin-top: 0px;
    }
}
*/
.news__list {
    /*overflow: hidden;*/
    position: relative;
    margin-bottom: 141px;
}
.news__list-more {
    margin-top: 34px;
    margin-bottom: 235px;
}

.news__list-wrap {
    display: flex;
    flex-wrap: wrap;
}
.news__list-wrap>div:not(.news__item--empty) {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.news__item {
    width: 25%;
    padding: 40px 39px 94px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-decoration: none;
}
.news__item:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% - 94px);
    background: #9E9E9E;
    right: 0;
    top: 0;
    transition: none;
}
.news__item:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    
    right: 0;
    top: 0;
    transition: none;
    background: #9E9E9E;
}
.news__item:nth-child(n+5):before {
    background: #9E9E9E;
}

.news__item:nth-child(4n):after {
    display: none;
}

.news__list.aos-animate:before {
    width: 100%;
}
.news__list.aos-animate .news__item:after {
    height: calc(100% - 120px);
    transition: height 0.3s ease;
}
.news__list.aos-animate .news__item:nth-child(1):after {
    transition-delay: 0.2s;
}
.news__list.aos-animate .news__item:nth-child(2):after {
    transition-delay: 0.4s;
}
.news__list.aos-animate .news__item:nth-child(3):after {
    transition-delay: 0.6s;
}
.news__item-img {
    width: 100%;
    margin-bottom: 24px;
    position: relative;
}
.news__item-img:before {
    content: "";
    display: block;
    padding-top: 50%;
}
.news__item-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.news__item-tag {
    
}
.news__item-name {
    text-transform: uppercase;
    line-height: 1.67;
    margin-bottom: 40px;
    transition: color 0.3s;
}
.news__item-date {
    font-size: 50px;
    line-height: 1;
}
.news__item:hover .news__item-name {
    color: #FD7C01;
}
.news__item-line {
    color: #9E9E9E;
    margin-bottom: 28px;
}
.news__item-date-full {
    margin-left: 20px;
}
.news__item-date-full:first-child {
    margin-left: 0px;
}
.news__list--4 .news__item--empty {
    display: none;
}
.news__list--3 .news__item--empty-2 {
    display: none;
}
@media (max-width: 1560px) {
    .news__item {
        padding: 40px 30px 114px;
    }
}
@media (max-width: 1230px) {
    .news__item {
        width: 33.33%
    }
    .news__item:nth-child(4n):after {
        display: block;
    }
    .news__item:nth-child(3n):after {
        display: none;
    }
    .news__item:nth-child(n+4):before {
        background: #9E9E9E;
    }

    .news__list--3 .news__item--empty,
    .news__list--1 .news__item--empty {
        display: none;
    }
    .news__list--2 .news__item--empty:last-child {
        display: none;
    }
    .news__list--4 .news__item--empty.news__item--empty-1 {
        display: block;
    }
    .news__list--3 .news__item--empty-2 {
        display: block;
    }
}
@media (max-width: 991px) {
    .news__item {
        width: 50%
    }
    .news__item:nth-child(3n):after {
        display: block;
    }
    .news__item:nth-child(2n):after {
        display: none;
    }
    .news__item:nth-child(n+3):before {
        background: #9E9E9E;
    }
    .news__list--3 .news__item--empty {
        display: block;
    }
    .news__list--3 .news__item--empty:nth-last-child(n + 2) {
        display: none;
    }
    .news__list--2 .news__item--empty {
        display: none !important;
    }
    .news__list--1 .news__item--empty.news__item--empty-1 {
        display: block;
    }
    .news__list--4 .news__item--empty.news__item--empty-1 {
        display: none;
    }

    .news__list--3 .news__item--empty-2 {
        display: none;
    }
}
@media (max-width: 550px) {
    .news__list {
        overflow: visible;
    }
    .news__list-wrap {
        
    }
    .news__item {
	    width: 100%;    
        padding: 28px 10px 45px
    }
    .news__item:nth-child(n):after {
        display: none;
    }
    .news__item:nth-child(n+2):before {
        background: #9E9E9E;
    }
    .news__item:after {
        display: none;
    }
    .news__item--empty {
        display: none !important;
    }
    .news__top {
        padding: 65px 0 76px
    }
    .news__title {
        width: 100%;
        margin-bottom: 29px;
    }

    .news__list--3 .news__item--empty-1 {
        display: none;
    }
}


/* End */
/* /local/templates/.default/components/bitrix/breadcrumb/page_top/style.css?1707129079384 */
/* /local/templates/.default/components/bitrix/catalog.smart.filter/news/style.css?17071290792854 */
/* /local/templates/.default/components/bitrix/news/news/bitrix/news.list/.default/style.css?17071290794780 */
