

/* Start:/local/templates/main/components/bitrix/breadcrumb/default_breadcrumbs/style.css?17684847501948*/
@charset "UTF-8";
.breadcrumbs {
	margin-top: -9px !important; /* КОСТЫЛЬ ДЛЯ ДИЗАЙНА, У HEADER УВЕЛИЧИЛСЯ ОТСТУП, НО НЕ ДЛЯ BREADCRUMBS */
}
.breadcrumbs ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: auto;
	scrollbar-width: thin; /* Для Firefox */
	scrollbar-color: transparent transparent; /* Для Chrome, Safari, Edge */
}
.breadcrumbs ul li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.breadcrumbs ul li a,
.breadcrumbs ul li p {
	padding: 11px;
}
.breadcrumbs ul li p {
	margin: 0;
}
.breadcrumbs ul li a span,
.breadcrumbs ul li p {
	font-size: 15px;
	line-height: 18.29px;
	line-height: 120%;
	white-space: nowrap;
	color: #737477;
}
.breadcrumbs ul li::after {
	content: "";
	position: absolute;
	top: 15px;
	z-index: -1;
	right: -8px;
	width: 16px;
	height: 16px;
	background-image: url("/assets/icons-16.png");
	background-image: url("/assets/icons-16.webp");
	background-repeat: no-repeat;
	display: block;
	background-position: -16px 0px;
}

.breadcrumbs ul li:first-child {
	margin-left: -11px;
}
.breadcrumbs ul li:last-child:after {
	display: none;
}
@media (min-width: 992px) {
	.breadcrumbs ul li:not(:last-child):hover span {
		color: #1266cb;
	}
}
.breadcrumbs ul::-webkit-scrollbar {
	width: 5px; /* Ширина скроллбара */
	height: 2px;
}
.breadcrumbs ul::-webkit-scrollbar-thumb {
	background-color: #c3c4c8; /* Цвет скроллбара */
}
.breadcrumbs ul::-webkit-scrollbar-track {
	background-color: #f7f8fa; /* Цвет трека скроллбара */
}
.breadcrumbs h1 {
	margin: 0 0 20px 0;
	font-weight: 700;
	font-size: 32px;
	line-height: 39.01px;
	line-height: 120%;
	color: #222327;
}
@media (max-width: 992px) {
	.breadcrumbs h1 {
		font-size: 26px;
		line-height: 31.69px;
	}
}

/* End */


/* Start:/local/templates/main/components/bitrix/news/reviews/bitrix/news.detail/.default/style.css?17684847505039*/
.articlesDetail {
	width: 100%;
}

.articlesDetail p {
	text-align: left;
}

.articlesDetail-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
}

