@charset "utf-8";

/* ---------- mainimg ---------- */

.mainimg {
	padding: 0 12px;
}

.mainimg__inner {
	position: relative;
	overflow: hidden;
	border-radius: var(--radius);
	background: #2E2721;
}

.mainimg__pc {
	display: none;
}

.mainimg__pc,
.mainimg__spimg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mainimg__spimg {
	aspect-ratio: 3 / 4;
	min-height: 520px;
}

.mainimg__inner::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(30, 24, 18, .78) 0%, rgba(30, 24, 18, .38) 45%, rgba(30, 24, 18, .08) 75%);
	pointer-events: none;
}

.mainimg__text {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 26px;
	z-index: 2;
	color: #fff;
}

.mainimg__catch {
	font-family: var(--font-en);
	font-size: 36px;
	line-height: 1.18;
	letter-spacing: .01em;
	text-shadow: 0 1px 14px rgba(0, 0, 0, .25);
}

.mainimg__sub {
	margin-top: 12px;
	font-size: 14px;
	line-height: 1.8;
	color: #F1ECE4;
}

.mainimg__btns {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.mainimg__btn {
	display: inline-flex;
	align-items: center;
	padding: 12px 24px;
	border-radius: var(--pill);
	font-size: 14px;
	letter-spacing: .04em;
}

.mainimg__btn.-shop {
	background: #fff;
	color: var(--ink);
}

.mainimg__btn.-mtm {
	border: 1px solid rgba(255, 255, 255, .7);
	color: #fff;
}

/* ---------- life ---------- */

.index-life .image {
	display: none;
}

.index-life .title {
	font-size: 23px;
	line-height: 1.65;
	letter-spacing: .03em;
}

.index-life .image_sp {
	margin-top: 22px;
}

.index-life .image_sp img {
	width: 100%;
	border-radius: var(--radius);
}

.index-life .text {
	margin-top: 22px;
	font-size: 15px;
	line-height: 2.05;
}

.index-life .btn,
.measure__btn {
	margin-top: 28px;
	text-align: right;
}

.index-life .btn a,
.measure__btn a {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	color: var(--ink);
	letter-spacing: .05em;
}

.index-life .btn a::after,
.measure__btn a::after {
	content: "→";
	margin-left: 14px;
	padding-left: 86px;
	background: linear-gradient(currentColor, currentColor) left center / 76px 1px no-repeat;
}

/* ---------- assure ---------- */

.index-assure {
	display: grid;
	gap: 0;
	border-top: 1px solid var(--line);
}

.assure__item {
	display: grid;
	grid-template-columns: 52px 1fr;
	gap: 2px 14px;
	padding: 22px 0;
	border-bottom: 1px solid var(--line);
}

.assure__icon {
	grid-row: span 2;
	color: var(--wood);
}

.assure__head {
	font-size: 16px;
	line-height: 1.5;
}

.assure__txt {
	font-size: 13.5px;
	line-height: 1.85;
}

.assure__txt a {
	color: var(--wood);
	border-bottom: 1px solid currentColor;
	white-space: nowrap;
}

/* ---------- concept band ---------- */

.index-concept .inner {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.index-concept .att {
	font-size: 22px;
	letter-spacing: .06em;
}

.index-concept .inner .text {
	margin-top: 14px;
	font-size: 14.5px;
}

.index-concept .info {
	display: grid;
	gap: 18px;
	margin-top: 36px;
}

.index-concept .article {
	padding: 18px 18px 22px;
	background: var(--bg-card);
	border: 1px solid var(--line);
	border-radius: var(--radius);
}

.index-concept .note {
	font-size: 17px;
	text-align: center;
}

.index-concept .note a::after {
	content: " →";
}

.index-concept .article .image {
	margin-top: 12px;
}

.index-concept .article .image img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 4px;
}

.index-concept .article .text {
	margin-top: 12px;
	font-size: 13.5px;
	line-height: 1.85;
}

/* ---------- index title ---------- */

.index-title.-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 4px 18px;
}

.index-title__en {
	font-family: var(--font-en);
	font-size: clamp(42px, 10vw, 64px);
	font-weight: 400;
	line-height: 1.05;
	color: var(--ink);
}

.index-title__ja {
	font-size: 15px;
	letter-spacing: .08em;
}

/* ---------- goods ---------- */

.goods__intro {
	max-width: 700px;
	margin-top: 14px;
	font-size: 14px;
	color: var(--ink-muted);
}

#gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px 12px;
	margin-top: 30px;
}

