@charset "utf-8";

/* shared bits for the inner pages */

.main.-page {
	border-top: 1px solid var(--line-soft);
}

.page-crumb {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	font-size: 12px;
	color: var(--ink-muted);
}

.page-crumb a {
	border-bottom: 1px solid var(--line);
}

.page-h {
	font-size: 22px;
	line-height: 1.45;
	letter-spacing: .04em;
}

.page-sub {
	margin-top: 6px;
	font-size: 13.5px;
	color: var(--ink-muted);
}

.page-small {
	margin-top: 14px;
	font-size: 12.5px;
	line-height: 1.85;
	color: var(--ink-muted);
}

/* ---------- shop ---------- */

.shop-hero {
	padding: 26px 0 30px;
}

.shop-hero__grid {
	display: grid;
	gap: 14px;
	margin-top: 18px;
}

.shop-hero__en {
	font-family: var(--font-en);
	font-size: clamp(44px, 11vw, 76px);
	line-height: 1;
	color: var(--ink);
}

.shop-hero__title {
	margin-top: 6px;
	font-size: 17px;
	letter-spacing: .05em;
}

.shop-hero__txt {
	font-size: 14.5px;
	line-height: 2;
}

.shop-bar {
	position: sticky;
	top: 0;
	z-index: 40;
	background: rgba(251, 249, 245, .96);
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.shop-bar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 0;
}

.shop-filter {
	display: flex;
	gap: 6px;
	overflow-x: auto;
	scrollbar-width: none;
	margin-right: -20px;
	padding-right: 20px;
}

.shop-filter::-webkit-scrollbar {
	display: none;
}

.shop-filter__btn {
	flex-shrink: 0;
	padding: 7px 15px;
	border: 1px solid var(--line);
	border-radius: var(--pill);
	background: var(--bg-card);
	font-size: 13px;
	color: var(--ink);
	transition: background .2s, color .2s;
}

.shop-filter__btn.is-on {
	background: var(--ink);
	border-color: var(--ink);
	color: #fff;
}

.shop-bar__count {
	display: none;
	flex-shrink: 0;
	font-size: 12.5px;
	color: var(--ink-muted);
}

.module.-shop {
	padding-top: 10px;
}

.shop-empty {
	padding: 40px 0;
	text-align: center;
	color: var(--ink-muted);
}

.shop-help {
	padding: 0 0 64px;
}

.shop-help__grid {
	display: grid;
	gap: 12px;
}

.shop-help__item {
	padding: 22px 20px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--bg-card);
}

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

.shop-help__item h3 {
	margin-top: 10px;
	font-size: 16px;
}

.shop-help__item p {
	margin-top: 6px;
	font-size: 13.5px;
	line-height: 1.85;
}

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

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

.mtm-cover {
	position: relative;
	margin: 0 12px;
	overflow: hidden;
	border-radius: var(--radius);
	background: #2E2721;
}

.mtm-cover__img {
	width: 100%;
	height: 62vh;
	min-height: 380px;
	object-fit: cover;
	opacity: .78;
}

.mtm-cover__txt {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 24px;
	color: #fff;
}

.mtm-cover__en {
	font-family: var(--font-en);
	font-size: 15px;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.mtm-cover__title {
	margin-top: 6px;
	font-size: 30px;
	line-height: 1.35;
	color: #fff;
}

.mtm-intro__grid {
	display: grid;
	gap: 26px;
	margin-top: 22px;
}

.mtm-intro__lead {
	font-size: 17px;
	line-height: 2;
	color: var(--ink);
}

.mtm-intro__facts {
	display: grid;
	gap: 10px;
}

.mtm-intro__facts li {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid var(--line);
}

.mtm-intro__facts b {
	font-family: var(--font-en);
	font-size: 22px;
	font-weight: 400;
	color: var(--wood);
}

.mtm-intro__facts span {
	font-size: 13px;
	color: var(--ink-muted);
	text-align: right;
}

.mtm-table-wrap,
.dr-table__wrap {
	margin-top: 18px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.mtm-table,
.dr-rates {
	width: 100%;
	min-width: 520px;
	background: var(--bg-card);
	border: 1px solid var(--line);
	font-size: 14px;
	line-height: 1.6;
}

.mtm-table th,
.mtm-table td,
.dr-rates th,
.dr-rates td {
	padding: 12px 14px;
	text-align: left;
	border-bottom: 1px solid var(--line-soft);
	vertical-align: top;
}

.mtm-table thead th,
.dr-rates thead th {
	background: var(--bg-base);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--ink-muted);
}

.mtm-table td:last-child {
	font-family: var(--font-en);
	font-size: 17px;
	color: var(--ink);
	white-space: nowrap;
}

.mtm-heads__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 22px;
}

