/* Lines detail — hero (Figma 31:3053) + content */

.lines-1 {
	margin-bottom: 40px;
}

.lines-1__hero {
	background: var(--lines-hero-bg, #2d2d2d);
	border-radius: 44.8px;
	overflow: hidden;
	margin: 40px 0;
}

.lines-1__hero-inner {
	display: flex;
	align-items: stretch;
	min-height: 409px;
	position: relative;
}

.lines-1__hero-content {
	flex: 1 1 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 56px 48px 56px 100px;
	max-width: 640px;
	position: relative;
	z-index: 2;
}

.lines-1__hero-title {
	margin: 0 0 20px;
	color: var(--lines-hero-color, #fff);
	font-family: Roboto, sans-serif;
	font-size: 45px;
	font-weight: 500;
	line-height: 1.1;
}

.lines-1__hero-text {
	margin: 0 0 28px;
	color: var(--lines-hero-color, #fff);
	font-family: Roboto, sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 24.5px;
	max-width: 320px;
}

.lines-1__hero-text p {
	margin: 0;
	color: var(--lines-hero-color, #fff);
	font-size: 17px;
	font-weight: 400;
	line-height: 24.5px;
}

.lines-1__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
}

.lines-1__hero-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 49px;
	padding: 12px 24px;
	border-radius: 10px;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	text-align: center;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease;
	cursor: pointer;
}

.lines-1__hero-btn--primary {
	background: #0663ef;
	border: 2px solid #0663ef;
	color: #fff;
}

.lines-1__hero-btn--primary:hover,
.lines-1__hero-btn--primary:focus {
	background: #0554cc;
	border-color: #0554cc;
	color: #fff;
	text-decoration: none;
}

.lines-1__hero-btn--outline {
	background: #fff;
	border: 2px solid #0663ef;
	color: #000;
}

.lines-1__hero-btn--outline:hover,
.lines-1__hero-btn--outline:focus {
	background: #f0f6ff;
	border-color: #0663ef;
	color: #000;
	text-decoration: none;
}

.lines-1__hero-media {
	flex: 1 1 45%;
	position: relative;
	min-height: 280px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 24px 40px 0 0;
}

.lines-1__hero-img {
	display: block;
	max-width: 100%;
	max-height: 420px;
	width: auto;
	height: auto;
	object-fit: contain;
	object-position: bottom center;
}

/* Body content (after catalog) */
.lines-1__body {
	margin: 48px 0;
}

.lines-1__section {
	margin-bottom: 48px;
}

.lines-1__section:last-child {
	margin-bottom: 0;
}

.lines-1__section-title,
.lines-1__body h2 {
	margin: 0 0 20px;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.25;
	color: #1a1a1a;
}

.lines-1__section-text,
.lines-1__detail-text,
.lines-1__text,
.lines-1__intro {
	color: #2e2e2e;
	font-size: 16px;
	line-height: 1.6;
}

.lines-1__detail-text .table-wrap,
.lines-1__detail-text table {
	margin: 24px 0;
	width: 100%;
}

.lines-1__detail-text table {
	border-collapse: collapse;
}

.lines-1__detail-text th,
.lines-1__detail-text td {
	padding: 12px 16px;
	border: 1px solid #e5e5e5;
	text-align: left;
	vertical-align: top;
}

.lines-1__detail-text th {
	background: #f5f5f5;
	font-weight: 600;
}

.lines-1__applications {
	margin: 56px 0 48px;
}

.lines-1__applications .lines-1__apps-title,
.lines-1__applications h2 {
	margin: 0 0 20px;
	color: #2e2e2e;
	font-family: Roboto, sans-serif;
	font-size: 42px;
	font-weight: 600;
	line-height: 1.12;
	text-align: left;
}

.lines-1__applications .lines-1__apps-lead,
.lines-1__applications > .case > p {
	margin: 0 0 40px;
	color: #000;
	font-family: Roboto, sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.68;
}

.lines-1__applications .lines-1__apps-list,
.lines-1__applications ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.lines-1__applications .lines-1__apps-item,
.lines-1__applications li {
	position: relative;
	padding: 0 0 0 28px;
	margin: 0 0 20px;
	color: #2e2e2e;
	font-family: Roboto, sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.9;
	list-style: none;
}

.lines-1__applications .lines-1__apps-item:last-child,
.lines-1__applications li:last-child {
	margin-bottom: 0;
}

.lines-1__applications .lines-1__apps-item::before,
.lines-1__applications li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	box-sizing: border-box;
	width: 15px;
	height: 15px;
	border: 4px solid #f3f3f3;
	border-radius: 7.44px;
	background: #fff;
}

.lines-1__applications .lines-1__apps-item strong,
.lines-1__applications li strong {
	font-size: 19px;
	font-weight: 500;
	line-height: 1.2;
	color: #2e2e2e;
}

.lines-1__gallery .gallery-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.lines-1__gallery .gallery-list__item {
	flex: 0 1 calc(33.333% - 8px);
	min-width: 140px;
	overflow: hidden;
	border-radius: 12px;
}

.lines-1__gallery .gallery-list__item img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.lines-1__files .news__files-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Catalog carousel (Figma 2012:2) */
.lines-1__catalog {
	margin: 48px 0;
}

.lines-1__catalog-title {
	margin: 0;
	color: #2e2e2e;
	font-family: Roboto, sans-serif;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.12;
	text-align: center;
}

.lines-1__catalog-filters {
	margin: 0 0 28px;
}

.lines-1__catalog-slider-wrap {
	position: relative;
}

.lines-1__catalog-slider {
	overflow: hidden;
	margin: 0;
}

.lines-1__catalog-prev,
.lines-1__catalog-next {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 20px;
	background: #0663ef;
	transform: translateY(-50%);
	cursor: pointer;
	transition: opacity 0.2s ease, background 0.2s ease;
}

.lines-1__catalog-prev {
	left: 0;
}

.lines-1__catalog-next {
	right: 0;
}

.lines-1__catalog-prev img,
.lines-1__catalog-next img {
	display: block;
	width: 22px;
	height: 15px;
}

.lines-1__catalog-prev:hover,
.lines-1__catalog-next:hover {
	background: #0556d4;
}

.lines-1__catalog-prev.swiper-button-disabled,
.lines-1__catalog-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: default;
	pointer-events: none;
}