.goods {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.goods .img {
	position: relative;
	overflow: hidden;
	border-radius: var(--radius);
	background: var(--bg-band);
}

.goods__shot {
	display: block;
	width: 100%;
}

.goods__shot img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	transition: transform .5s ease;
}

.goods__shot:focus-visible {
	outline: 2px solid var(--ink);
	outline-offset: -2px;
}

.goods__badge {
	position: absolute;
	top: 8px;
	left: 8px;
	padding: 1px 9px;
	border-radius: var(--pill);
	background: var(--bg-card);
	font-size: 11px;
	color: var(--bad);
	pointer-events: none;
}

.goods.-out .goods__shot img {
	opacity: .62;
	filter: saturate(.6);
}

.goods__cat {
	margin-top: 10px;
	font-family: var(--font-en);
	font-size: 11px;
	line-height: 1.4;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--wood);
}

.goods dt {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 2.9em;
	margin-top: 3px;
	font-size: 13.5px;
	line-height: 1.45;
	font-weight: 600;
	color: var(--ink);
}

.goods__price {
	margin-top: 4px;
	font-size: 14.5px;
	line-height: 1.5;
	color: var(--ink);
}

.goods.-out .goods__price {
	color: var(--ink-muted);
}

.goods__vat {
	font-size: 10.5px;
	white-space: nowrap;
	color: var(--ink-muted);
}

.goods__ship {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 3px;
	font-size: 11px;
	line-height: 1.5;
	color: var(--ink-muted);
}

.goods__ship svg {
	color: var(--wood);
}

.goods__ship.-none {
	color: var(--bad);
}

.goods__lead {
	display: none;
	margin-top: 8px;
	font-size: 12.5px;
	line-height: 1.75;
	color: var(--ink-muted);
}

.goods__act {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: auto;
	padding-top: 12px;
}

.goods__more,
.goods__add,
.goods__ask {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 8px 10px;
	border-radius: var(--pill);
	font-size: 13px;
	line-height: 1.3;
	text-align: center;
	letter-spacing: .02em;
	transition: opacity .25s, background .25s;
}

.goods__add {
	order: 1;
	background: var(--ink);
	color: #fff;
}

.goods__add.is-added {
	background: var(--wood);
}

.goods__ask {
	order: 1;
	border: 1px solid var(--wood);
	color: var(--wood);
}

.goods__more {
	order: 2;
	min-height: 34px;
	color: var(--ink);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.goods__add:hover,
.goods__more:hover,
.goods__ask:hover {
	opacity: .78;
}

@media screen and (min-width: 560px) {
	#gallery {
		gap: 38px 18px;
	}

	.goods dt {
		font-size: 14.5px;
	}

	.goods__lead {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.goods__act {
		flex-direction: row;
		gap: 8px;
	}

	.goods__act > * {
		flex: 1 1 0;
	}

	.goods__more {
		order: 0;
		min-height: 42px;
		border: 1px solid var(--line);
		background: var(--bg-card);
		text-decoration: none;
	}
}

@media screen and (min-width: 768px) {
	#gallery {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 44px 22px;
	}

	.goods__price {
		font-size: 15px;
	}
}

@media screen and (min-width: 1024px) {
	#gallery {
		gap: 52px 28px;
	}

	.goods__shot:hover img {
		transform: scale(1.035);
	}

	.goods__lead {
		-webkit-line-clamp: 4;
	}

	.goods__ship {
		font-size: 11.5px;
	}
}

.index-goods .pager {
	margin-top: 44px;
	text-align: center;
}

.index-goods .pager a {
	display: inline-flex;
	justify-content: center;
	width: 240px;
	padding: 12px 20px;
	border: 1px solid var(--ink);
	border-radius: var(--pill);
	font-size: 14px;
	color: var(--ink);
}

/* ---------- made to measure ---------- */

.index-measure {
	display: grid;
	gap: 34px;
}

.measure__photo img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: var(--radius);
}

.measure__lead {
	margin-top: 16px;
	font-size: 15px;
}

.measure__steps {
	display: grid;
	gap: 18px;
	margin-top: 26px;
	counter-reset: mstep;
}

.measure__step {
	position: relative;
	padding: 18px 18px 18px 74px;
	background: var(--bg-card);
	border: 1px solid var(--line-soft);
	border-radius: var(--radius);
	counter-increment: mstep;
}

.measure__step svg {
	position: absolute;
	top: 18px;
	left: 18px;
	color: var(--wood);
}

.measure__step h3 {
	font-size: 15.5px;
}

.measure__step h3::before {
	content: counter(mstep) ". ";
	font-family: var(--font-en);
	color: var(--wood);
}