.mtm-head {
	display: flex;
	flex-direction: column;
	padding: 18px 14px;
	border-top: 2px solid var(--ink);
	background: var(--bg-card);
}

.mtm-head svg {
	width: 84px;
	height: auto;
}

.mtm-head h4 {
	margin-top: 12px;
	font-size: 15.5px;
	color: var(--ink);
}

.mtm-head p {
	margin-top: 4px;
	font-size: 13px;
	line-height: 1.8;
}

.mtm-head .mtm-head__price {
	margin-top: auto;
	padding-top: 10px;
	font-size: 13px;
	color: var(--wood);
}

.mtm-measure {
	display: grid;
	gap: 28px;
}

.mtm-measure__fig {
	padding: 18px;
	border-radius: var(--radius);
	background: var(--bg-card);
}

.mtm-measure__fig svg {
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
}

.mtm-steps {
	margin-top: 16px;
	counter-reset: mst;
}

.mtm-steps li {
	position: relative;
	padding: 12px 0 12px 42px;
	border-bottom: 1px solid var(--line);
	font-size: 14px;
	line-height: 1.9;
	counter-increment: mst;
}

.mtm-steps li::before {
	content: counter(mst);
	position: absolute;
	top: 12px;
	left: 0;
	width: 28px;
	height: 28px;
	border: 1px solid var(--wood);
	border-radius: 50%;
	font-family: var(--font-en);
	font-size: 15px;
	line-height: 26px;
	text-align: center;
	color: var(--wood);
}

.mtm-steps b {
	color: var(--ink);
}

.mtm-measure__note {
	margin-top: 16px;
	font-size: 13.5px;
	color: var(--ink-muted);
}

.mtm-example {
	display: grid;
	gap: 24px;
}

.mtm-example__txt p {
	margin-top: 10px;
	font-size: 14.5px;
}

.mtm-example__txt .mtm-example__small {
	font-size: 12.5px;
	color: var(--ink-muted);
}

.mtm-quote {
	width: 100%;
	align-self: start;
	border-top: 2px solid var(--ink);
	font-size: 14px;
}

.mtm-quote th,
.mtm-quote td {
	padding: 12px 0;
	border-bottom: 1px dashed var(--line);
	text-align: left;
	font-weight: 400;
}

.mtm-quote td {
	text-align: right;
	font-family: var(--font-en);
	font-size: 16px;
	color: var(--ink);
	white-space: nowrap;
}

.mtm-quote .-total th,
.mtm-quote .-total td {
	border-bottom: 2px solid var(--ink);
	font-weight: 600;
	color: var(--ink);
}

.mtm-quote .-total td {
	font-size: 20px;
}

.mtm-example__legal {
	grid-column: 1 / -1;
	padding: 14px 16px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	font-size: 13px;
	line-height: 1.85;
}

.mtm-example__legal a,
.ab-visit__txt a {
	color: var(--wood);
	border-bottom: 1px solid currentColor;
}

.mtm-samples {
	display: grid;
	gap: 18px;
	padding: 28px 22px;
	border-radius: 14px;
	background: var(--ink);
	color: #EDE7DE;
}

.mtm-samples__title {
	font-size: 21px;
	color: #fff;
}

.mtm-samples p {
	margin-top: 6px;
	font-size: 14px;
}

.mtm-samples .mtm-samples__btns {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
}

.mtm-samples__btn {
	display: inline-flex;
	padding: 12px 24px;
	border: 1px solid rgba(255, 255, 255, .6);
	border-radius: var(--pill);
	color: #fff;
	font-size: 14px;
}

