

/* Start:/local/templates/bytplast/components/bitrix/breadcrumb/.default/style.css?1722421392222*/
.breadcrumb {
	padding: 30px 0;
	width: fit-content;
	display: flex;
	gap: 8px;
	align-items: center;

}

.breadcrumb>div {
	opacity: 0.5;
}

.breadcrumb>div:last-child,
.breadcrumb>div:nth-last-child(2) {
	opacity: 1;
}


/* End */


/* Start:/local/templates/bytplast/components/bitrix/news.detail/news/style.css?17873023223618*/
.news__detail {
    padding: 0 125px 100px;
}

.news__detail .section__title_wrapper {
    max-width: 100%;
}

.news__detail__row__top {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.news__detail__tags__title.h4{
    margin-bottom: 10px;
}

.news__detail__tags__list {
    display: flex;
    gap: 20px;
}

.news__detail__tags__list a {
    color: var(--color-19);
}

.news__detail__social__title {
    font-size: 20px;
    margin-bottom: 10px;
}

.news__detail__social__wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
}

.news__detail__row__bottom {
    margin-top: 23px;
    display: flex;
}

.news__detail__prev__item,
.news__detail__next__item{
    display: flex;
    cursor: pointer;
    gap: 25px;
    align-items: center;
}

.news__detail__prev__item:hover svg path,
.news__detail__next__item:hover svg path {
    stroke: var(--color-2);
}

.news__detail__prev__item a,
.news__detail__next__item a {
    color: var(--color-19);
    font-weight: 500;
}

.news__detail__next__item {
    margin: 0 0 0 auto;
}

/* BEGIN BP_NEWS_IMG_FLOAT OPS-2026-0817
   Только деталь новости/блога. Каталог и карточки не затрагивает.
   Обтекание через float вместо flex, чтобы лишние p/h2/br не становились колонками. */
.news__detail__description .news__content__img {
    display: block;
    overflow: auto;
}

.news__detail__description .news__content__img img {
    float: left;
    width: auto;
    max-width: min(100%, 480px);
    height: auto;
    object-fit: contain;
    margin: 0 20px 16px 0;
}

.news__detail__description img[align="left"] {
    float: left;
    width: auto;
    max-width: min(100%, 480px);
    height: auto;
    margin: 0 20px 16px 0;
}

.news__detail__description img[align="right"] {
    float: right;
    width: auto;
    max-width: min(100%, 480px);
    height: auto;
    margin: 0 0 16px 20px;
}

@media (max-width: 834px) {
    .news__detail__description .news__content__img {
        display: block;
    }

    .news__detail__description .news__content__img img,
    .news__detail__description img[align="left"],
    .news__detail__description img[align="right"] {
        float: none;
        display: block;
        width: auto;
        max-width: 100%;
        height: auto;
        margin: 0 0 16px 0;
    }
}
/* END BP_NEWS_IMG_FLOAT OPS-2026-0817 */

/* BEGIN BP_NEWS_IMG_NO_STRETCH OPS-2026-0821
   Мобилка: не растягивать маленькие фото в новостях/блоге на 100% ширины. */
/* END BP_NEWS_IMG_NO_STRETCH OPS-2026-0821 */

/* BEGIN BP_NEWS_TABLE OPS-2026-0818
   Только деталь новости/блога (.news__detail). Каталог, главная и карточки не затрагивает. */
.news__detail__description table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    margin: 16px 0 24px;
    font-size: 15px;
    line-height: 1.45;
}

.news__detail__description th,
.news__detail__description td {
    border: 1px solid #dfe3e8;
    padding: 10px 12px;
    text-align: left;
    vertical-align: top;
}

.news__detail__description th {
    background: #f4f7fb;
    font-weight: 600;
}

.news__detail__description tbody tr:nth-child(even) td {
    background: #fafbfc;
}

@media (max-width: 834px) {
    .news__detail__description table {
        font-size: 14px;
    }

    .news__detail__description th,
    .news__detail__description td {
        padding: 8px 10px;
    }
}
/* END BP_NEWS_TABLE OPS-2026-0818 */

/* End */


/* Start:/local/templates/bytplast/components/bitrix/system.pagenavigation/visual-bytplast/style.css?1722421391488*/
.pagination_wrapper {
	margin-top: 17px;
}

.pagination__elems {
	display: flex;
	gap: 8px;
	align-items: center;
}

.pagination__elems li:first-child,
.pagination__elems li:last-child {
	width: 40px;
	height: 40px;
}

.pagination__svg__icon {
	width: 40px;
	height: 40px;
}