.measure__step p {
	margin-top: 4px;
	font-size: 13.5px;
	line-height: 1.8;
}

.measure__from {
	margin-top: 24px;
	padding: 14px 18px;
	border-left: 2px solid var(--wood);
	background: var(--bg-base);
	font-size: 14px;
}

.measure__from b {
	color: var(--ink);
	font-weight: 600;
}

.measure__small {
	margin-top: 12px;
	font-size: 12.5px;
	color: var(--ink-muted);
}

/* ---------- about tiles ---------- */

.index-about__title {
	padding-bottom: 4px;
}

.index-about .info {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 30px;
}

.index-about .article {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 22px 10px 18px;
	background: var(--bg-band);
	border-radius: var(--radius);
	color: var(--ink);
}

.index-about .article .image svg {
	width: 104px;
	height: auto;
}

.index-about .article .btn {
	margin-top: 12px;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
}

.index-about .article .btn .keep::after {
	content: " →";
}

/* ---------- showroom / workroom ---------- */

.index-place .title {
	font-size: 22px;
	text-align: center;
	letter-spacing: .06em;
}

.index-place .info {
	display: grid;
	gap: 38px;
	margin-top: 32px;
}

.index-place .article .image img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: var(--radius);
}

.index-place .att {
	margin-top: 16px;
	font-size: 18px;
}

.index-place .text-box .text {
	margin-top: 8px;
	font-size: 14.5px;
	line-height: 2;
}

/* ---------- delivery ---------- */

.index-deliver {
	display: grid;
	gap: 30px;
}

.deliver__title {
	font-size: 22px;
	letter-spacing: .04em;
}

.deliver__rows {
	margin-top: 22px;
	border-top: 1px solid var(--line);
}

.deliver__row {
	padding: 16px 0;
	border-bottom: 1px solid var(--line);
}

.deliver__row dt {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 15.5px;
	font-weight: 600;
	color: var(--ink);
}

.deliver__row dt svg {
	color: var(--wood);
}

.deliver__row dd {
	margin-top: 4px;
	padding-left: 48px;
	font-size: 14px;
	line-height: 1.85;
}

.deliver__more {
	margin-top: 20px;
	font-size: 13.5px;
	line-height: 1.95;
}

.deliver__more a {
	color: var(--wood);
	border-bottom: 1px solid currentColor;
}

.deliver__photo img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: var(--radius);
}

/* ---------- order ---------- */

.index-order {
	scroll-margin-top: 16px;
}

.order__lead {
	max-width: 760px;
	margin-top: 14px;
	font-size: 14.5px;
}

.order__grid {
	display: grid;
	gap: 26px;
	margin-top: 32px;
}

.ordsum {
	align-self: start;
	padding: 22px 20px;
	background: var(--bg-card);
	border: 1px solid var(--line);
	border-radius: var(--radius);
}

.ordsum__title {
	font-size: 17px;
}

.ordsum__empty {
	margin-top: 10px;
	font-size: 13.5px;
	color: var(--ink-muted);
}

.ordsum__list {
	margin-top: 8px;
}

.ordsum__row {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	padding: 10px 0;
	border-bottom: 1px solid var(--line-soft);
	font-size: 13.5px;
	line-height: 1.6;
}

.ordsum__row b {
	flex-shrink: 0;
	font-weight: 500;
	color: var(--ink);
}

.ordsum__totals {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 6px 12px;
	margin-top: 14px;
	font-size: 14px;
}

.ordsum__totals dd {
	text-align: right;
	color: var(--ink);
}

.ordsum__totals .ordsum__grand {
	padding-top: 10px;
	border-top: 1px solid var(--line);
	font-size: 16px;
	font-weight: 600;
	color: var(--ink);
}

.ordsum__note {
	margin-top: 14px;
	font-size: 12px;
	line-height: 1.75;
	color: var(--ink-muted);
}

.oform {
	position: relative;
}

.oform__trap {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.oform__carterr {
	margin-bottom: 16px;
	padding: 12px 16px;
	border: 1px solid var(--bad);
	border-radius: var(--radius);
	color: var(--bad);
	font-size: 13.5px;
}

.oform__toshop {
	text-decoration: underline;
	text-underline-offset: 3px;
	color: var(--bad);
}

.oform__grid {
	display: grid;
	gap: 16px;
}

.ofield label {
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: 600;
	color: var(--ink);
}

.ofield__opt {
	font-weight: 400;
	color: var(--ink-muted);
}

.ofield input[type="text"],
.ofield input[type="email"],
.ofield input[type="tel"],
.ofield select,
.ofield textarea {
	display: block;
	width: 100%;
	padding: 12px 14px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--bg-card);
	font-size: 15px;
	line-height: 1.5;
	color: var(--ink);
	transition: border-color .2s;
}

