

/* Start:/local/templates/kr1/css/dostavka.css?17841165478491*/
.kr-delivery {
    position: relative;
    overflow: hidden;
    margin-top: 4px;
    padding: 24px;
    border-radius: 10px;
    background: var(--grey-100);
    text-align: left;
}

.kr-delivery__decor {
    position: absolute;
    left: 46.5%;
    bottom: 0;
    transform: translateX(-50%);
    line-height: 0;
    pointer-events: none;
    z-index: 0;
}

.kr-delivery__decor svg {
    display: block;
}

.kr-delivery__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.kr-delivery__title {
    margin: 0 0 24px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--dark-blue-800);
}

.kr-delivery__desc {
    margin: 0 0 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--dark-blue-800);
    max-width: 545px;
}

.kr-delivery__subtitle {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--dark-blue-800);
}

.kr-delivery__list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
}

.kr-delivery__list li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--grey-600);
}

.kr-delivery__list li::before {
    content: "-\00a0";
}

.kr-delivery__media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 0 !important;
}

@media (max-width: 1230px) {
    .kr-delivery__inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .kr-delivery__decor {
        left: auto;
        right: -63px;
        top: 121px;
        transform: none;
    }
}

@media (max-width: 767px) {
    .kr-delivery {
        padding: 16px;
    }

    .kr-delivery__title {
        font-size: 28px;
    }

    .kr-delivery__decor {
        right: -18px;
        top: auto;
        bottom: 50%;
        width: 93px;
        height: 93px;
    }

    .kr-delivery__decor svg {
        width: 93px;
        height: 93px;
    }
    .kr-delivery__list li {
        margin-bottom: 0 !important;
        font-size: 14px;
    }
    .kr-delivery__subtitle {
        font-size: 18px;
    }
}

@media (max-width: 430px) { 
    .kr-delivery__decor {
        right: -18px;
        top: auto;
        bottom: 34%;
        width: 93px;
        height: 93px;
    }
}

@media (max-width: 390px) {
    .kr-delivery__decor {
        right: -18px;
        top: auto;
        bottom: 30%;
        width: 93px;
        height: 93px;
    }
}

.kr-tk { margin-top: var(--margin-top-section); text-align: left; }

.kr-tk__picker {
	margin-bottom: 24px;
	padding: 16px;
	background: var(--grey-100);
	border-radius: 12px;
}
.kr-tk__label {
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--dark-blue-800);
}

/* Табы (пилюли ТК) */
.kr-tk__tabs {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	scrollbar-width: none;
}
.kr-tk__tabs::-webkit-scrollbar { display: none; }
.kr-tk__tab {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 16px;
	padding: 4px 20px 4px 4px;
	background: #fff;
	border: 1.5px solid transparent;
	border-radius: 10px;
	cursor: pointer;
	white-space: nowrap;
	transition: border-color .15s ease;
}
.kr-tk__tab:hover { border-color: var(--orange-400); }
.kr-tk__tab.is-active { border-color: var(--orange-500); }
.kr-tk__tab-logo {
	flex: 0 0 auto;
	width: 32px;
	height: 32px;
	object-fit: contain;
	border-radius: 6px;
    margin-bottom: 0 !important;
}
.kr-tk__tab-name {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--dark-blue-800);
}

.kr-tk__panel { display: none; }
.kr-tk__panel.is-active { display: block; animation: krTkFade .3s ease; }
@keyframes krTkFade {
	from { opacity: 0; transform: translateY(6px); }
	to   { opacity: 1; transform: none; }
}

.kr-tk__table { display: flex; flex-direction: column; gap: 4px; }
.kr-tk__thead,
.kr-tk__row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 4px;
}

.kr-tk__th {
	padding: 12px 24px;
	background: var(--grey-200);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: var(--grey-500);
}

.kr-tk__th:nth-child(1) {
    border-radius: 10px 0 0 0;
}

.kr-tk__th:nth-child(3) {
    border-radius: 0 10px 0 0;
}

/* Ячейки строк — светло-серые плитки */
.kr-tk__cell {
	padding: 24px;
	background: var(--grey-100);
}

/* Скругление нижних внешних углов у последней строки */
.kr-tk__row:last-child .kr-tk__cell:nth-child(1) { border-radius: 0 0 0 10px; }
.kr-tk__row:last-child .kr-tk__cell:nth-child(2) { border-radius: 0; }
.kr-tk__row:last-child .kr-tk__cell:nth-child(3) { border-radius: 0 0 10px 0; }