.pagination__elems li{
	width: 27px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination__elems li.page__active {
	color: var(--color-11);
	background: var(--color-2);
}

/* End */


/* Start:/local/templates/bytplast/components/bitrix/news.list/news-slider/style.css?1722421391408*/
.news__swiper__list.swiper {
    position: static;
}

.news__swiper__list_wrapper {
    position: relative;
}

.news__swiper__list__next.swiper-button-next,
.news__swiper__list__prev.swiper-button-prev {
    color: black;
}

.news__swiper__list__next.swiper-button-next {
    right: -40px;
}

.news__swiper__list__prev.swiper-button-prev {
    left: -40px;
}

.top__news__list {
    padding-bottom: 100px;
}

/* End */


/* Start:/local/templates/bytplast/components/bitrix/sender.subscribe/subs_form/style.css?17224213925667*/
.subs__form {
	background: var(--color-3);
	padding: 32px 0;
}

.subs__form .form__content {
	display: flex;
	gap: 30px;
	align-items: center;
	flex: 1;
}

.subs__form_wrapper {
	display: flex;
}

.subs__form .form__title,
.subs__form form{
	flex: 1;
}

.form__content .bx-input-group {
	flex: 1;
}

.form__content .bx-input-group input {
	width: 100%;
}




/*.subs__form div.bx-block-title {*/
/*	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));*/
/*	font-weight: var(--ui-font-weight-semi-bold, 600);*/
/*	color: #343434;*/
/*	text-transform: uppercase;*/
/*	font-size: 12px;*/
/*	margin-bottom: 9px;*/
/*}*/
/*.bx-subscribe-desc {*/
/*	color: #aaa;*/
/*	font-size: 12px;*/
/*	position: relative;*/
/*	margin-top: -5px;*/
/*	margin-bottom: 3px;*/
/*}*/
/*.bx-subscribe .bx-input-group .bx-form-control {*/
/*	position: relative;*/
/*	margin-bottom: 15px;*/
/*	display: block;*/
/*	width: 100%;*/
/*	height: 34px;*/
/*	padding: 6px 12px;*/
/*	font-size: 14px;*/
/*	line-height: 1.42857143;*/
/*	color: #555;*/
/*	background-color: #F8FAFC;*/
/*	border: 1px solid #D5DADC;*/
/*	border-radius: 2px;*/
/*	outline: none;*/
/*	box-shadow: none !important;*/
/*	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
/*	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
/*}*/
/*.bx-ios .bx-subscribe .bx-input-group .bx-form-control {*/
/*	!* Fix of input shadow for IOS browsers. *!*/
/*	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);*/
/*	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);*/
/*}*/
/*.btn-subscribe {*/
/*	cursor: pointer;*/
/*	text-align: center;*/
/*	background: #70bb18;*/
/*	border: none;*/
/*	color: #fff;*/
/*	font-size: 13px;*/
/*	position: relative;*/
/*	text-transform: uppercase;*/
/*	border-radius: 2px;*/
/*	line-height: 30px;*/
/*	height: 40px;*/
/*	padding: 5px 60px 5px 20px;*/
/*	vertical-align: middle;*/
/*	outline: none;*/
/*	-webkit-transition: width 5s linear;*/
/*	-moz-transition: width 5s linear;*/
/*	-ms-transition: width 5s linear;*/
/*	-o-transition: width 5s linear;*/
/*	transition: width 5s linear;*/
/*}*/
/*.btn-subscribe:hover {*/
/*	background: #7ec629;*/
/*}*/
/*.btn-subscribe:before {*/
/*	content: " ";*/
/*	position: absolute;*/
/*	top: 0;*/
/*	bottom: 0;*/
/*	right: 0;*/
/*	width: 40px;*/
/*	background-color: #5b9f0b;*/
/*	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNDcxQTFERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNDcxQTJERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI0NzE5RkRGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI0NzFBMERGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plv+rHwAAADiSURBVHjajNK9asJQFMDxG42KUqFx9kEcRO1UcBCHjh3q3NXHcBEcdHQQPxY7+AaS0a1v0UEhSlu/rv+jhxIlBQ/84OTmnHuSmzjW2qExpoK9ekDcXMcRAVw1d2hckjxqwQxTJJXEDj+ooa5rK+neoocMnvGB7s3EVxQwwhdeDBMDvEPylr3EBB6yGOhaGzE0cJ5o4enOTSzQgY8D8nhDX2ty0hPTCxt6LDmsMtb6fk+hpr9a10THJ4pw8BtVII0ydRNxb/vPplLrSGNKT/Pb3BdVpOU7jklKSNzZKD+JfxJgAAV0YSAU8mZTAAAAAElFTkSuQmCC");*/
/*	background-position: 50%;*/
/*	background-repeat: no-repeat;*/
/*	border-radius: 0 2px 2px 0;*/
/*}*/
/*.btn-subscribe span {*/
/*	display: block;*/
/*}*/
/*.btn-subscribe.send {*/
/*	padding: 5px 40px;*/
/*	-webkit-animation-name: MeilSend;*/
/*	animation-name: MeilSend;*/
/*	-webkit-animation-duration: .5s;*/
/*	animation-duration: .5s;*/
/*	outline: none;*/
/*	color: #fff;*/
/*}*/
/*.btn-subscribe:hover, .btn-subscribe:active{color: #fff;}*/
/*.btn-subscribe.send:before {*/
/*	width: 0;*/
/*	background-position: 100px 50%;*/
/*	-webkit-animation-name: MeilSendButton;*/
/*	animation-name: MeilSendButton;*/
/*	-webkit-animation-duration: .5s;*/
/*	animation-duration: .5s;*/
/*}*/
/*@keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}*/
/*@-webkit-keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}*/
/*@keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}*/
/*@-webkit-keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}*/
/*@keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}*/
/*@-webkit-keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}*/

/*.bx_subscribe_response_container {*/
/*	padding: 40px;*/
/*	color: #35414E;*/
/*}*/

/*.bx_subscribe_checkbox_container {*/
/*  line-height: 16px;*/
/*  font-size: 13px;*/
/*  margin-bottom: 3px;*/
/*  vertical-align: middle;*/
/*  color: #aaa;*/
/*}*/

/*.bx-sender-subscribe-agreement .main-user-consent-request a {*/
/*	font: 11px/10px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));*/
/*	font-weight: var(--ui-font-weight-regular, 400);*/
/*}*/

/* End */
/* /local/templates/bytplast/components/bitrix/breadcrumb/.default/style.css?1722421392222 */
/* /local/templates/bytplast/components/bitrix/news.detail/news/style.css?17873023223618 */
/* /local/templates/bytplast/components/bitrix/system.pagenavigation/visual-bytplast/style.css?1722421391488 */
/* /local/templates/bytplast/components/bitrix/news.list/news-slider/style.css?1722421391408 */
/* /local/templates/bytplast/components/bitrix/sender.subscribe/subs_form/style.css?17224213925667 */
