

/* Start:/local/templates/redesign/components/bitrix/catalog/products/style.min.css?1770486312959*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}body.bx-theme-blue .catalog-block-header{border-color:#006cc0}body.bx-theme-green .catalog-block-header{border-color:#63aa28}body.bx-theme-red .catalog-block-header{border-color:#da3737}body.bx-theme-yellow .catalog-block-header{border-color:#f4b236}
/* End */


/* Start:/local/templates/redesign/components/bitrix/catalog.element/medimport/style.css?177625396238804*/
.product-detail {
	background: #fff;
}

/* Верхняя полоса "вернуться в каталог" */
.product-detail__back-bar {
	background: linear-gradient(115.25deg, #121241 1.67%, #020512 82.08%);
	padding: 28px 0;
}

.product-detail__back-link {
	display: inline-flex;
	gap: 40px;
	color: #fff;
	font-family: 'Exo 2', sans-serif;
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.product-detail__back-link:hover {
	opacity: 0.8;
	color: #fff;
}

.product-detail__back-link svg {
	flex-shrink: 0;
}

/* Название товара */
.product-detail__title {
	font-family: 'Exo 2', sans-serif;
	font-weight: 800;
	font-size: 40px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #232323;
	margin: 40px 0 30px;
}

/* Основной контент */
.product-detail__content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	margin-bottom: 60px;
}

/* Галерея */
.product-detail__gallery {
	display: flex;
	gap: 27px;
}

.product-detail__thumbs {
	display: flex;
	flex-direction: column;
	gap: 22px;
	width: 129px;
	flex-shrink: 0;
}

.product-detail__thumb {
	width: 129px;
	height: 122px;
	border-radius: 25px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	overflow: hidden;
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.product-detail__thumb.active,
.product-detail__thumb:hover {
	border-color: var(--primary-color, #155dfc);
	box-shadow: 0 4px 12px rgba(21, 93, 252, 0.15);
}

.product-detail__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-detail__main-image {
	flex: 1;
	border-radius: 25px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	overflow: hidden;
	aspect-ratio: 552 / 514;
	max-height: 514px;
}

.product-detail__main-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Информация справа */
.product-detail__info {
	display: flex;
	flex-direction: column;
	gap: 34px;
}

/* Применение */
.product-detail__usage-title {
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 24px;
	color: #101828;
	margin: 0 0 23px;
}

.product-detail__usage-text {
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color: #232323;
	margin: 0;
}

/* Быстрые характеристики */
.product-detail__quick-props {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.product-detail__quick-prop {
	display: flex;
	align-items: center;
	gap: 12px;
	height: 36px;
}

.product-detail__quick-prop-icon {
	width: 36px;
	height: 36px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	object-fit: contain;
}

.product-detail__quick-prop-icon--blue {
	background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
	border: 0.667px solid rgba(190, 219, 255, 0.5);
	color: #2563eb;
}

.product-detail__quick-prop-icon--indigo {
	background: linear-gradient(135deg, #eef2ff 0%, #e0e7ff 100%);
	border: 0.667px solid rgba(198, 210, 255, 0.5);
	color: #4f46e5;
}

.product-detail__quick-prop-icon--purple {
	background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%);
	border: 0.667px solid rgba(221, 214, 255, 0.5);
	color: #7c3aed;
}

.product-detail__quick-prop-value {
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #364153;
}

/* Кнопки */
.product-detail__buttons {
	display: flex;
	gap: 10px;
}

.product-detail__btn {
	flex: 1;
	height: 56px;
	border-radius: 14px;
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease;
	border: none;
}

.product-detail__btn--outline {
	background: #fff;
	border: 2px solid #e5e7eb;
	color: #364153;
}

.product-detail__btn--outline:hover {
	border-color: #d1d5db;
	background: #f9fafb;
}

.product-detail__btn--primary {
	background: linear-gradient(90deg, #155dfc 0%, #4f39f6 100%);
	color: #fff;
	box-shadow: 0 10px 15px rgba(43, 127, 255, 0.2), 0 4px 6px rgba(43, 127, 255, 0.2);
}

.product-detail__btn--primary:hover {
	box-shadow: 0 14px 20px rgba(43, 127, 255, 0.25), 0 6px 8px rgba(43, 127, 255, 0.25);
	transform: translateY(-1px);
}

/* Преимущества */
.product-detail__benefits {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-top: auto;
	padding-top: 20px;
}

.product-detail__benefit {
	display: flex;
	align-items: center;
	gap: 15px;
}

.product-detail__benefit-icon {
	width: 56px;
	height: 56px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
	color: #fff;
}

.product-detail__benefit-icon--blue {
	background: linear-gradient(135deg, #2b7fff 0%, #4f39f6 100%);
}

.product-detail__benefit-icon--green {
	background: linear-gradient(135deg, #00c950 0%, #009966 100%);
}

.product-detail__benefit-icon--pink {
	background: linear-gradient(135deg, #ad46ff 0%, #e60076 100%);
}

.product-detail__benefit-icon--orange {
	background: linear-gradient(135deg, #ffb86a 0%, #e62e00 100%);
}

.product-detail__benefit-text {
	display: flex;
	flex-direction: column;
}

.product-detail__benefit-label {
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #101828;
}

.product-detail__benefit-value {
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #4a5565;
}

/* Табы */
.product-detail__tabs {
	margin-bottom: 60px;
}

.product-detail__tabs-nav {
	background: #fff;
	position: relative;
}

.product-detail__tabs-nav > .container {
	display: flex;
	position: relative;
}

.product-detail__tab {
	padding: 22px 40px;
	font-family: 'Exo 2', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #101828;
	background: transparent;
	border: none;
	cursor: pointer;
	border-radius: 25px 25px 0 0;
	transition: background-color 0.15s ease;
}

.product-detail__tab:hover {
	background: #f1f3f7;
}

.product-detail__tab.active {
	background: #f1f3f7;
	font-weight: 700;
}

.product-detail__tabs-content {
	background: #f9fafb;
}

.product-detail__tabs-content > .container {
	padding-top: 40px;
	padding-bottom: 40px;
}

.product-detail__tab-pane {
	display: none;
}

.product-detail__tab-pane.active {
	display: block;
}

.product-detail__tab-pane p {
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.6;
	color: #232323;
	margin: 0 0 16px;
}

.product-detail__tab-pane p:last-child {
	margin-bottom: 0;
}

/* Характеристики */
.product-detail__props-list {
	margin: 0;
	padding: 0;
}

.product-detail__prop-row {
	display: flex;
	padding: 16px 0;
	border-bottom: 1px solid #e5e7eb;
}

.product-detail__prop-row:first-child {
	padding-top: 0;
}

.product-detail__prop-row:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.product-detail__prop-name {
	flex: 0 0 40%;
	font-family: 'Exo 2', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #6b7280;
	margin: 0;
}

.product-detail__prop-value {
	flex: 1;
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #111827;
	margin: 0;
}

/* Документы */
.product-detail__documents {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.product-detail__document {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 16px 24px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	text-decoration: none;
	color: #111827;
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
	transition: all 0.2s ease;
}

.product-detail__document:hover {
	border-color: var(--primary-color, #155dfc);
	box-shadow: 0 4px 12px rgba(21, 93, 252, 0.1);
	color: var(--primary-color, #155dfc);
}

.product-detail__document svg {
	flex-shrink: 0;
	color: #6b7280;
}

.product-detail__document:hover svg {
	color: var(--primary-color, #155dfc);
}

/* Адаптив */
@media (max-width: 1200px) {
	.product-detail__content {
		gap: 40px;
	}
	
	.product-detail__benefits {
		flex-wrap: wrap;
	}
}

@media (max-width: 991px) {
	.product-detail__content {
		grid-template-columns: 1fr;
	}
	
	.product-detail__title {
		font-size: 32px;
	}
	
	.product-detail__gallery {
		max-width: 600px;
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	.product-detail__title {
		font-size: 26px;
		margin: 24px 0 20px;
	}

	.product-detail__tab-pane p {
		font-size: 16px;
	}
	
	.product-detail__gallery {
		flex-direction: column-reverse;
	}
	
	.product-detail__thumbs {
		flex-direction: row;
		width: 100%;
		overflow-x: auto;
		gap: 12px;
		padding-bottom: 8px;
	}
	
	.product-detail__thumb {
		width: 80px;
		height: 80px;
		border-radius: 16px;
		flex-shrink: 0;
	}
	
	.product-detail__main-image {
		border-radius: 20px;
		aspect-ratio: 1 / 1;
	}
	
	.product-detail__buttons {
		flex-direction: column;
	}
	
	.product-detail__btn {
		width: 100%;
		flex:none;
	}
	
	.product-detail__benefits {
		flex-direction: column;
		gap: 16px;
	}
	
	.product-detail__tab {
		padding: 16px 20px;
		font-size: 16px;
	}
	
	.product-detail__tabs-content {
		padding: 24px;
	}
	
	.product-detail__prop-row {
		flex-direction: column;
		gap: 4px;
	}
	
	.product-detail__prop-name {
		flex: none;
	}
}

@media (max-width: 600px) {
	.product-detail__gallery {
		max-width: 100% !important;
	}
}
@media (max-width: 480px) {
	.product-detail__back-bar {
		padding: 20px 0;
	}
	
	.product-detail__back-link {
		font-size: 15px;
	}
	
	.product-detail__title {
		font-size: 22px;
	}
	
	.product-detail__usage-title {
		font-size: 18px;
	}
	
	.product-detail__usage-text,
	.product-detail__quick-prop-value {
		font-size: 16px;
	}
	
	.product-detail__tabs-nav {
		overflow-x: auto;
	}
	
	.product-detail__tab {
		white-space: nowrap;
		padding: 14px 16px;
		font-size: 14px;
	}
}

@media (max-width: 430px) {
	.product-detail__benefits {
		grid-template-columns: 1fr;
	}

	.product-detail__benefit-label {
		font-size: 15px;
	}
	
	.product-detail__benefit-value {
		font-size: 12px !important;
	}
	.product-detail__benefit-icon {
		width: 45px !important;
		height: 45px !important;
	}
	.product-detail__benefit-icon svg {
		width: 23px !important;
		height: 23px !important;
	}
}

/* ============================================
   Блок "Преимущества модели"
   ============================================ */

.product-advantages {
	padding: 60px 0 80px;
	background: #fff;
}

.product-advantages__title {
	font-family: 'Exo 2', sans-serif;
	font-weight: 800;
	font-size: 40px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #232323;
	margin: 0 0 12px;
}

.product-advantages__subtitle {
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color: #232323;
	margin: 0 0 40px;
}

.product-advantages__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.product-advantages__card {
	background: #fff;
	border: 1px solid rgba(229, 231, 235, 0.6);
	border-radius: 16px;
	padding: 32px;
	min-height: 267px;
	display: flex;
	flex-direction: column;
}

.product-advantages__icon {
	width: 44px;
	height: 44px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 44px;
	flex-shrink: 0;
}

.product-advantages__icon img,
.product-advantages__icon svg {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.product-advantages__icon svg {
	color: #4f46e5;
}

.product-advantages__card-title {
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.1;
	color: #101828;
	margin: 0 0 12px;
}

.product-advantages__card-text {
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.5;
	color: #4a5565;
	margin: 0;
}

/* Адаптив для преимуществ */
@media (max-width: 1200px) {
	.product-advantages__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.product-advantages {
		padding: 40px 0 60px;
	}
	
	.product-advantages__title {
		font-size: 28px;
	}
	
	.product-advantages__subtitle {
		font-size: 16px;
		margin-bottom: 32px;
	}
	
	.product-advantages__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	
	.product-advantages__card {
		min-height: auto;
		padding: 24px;
	}
	
	.product-advantages__icon {
		margin-bottom: 24px;
	}
	
	.product-advantages__card-title {
		font-size: 20px;
	}
	
	.product-advantages__card-text {
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.product-advantages__title {
		font-size: 24px;
	}
	
	.product-advantages__card-title {
		font-size: 18px;
	}
}

/* ============================================
   Блок "Сравнение моделей"
   ============================================ */

.product-comparison {
	padding: 60px 0 80px;
	background: #f9fafb;
}

.product-comparison__title {
	font-family: 'Exo 2', sans-serif;
	font-weight: 800;
	font-size: 40px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #232323;
	margin: 0 0 12px;
}

.product-comparison__subtitle {
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color: #232323;
	margin: 0 0 24px;
}

/* Фильтр "Показать только отличающиеся" */
.product-comparison__filter {
	display: flex;
	align-items: center;
	gap: 30px;
	cursor: pointer;
	margin:40px 0;
}
.product-comparison__filter .checkbox {
	position: relative;
    display: inline-flex;
    flex-shrink: 0;
    width: 35px;
    height: 35px;
}
.product-comparison__filter .checkbox__svg {
   width: 23px;
   height: 23px;
}

.product-comparison__filter-text {
	font-family: 'Exo 2', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.5;
	color: #364153;
}

.product-comparison__table-wrap {
	background: #fff;
	border: 1px solid rgba(229, 231, 235, 0.6);
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.product-comparison__table {
	width: 100%;
	border-collapse: collapse;
	font-family: 'Exo 2', sans-serif;
}

/* Заголовок таблицы */
.product-comparison__table thead {
	background: linear-gradient(90deg, #2156fb 0%, #4a3cf7 100%);
}

.product-comparison__th {
	padding: 24px 32px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	border: none;
}

.product-comparison__th--param {
	text-align: left;
	width: 220px;
	min-width: 180px;
}

.product-comparison__model-name {
	display: block;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	margin-bottom: 8px;
}

.product-comparison__model-name--link {
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.product-comparison__model-name--link:hover {
	opacity: 0.8;
}

.product-comparison__current-badge {
	display: inline-block;
	background: #fff;
	color: #000;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	padding: 4px 12px;
	border-radius: 100px;
}

/* Тело таблицы */
.product-comparison__td {
	padding: 18px 32px;
	text-align: center;
	vertical-align: middle;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #101828;
	border-top: 1px solid #f3f4f6;
}

.product-comparison__td--param {
	text-align: left;
	color: #364153;
}

.product-comparison__row--alt {
	background: rgba(249, 250, 251, 0.3);
}

/* Иконки да/нет */
.product-comparison__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
}

.product-comparison__icon--yes {
	background: #dcfce7;
	color: #16a34a;
}

.product-comparison__icon--no {
	background: #f3f4f6;
	color: #9ca3af;
}

.product-comparison__icon svg {
	width: 20px;
	height: 20px;
}

/* Футер с кнопкой */
.product-comparison__footer {
	text-align: center;
	margin-top: 48px;
}

.product-comparison__btn {
	display: inline-block;
	background: linear-gradient(90deg, #155dfc 0%, #4f39f6 100%);
	color: #fff;
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	padding: 16px 40px;
	border: none;
	border-radius: 14px;
	cursor: pointer;
	box-shadow: 0 10px 15px rgba(43, 127, 255, 0.2), 0 4px 6px rgba(43, 127, 255, 0.2);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-comparison__btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 20px rgba(43, 127, 255, 0.25), 0 6px 8px rgba(43, 127, 255, 0.2);
}

/* Адаптив сравнения */
@media (max-width: 1200px) {
	.product-comparison__th,
	.product-comparison__td {
		padding: 16px 20px;
		font-size: 14px;
	}
	
	.product-comparison__th--param,
	.product-comparison__td--param {
		min-width: 140px;
		width: 180px;
	}
}

@media (max-width: 991px) {
	.product-comparison__table-wrap {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
	
	.product-comparison__table-wrap::-webkit-scrollbar {
		display: none;
	}
	
	.product-comparison__table {
		min-width: 700px;
	}
}

@media (max-width: 768px) {
	.product-comparison {
		padding: 40px 0 60px;
	}
	
	.product-comparison__title {
		font-size: 28px;
	}
	
	.product-comparison__subtitle {
		font-size: 16px;
		margin-bottom: 32px;
	}
	
	.product-comparison__footer {
		margin-top: 32px;
	}
	
	.product-comparison__btn {
		width: 100%;
		max-width: 320px;
	}
}

@media (max-width: 480px) {
	.product-comparison__title {
		font-size: 24px;
	}
	
	.product-comparison__th,
	.product-comparison__td {
		padding: 12px 16px;
		font-size: 13px;
	}
	
	.product-comparison__model-name {
		font-size: 14px;
	}
	
	.product-comparison__current-badge {
		font-size: 10px;
		padding: 3px 8px;
	}
}

/* ============================================
   Блок "Варианты подключения"
   ============================================ */

.product-kit {
	padding: 60px 0 80px;
	background: #fff;
}

.product-kit__title {
	font-family: 'Exo 2', sans-serif;
	font-weight: 800;
	font-size: 40px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #232323;
	margin: 0 0 12px;
}

.product-kit__subtitle {
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color: #232323;
	margin: 0 0 40px;
}

.product-kit__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	margin-bottom: 32px;
}

.product-kit__card {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 24px;
	background: #fff;
	border: 1px solid rgba(229, 231, 235, 0.6);
	border-radius: 16px;
	position: relative;
}

.product-kit__icon {
	width: 44px;
	height: 44px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.product-kit__icon svg {
	width: 24px;
	height: 24px;
}

.product-kit__icon--blue {
	background: #DCEAFD;
	border: 1px solid rgba(43, 127, 255, 0.20);
	color: #DCEAFD;
}

.product-kit__icon--purple {
	background: #EEE6FB;
	border: 1px solid rgba(127, 34, 254, 0.10);
	color: #EEE6FB;
}

.product-kit__icon--green {
	background: #E2E0FE;
	border: 1px solid rgba(127, 34, 254, 0.10);
	color: #E2E0FE;
}

.product-kit__icon--yellow {
	background: #E7EDFF;
	border: 1px solid rgba(79, 57, 246, 0.10);
	color: #E7EDFF;
}

.product-kit__icon--cyan {
	background: linear-gradient(135deg, #99A1AF 0%, #6A7282 100%);
	color: #6A7282;
}

.product-kit__content {
	flex: 1;
	min-width: 0;
	padding-right: 100px;
}

.product-kit__card-title {
	font-family: 'Exo 2', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.3;
	color: #101828;
	margin: 0 0 8px;
}

.product-kit__card-text {
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5;
	color: #4a5565;
	margin: 0;
}

.product-kit__badge {
	position: absolute;
	top: 24px;
	right: 24px;
	padding: 6px 12px;
	border-radius: 20px;
	font-family: 'Exo 2', sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 1;
	white-space: nowrap;
}

.product-kit__badge--included {
	background: #dcfce7;
	color: #166534;
}

.product-kit__badge--optional {
	background: #fef9c3;
	color: #854d0e;
}

/* Баннер */
.product-kit__banner {
	background: linear-gradient(115.25deg, #121241 1.67%, #020512 82.08%);
	border-radius: 24px;
	padding: 40px 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.product-kit__banner-content {
	flex: 1;
}

.product-kit__banner-title {
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.2;
	color: #fff;
	margin: 0 0 8px;
}

.product-kit__banner-text {
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.7);
	margin: 0;
}

.product-kit__banner-btn {
	padding: 16px 32px;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 14px;
	font-family: 'Exo 2', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	color: #121241;
	cursor: pointer;
	transition: all 0.2s ease;
	white-space: nowrap;
}

.product-kit__banner-btn:hover {
	background: rgba(255, 255, 255, 0.9);
	border-color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

/* Адаптив комплектации */
@media (max-width: 1200px) {
	.product-kit__content {
		padding-right: 80px;
	}
}

@media (max-width: 991px) {
	.product-kit__grid {
		grid-template-columns: 1fr;
	}
	
	.product-kit__banner {
		flex-direction: column;
		text-align: center;
		padding: 32px 24px;
	}
}

@media (max-width: 768px) {
	.product-kit {
		padding: 40px 0 60px;
	}
	
	.product-kit__title {
		font-size: 28px;
	}
	
	.product-kit__subtitle {
		font-size: 16px;
		margin-bottom: 24px;
	}
	
	.product-kit__card {
		padding: 20px;
		flex-wrap: wrap;
	}
	
	.product-kit__content {
		padding-right: 0;
		order: 2;
		width: 100%;
	}
	
	.product-kit__badge {
		order: 1;
		margin-left: auto;
	}
	.product-kit__card {
		cursor: pointer;
	}
	
	.product-kit__card-title {
		max-width: none;
		max-height: 4.2em;
		line-height: 1.4;
		overflow: hidden;
		transition: max-height 0.4s ease;
	}
	
	.product-kit__card.is-expanded .product-kit__card-title {
		max-height: 1000px;
	}
	
	.product-kit__card-toggle {
		display: inline-flex;
		align-items: center;
		gap: 4px;
		margin-top: 8px;
		padding: 0;
		background: none;
		border: none;
		color: var(--blue-400);
		font-family: 'Exo 2', sans-serif;
		font-size: 14px;
		font-weight: 500;
		cursor: pointer;
	}
	
	.product-kit__card-toggle svg {
		transition: transform 0.3s ease;
	}
	
	.product-kit__card.is-expanded .product-kit__card-toggle svg {
		transform: rotate(180deg);
	}
	
	.product-kit__banner-title {
		font-size: 22px;
	}
	
	.product-kit__banner-text {
		font-size: 14px;
	}
}


@media (max-width: 480px) {
	.product-kit__title {
		font-size: 24px;
	}
	
	.product-kit__icon {
		width: 40px;
		height: 40px;
	}
	
	.product-kit__icon svg {
		width: 20px;
		height: 20px;
	}
	
	.product-kit__card-title {
		font-size: 16px;
	}
	
	.product-kit__card-text {
		font-size: 14px;
	}
	
	.product-kit__banner {
		padding: 24px 20px;
	}
	
	.product-kit__banner-btn {
		width: 100%;
		padding: 14px 24px;
	}
}

/* ==========================================================================
   Преимущества модели - Передовые технологии
   ========================================================================== */

.product-detail .advantages {
	--cols: 3;
	--gap: 85px 15px;
}

.product-detail .advantages__items {
	display: grid;
	grid-template-columns: repeat(var(--cols), 1fr);
	gap: var(--gap);
}

.product-detail .advantages__item {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	width: auto;
}

.product-detail .advantages__icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 15px;
	flex-shrink: 0;
}

.product-detail .advantages__icon::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(190, 219, 255, 0.5);
	border: 1px solid #BEDBFF;
	border-radius: 15px;
	opacity: 0.23;
}

.product-detail .advantages__icon svg {
	position: relative;
	z-index: 1;
}

.product-detail .advantages__icon-plus {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-family: Arial, sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	text-align: center;
	padding-left: 1.5px;
    padding-top: 1px;

}

.product-detail .section__body--center {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

@media (max-width: 1280px) {
	.product-detail .advantages {
		--cols: 2;
		--gap: 50px 15px;
	}
}

@media (max-width: 768px) {
	.product-detail .advantages {
		--cols: 1;
		--gap: 30px;
	}
	
	.product-detail .advantages__item {
		gap: 15px;
	}
	
	.product-detail .advantages__title {
		font-size: 18px;
	}
	
	.product-detail .advantages__text {
		font-size: 15px;
	}
}

@media (max-width: 480px) {
	.product-detail .advantages__title {
		font-size: 16px;
	}
	
	.product-detail .advantages__text {
		font-size: 14px;
	}
}

/* ==========================================================================
   FAQ - Часто задаваемые вопросы 
   ========================================================================== */

.faq {
    --gap: 23px;
}
.faq__items {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
}
.faq__item {
    width: calc((100% - 2 * var(--gap)) / 3);
}
.faq__item--active .faq__info {
    border-color: var(--blue-400, #155dfc);
    box-shadow: var(--shadow-color, 0 10px 15px rgba(43, 127, 255, 0.2));
}
.faq__item--active .faq__title {
    color: var(--blue-400, #155dfc);
}
.faq__item--wide {
    width: 100%;
    transition: var(--trn-350);
}
.faq__info {
    display: flex;
    flex-direction: column;
    gap: 9px;
    height: 100%;
    padding: 33px 48px;
    background-color: var(--white);
    border: 2px solid transparent;
    border-radius: 14px;
    box-shadow: var(--shadow);
    transition: var(--trn-200);
    cursor: pointer;
}
.faq__item--wide .faq__info {
    background: var(--gradient-color);
    box-shadow: var(--shadow-color);
    pointer-events: none;
}
.faq__info:active {
    border-color: var(--blue-400);
    box-shadow: var(--shadow-color);
}
.faq__info:active .faq__title {
    color: var(--blue-400);
}
.faq__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: var(--gray-700);
    margin: 0;
    transition: var(--trn-200);
}
.faq__item--wide .faq__title {
    color: var(--white);
}
.faq__item:not(.faq__item--wide) .faq__answer {
    display: none;
}
.faq__answer {
    padding: 45px 77px;
}
.faq__answer p {
    font-size: 17px;
    line-height: 1.5;
    color: var(--gray-500);
    margin: 0;
}
.faq__grid {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
}
.faq__item--cta {
    width: calc((100% - 2 * var(--gap)) * 2 / 3 + var(--gap));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 28px 48px;
    background: var(--blue-800);
    border-radius: 14px;
    cursor: default;
}
.faq__cta-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.faq__cta-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: var(--white);
    margin: 0;
}
.faq__cta-text {
    font-size: 16px;
    line-height: 1.5;
    color: var(--white);
    margin: 0;
}
.faq__cta-btn {
    flex-shrink: 0;
    padding: 12px 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--blue-700);
    background: var(--white);
    border-radius: 14px;
    transition: var(--trn-200);
}
.faq__cta-btn:active {
    opacity: var(--hover-opacity);
}
@media (hover: hover) {
    .faq__info:hover {
        transform: translateY(-2px);
        border-color: var(--blue-400);
        box-shadow: var(--shadow-color);
    }
    .faq__info:hover .faq__title {
        color: var(--blue-400);
    }
    .faq__cta-btn:hover {
        opacity: var(--hover-opacity);
    }
}
@media (max-width: 1280px) {
    .faq__answer {
        padding: 35px 55px;
    }
    .faq__item--cta {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .faq__item {
        width: 100%;
    }
    .faq__info {
        padding: 20px 24px;
    }
    .faq__answer {
        padding: 15px 25px;
    }
    .faq__item--cta {
        width: 100%;
        flex-direction: column;
        text-align: center;
        padding: 24px;
    }
    .faq__cta-btn {
        width: 100%;
    }
}
.section--white {
	background-color: #FFFFFF;
}
/* ==========================================================================
   Преимущества компании (О компании)
   ========================================================================== */

.company-benefits {
	position: relative;
	overflow: hidden;
}

.company-benefits__header {
	margin-bottom: 79px;
}

.company-benefits__title {
	font-family: 'Exo 2', sans-serif;
	font-weight: 800;
	font-size: 40px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 25px;
}

.company-benefits__subtitle {
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	margin: 0;
}

.company-benefits__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 85px 85px;
	margin-bottom: 80px;
}

.company-benefits__item {
	display: flex;
	align-items: flex-start;
	gap: 26px;
}

.company-benefits__icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 15px;
	flex-shrink: 0;
}

.company-benefits__icon::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(190, 219, 255, 0.5);
	border: 1px solid #BEDBFF;
	border-radius: 15px;
	opacity: 0.23;
}

.company-benefits__icon svg {
	position: relative;
	z-index: 1;
	width: 24px;
	height: 24px;
	color: #fff;
}

.company-benefits__content {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.company-benefits__item-title {
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.2;
	color: #fff;
	margin: 0;
}

.company-benefits__item-text {
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.4;
	color: #fff;
	margin: 0;
	max-width: 280px;
}

/* Статистика */
.company-benefits__stats {
	display: flex;
	justify-content: space-between;
	padding: 60px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	margin-bottom: 75px;
}

.company-benefits__stat {
	display: flex;
	align-items: baseline;
	gap: 12px;
}

.company-benefits__stat-value {
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 1;
	color: #fff;
}

.company-benefits__stat-label {
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 1;
	color: #fff;
}

/* Кнопки */
.company-benefits__buttons {
	display: flex;
	justify-content: center;
	gap: 12px;
}

.company-benefits__btn {
	padding: 16px 40px;
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	border-radius: 14px;
	cursor: pointer;
	transition: all 0.2s ease;
	text-decoration: none;
	text-align: center;
}

.company-benefits__btn--primary {
	background: linear-gradient(90deg, #155dfc 0%, #4f39f6 100%);
	color: #fff;
	border: none;
	box-shadow: 0 10px 15px rgba(43, 127, 255, 0.2), 0 4px 6px rgba(43, 127, 255, 0.2);
}

.company-benefits__btn--primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 20px rgba(43, 127, 255, 0.25), 0 6px 8px rgba(43, 127, 255, 0.2);
	color: #fff;
}

.company-benefits__btn--secondary {
	background: transparent;
	color: #fff;
	border: 2px solid #e5e7eb;
}

.company-benefits__btn--secondary:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

/* Адаптив */
@media (max-width: 1200px) {
	.company-benefits__grid {
		gap: 50px;
	}
	
	.company-benefits__stats {
		flex-wrap: wrap;
		gap: 30px;
	}
	
	.company-benefits__stat {
		flex: 0 0 calc(50% - 15px);
	}
}

@media (max-width: 991px) {
	.company-benefits__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
	}
}

@media (max-width: 768px) {
	.section.company-benefits,.section__inner-advantages {
		padding: 0px 20px 20px 20px !important;
	}
	
	.company-benefits__header {
		margin-bottom: 40px;
	}
	
	.company-benefits__title {
		font-size: 28px;
	}
	
	.company-benefits__subtitle {
		font-size: 16px;
	}
	
	.company-benefits__grid {
		grid-template-columns: 1fr;
		gap: 30px;
		margin-bottom: 50px;
	}
	
	.company-benefits__item {
		gap: 16px;
	}
	
	.company-benefits__item-title {
		font-size: 18px;
	}
	
	.company-benefits__item-text {
		font-size: 15px;
		max-width: none;
	}
	
	.company-benefits__stats {
		flex-direction: column;
		gap: 20px;
		padding-top: 40px;
		margin-bottom: 50px;
	}
	
	.company-benefits__stat {
		flex: 0 0 100%;
	}
	
	.company-benefits__stat-value {
		font-size: 32px;
	}
	
	.company-benefits__stat-label {
		font-size: 18px;
	}
	
	.company-benefits__buttons {
		flex-direction: column;
	}
	
	.company-benefits__btn {
		width: 100%;
	}
}

/* ==========================================================================
   Как мы работаем
   ========================================================================== */

.how-we-work__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 53px 40px;
}

.how-we-work__item {
    display: flex;
    align-items: flex-start;
    gap: 21px;
}

.how-we-work__icon {
    width: 44px;
    height: 44px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.how-we-work__icon--blue {
	border: 1px solid #BEDBFF;
	background: rgba(190, 219, 255, 0.50);
}


.how-we-work__icon--purple {
	border: 1px solid rgba(79, 57, 246, 0.10);
	background: rgba(79, 57, 246, 0.17);
}

.how-we-work__icon--indigo {
	border: 1px solid #E7EDFF;
	background: #DADDFE;
}

.how-we-work__icon--pink {
	border: 1px solid #F7E0FF;
	background: rgba(226, 138, 255, 0.15);
}

.how-we-work__icon--lightblue {
	border: 1px solid rgba(25, 91, 251, 0.15);
	background: rgba(43, 127, 255, 0.20);
}

.how-we-work__content {
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.how-we-work__title {
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.1;
    color: #1E1E1E;
    margin: 0;
}


.how-we-work__text {
    font-family: 'Exo 2', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    color: #505050;
    margin: 0;
}

@media (max-width: 1200px) {
    .how-we-work__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 30px;
    }
}

@media (max-width: 768px) {
    .how-we-work__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .how-we-work__item {
        gap: 16px;
    }
    
    .how-we-work__content {
        gap: 12px;
    }
    
    .how-we-work__title {
        font-size: 18px;
    }
    
    .how-we-work__text {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .how-we-work__title {
        font-size: 16px;
    }
    
    .how-we-work__text {
        font-size: 14px;
    }
}

/* ==========================================================================
   CTA Форма (Получить КП)
   ========================================================================== */
.section-cta { 
    position: relative;
    display: flex;
    flex-direction: column;
    gap: calc(var(--section-padding-y) * 0.71);
	padding: 20px;
}


.cta-form__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 80px;
}

.cta-form__title {
	font-family: 'Exo 2', sans-serif;
	font-weight: 700;
	font-size: 28.5px;
	line-height: 1.15;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	max-width: 547px;
}

.cta-form__text {
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.5;
	color: #fff;
	margin: 0;
	max-width: 434px;
}

.cta-form__btn {
	flex-shrink: 0;
	padding: 12px 40px;
	background: linear-gradient(90deg, #155dfc 0%, #4f39f6 100%);
	border: none;
	border-radius: 14px;
	font-family: 'Exo 2', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	cursor: pointer;
	box-shadow: 0px 10px 15px 0px rgba(43, 127, 255, 0.2), 0px 4px 6px 0px rgba(43, 127, 255, 0.2);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-form__btn:hover {
	transform: translateY(-2px);
	box-shadow: 0px 14px 20px 0px rgba(43, 127, 255, 0.3), 0px 6px 8px 0px rgba(43, 127, 255, 0.25);
}

.cta-form__divider {
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
	margin: 40px 0 25px;
}

.cta-form__contacts {
	text-align: center;
	margin-top: 60px;
}

.cta-form__contacts-title {
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin: 0 0 25px;
}

.cta-form__contacts-links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
}

.cta-form__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 20px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 14px;
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.cta-form__link:hover {
	background: rgba(255, 255, 255, 0.15);
	border-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 1200px) {
	.cta-form__header {
		flex-wrap: wrap;
	}
	
	.cta-form__title {
		max-width: 100%;
		flex: 1 1 100%;
	}
	
	.cta-form__text {
		max-width: 100%;
		flex: 1;
	}
}

@media (max-width: 768px) {
	.section-cta {
		padding: 0;
	}
	
	.section-cta .cta-form {
		padding: 30px 20px 40px;
	}
	
	.cta-form__header {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
		margin-bottom: 40px;
	}
	
	.cta-form__title {
		font-size: 22px;
	}
	
	.cta-form__text {
		font-size: 15px;
	}
	
	.cta-form__btn {
		width: 100%;
	}
	
	.cta-form__divider {
		margin: 30px 0 20px;
	}
	
	.cta-form__contacts {
		margin-top: 30px;
	}
	
	.cta-form__contacts-links {
		flex-direction: column;
		gap: 12px;
	}
	
	.cta-form__link {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.section-cta {
		padding: 10px;
	}
	
	.section-cta .cta-form {
		padding: 24px 16px 32px;
	}
	
	.cta-form__title {
		font-size: 20px;
	}
	
	.cta-form__text {
		font-size: 14px;
	}
	
	.cta-form__contacts-title {
		font-size: 14px;
	}
	
	.cta-form__link {
		font-size: 14px;
		padding: 10px 16px;
	}
}
/* End */
/* /local/templates/redesign/components/bitrix/catalog/products/style.min.css?1770486312959 */
/* /local/templates/redesign/components/bitrix/catalog.element/medimport/style.css?177625396238804 */