@media (max-width: 992px) {
	.articlesDetail-product {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

#device_serial_number {
	height: 40px;
	width: 100%;
	outline: none;
	border: 1px solid;
	font-size: 14px;
	padding: 2px 10px;
	box-sizing: border-box;
	border-color: #ececec;
	border-radius: 5px;
	margin-bottom: 10px;
}

.articlesDetail-product:not(:last-child) {
	margin-bottom: 20px;
}

.articlesDetail-product img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.articlesDetail-product-text {
	margin-right: 20px;
}

.articlesDetail-product-text b {
	font-size: 15px;
	line-height: 18.29px;
}

.articlesDetail-product-text p {
	text-align: left;
}

.articlesDetail-product-text + a {
	display: block;
	padding: 12px 21px;
	margin-left: auto;
	font-size: 12px;
	line-height: 14.63px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	color: #ffffff;
	background-color: #1266cb;
	border-radius: 5px;
}

.articlesDetails .swiper-slide {
	height: auto;
}

.articlesDetails .articlesDetails-slide-next,
.articlesDetails .articlesDetails-slide-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 3px;
	background-image: url(/local/templates/main/components/bitrix/news/reviews/bitrix/news.detail/.default/./assets/arrow.png);
	background-image: url(/local/templates/main/components/bitrix/news/reviews/bitrix/news.detail/.default/./assets/arrow.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px 7px;
	z-index: 2;
	transform: rotate(90deg);
	cursor: pointer;
}

.articlesDetails .articlesDetails-slide-next {
	right: 0;
}

.articlesDetails .articlesDetails-slide-prev {
	left: 0;
	transform: rotate(270deg);
}

.articlesDetails-slide-prev.swiper-button-disabled,
.articlesDetails-slide-next.swiper-button-disabled {
	opacity: 0;
}

@media (min-width: 768px) {
	.articlesDetails-slide-next:hover,
	.articlesDetails-slide-prev:hover {
		background-color: #1266cb;
		background-image: url("/local/templates/main/components/bitrix/news/reviews/bitrix/news.detail/.default/./assets/arrow-hovered.png");
	}
}

.articlesAccordion {
	margin-top: 25px;
}

.articlesAccordion-header {
	display: block;
	margin-top: -1px;
	border: 1px solid #ececec;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.articlesAccordion-header input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.articlesAccordion-header span {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	line-height: 19.5px;
	padding: 27px 30px;
	cursor: pointer;
}

@media (max-width: 576px) {
	.articlesAccordion-header span {
		padding: 20px;
	}
}

@media (max-width: 768px) {
	.articlesAccordion-header span {
		font-size: 15px;
		line-height: 18.29px;
	}
}

.articlesAccordion-header span:before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 20px;
	background-image: url("/local/templates/main/components/bitrix/news/reviews/bitrix/news.detail/.default/./assets/down-arrow.png");
	background-image: url("/local/templates/main/components/bitrix/news/reviews/bitrix/news.detail/.default/./assets/down-arrow.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 11px 10px;
	border: 1px solid #ececec;
	border-radius: 3px;
	-webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.articlesAccordion-header:not(:last-child) {
	border-bottom: 1px solid #ececec;
}

.articlesAccordion-content {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}

.articlesAccordion-content > div {
	padding: 0px 29px 5px 85px;
}

@media (max-width: 576px) {
	.articlesAccordion-content > div {
		padding: 0px 20px 41px 40px;
	}
}

.articlesAccordion-content a {
	text-wrap: nowrap;
}

.articlesAccordion-header input:checked + span::before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media (min-width: 992px) {
	.articlesAccordion-header span:hover::before {
		background-color: #1266cb;
		border-color: #1266cb;
		background-image: url("/local/templates/main/components/bitrix/news/reviews/bitrix/news.detail/.default/./assets/down-arrow-hovered.png");
		background-image: url("/local/templates/main/components/bitrix/news/reviews/bitrix/news.detail/.default/./assets/down-arrow-hovered.webp");
	}
}

@media (min-width: 992px) {
	.articlesAccordion-header:hover {
		border-color: #ffffff;
		-webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
		-webkit-transform: translateY(-1px);
		transform: translateY(-1px);
		background-color: #ffffff;
		z-index: 1;
	}
}

.articlesDetails-videoInner {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.articlesDetails-videoInner > div {
	display: flex;
	flex-direction: column;
}

.articlesDetails-videoInner a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 0 15px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	background-color: #1266cb;
	color: #fff;
	border-radius: 4px;
}

.articlesDetails-videoInner a:hover {
	color: #fff;
}

/* End */


/* Start:/local/kitchen/backrow/style.css?1768484750877*/
/* backrow Module styles	*/
.backrow {
		margin-top: 40px;
}
.backrow a {
		display: inline-block;
}
.backrow a span {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		font-size: 15px;
		line-height: 18.29px;
		font-weight: 500;
		color: #737477;
}
.backrow a span::before {
		content: "";
		width: 18px;
		height: 18px;
		background-image: url("/assets/icons-18.png");
		background-image: url("/assets/icons-18.webp");
		background-repeat: no-repeat;
		display: block;
		background-position: -18px 0px;
		margin-right: 8px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
		.backrow a span::before {
				background-image: url("/assets/icons-18.png") !important;
		}
}
.backrow a:hover span {
		color: #1266CB;
}

/* backrow State styles */
/* End */
/* /local/templates/main/components/bitrix/breadcrumb/default_breadcrumbs/style.css?17684847501948 */
/* /local/templates/main/components/bitrix/news/reviews/bitrix/news.detail/.default/style.css?17684847505039 */
/* /local/kitchen/backrow/style.css?1768484750877 */