.ofield textarea {
	resize: vertical;
}

.ofield input:focus,
.ofield select:focus,
.ofield textarea:focus {
	outline: none;
	border-color: var(--wood);
}

.ofield.-bad input,
.ofield.-bad select {
	border-color: var(--bad);
}

.ofield__err {
	margin-top: 4px;
	font-size: 12.5px;
	line-height: 1.5;
	color: var(--bad);
}

.ofield__err:empty {
	display: none;
}

.ofield.-check {
	display: grid;
	grid-template-columns: 22px 1fr;
	gap: 0 8px;
	align-items: start;
}

.ofield.-check input {
	width: 18px;
	height: 18px;
	margin: 4px 0 0;
	accent-color: var(--ink);
}

.ofield.-check label {
	margin: 0;
	font-weight: 400;
	font-size: 13.5px;
	line-height: 1.8;
}

.ofield.-check label a {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ofield.-check .ofield__err {
	grid-column: 2;
}

.oform__send {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 22px;
	padding: 15px 24px;
	border-radius: var(--pill);
	background: var(--ink);
	color: #fff;
	font-size: 15px;
	letter-spacing: .06em;
	transition: opacity .25s;
}

.oform__send:hover {
	opacity: .82;
}

.oform__send[disabled] {
	opacity: .5;
	cursor: wait;
}

.oform__note {
	margin-top: 10px;
	font-size: 12px;
	color: var(--ink-muted);
	text-align: center;
}

.ordthanks {
	padding: 34px 22px;
	background: var(--bg-card);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	text-align: center;
}

.ordthanks svg {
	margin: 0 auto;
}

.ordthanks__title {
	margin-top: 12px;
	font-size: 21px;
	outline: none;
}

.ordthanks__ref {
	margin-top: 6px;
	font-size: 14px;
}

.ordthanks__ref b {
	font-family: var(--font-en);
	font-size: 17px;
	letter-spacing: .06em;
	color: var(--wood);
}

.ordthanks__txt {
	max-width: 520px;
	margin: 12px auto 0;
	font-size: 14px;
	line-height: 1.95;
}

.ordthanks__txt a {
	border-bottom: 1px solid currentColor;
}

.ordthanks__back {
	display: inline-flex;
	margin-top: 22px;
	padding: 12px 28px;
	border: 1px solid var(--ink);
	border-radius: var(--pill);
	font-size: 14px;
	color: var(--ink);
}

/* ---------- cta ---------- */

.cta {
	padding: 40px 20px;
	border-radius: 14px;
	background: var(--bg-band);
	text-align: center;
}

.cta__title {
	font-size: 20px;
	letter-spacing: .05em;
}

.cta__list {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	margin-top: 22px;
}

.cta__list a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 270px;
	padding: 13px 26px;
	border-radius: var(--pill);
	background: var(--bg-card);
	border: 1px solid var(--line);
	color: var(--ink);
}

.cta__listTxt {
	font-size: 14px;
}

.cta__listTxt.-tel {
	font-family: var(--font-en);
	font-size: 17px;
	letter-spacing: .04em;
}

.cta__links {
	margin-top: 16px;
	font-size: 13px;
}

.cta__links a {
	border-bottom: 1px solid currentColor;
}

/* ---------- news ---------- */

.index-news .index-title__ja {
	margin-top: 2px;
}

.index-news .index-title__ja small {
	font-size: 13px;
	font-weight: 500;
}

.news_list {
	margin-top: 26px;
	border-top: 1px solid var(--line-soft);
}

.news_list dl {
	padding: 14px 0;
	border-bottom: 1px solid var(--line-soft);
}

.news_list dt {
	font-family: var(--font-en);
	font-size: 14px;
	color: var(--ink-muted);
}

.news_list dd {
	font-size: 14px;
	line-height: 1.8;
}

/* ---------- photo strip ---------- */

.c-strip__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.square {
	position: relative;
	padding-top: 100%;
	overflow: hidden;
}

.square__inner {
	position: absolute;
	inset: 0;
}