.lines-1__catalog-card {
	height: auto;
	box-sizing: border-box;
}

.lines-1__catalog-card.is-filtered-out {
	display: none !important;
}

.lines-1__catalog-card-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	min-height: 480px;
	padding: 28px 20px 20px;
	background: #f1f2f4;
	border-radius: 20px;
	text-align: center;
}

.lines-1__catalog-card-media {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 294px;
	margin-bottom: 20px;
	text-decoration: none;
}

.lines-1__catalog-card-media img {
	display: block;
	max-width: 100%;
	max-height: 294px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.lines-1__catalog-card-name {
	display: block;
	margin: 0 0 16px;
	padding: 0 8px;
	font-family: Roboto, sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.15;
	color: #2e2e2e;
	text-decoration: none;
}

.lines-1__catalog-card-name:hover {
	color: #0663ef;
	text-decoration: none;
}

.lines-1__catalog-card-more {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	max-width: 310px;
	min-height: 59px;
	margin-top: auto;
	padding: 12px 20px;
	border: 2px solid #0663ef;
	border-radius: 10px;
	background: #fff;
	font-family: Roboto, sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.2;
	color: #0663ef;
	text-decoration: none;
	transition: background .2s ease, color .2s ease;
}

.lines-1__catalog-card-more:hover,
.lines-1__catalog-card-more:focus {
	background: #f0f6ff;
	color: #0663ef;
	text-decoration: none;
}

.lines-1__catalog-more-wrap {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.lines-1__catalog-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-width: 310px;
	min-height: 59px;
	padding: 12px 32px;
	border: 2px solid #0663ef;
	border-radius: 10px;
	background: #fff;
	font-family: Roboto, sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.2;
	color: #000;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	transition: background .2s ease;
}

.lines-1__catalog-more:hover,
.lines-1__catalog-more:focus {
	background: #f0f6ff;
	color: #000;
	text-decoration: none;
}

.lines-1__feedback {
	margin-top: 48px;
	margin-bottom: 48px;
}

.lines-1__feedback-layout {
	display: block;
}

.lines-1__feedback-layout.has-media {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 40px;
	align-items: center;
}

.lines-1__feedback .ind-block {
	margin: 0;
	padding: 0;
	background: transparent;
}

.lines-1__feedback .ind-block > .case {
	max-width: none;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.lines-1__feedback-media {
	border-radius: 28px;
	overflow: hidden;
	background: #f5f5f5;
	min-height: 360px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.lines-1__feedback-media img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 520px;
	object-fit: contain;
	object-position: bottom center;
}

.lines-1__intro {
	margin: 48px 0 8px;
	color: #2e2e2e;
}

.lines-1__intro .case {
	max-width: 1303px;
}

.lines-1__intro-title,
.lines-1__intro h2 {
	margin: 0 0 24px;
	color: #2e2e2e;
	font-family: Roboto, sans-serif;
	font-size: 42px;
	font-weight: 600;
	line-height: 1.12;
	text-align: center;
}

.lines-1__intro-lead,
.lines-1__intro > .case > p:first-of-type {
	margin: 0 0 28px;
	color: #000;
	font-family: Roboto, sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.68;
}

.lines-1__intro-list,
.lines-1__intro ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.lines-1__intro-list li,
.lines-1__intro ul > li {
	position: relative;
	margin: 0 0 18px;
	padding: 0 0 0 28px;
	color: #2e2e2e;
	font-family: Roboto, sans-serif;
	font-size: 17.5px;
	font-weight: 300;
	line-height: 1.85;
	list-style: none;
}

.lines-1__intro-list li:last-child,
.lines-1__intro ul > li:last-child {
	margin-bottom: 0;
}

.lines-1__intro-list li::before,
.lines-1__intro ul > li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	box-sizing: border-box;
	width: 15px;
	height: 15px;
	border: 4px solid #f3f3f3;
	border-radius: 7.44px;
	background: #fff;
}

.lines-1__intro-list li strong,
.lines-1__intro ul > li strong {
	font-size: 19px;
	font-weight: 500;
	line-height: 1.2;
	color: #2e2e2e;
}

.lines-1__classify {
	margin: 56px 0 48px;
}

.lines-1__classify-title,
.lines-1__classify h2 {
	margin: 0 auto 16px;
	max-width: 700px;
	color: #2e2e2e;
	font-family: Roboto, sans-serif;
	font-size: 42px;
	font-weight: 600;
	line-height: 1.12;
	text-align: center;
}

.lines-1__classify-lead,
.lines-1__classify > .case > p {
	margin: 0 auto 32px;
	max-width: 900px;
	color: #000;
	font-family: Roboto, sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
}

.lines-1__classify-card {
	box-sizing: border-box;
	padding: 32px 40px;
	border: 2.7px solid #ececec;
	border-radius: 32px;
	background: #fff;
	box-shadow: 0 0 32px rgba(0, 0, 0, 0.05);
}

.lines-1__classify-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.lines-1__classify-table {
	width: 100%;
	min-width: 720px;
	border-collapse: collapse;
	table-layout: fixed;
}

.lines-1__classify-table th,
.lines-1__classify-table td {
	padding: 22px 12px;
	border: 0;
	border-bottom: 2px solid #f5f5f5;
	border-right: 2px solid #f5f5f5;
	color: #2e2e2e;
	font-family: Roboto, sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.3;
	text-align: center;
	vertical-align: middle;
}

.lines-1__classify-table th:last-child,
.lines-1__classify-table td:last-child {
	border-right: 0;
}

.lines-1__classify-table tr:last-child td {
	border-bottom: 0;
}

.lines-1__classify-table th {
	padding-top: 8px;
	padding-bottom: 24px;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.2;
}

/* How to choose (Figma 31:3368) */
.lines-1__cycle {
	margin: 56px 0 48px;
}

.lines-1__cycle-title {
	margin: 0 0 16px;
	color: #2e2e2e;
	font-family: Roboto, sans-serif;
	font-size: 42px;
	font-weight: 600;
	line-height: 1.12;
	text-align: left;
}

.lines-1__cycle-lead {
	margin: 0 0 32px;
	color: #000;
	font-family: Roboto, sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.68;
}

.lines-1__cycle-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.lines-1__cycle-card {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	min-height: 200px;
	padding: 30px;
	border-radius: 22px;
	background: #f5f5f5;
}

.lines-1__cycle-name {
	color: #2e2e2e;
	font-family: Roboto, sans-serif;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.2;
}

.lines-1__cycle-text {
	color: #2e2e2e;
	font-family: Roboto, sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.9;
}

.lines-1__cycle-text p {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}

.lines-1__reviews {
	margin: 56px 0 48px;
}

.lines-1__faq {
	margin: 56px 0 48px;
}

.lines-1__faq-title {
	margin: 0 0 28px;
	color: #2e2e2e;
	font-family: Roboto, sans-serif;
	font-size: 42px;
	font-weight: 600;
	line-height: 1.12;
	text-align: center;
}

.lines-1__faq-list {
	display: flex;
	flex-direction: column;
	gap: 13px;
}

.lines-1__faq-item {
	box-sizing: border-box;
	border: 2.7px solid #ececec;
	border-radius: 32px;
	background: #fff;
	box-shadow: 0 6px 32px rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

.lines-1__faq-trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	min-height: 67px;
	margin: 0;
	padding: 14px 14px 14px 24px;
	border: 0;
	background: transparent;
	text-align: left;
	cursor: pointer;
}

.lines-1__faq-question {
	color: #2e2e2e;
	font-family: Roboto, sans-serif;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.2;
}

.lines-1__faq-btn {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: #0663ef;
	transition: transform 0.25s ease;
}

.lines-1__faq-btn img {
	display: block;
	width: 22px;
	height: 15px;
}

.lines-1__faq-item.is-open .lines-1__faq-btn {
	transform: rotate(90deg);
}

.lines-1__faq-answer {
	padding: 0 24px 20px;
}

.lines-1__faq-answer[hidden] {
	display: none;
}

.lines-1__faq-answer-inner {
	color: #2e2e2e;
	font-family: Roboto, sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.7;
}

.lines-1__faq-answer-inner p {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}

.lines-1__reviews-head {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 28px;
	min-height: 48px;
}

.lines-1__reviews-title {
	margin: 0;
	color: #2e2e2e;
	font-family: Roboto, sans-serif;
	font-size: 42px;
	font-weight: 600;
	line-height: 1.12;
	text-align: center;
}

.lines-1__reviews-slider-wrap {
	position: relative;
}

.lines-1__reviews-prev,
.lines-1__reviews-next {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 20px;
	background: #0663ef;
	transform: translateY(-50%);
	cursor: pointer;
	transition: opacity 0.2s ease, background 0.2s ease;
}

.lines-1__reviews-prev {
	left: 0;
}

.lines-1__reviews-next {
	right: 0;
}

.lines-1__reviews-prev img,
.lines-1__reviews-next img {
	display: block;
	width: 22px;
	height: 15px;
}

.lines-1__reviews-prev:hover,
.lines-1__reviews-next:hover {
	background: #0556d4;
}

.lines-1__reviews-prev.swiper-button-disabled,
.lines-1__reviews-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: default;
	pointer-events: none;
}