.mtm-samples__btn.-dark {
	background: #fff;
	border-color: #fff;
	color: var(--ink);
}

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

.ab-head {
	padding: 26px 0 36px;
}

.ab-head__en {
	margin-top: 26px;
	font-family: var(--font-en);
	font-size: 15px;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--wood);
}

.ab-head__quote {
	max-width: 900px;
	margin-top: 10px;
	font-family: var(--font-en);
	font-size: 32px;
	font-weight: 400;
	line-height: 1.3;
}

.ab-wide img {
	width: 100%;
	height: 46vh;
	min-height: 260px;
	object-fit: cover;
}

.ab-story__row {
	display: grid;
	gap: 20px;
	padding: 34px 0;
	border-bottom: 1px solid var(--line-soft);
}

.ab-story__row:first-child {
	padding-top: 0;
}

.ab-story__txt h3 {
	font-size: 21px;
}

.ab-story__txt p {
	margin-top: 10px;
	font-size: 15px;
	line-height: 2.05;
}

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

.ab-figures {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 26px 16px;
}

.ab-figures li {
	border-left: 1px solid var(--ink);
	padding-left: 14px;
}

.ab-figures b {
	display: block;
	font-family: var(--font-en);
	font-size: 38px;
	font-weight: 400;
	line-height: 1.1;
	color: var(--ink);
}

.ab-figures span {
	display: block;
	margin-top: 4px;
	font-size: 13px;
	line-height: 1.6;
}

.ab-rules__grid {
	display: grid;
	gap: 0;
	margin-top: 20px;
	border-top: 1px solid var(--line);
}

.ab-rule {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 2px 10px;
	padding: 20px 0;
	border-bottom: 1px solid var(--line);
}

.ab-rule__no {
	grid-row: span 2;
	font-family: var(--font-en);
	font-size: 26px;
	line-height: 1;
	color: var(--wood);
}

.ab-rule h4 {
	font-size: 16px;
	color: var(--ink);
}

.ab-rule p {
	font-size: 14px;
	line-height: 1.9;
}

.ab-visit {
	display: grid;
	gap: 22px;
	padding: 20px;
	border-radius: 14px;
	background: var(--bg-band);
}

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

.ab-visit__txt h3 {
	font-size: 22px;
}

.ab-visit__txt p {
	margin-top: 10px;
	font-size: 14.5px;
}

.ab-visit__txt .ab-visit__btn a {
	display: inline-flex;
	margin-top: 6px;
	padding: 12px 26px;
	border: 0;
	border-radius: var(--pill);
	background: var(--ink);
	color: #fff;
}

/* ---------- delivery and returns ---------- */

.dr-top {
	padding: 26px 0 50px;
	background: var(--bg-band);
}

.dr-top__head {
	margin-top: 20px;
}

.dr-top__en {
	font-family: var(--font-en);
	font-size: clamp(38px, 9vw, 60px);
	line-height: 1.05;
	color: var(--ink);
}

.dr-top__title {
	margin-top: 8px;
	font-size: 17px;
}

.dr-tiles {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 26px;
}

.dr-tile {
	padding: 18px 14px;
	border-radius: var(--radius);
	background: var(--bg-card);
}

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

.dr-tile__price {
	margin-top: 10px;
	font-family: var(--font-en);
	font-size: 32px;
	line-height: 1;
	color: var(--ink);
}

.dr-tile__name {
	margin-top: 8px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	color: var(--ink);
}

.dr-tile__txt {
	font-size: 12px;
	line-height: 1.6;
	color: var(--ink-muted);
}

.dr-rates td:nth-child(3) {
	white-space: nowrap;
	color: var(--ink);
}

.dr-day__line {
	margin-top: 22px;
}

.dr-day__line li {
	position: relative;
	padding: 0 0 22px 26px;
	border-left: 1px solid var(--wood);
	margin-left: 6px;
}

.dr-day__line li:last-child {
	padding-bottom: 0;
	border-left-color: transparent;
}

.dr-day__line li::before {
	content: "";
	position: absolute;
	top: 5px;
	left: -6px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: var(--wood);
}

.dr-day__time {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .05em;
	color: var(--ink);
}

.dr-day__line p {
	margin-top: 2px;
	font-size: 14px;
	line-height: 1.85;
}

