.bx-title {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 32px;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: #252c32;
}

.container-fluid h3 {
	font-family: var(--third-family);
	font-weight: 400;
	font-size: 36px;
	line-height: 111%;
	letter-spacing: -0.01em;
	color: #000;
	margin-bottom: 50px;
}

.product_photo {
	display: flex;
	gap: 20px;
	max-width: 100%;
}

.product_photo .vertical-slider-wrapper {
	display: flex !important;
	flex-direction: column;
	gap: 16px;
}

.product_photo .main_photo img {
	width: 100%;
	border-radius: 8px;
	object-fit: contain;
}

.product_photo .vertical-slider,
.product_photo .main-slider {
	width: 100%;
}

.product_photo .vertical-slider {
	max-width: 80px;
}

.product_photo .vertical-slider .slider-item img {
	width: 80px;
	height: 80px;
	object-fit: contain;
}

.product_photo .vertical-slider .slider-item {
	margin: 0;
}

.vertical-slider {
	padding: 0 0 30px;
}

.slider-item img {
	width: 100%;
	height: auto;
}

.vertical-slider {
	position: unset !important;
}

.main-slider {
	max-width: 442px;
}


.main-slider img {
	object-fit: contain !important;
}

.main-info {
	display: flex;
	width: 100%;
	gap: 62px;
	margin-bottom: 30px;
}

.tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 38px;
}

.tag {
	display: inline-block;
	border-radius: 6px;
	padding: 0px 8px;
	background: #eef0f2;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: #252c32;
}

.tab-list {
	display: flex;
	align-items: center;
	gap: 18px;
	width: 100%;
	position: relative;
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	letter-spacing: -0.01em;
	color: #898681;
	margin-bottom: 16px;
}

.tab-list::after {
	content: '';
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #bebebe;
}

.tab-list .tab-list-item {
	padding: 10px 10px 9px;
	cursor: pointer;
	line-height: 1;
}

.tab-list .active {
	color: #9f6c09;
	border-bottom: 2px solid #9f6c09;
	z-index: 1;
}

.tab-content {
	display: none;
	padding-bottom: 99px;
	padding-left: 5px;
}

.tab-content.active {
	display: block;
	width: 100%;
	max-width: 100%;
}

.tab-content-item {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 171%;
	letter-spacing: -0.01em;
	color: #252c32;
}

.files-list {
	display: flex;
	flex-direction: column;
	gap: 21px;
}

.files-list p {
	display: flex;
	align-items: center;
	gap: 16px;
}

.files-list p a {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 14px;
	line-height: 171%;
	letter-spacing: -0.01em;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #4f3d0f;
}

.elarts-files-tab-head {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 24px;
}

.elarts-files-download-all {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #252c32;
	background: transparent;
	border: 1px solid #252c32;
	border-radius: 999px;
	padding: 10px 20px;
	cursor: pointer;
}

.elarts-files-download-all:hover {
	background: #252c32;
	color: #fff;
}

.elarts-files-category {
	margin-bottom: 32px;
}

.elarts-files-category:last-child {
	margin-bottom: 0;
}

.elarts-files-category-title {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #252c32;
	margin: 0 0 16px;

}

.elarts-files-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.elarts-file-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-width: 200px;
	max-width: 360px;
	flex: 1 1 240px;
	padding: 14px 16px;
	border-radius: 8px;
	background: #8b8b8b;
	color: #fff;
	text-decoration: none;
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 13px;
	line-height: 1.35;
	letter-spacing: -0.01em;
	transition: background 0.15s ease;
}

.elarts-file-card:hover {
	background: #e0702e;
	color: #fff;
}

.elarts-file-card-name {
	flex: 1 1 auto;
	word-break: break-word;
}

.elarts-file-card-icon {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	color: currentColor;
}

@media (max-width: 1439px) {
	.main-info {
		flex-direction: column-reverse;
		margin-top: 24px;
		gap: 24px;
	}

	.bx-title {
		font-family: var(--second-family);
		font-weight: 600;
		font-size: 24px;
		line-height: 1;
		letter-spacing: -0.02em;
		color: #252c32;
	}

	.tab-list {
		padding-top: 27px;
	}
}

@media (max-width: 767px) {
	.product_photo {
		flex-direction: column-reverse;
		gap: 24px;
	}

	.tab-list .tab-list-item {
		padding: 10px;
	}

	.tab-list {
		gap: 14px;
	}

	.slider-item img {
		object-fit: cover;
		height: 100% !important;
		max-height: 300px;
	}

	.product_photo .vertical-slider {
		max-width: 100%;
		padding-bottom: 24px;
	}

	.product_photo .vertical-slider .slider-item img {
		max-width: 80px;
		height: 80px !important;
	}

	.wrap {
		padding: 0 15px;
	}

	.tab-content {
		padding-bottom: 50px;
	}
}