.kr-tk__city {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--dark-blue-800);
}
.kr-tk__ship {
	margin-top: 8px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	color: var(--grey-500);
}

.kr-tk__sched { list-style: none !important; margin: 0 !important; padding: 0 !important; display: flex; flex-direction: column; gap: 8px; margin-bottom: 0 !important;}
.kr-tk__sched li {
	position: relative;
	padding-left: 16px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--dark-blue-800);
    margin-bottom: 0 !important;
}
.kr-tk__sched li::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 8px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--orange-500);
}
.kr-tk__note {
	margin-top: 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--grey-500);
}

.kr-tk__cell--cond {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--dark-blue-800);
}

/* Планшет — та же таблица, компактнее; табы прокручиваются */
@media (max-width: 1230px) {
	.kr-tk__th { padding: 14px 20px; }
    .kr-tk__cell--cond {
        font-size: 14px;
    }
    .kr-tk__sched li {
        font-size: 14px;
    }
    .kr-tk__city {
        font-size: 16px;
    }
}

/* Телефон — без шапки: слева город, справа график + условия (в столбик) */
@media (max-width: 767px) {
	.kr-tk__picker { padding: 16px; }
	.kr-tk__label { font-size: 16px; }
	.kr-tk__tab-name { font-size: 16px; }
	.kr-tk__tab-logo { width: 28px; height: 28px; }

	.kr-tk__thead { display: none; }
	.kr-tk__row {
		grid-template-columns: 40% 1fr;
		grid-template-areas:
			"city sched"
			"city cond";
	}
	.kr-tk__cell { padding: 16px; }
	.kr-tk__cell--city { grid-area: city; }
	.kr-tk__cell--sched { grid-area: sched; }
	.kr-tk__cell--cond { grid-area: cond; }

	.kr-tk__city { font-size: 14px; }
	.kr-tk__ship { font-size: 12px; }
	.kr-tk__note { font-size: 12px; }
	.kr-tk__cell--cond, .kr-tk__tab-name { font-size: 14px; }

}

/* ===== Этапы доставки ===== */
.kr-steps { margin-top: var(--margin-top-section); text-align: left; margin-bottom: 180px; }
.kr-steps__title {
	margin: 0 0 122px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--dark-blue-800);
}

.kr-steps__wrap { position: relative; }
/* декоративная волна на фоне (только десктоп) */
.kr-steps__decor {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
	line-height: 0;
	pointer-events: none;
    /* max-height: 239px;
    overflow: hidden; */
}
.kr-steps__decor svg { display: block; width: 100%; height: auto; }

.kr-steps__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 32px;
}
.kr-steps__card {
	padding: 16px;
	background: var(--grey-100);
	border-radius: 6px;
}
.kr-steps__num {
	margin-bottom: 24px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	color: var(--orange-500);
}
.kr-steps__text {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--dark-blue-800);
}

@media (max-width: 1536px) {
    .kr-steps {
        margin-bottom: 0;
    }
    .kr-steps__title {
        margin: 0 0 66px;
    }
}

@media (max-width: 1230px) {
	.kr-steps__decor { display: none; }
	.kr-steps__grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
}

@media (max-width: 767px) {
	.kr-steps__title { font-size: 28px; margin-bottom: 24px; }
	.kr-steps__grid { grid-template-columns: 1fr; }
}
/* End */


/* Start:/local/templates/kr1/css/feedback.css?17841161335605*/
/*  Нужна консультация? (общий блок для контактов и доставки)  */
.kr-feedback {
	margin-top: var(--margin-top-section);
	margin-bottom: var(--margin-top-section);
	padding: 56px 56px 37px 56px;
	border-radius: 10px;
	background: var(--grey-100);
	overflow: hidden;
	text-align: left;
}
.kr-feedback__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: stretch;
}

.kr-feedback__head { display: flex; flex-direction: column; }
.kr-feedback__title {
	margin: 0 0 8px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--dark-blue-800);
}
.kr-feedback__text {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--grey-500);
	max-width: 440px;
}
.kr-feedback__img-desktop { display: block; margin-top: auto; max-width: 460px !important; width: 100%; height: auto; margin: 44px -56px -56px -56px !important;}
.kr-feedback__img-mobile { display: none; max-width: 344px !important; width: 100%;}