.dr-returns__intro p {
	margin-top: 10px;
	font-size: 15px;
}

.dr-returns__steps {
	display: grid;
	gap: 12px;
	margin-top: 22px;
}

.dr-step {
	position: relative;
	padding: 22px 20px 20px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--bg-card);
}

.dr-step__no {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--ink);
	color: #fff;
	font-family: var(--font-en);
	font-size: 17px;
}

.dr-step h4 {
	margin-top: 10px;
	font-size: 16px;
	color: var(--ink);
}

.dr-step p {
	margin-top: 4px;
	font-size: 13.5px;
	line-height: 1.85;
}

.dr-returns__except {
	margin-top: 18px;
	padding: 16px 18px;
	border-left: 2px solid var(--bad);
	background: #F7EFEA;
}

.dr-returns__except h4 {
	font-size: 15px;
	color: var(--ink);
}

.dr-returns__except ul {
	margin-top: 6px;
	padding-left: 1.1em;
	list-style: disc;
	font-size: 13.5px;
	line-height: 1.9;
}

.dr-faq__item {
	border-bottom: 1px solid var(--line);
}

.dr-faq__item:first-of-type {
	margin-top: 18px;
	border-top: 1px solid var(--line);
}

.dr-faq__item summary {
	position: relative;
	padding: 16px 36px 16px 0;
	font-size: 15px;
	font-weight: 600;
	color: var(--ink);
	list-style: none;
	cursor: pointer;
}

.dr-faq__item summary::-webkit-details-marker {
	display: none;
}

.dr-faq__item summary::after {
	content: "+";
	position: absolute;
	top: 12px;
	right: 4px;
	font-family: var(--font-en);
	font-size: 24px;
	font-weight: 400;
	color: var(--wood);
}

.dr-faq__item[open] summary::after {
	content: "\2212";
}

.dr-faq__item p {
	padding: 0 0 18px;
	font-size: 14px;
	line-height: 1.95;
}

/* ---------- care and guarantee ---------- */

.cg-head {
	padding: 26px 0 10px;
}

.cg-head__grid {
	display: grid;
	gap: 14px;
	margin-top: 20px;
}

.cg-head__en {
	font-family: var(--font-en);
	font-size: 15px;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--wood);
}

.cg-head__title {
	margin-top: 6px;
	font-size: 28px;
	line-height: 1.4;
}

.cg-head__txt {
	font-size: 14.5px;
	line-height: 2;
}

.cg-materials {
	display: grid;
	gap: 18px;
}

.cg-mat {
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--bg-card);
}

.cg-mat__img img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.cg-mat__body {
	padding: 18px 18px 20px;
}

.cg-mat__body h3 {
	font-size: 18px;
}

.cg-mat__do {
	margin-top: 8px;
}

.cg-mat__do li {
	position: relative;
	padding: 5px 0 5px 22px;
	font-size: 13.5px;
	line-height: 1.8;
}

.cg-mat__do li::before {
	content: "";
	position: absolute;
	top: 13px;
	left: 2px;
	width: 9px;
	height: 5px;
	border-left: 1.5px solid var(--wood);
	border-bottom: 1.5px solid var(--wood);
	transform: rotate(-45deg);
}

.cg-mat__warn {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed var(--line);
	font-size: 12.5px;
	line-height: 1.8;
	color: var(--bad);
}

.cg-guarantee__head {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 18px;
	align-items: start;
}

.cg-guarantee__years {
	font-family: var(--font-en);
	font-size: 96px;
	line-height: .85;
	color: var(--wood);
}

.cg-guarantee__head p {
	margin-top: 8px;
	font-size: 14.5px;
}

.cg-guarantee__cols {
	display: grid;
	gap: 12px;
	margin-top: 26px;
}

.cg-col {
	padding: 20px 18px;
	border-radius: var(--radius);
	background: var(--bg-card);
}

.cg-col h4 {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	color: var(--ink);
}

.cg-col.-yes svg {
	color: #5B6B45;
}

.cg-col.-no svg {
	color: var(--bad);
}