.square__img,
.object-fit-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 768px) {
	.mainimg__spimg {
		aspect-ratio: 16 / 10;
		min-height: 0;
	}

	.mainimg__text {
		left: 44px;
		right: auto;
		bottom: 44px;
		max-width: 560px;
	}

	.mainimg__catch {
		font-size: 50px;
	}

	.index-life .image {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}

	.index-life .image img {
		width: 100%;
		object-fit: cover;
		border-radius: var(--radius);
	}

	.index-life .image__main {
		grid-column: span 2;
		aspect-ratio: 4 / 3;
	}

	.index-life .image__sub {
		aspect-ratio: 1 / 1;
	}

	.index-life .image_sp {
		display: none;
	}

	.index-life .box {
		display: grid;
		gap: 40px;
	}

	.index-assure {
		grid-template-columns: 1fr 1fr;
		column-gap: 36px;
	}

	.index-concept .info {
		grid-template-columns: repeat(3, 1fr);
	}

	.measure__steps {
		grid-template-columns: 1fr 1fr;
	}

	.index-place .info {
		grid-template-columns: 1fr 1fr;
		gap: 44px;
	}

	.oform__grid {
		grid-template-columns: 1fr 1fr;
		gap: 18px 16px;
	}

	.ofield.-wide {
		grid-column: span 2;
	}

	.cta {
		padding: 56px 32px;
	}

	.cta__title {
		font-size: 24px;
	}

	.cta__list {
		flex-direction: row;
		justify-content: center;
	}

	.news_list dl {
		display: grid;
		grid-template-columns: 190px 1fr;
		gap: 20px;
	}

	.c-strip__list {
		grid-template-columns: repeat(6, 1fr);
	}
}

@media screen and (min-width: 1024px) {
	.mainimg {
		padding: 0 40px;
	}

	.mainimg__spimg {
		display: none;
	}

	.mainimg__pc {
		display: block;
		height: 74vh;
		min-height: 540px;
		max-height: 820px;
	}

	.mainimg__inner::after {
		background: linear-gradient(35deg, rgba(30, 24, 18, .76) 0%, rgba(30, 24, 18, .42) 38%, rgba(30, 24, 18, 0) 70%);
	}

	.mainimg__text {
		left: 64px;
		bottom: 64px;
	}

	.mainimg__catch {
		font-size: 62px;
	}

	.mainimg__sub {
		font-size: 15px;
	}

	.index-life .box {
		grid-template-columns: 1.08fr 1fr;
		gap: 64px;
		align-items: center;
	}

	.index-life .image {
		margin-left: -24px;
	}

	.index-life .image__main {
		border-radius: 0 var(--radius) var(--radius) 0;
	}

	.index-life .title {
		font-size: 28px;
	}

	.index-assure {
		grid-template-columns: repeat(4, 1fr);
		border-top: 0;
		column-gap: 0;
	}

	.assure__item {
		grid-template-columns: 1fr;
		padding: 6px 26px 8px;
		border-bottom: 0;
		border-left: 1px solid var(--line);
	}

	.assure__item:first-child {
		border-left: 0;
		padding-left: 0;
	}

	.assure__icon {
		grid-row: auto;
		margin-bottom: 10px;
	}

	.mod_band {
		padding: 120px 0;
	}

	.index-concept .att {
		font-size: 28px;
	}

	.index-concept .info {
		gap: 24px;
		margin-top: 48px;
	}

	.index-concept .article {
		padding: 22px 22px 26px;
	}

	.index-measure {
		grid-template-columns: 5fr 7fr;
		gap: 60px;
		align-items: start;
	}

	.measure__photo {
		position: sticky;
		top: 30px;
	}

	.measure__photo img {
		aspect-ratio: 4 / 5;
	}

	.index-about .info {
		grid-template-columns: repeat(4, 1fr);
		gap: 16px;
	}

	.index-about .article {
		padding: 30px 12px 22px;
	}

	.index-about .article .image svg {
		width: 124px;
	}

	.index-place .title {
		font-size: 26px;
	}

	.index-place .info {
		gap: 48px;
	}

	.index-deliver {
		grid-template-columns: 7fr 5fr;
		gap: 64px;
		align-items: center;
	}

	.deliver__title {
		font-size: 28px;
	}

	.deliver__photo img {
		aspect-ratio: 4 / 5;
	}

	.order__grid {
		grid-template-columns: 7fr 5fr;
		gap: 44px;
		align-items: start;
	}

	.ordsum {
		order: 2;
		position: sticky;
		top: 24px;
		padding: 28px 26px;
	}

	.oform {
		order: 1;
	}

	.oform__send {
		width: auto;
		min-width: 260px;
	}

	.oform__note {
		text-align: left;
	}

	.ordthanks {
		padding: 56px 40px;
	}

	.cta {
		padding: 64px 40px;
	}

	.cta__title {
		font-size: 26px;
	}

	.index-news {
		display: grid;
		grid-template-columns: 260px 1fr;
		gap: 40px;
	}

	.news_list {
		margin-top: 0;
	}
}