.lines-1__reviews-slider {
	overflow: hidden;
	margin: 0;
}

.lines-1__review-slide {
	height: auto;
	box-sizing: border-box;
}

.lines-1__review-card {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: 100%;
	min-height: 226px;
	padding: 30px;
	border: 2.7px solid #ececec;
	border-radius: 32px;
	background: #fff;
	box-shadow: 0 0 32px rgba(0, 0, 0, 0.05);
}

.lines-1__review-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
}

.lines-1__review-name {
	color: #2e2e2e;
	font-family: Roboto, sans-serif;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.2;
}

.lines-1__review-city {
	flex-shrink: 0;
	color: #2e2e2e;
	font-family: Roboto, sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.9;
	text-align: right;
}

.lines-1__review-text {
	color: #2e2e2e;
	font-family: Roboto, sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.9;
}

.lines-1__review-more {
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	color: #0663ef;
	font: inherit;
	font-weight: 300;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
}

.lines-1__review-more:hover {
	text-decoration: underline;
}

.lines-1__howto {
	margin: 56px 0 48px;
}

.lines-1__howto-title {
	margin: 0 0 28px;
	color: #2e2e2e;
	font-family: Roboto, sans-serif;
	font-size: 42px;
	font-weight: 600;
	line-height: 1.12;
	text-align: center;
}