.cg-col ul {
	margin-top: 8px;
	padding-left: 1.1em;
	list-style: disc;
	font-size: 13.5px;
	line-height: 1.95;
}

.cg-guarantee__small {
	margin-top: 16px;
	font-size: 13px;
	color: var(--ink-muted);
}

.cg-claim__steps {
	display: grid;
	gap: 0;
	margin-top: 20px;
	counter-reset: claim;
}

.cg-claim__steps li {
	padding: 18px 0 18px 58px;
	position: relative;
	border-top: 1px solid var(--line);
	counter-increment: claim;
}

.cg-claim__steps li::before {
	content: "0" counter(claim);
	position: absolute;
	top: 14px;
	left: 0;
	font-family: var(--font-en);
	font-size: 32px;
	line-height: 1;
	color: var(--line);
}

.cg-claim__steps h4 {
	font-size: 16px;
	color: var(--ink);
}

.cg-claim__steps p {
	margin-top: 4px;
	font-size: 14px;
	line-height: 1.85;
}

/* ---------- contact ---------- */

.ct-head {
	padding: 26px 0 50px;
}

.ct-head__en {
	margin-top: 20px;
	font-family: var(--font-en);
	font-size: clamp(44px, 11vw, 76px);
	line-height: 1;
	color: var(--ink);
}

.ct-head__title {
	margin-top: 6px;
	font-size: 17px;
	letter-spacing: .05em;
}

.ct-cards {
	display: grid;
	gap: 12px;
	margin-top: 28px;
}

.ct-card {
	display: grid;
	grid-template-columns: 40px 1fr;
	gap: 0 14px;
	padding: 20px 18px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--bg-card);
	color: var(--ink-body);
}

.ct-card svg {
	grid-row: span 3;
	color: var(--wood);
}

.ct-card__label {
	font-size: 12px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--ink-muted);
}

.ct-card__val {
	font-family: var(--font-en);
	font-size: 21px;
	line-height: 1.35;
	color: var(--ink);
	word-break: break-word;
}

.ct-card__txt {
	margin-top: 4px;
	font-size: 13px;
	line-height: 1.7;
}

.ct-card.-plain:hover {
	opacity: 1;
}

.ct-how {
	display: grid;
	gap: 24px;
}

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

.ct-how__list {
	margin-top: 14px;
	counter-reset: how;
}

.ct-how__list li {
	position: relative;
	padding: 12px 0 12px 40px;
	border-bottom: 1px solid var(--line-soft);
	font-size: 14.5px;
	line-height: 1.85;
	counter-increment: how;
}

.ct-how__list li::before {
	content: counter(how) ".";
	position: absolute;
	top: 10px;
	left: 4px;
	font-family: var(--font-en);
	font-size: 22px;
	color: var(--wood);
}

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

.ct-how__small {
	margin-top: 12px;
	font-size: 13px;
	color: var(--ink-muted);
}

.ct-company {
	padding-top: 22px;
	border-top: 1px solid var(--line);
	font-size: 13px;
	color: var(--ink-muted);
}

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

@media screen and (min-width: 560px) {
	.dr-tiles {
		gap: 14px;
	}

	.mtm-heads__grid {
		gap: 16px;
	}
}