/* Форма */
.kr-feedback__form { display: flex; flex-direction: column; gap: 16px; }
.kr-feedback__field { position: relative; }
.kr-feedback__input {
	width: 100%;
	box-sizing: border-box;
	height: 48px;
	padding: 14.5px 16px;
	border: 1px solid var(--grey-200);
	border-radius: 6px;
	font-size: 16px;
	color: var(--dark-blue-800);
	background: #fff;
	transition: border-color .15s ease;
}
.kr-feedback__input::placeholder { color: var(--grey-400); }
.kr-feedback__input:focus,
.kr-feedback__input:hover { outline: none; border-color: var(--orange-500); }
.kr-feedback__textarea { height: auto; min-height: 96px; max-height: 96px; padding:12px 16px; line-height: 1.4; resize: vertical; }

/* Способ связи */
.kr-feedback__label {
	display: block;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 600;
	color: var(--dark-blue-800);
}
.kr-feedback__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.kr-feedback__chip {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 7.5px 12px;
	border: 1.5px solid var(--grey-200);
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	color: var(--grey-500);
	background: #fff;
	cursor: pointer;
	user-select: none;
	transition: border-color .15s ease;
}
.kr-feedback__chip input { position: absolute; opacity: 0; width: 0; height: 0; }
.kr-feedback__chip-ico { display: inline-flex; align-items: center; }
.kr-feedback__chip.is-active { border-color: var(--orange-500); }

.kr-feedback__chip.is-active .kr-feedback__chip-txt {
	font-weight: 600;
	color: var(--dark-blue-800);
}

.kr-feedback__chip-txt {
	font-size: inherit;
	font-weight: inherit;
}

/* Поле контакта с иконкой слева */
.kr-feedback__field--contact .kr-feedback__contact-ico {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	pointer-events: none;
}
.kr-feedback__field--contact .kr-feedback__contact-ico:empty { display: none; }
.kr-feedback__input--contact { padding-left: 48px; }
.kr-feedback__field--contact .kr-feedback__contact-ico:empty + .kr-feedback__input--contact { padding-left: 16px; }

/* Согласие + кастомный чекбокс */
.kr-feedback__consent { display: flex; align-items: flex-start; gap: 12px; cursor: pointer; }
.kr-feedback__consent input { position: absolute; opacity: 0; width: 0; height: 0; }
.kr-feedback__check {
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
	margin-top: 1px;
	border: 1.5px solid var(--grey-300);
	border-radius: 6px;
	background: #fff no-repeat center;
	transition: background-color .15s ease, border-color .15s ease;
}
.kr-feedback__check:hover { border-color: var(--orange-500); }
.kr-feedback__consent input:checked + .kr-feedback__check {
	background-color: var(--orange-500);
	border-color: var(--orange-500);
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDExIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjAzNzYgMC44NTAwOThMMy45MTI2IDYuOTc0ODJMMC44NTAwOTggMy45MTI2IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
}
.kr-feedback__consent input:focus-visible + .kr-feedback__check { border-color: var(--orange-500); }
.kr-feedback__consent-text { font-size: 16px; font-weight: 400; line-height: 1.4; color: var(--grey-500); }
.kr-feedback__consent-text a { text-decoration: underline; font-weight: 400; font-size: 16px; color: var(--grey-500); }
.kr-feedback__consent.is-invalid .kr-feedback__check { border-color: var(--red-500); }

/* Кнопка */
.kr-feedback__submit {
	height: 48px;
	border: 0;
	border-radius: 6px;
	background: var(--orange-500);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background .15s ease;
}
.kr-feedback__submit:hover { background: #e65c00; }

/* Планшет — одна колонка, картинку не показываем (как в макете) */
@media (max-width: 1230px) {
	.kr-feedback__inner { grid-template-columns: 1fr; gap: 40px; }
	.kr-feedback__img-desktop { display: none; }
	.kr-feedback__text { max-width: none; }
	.kr-feedback { padding: 40px 24px; }
}

/* Телефон — компактнее, снизу мобильная картинка */
@media (max-width: 767px) {
	.kr-feedback { padding: 40px 16px 0 16px; }
	.kr-feedback__title { font-size: 28px; }
	.kr-feedback__img-mobile { display: block; margin: 32px auto 0 !important; max-width: 100%; height: auto; margin-bottom: 0 !important; }
}

/* End */
/* /local/templates/kr1/css/dostavka.css?17841165478491 */
/* /local/templates/kr1/css/feedback.css?17841161335605 */