.lines-1__howto-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.lines-1__howto-card {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	min-height: 272px;
	padding: 40px;
	border: 2.7px solid #ececec;
	border-radius: 32px;
	background: #fff;
	box-shadow: 0 4px 32px rgba(0, 0, 0, 0.05);
}

.lines-1__howto-icon {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 67px;
	height: 67px;
	flex: 0 0 auto;
}

.lines-1__howto-icon img {
	display: block;
	max-width: 67px;
	max-height: 67px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.lines-1__howto-name {
	color: #2e2e2e;
	font-family: Roboto, sans-serif;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.2;
}

.lines-1__howto-text {
	color: #2e2e2e;
	font-family: Roboto, sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.3;
}

.lines-1__howto-text p {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}

.lines-1__detail-text .features-list,
.lines-1__detail-text ul.features-list {
	margin: 16px 0 28px;
	padding: 0;
	list-style: none;
}

.lines-1__detail-text .features-item__circle,
.lines-1__detail-text .features-list > li {
	position: relative;
	padding: 0 0 14px 28px;
	margin: 0;
	color: #2e2e2e;
	font-size: 16px;
	line-height: 1.5;
}

.lines-1__detail-text .features-item__circle::before,
.lines-1__detail-text .features-list > li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #0663ef;
}

@media (max-width: 1199px) {
	.lines-1__hero-content {
		padding: 48px 32px 48px 48px;
	}

	.lines-1__hero-title {
		font-size: 36px;
	}
}