@media screen and (min-width: 768px) {
	.page-h {
		font-size: 26px;
	}

	.shop-hero {
		padding: 36px 0 44px;
	}

	.shop-hero__grid {
		grid-template-columns: 1fr 1fr;
		align-items: end;
		gap: 40px;
	}

	.shop-bar__count {
		display: block;
	}

	.shop-filter {
		margin-right: 0;
		padding-right: 0;
	}

	.shop-help__grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 18px;
	}

	.mtm-cover {
		margin: 0 24px;
	}

	.mtm-cover__txt {
		left: 44px;
		bottom: 44px;
	}

	.mtm-cover__title {
		font-size: 40px;
	}

	.mtm-intro__grid {
		grid-template-columns: 3fr 2fr;
		gap: 56px;
	}

	.mtm-measure {
		grid-template-columns: 1fr 1fr;
		align-items: center;
		gap: 48px;
	}

	.mtm-example {
		grid-template-columns: 1fr 1fr;
		gap: 48px;
	}

	.mtm-samples {
		grid-template-columns: 1fr auto;
		align-items: center;
		padding: 40px 44px;
	}

	.ab-head__quote {
		font-size: 44px;
	}

	.ab-story__row {
		grid-template-columns: 1fr 1fr;
		align-items: center;
		gap: 48px;
		padding: 48px 0;
	}

	.ab-story__row.-flip .ab-story__txt {
		order: 2;
	}

	.ab-figures {
		grid-template-columns: repeat(4, 1fr);
	}

	.ab-rules__grid {
		grid-template-columns: 1fr 1fr;
		column-gap: 40px;
	}

	.ab-visit {
		grid-template-columns: 1fr 1fr;
		align-items: center;
		gap: 40px;
		padding: 28px;
	}

	.dr-tiles {
		grid-template-columns: repeat(4, 1fr);
	}

	.dr-returns__steps {
		grid-template-columns: repeat(3, 1fr);
	}

	.cg-head__grid {
		grid-template-columns: 1fr 1fr;
		align-items: end;
		gap: 44px;
	}

	.cg-materials {
		grid-template-columns: 1fr 1fr;
		gap: 22px;
	}

	.cg-guarantee__cols {
		grid-template-columns: 1fr 1fr;
		gap: 18px;
	}

	.cg-claim__steps {
		grid-template-columns: repeat(3, 1fr);
		gap: 28px;
	}

	.ct-cards {
		grid-template-columns: repeat(3, 1fr);
		gap: 16px;
	}

	.ct-card {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.ct-card svg {
		grid-row: auto;
		margin-bottom: 8px;
	}

	.ct-how {
		grid-template-columns: 5fr 7fr;
		align-items: center;
		gap: 48px;
	}
}

@media screen and (min-width: 1024px) {
	.page-h {
		font-size: 28px;
	}

	#gallery.-shop {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 52px 24px;
	}

	.mtm-cover {
		margin: 0 40px;
	}

	.mtm-cover__img {
		height: 68vh;
		max-height: 720px;
	}

	.mtm-cover__txt {
		left: 64px;
		bottom: 60px;
	}

	.mtm-cover__title {
		font-size: 48px;
	}

	.mtm-heads__grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
	}

	.mtm-head {
		padding: 24px 20px;
	}

	.ab-head {
		padding: 36px 0 56px;
	}

	.ab-head__quote {
		font-size: 54px;
	}

	.ab-story__row {
		gap: 80px;
		padding: 64px 0;
	}

	.ab-story__txt h3 {
		font-size: 25px;
	}

	.ab-figures b {
		font-size: 54px;
	}

	.dr-top {
		padding: 36px 0 70px;
	}

	.dr-tile {
		padding: 26px 22px;
	}

	.dr-tile__price {
		font-size: 44px;
	}

	.dr-day {
		display: grid;
		grid-template-columns: 1fr 2fr;
		gap: 56px;
	}

	.dr-day__line {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 0;
		margin-top: 8px;
	}

	.dr-day__line li {
		margin-left: 0;
		padding: 26px 18px 0 0;
		border-left: 0;
		border-top: 1px solid var(--wood);
	}

	.dr-day__line li:last-child {
		border-top-color: var(--wood);
	}

	.dr-day__line li::before {
		top: -6px;
		left: 0;
	}

	.dr-returns {
		display: grid;
		grid-template-columns: 1fr 2fr;
		gap: 20px 56px;
	}

	.dr-returns__steps {
		margin-top: 0;
	}

	.dr-returns__except {
		grid-column: 2;
		margin-top: 0;
	}

	.dr-faq {
		display: grid;
		grid-template-columns: 1fr 2fr;
		gap: 56px;
	}

	.dr-faq__item:first-of-type {
		margin-top: 0;
	}

	.cg-head {
		padding: 36px 0 20px;
	}

	.cg-head__title {
		font-size: 36px;
	}

	.cg-materials {
		grid-template-columns: repeat(4, 1fr);
	}

	.cg-guarantee__years {
		font-size: 150px;
	}

	.cg-guarantee__head {
		gap: 36px;
	}

	.ct-head {
		padding: 36px 0 70px;
	}

	.ct-card {
		padding: 28px 26px;
	}
}