@media (max-width: 991px) {
	.lines-1__hero {
		border-radius: 28px;
	}

	.lines-1__hero-inner {
		flex-direction: column;
		min-height: 0;
	}

	.lines-1__hero-content {
		max-width: none;
		padding: 40px 28px 24px;
	}

	.lines-1__hero-title {
		font-size: 32px;
	}

	.lines-1__intro-title,
	.lines-1__intro h2 {
		font-size: 32px;
		text-align: left;
	}

	.lines-1__intro-lead,
	.lines-1__intro > .case > p:first-of-type {
		font-size: 20px;
		line-height: 1.5;
	}

	.lines-1__classify-title,
	.lines-1__classify h2 {
		font-size: 32px;
	}

	.lines-1__classify-lead,
	.lines-1__classify > .case > p {
		font-size: 20px;
	}

	.lines-1__classify-card {
		padding: 24px 16px;
		border-radius: 24px;
	}

	.lines-1__classify-table th {
		font-size: 15px;
		padding-bottom: 16px;
	}

	.lines-1__howto-title {
		font-size: 32px;
		text-align: left;
	}

	.lines-1__reviews-title {
		font-size: 32px;
	}

	.lines-1__faq-title {
		font-size: 32px;
	}

	.lines-1__faq-question {
		font-size: 17px;
	}

	.lines-1__faq-trigger {
		padding: 12px 12px 12px 20px;
		min-height: 60px;
	}

	.lines-1__review-card {
		min-height: 0;
		padding: 28px 24px;
		border-radius: 24px;
	}

	.lines-1__cycle-title {
		font-size: 32px;
	}

	.lines-1__cycle-lead {
		font-size: 20px;
		line-height: 1.5;
	}

	.lines-1__cycle-grid {
		gap: 16px;
	}

	.lines-1__cycle-card {
		min-height: 0;
		padding: 28px 24px;
		border-radius: 20px;
	}

	.lines-1__applications .lines-1__apps-title,
	.lines-1__applications h2 {
		font-size: 32px;
	}

	.lines-1__applications .lines-1__apps-lead,
	.lines-1__applications > .case > p {
		font-size: 20px;
		line-height: 1.5;
	}

	.lines-1__howto-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	.lines-1__howto-card {
		min-height: 0;
		padding: 28px 24px;
		border-radius: 24px;
	}

	.lines-1__hero-text {
		max-width: none;
	}

	.lines-1__hero-media {
		padding: 0 28px 0;
		min-height: 220px;
		justify-content: center;
	}

	.lines-1__hero-img {
		max-height: 280px;
	}

	.lines-1__catalog-card-inner {
		min-height: 420px;
		padding: 24px 16px 16px;
	}

	.lines-1__catalog-card-media {
		height: 240px;
	}

	.lines-1__catalog-card-media img {
		max-height: 240px;
	}

	.lines-1__section-title,
	.lines-1__body h2 {
		font-size: 26px;
	}

	.lines-1__catalog-title {
		font-size: 2rem;
	}

	.lines-1__feedback-layout.has-media {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.lines-1__feedback-media {
		min-height: 260px;
		order: -1;
	}
}

@media (max-width: 575px) {
	.lines-1__hero {
		border-radius: 20px;
	}

	.lines-1__hero-content {
		padding: 28px 20px 20px;
	}

	.lines-1__hero-title {
		font-size: 26px;
		margin-bottom: 14px;
	}

	.lines-1__intro-title,
	.lines-1__intro h2 {
		font-size: 26px;
	}

	.lines-1__intro-lead,
	.lines-1__intro > .case > p:first-of-type {
		font-size: 17px;
		line-height: 1.45;
	}

	.lines-1__howto-title {
		font-size: 26px;
	}

	.lines-1__reviews-title {
		font-size: 26px;
	}

	.lines-1__faq-title {
		font-size: 24px;
	}

	.lines-1__faq-item {
		border-radius: 24px;
	}

	.lines-1__faq-question {
		font-size: 15px;
	}

	.lines-1__faq-btn {
		width: 36px;
		height: 36px;
		border-radius: 18px;
	}

	.lines-1__review-card {
		padding: 24px 20px;
		border-radius: 20px;
	}

	.lines-1__cycle-title {
		font-size: 26px;
	}

	.lines-1__cycle-lead {
		font-size: 17px;
		line-height: 1.45;
	}

	.lines-1__cycle-grid {
		grid-template-columns: 1fr;
	}

	.lines-1__cycle-card {
		padding: 24px 20px;
		border-radius: 18px;
	}

	.lines-1__applications .lines-1__apps-title,
	.lines-1__applications h2 {
		font-size: 26px;
	}

	.lines-1__applications .lines-1__apps-lead,
	.lines-1__applications > .case > p {
		font-size: 17px;
		line-height: 1.45;
	}

	.lines-1__howto-grid {
		grid-template-columns: 1fr;
	}

	.lines-1__howto-card {
		padding: 24px 20px;
		border-radius: 20px;
	}

	.lines-1__hero-text,
	.lines-1__hero-text p {
		font-size: 15px;
		line-height: 22px;
	}

	.lines-1__hero-actions {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
	}

	.lines-1__hero-btn {
		width: 100%;
	}

	.lines-1__hero-media {
		padding: 0 16px;
		min-height: 180px;
	}

	.lines-1__gallery .gallery-list__item {
		flex: 0 1 calc(50% - 6px);
	}

	.lines-1__catalog-card-inner {
		min-height: 380px;
	}

	.lines-1__catalog-more {
		width: 100%;
		min-width: 0;
	}
}
