/* Inner pages — KTK design system */

/* Page hero (shorter inner variant) */
.page-hero.hero_inner {
	min-height: 384px;
	height: auto;
	margin-top: 0;
	padding-top: 0;
	box-sizing: border-box;
}

.page-hero .hero-nav {
	margin-top: 16px;
	margin-bottom: 20px;
}

.inner-hero .hero-nav,
.inner-hero__top .hero-nav {
	margin-top: 16px;
	margin-bottom: 20px;
}

.page-hero__top .hero-nav {
	margin-top: 0;
	margin-bottom: 16px;
}

.page-hero .hero__layout,
.page-hero__layout {
	padding-top: calc(var(--header-offset, 80px) + 16px);
	padding-bottom: 32px;
}

.page-hero__crumb {
	position: relative;
	z-index: 2;
	margin-bottom: 0;
}

.page-hero__crumb .breadcrumbs {
	padding: 0;
	font-size: 12px;
	line-height: 1.6;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.page-hero__crumb .breadcrumbs a,
.page-hero__crumb .breadcrumbs li {
	color: rgba(255, 255, 255, 0.75);
}

.page-hero__crumb .breadcrumbs a:hover {
	color: #FFFFFF;
}

.page-hero__crumb .breadcrumbs li:last-child,
.page-hero__crumb .breadcrumbs li:last-child span {
	color: #FFFFFF;
}

.page-hero__crumb .breadcrumbs li::after {
	content: '/';
	margin: 0 7px;
	color: rgba(255, 255, 255, 0.5);
}

.wrapper_page .page-documents {
	padding-top: calc(var(--header-offset, 80px) + 24px);
}

.wrapper_page:not(:has(.page-hero)) > section:first-child {
	padding-top: calc(var(--header-offset, 80px) + 24px);
}

.wrapper_page .page-documents .breadcrumbs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 0 20px;
	font-size: 12px;
	line-height: 1.6;
}

.wrapper_page .page-documents .breadcrumbs a {
	color: #042356;
	text-decoration: none;
}

.wrapper_page .page-documents .breadcrumbs a:hover {
	color: #E66003;
}

.wrapper_page .page-documents .breadcrumbs li::after {
	content: '/';
	margin: 0 7px;
	color: rgba(4, 35, 86, 0.4);
}

.wrapper_page .page-documents .breadcrumbs li:last-child::after {
	display: none;
}

.page-hero__body {
	align-items: center;
}

.page-hero__content {
	max-width: 576px;
}

.page-hero__image {
	flex-shrink: 0;
	width: 256px;
	max-width: 100%;
	border-radius: 13px;
	overflow: hidden;
}

.page-hero__image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 13px;
}

.page-hero__stats {
	margin-top: 26px;
}

.page-hero__calc {
	margin-top: 26px;
	position: relative;
	z-index: 2;
}

.page-hero-stat {
	display: flex;
	align-items: flex-start;
	padding: 16px 20px;
	background: rgba(255, 255, 255, 0.12);
	border-radius: 13px;
	height: 100%;
}

.page-hero-stat__icon {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	margin-right: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-hero-stat__icon img {
	max-width: 100%;
	max-height: 100%;
}

.page-hero-stat__title {
	font-size: 13px;
	line-height: 1.5;
	font-weight: 600;
	color: #FFFFFF;
	margin-bottom: 7px;
}

.page-hero-stat p {
	font-size: 12px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.85);
	margin: 0;
}

/* Shared typography */
.descr-section {
	font-size: 15px;
	line-height: 1.6;
	font-weight: 500;
	color: #042356;
	margin-bottom: 26px;
	max-width: 720px;
}

.btn-main.btn-main_transparent {
	background: transparent;
	border: 2px solid #E66003;
	color: #E66003;
}

.btn-main.btn-main_transparent:hover {
	background: #E66003;
	color: #FFFFFF;
}

/* btn-main — KTK override on inner pages (beats inner.css yellow/green) */
.wrapper_page .btn-main,
.wrapper_page input.btn-main[type="submit"],
.wrapper_page button.btn-main {
	height: auto;
	min-height: 45px;
	padding: 0 26px;
	border-radius: 24px;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 600;
	font-family: 'Inter', Arial, sans-serif;
	color: #FFFFFF;
	background: #E66003;
	border: 2px solid transparent;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	transition: background 0.2s, color 0.2s, border-color 0.2s;
	text-decoration: none;
}

.wrapper_page .btn-main:hover,
.wrapper_page input.btn-main[type="submit"]:hover,
.wrapper_page button.btn-main:hover {
	background: #c95303;
	color: #FFFFFF;
	border-color: transparent;
}

.wrapper_page .btn-main.btn-main_outline {
	background: transparent;
	border: 2px solid #E66003;
	color: #E66003;
}

.wrapper_page .btn-main.btn-main_outline:hover {
	background: #E66003;
	color: #FFFFFF;
	border-color: #E66003;
}

.wrapper_page .btn-main.btn-main_white {
	background: #FFFFFF;
	color: #042356;
	border-color: transparent;
}

.wrapper_page .btn-main.btn-main_white:hover {
	background: #EEF1F5;
	color: #042356;
	border-color: transparent;
}

.wrapper_page .btn-main.btn-main_transparent {
	background: transparent;
	border: 2px solid #E66003;
	color: #E66003;
}

.wrapper_page .btn-main.btn-main_transparent:hover {
	background: #E66003;
	color: #FFFFFF;
	border-color: #E66003;
}

.wrapper_page .form-page .btn-main,
.wrapper_page .calculation .btn-main,
.wrapper_page .modal-content__form .btn-main,
.wrapper_page .thanks-block .btn-main,
.wrapper_page .advantage__form .btn-main,
.wrapper_page .line-form .btn-main {
	width: 100%;
}

.wrapper_page .modal-content__form .btn-main {
	padding: 0 26px;
}

/* Modals — fancybox переносит контент вне .wrapper_page */
.fancybox-container .btn-main,
.fancybox-container input.btn-main[type="submit"],
.modal-content .btn-main,
.modal-content input.btn-main[type="submit"],
.modal-content__form .btn-main,
.modal-content__form input.btn-main[type="submit"] {
	height: auto;
	min-height: 45px;
	padding: 0 26px;
	border-radius: 24px;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 600;
	font-family: 'Inter', Arial, sans-serif;
	color: #FFFFFF;
	background: #E66003;
	border: 2px solid transparent;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	transition: background 0.2s, color 0.2s, border-color 0.2s;
	text-decoration: none;
}

.fancybox-container .btn-main:hover,
.fancybox-container input.btn-main[type="submit"]:hover,
.modal-content .btn-main:hover,
.modal-content input.btn-main[type="submit"]:hover,
.modal-content__form .btn-main:hover,
.modal-content__form input.btn-main[type="submit"]:hover {
	background: #c95303;
	color: #FFFFFF;
	border-color: transparent;
}

.fancybox-container .modal-content__form .btn-main,
.modal-content__form .btn-main {
	width: 100%;
}

/* Benefits */
.benefits {
	padding: 48px 0;
}

.benefits .title-section {
	margin-bottom: 32px;
}

.benefits__item {
	position: relative;
	padding-left: 39px;
	margin-bottom: 20px;
}

.benefits__icon {
	position: absolute;
	top: 4px;
	left: 0;
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.benefits__icon img {
	max-width: 100%;
	max-height: 100%;
}

.benefits__title {
	font-size: 15px;
	line-height: 1.5;
	font-weight: 600;
	color: #042356;
	margin-bottom: 7px;
}

.benefits__item p {
	font-size: 13px;
	line-height: 1.6;
	color: #02142F;
	margin: 0;
	max-width: 224px;
}

/* Favors */
.favors {
	padding: 48px 0;
	margin: 0;
	background: #EEF1F5;
	border-radius: 24px;
}

.favors .title-section {
	margin-bottom: 32px;
}

.favors-dop {
	margin-top: 0;
}

.item-favor {
	height: 100%;
	min-height: 128px;
	padding: 20px;
	background: #FFFFFF;
	border-radius: 13px;
	font-size: 12px;
	line-height: 1.6;
	font-weight: 500;
	color: #02142F;
	display: flex;
	align-items: center;
}

.item-favor__wrap {
	display: flex;
	align-items: flex-start;
	width: 100%;
}

.item-favor__icon {
	flex-shrink: 0;
	width: 29px;
	height: 29px;
	margin-right: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.item-favor .benefits__title {
	margin-bottom: 7px;
}

/* Production / examples */
.production {
	padding: 48px 0;
}

.production .title-section {
	margin-bottom: 20px;
}

.item-production {
	position: relative;
	z-index: 1;
	min-height: 224px;
	padding: 13px;
	border-radius: 13px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	overflow: hidden;
	margin-bottom: 20px;
}

.item-production__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 13px;
	z-index: -1;
	overflow: hidden;
}

.item-production__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 13px;
	transition: transform 0.4s ease;
}

.item-production:hover .item-production__image img {
	transform: scale(1.05);
}

.item-production__content {
	padding: 13px 16px;
	border-radius: 10px;
	background: #FFFFFF;
}

.item-production__title {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	color: #042356;
}

.item-production__content p {
	font-size: 12px;
	line-height: 1.6;
	color: #02142F;
	margin: 7px 0 0;
}

/* Steps */
.steps,
.steps-shipping {
	padding: 48px 0;
}

.steps-shipping {
	margin: 0;
	border-radius: 24px;
	background: #EEF1F5;
}

.steps .title-section,
.steps-shipping .title-section {
	margin-bottom: 32px;
}

.item-step {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: #FFFFFF;
	border-radius: 13px;
	padding: 20px;
	height: 100%;
	margin-bottom: 20px;
	position: relative;
}

.steps-shipping .item-step {
	background: #FFFFFF;
}

.item-step__number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 39px;
	height: 39px;
	border-radius: 50%;
	background: #EEF1F5;
	font-size: 20px;
	font-weight: 800;
	color: #E66003;
	margin-bottom: 13px;
}

.item-step__number span {
	line-height: 1;
}

.item-step p {
	font-size: 13px;
	line-height: 1.6;
	font-weight: 500;
	color: #042356;
	margin: 0;
}

.item-step .arrows {
	display: flex;
	align-items: center;
	margin-top: 13px;
}

.item-step .arrows img {
	width: 20px;
	margin-right: 5px;
	animation: pageInnerBounce 1.5s infinite;
}

.item-step .arrows img:nth-child(2) { animation-delay: 0.1s; }
.item-step .arrows img:nth-child(3) { animation-delay: 0.2s; }

@keyframes pageInnerBounce {
	0%, 100% { transform: translateX(0); opacity: 1; }
	50% { transform: translateX(5px); opacity: 0.5; }
}

/* Regions */
.regions {
	padding: 48px 0;
}

.regions .title-section {
	margin-bottom: 32px;
}

.regions__info {
	font-size: 13px;
	line-height: 1.6;
	color: #02142F;
	padding-top: 7px;
}

.regions__info p {
	margin-bottom: 10px;
}

.regions__info li {
	margin-bottom: 7px;
}

.regions__map img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 13px;
}

.regions_consumers .regions__map img {
	max-width: 100%;
}

/* Article / shipping blocks */
.page-shipping,
.about-shipping {
	padding: 48px 0;
}

.shipping-main__image {
	border-radius: 13px;
	overflow: hidden;
}

.shipping-main__image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 13px;
}

.shipping-main__title {
	font-size: 29px;
	line-height: 1.3;
	font-weight: 600;
	color: #02142F;
	margin-bottom: 20px;
}

.shipping-main {
	font-size: 13px;
	line-height: 1.6;
	color: #02142F;
}

.advantage_managers {
	padding: 48px 0;
}

.advantage__block {
	background: #EEF1F5;
	border-radius: 24px;
	padding: 39px;
}

.advantage__text {
	font-size: 13px;
	line-height: 1.6;
	font-weight: 500;
	color: #042356;
	margin-bottom: 26px;
}

.advantage__text p {
	margin-bottom: 10px;
}

.image-managers {
	border-radius: 13px;
	overflow: hidden;
}

.image-managers img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 13px;
}

.advantage_managers .btn-main {
	margin-top: 20px;
}

/* Team */
.team {
	padding: 48px 0;
}

.team .title-section {
	margin-bottom: 13px;
}

.item-team {
	text-align: center;
}

.item-team__image {
	width: 160px;
	height: 160px;
	margin: 0 auto 13px;
	border-radius: 50%;
	overflow: hidden;
	background: #EEF1F5;
}

.item-team__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.item-team__title {
	font-size: 13px;
	line-height: 1.5;
	font-weight: 600;
	color: #042356;
}

/* History */
.history {
	padding: 48px 0;
	background: #EEF1F5;
}

.history .title-section {
	margin-bottom: 13px;
}

.item-year {
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: 600;
	color: #042356;
	margin-bottom: 7px;
}

.item-year__icon {
	width: 26px;
	height: 26px;
	margin-right: 10px;
	flex-shrink: 0;
}

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

.slider-years li p {
	font-size: 12px;
	line-height: 1.6;
	color: #02142F;
	margin: 0 0 20px 36px;
	max-width: 320px;
}

/* About types */
.about-types {
	padding: 48px 0;
}

.about-types .title-section {
	margin-bottom: 32px;
}

.item-type {
	text-align: center;
	margin-bottom: 20px;
}

.item-type__image {
	width: 96px;
	height: 96px;
	margin: 0 auto 13px;
	border-radius: 13px;
	overflow: hidden;
	background: #EEF1F5;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item-type__image img {
	max-width: 80%;
	max-height: 80%;
	object-fit: contain;
}

.item-type__title {
	font-size: 12px;
	line-height: 1.4;
	font-weight: 600;
	color: #042356;
}

/* Cases inner */
.cases_page,
.page-section.cases,
.cases:not(.page-section) {
	padding-top: 48px;
	padding-bottom: 48px;
	padding-left: 24px;
	padding-right: 24px;
}

.page-section.cases .container,
.cases_page .container {
	max-width: 1488px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

.cases_page .title-section,
.cases .title-section {
	margin-bottom: 13px;
}

.cases_page .descr-section {
	margin-bottom: 26px;
}

.cases .bottom-button {
	margin-top: 32px;
}

/* Service FAQ */
.service-faq {
	padding: 48px 0;
}

.service-faq .title-section {
	margin-bottom: 26px;
}

.service-faq__list {
	display: flex;
	flex-direction: column;
	max-width: 960px;
}

.service-faq__item {
	border: 1px solid #EEF1F5;
	border-radius: 13px;
	background: #FFFFFF;
	overflow: hidden;
	margin-bottom: 10px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.service-faq__item:hover {
	border-color: rgba(4, 35, 86, 0.12);
}

.service-faq__item[open] {
	box-shadow: 0 4px 20px rgba(2, 20, 47, 0.06);
}

.service-faq__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 20px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	color: #042356;
	cursor: pointer;
	list-style: none;
	user-select: none;
}

.service-faq__summary::-webkit-details-marker {
	display: none;
}

.service-faq__summary::after {
	content: '';
	flex-shrink: 0;
	width: 8px;
	height: 8px;
	border-right: 2px solid #E66003;
	border-bottom: 2px solid #E66003;
	transform: rotate(45deg);
	margin-top: -4px;
	transition: transform 0.2s ease;
}

.service-faq__item[open] .service-faq__summary::after {
	transform: rotate(-135deg);
	margin-top: 4px;
}

.service-faq__answer {
	padding: 0 20px 20px;
	font-size: 13px;
	line-height: 1.6;
	color: #02142F;
	border-top: 1px solid #EEF1F5;
	padding-top: 13px;
}

.service-faq__answer p {
	margin: 0 0 10px;
}

.service-faq__answer p:last-child {
	margin-bottom: 0;
}

/* Calculation / forms */
.calculation__content {
	padding: 26px 32px;
	border-radius: 13px;
	background: #042356;
	position: relative;
	z-index: 1;
}

.calculation__head {
	padding: 10px 20px;
	font-size: 13px;
	margin-bottom: -12px;
	border-radius: 13px 13px 0 0;
	line-height: 1.6;
	background: #042356;
	color: #FFFFFF;
	display: inline-block;
	position: relative;
	font-weight: 600;
}

.form-page {
	padding: 26px 32px;
	background: #042356;
	border-radius: 13px;
}

.title-form {
	font-size: 16px;
	margin-bottom: 7px;
	line-height: 1.4;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
}

.descr-form {
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 1.6;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.85);
	text-align: center;
}

.form-page .item-form {
	margin-bottom: 10px;
}

.form-page .item-form input,
.form-page .item-form textarea,
.calculation .item-form input,
.calculation .item-form textarea {
	height: 39px;
	padding: 0 13px;
	font-size: 12px;
	line-height: 1.4;
	border: none;
	border-radius: 7px;
	background: #FFFFFF;
	width: 100%;
	font-family: 'Inter', Arial, sans-serif;
}

.form-page .item-form textarea,
.calculation .item-form textarea {
	height: 77px;
	padding-top: 10px;
	resize: vertical;
}

.form-page .btn-main,
.calculation .btn-main {
	margin-top: 10px;
}

.form-page .checkbox,
.calculation .checkbox {
	margin-top: 13px;
}

.form-page .checkbox label,
.calculation .checkbox label {
	font-size: 10px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.85);
}

.form-page .checkbox a,
.calculation .checkbox a {
	color: #E66003;
}

/* Contacts / maps */
.contacts {
	padding: 48px 0;
}

.wrap-container-main {
	padding: 20px;
	background: #EEF1F5;
	border-radius: 24px;
	position: relative;
	z-index: 1;
}

.tab-container-main {
	border-radius: 13px;
	background: #FFFFFF;
	overflow: hidden;
}

.tabs-main {
	display: flex;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}

.tabs-main li {
	list-style: none;
}

.tabs-main a {
	position: static;
	z-index: auto;
	margin-bottom: 0;
	padding: 10px 23px;
	font-size: 13px;
	line-height: 1.5;
	color: #042356;
	display: block;
	text-align: center;
	border-radius: 24px;
	text-decoration: none;
	font-weight: 500;
	transition: background 0.2s, color 0.2s;
}

.tabs-main .active a {
	background: #E66003;
	color: #FFFFFF;
}

.tabs-main a::before,
.tabs-main a::after,
.tabs-main li:first-child a::before,
.tabs-main li:first-child a::after,
.tabs-main .active a::before,
.tabs-main .active a::after {
	display: none;
	content: none;
}

.tabs-main li + li {
	margin-left: 7px;
}

.map-contacts {
	height: 384px;
	border-radius: 13px;
	overflow: hidden;
	background-color: #EEF1F5;
}

.contacts__left {
	padding: 20px 0 20px 20px;
}

.contacts .item-dropdown__head {
	font-size: 13px;
	font-weight: 600;
	color: #042356;
	padding: 10px 0;
	cursor: pointer;
	border-bottom: 1px solid #EEF1F5;
}

.contacts .item-dropdown__head i {
	color: #E66003;
	margin-left: 7px;
}

.contacts .item-dropdown__content {
	font-size: 12px;
	line-height: 1.6;
	color: #02142F;
	padding: 10px 0 13px;
}

.contacts .item-dropdown__content strong {
	font-weight: 600;
	color: #042356;
}

.contacts .item-dropdown__content p {
	margin-bottom: 7px;
}

.wrap-map {
	position: relative;
}

.wrap-map .container {
	position: relative;
	z-index: 2;
	pointer-events: none;
}

.wrap-map .contacts__left {
	pointer-events: auto;
}

.wrap-map .map-contacts {
	position: absolute;
	inset: 0;
	z-index: 1;
}

/* About departaments */
.about-departaments {
	padding: 48px 0;
}

/* KTK overrides on inner.css (green → orange, vw → px) */
.wrapper_page .title-section {
	font-size: 29px;
	line-height: 39px;
	font-weight: 600;
	color: #02142F;
	margin-bottom: 32px;
}

.wrapper_page .calculation__head {
	font-size: 13px;
	padding: 10px 20px;
	margin-bottom: -12px;
	border-radius: 13px 13px 0 0;
	background: #042356;
	color: #FFFFFF;
	display: inline-block;
	font-weight: 600;
}

.wrapper_page .calculation__head::after {
	display: none;
}

.wrapper_page .calculation__content {
	padding: 26px 32px;
	border-radius: 13px;
	background: #042356;
}

.wrapper_page .calculation__wrap,
.wrapper_page .calculation__main {
	width: 100%;
}

.wrapper_page .item-step__number {
	width: 39px;
	height: 39px;
	border-radius: 50%;
	background: #E66003;
	border: none;
	font-size: 15px;
	font-weight: 700;
	color: #FFFFFF;
}

.wrapper_page .item-step__number::before {
	display: none;
}

.wrapper_page .item-step__number span {
	color: #FFFFFF;
}

.wrapper_page .tabs-main li a {
	position: static;
	z-index: auto;
	margin-bottom: 0;
	padding: 10px 23px;
	font-size: 13px;
	line-height: 1.5;
	color: #042356;
	border-bottom: none;
	border-radius: 24px;
	text-decoration: none;
	font-weight: 500;
	transition: background 0.2s, color 0.2s;
}

.wrapper_page .tabs-main li.active a {
	background: #E66003;
	color: #FFFFFF;
	border-bottom: none;
}

.wrapper_page .contacts_maps .tabs-main a::before,
.wrapper_page .contacts_maps .tabs-main a::after,
.wrapper_page .contacts_maps .tabs-main li:first-child a::before,
.wrapper_page .contacts_maps .tabs-main li:first-child a::after,
.wrapper_page .contacts .tabs-main a::before,
.wrapper_page .contacts .tabs-main a::after,
.wrapper_page .contacts .tabs-main li:first-child a::before,
.wrapper_page .contacts .tabs-main li:first-child a::after {
	display: none;
	content: none;
}

.wrapper_page .favors {
	background: #EEF1F5;
	border-radius: 24px;
	margin: 0;
}

.wrapper_page .benefits,
.wrapper_page .production,
.wrapper_page .steps,
.wrapper_page .steps-shipping,
.wrapper_page .regions,
.wrapper_page .team,
.wrapper_page .history,
.wrapper_page .about-types,
.wrapper_page .service-faq,
.wrapper_page .page-shipping,
.wrapper_page .about-shipping {
	padding: 48px 0;
}

.wrapper_page .page-section.cases,
.wrapper_page .cases_page {
	padding-top: 48px;
	padding-bottom: 48px;
	padding-left: 24px;
	padding-right: 24px;
}

.wrapper_page .page-section.cases .container,
.wrapper_page .cases_page .container {
	max-width: 1488px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

.wrapper_page .bottom-button {
	text-align: center;
	margin-top: 26px;
}

.wrapper_page .slick-prev,
.wrapper_page .slick-next {
	width: 39px;
	height: 39px;
	border-radius: 50%;
	background: #E66003;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.wrapper_page .slick-prev:hover,
.wrapper_page .slick-next:hover {
	background: #c95303;
}

.wrapper_page .slick-prev i,
.wrapper_page .slick-next i {
	color: #FFFFFF;
	font-size: 13px;
}

/* Footer — как на главной (inner.css перебивает main.css) */
.wrapper_page .footer {
	background: #02142F;
	padding: 30px 0 0;
	margin-top: auto;
	border-radius: 0;
	font-weight: inherit;
	color: #FFFFFF;
}

.wrapper_page .footer .logo img {
	width: auto;
}

.wrapper_page .footer__phone {
	font-size: 13px;
	line-height: 16px;
	font-weight: 600;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.wrapper_page .footer p {
	margin-bottom: 10px;
	color: #FFFFFF;
}

.wrapper_page .footer-bottom {
	margin-top: 39px;
	padding: 13px 0;
	color: rgba(255, 255, 255, 0.5);
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.wrapper_page .footer-bottom a {
	color: rgba(255, 255, 255, 0.5);
}

.wrapper_page .footer-bottom a:hover {
	color: #E66003;
}

.wrapper_page .btn_top {
	font-size: 15px;
	margin-left: 0;
	position: static;
	color: #FFFFFF !important;
	width: 39px;
	height: 39px;
	background: #E66003;
	border-radius: 50%;
}

.wrapper_page .btn_top:hover {
	opacity: 0.85;
	background: #E66003;
}

.wrapper_page .btn_top img {
	width: 13px;
	height: 13px;
}

/* Modals — KTK design на внутренних (inner.css задаёт greenlight-стили) */
.modal-main {
	padding: 0;
	background: transparent;
	display: none;
}

.modal-content {
	padding: 13px;
	width: 952px;
	max-width: 100%;
	border-radius: 13px;
	background: #042356;
	color: #FFFFFF;
	box-sizing: border-box;
}

.modal-row {
	display: flex;
	align-items: flex-start;
}

.modal-content__image {
	flex-shrink: 0;
	width: 340px;
	height: 408px;
	border-radius: 10px;
	overflow: hidden;
}

.modal-content__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.modal-content__main {
	flex: 1;
	min-width: 0;
	padding-left: 26px;
}

.modal-content__title {
	font-size: 26px;
	line-height: 1.35;
	font-weight: 700;
	color: #FFFFFF;
	margin: 0 0 13px;
}

.modal-content__title span {
	color: #E66003;
	text-transform: uppercase;
}

.modal-content__descr {
	font-size: 15px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 26px;
	max-width: 392px;
}

.modal-content__text {
	font-size: 12px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: 20px;
}

.modal-content .item-form {
	margin-bottom: 13px;
}

.modal-content__form {
	max-width: none;
}

.modal-content__form .row {
	margin: 0 -15px;
}

.modal-content__form .row > div {
	padding: 0 12px;
}

.modal-content__form .btn-main {
	width: auto;
	padding: 16px 26px;
}

.fancybox-slide--html .fancybox-close-small {
	padding: 7px;
	top: 13px;
	right: 13px;
	opacity: 1;
	color: #FFFFFF;
	background: rgba(2, 20, 47, 0.5);
	border-radius: 50%;
}

.fancybox-slide--html .fancybox-close-small svg path {
	fill: #FFFFFF;
}

.fancybox-slide--html .fancybox-content {
	padding: 0;
	background: transparent;
	overflow: visible;
}

.fancybox-slide--html .fancybox-content > .modal-main {
	display: block;
}

/* News / cases list & detail */
.page-hero_compact.hero_inner {
	min-height: 288px;
	padding-top: 0;
}

.page-hero_compact .page-hero__layout {
	padding-bottom: 26px;
}

.page-hero_compact .hero__title {
	font-size: 39px;
	line-height: 1.15;
}

.page-hero__subtitle {
	font-size: 13px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.75);
	margin-top: 10px;
}

.page-search {
	padding-top: 48px;
	padding-bottom: 48px;
}

.page-article__date {
	font-size: 13px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.75);
	margin-top: 10px;
}

.wrapper_page .page-section.page-news,
.wrapper_page .page-section.page-article {
	padding-top: 48px;
	padding-bottom: 48px;
	padding-left: 0;
	padding-right: 0;
}

.wrapper_page .page-section.page-news .container,
.wrapper_page .page-section.page-article .container {
	max-width: 1536px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 128px;
	padding-right: 128px;
}

.page-news .news-list__col {
	margin-bottom: 26px;
}

.news-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.news-card__image {
	position: relative;
	display: block;
	height: 208px;
	border-radius: 13px;
	overflow: hidden;
	margin-bottom: 13px;
	text-decoration: none;
}

.news-card_case .news-card__image {
	height: 256px;
}

.news-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.case-media_detail {
	margin-bottom: 26px;
}

.case-detail-video__inner {
	position: relative;
	display: block;
	height: auto;
	min-height: 320px;
	border-radius: 13px;
	overflow: hidden;
}

@media (min-width: 768px) {
	.case-detail-video__inner {
		min-height: 480px;
	}
}

.news-card__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex: 1;
}

.news-card__date {
	display: block;
	margin-bottom: 7px;
	font-size: 12px;
	line-height: 1.4;
	color: #E66003;
}

.news-card__title {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
}

.news-card__title a {
	color: #02142F;
	text-decoration: none;
}

.news-card__title a:hover {
	color: #E66003;
}

.news-card__link {
	display: inline-flex;
	margin-top: auto;
	padding: 0 0 5px;
	font-size: 13px;
	line-height: 1.4;
	color: #1A3578;
	text-decoration: none;
	border-bottom: 1px solid #1A3578;
}

.news-card__link:hover {
	color: #042356;
	border-bottom-color: #042356;
}

.news-list__pager {
	margin-top: 13px;
}

.wrapper_page .pager {
	height: auto;
	margin-top: 26px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wrapper_page .page-numbers {
	margin: 0 7px;
	font-size: 13px;
	line-height: 1.5;
	color: #042356;
	text-decoration: none;
}

.wrapper_page .page-numbers:hover,
.wrapper_page .page-numbers.current {
	color: #E66003;
}

.wrapper_page .page-numbers.current {
	font-weight: 600;
}

.wrapper_page .prev.page-numbers,
.wrapper_page .next.page-numbers {
	width: 39px;
	height: 39px;
	font-size: 13px;
	border: 1px solid #042356;
	border-radius: 50%;
	background: #FFFFFF;
	color: #042356;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}

.wrapper_page .prev.page-numbers {
	left: 0;
}

.wrapper_page .next.page-numbers {
	right: 0;
	left: auto;
}

.wrapper_page .prev.page-numbers:hover,
.wrapper_page .next.page-numbers:hover {
	color: #FFFFFF;
	background: #E66003;
	border-color: #E66003;
}

.wrapper_page .page-article .article-content {
	max-width: 720px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 1.65;
	color: #4B4B4B;
}

.wrapper_page .article-content__image {
	margin-bottom: 26px;
	border-radius: 13px;
	overflow: hidden;
}

.wrapper_page .article-content__image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 13px;
}

.wrapper_page .article-content h2 {
	margin: 26px 0 13px;
	font-size: 23px;
	line-height: 1.35;
	font-weight: 600;
	color: #02142F;
}

.wrapper_page .article-content h3 {
	margin: 20px 0 10px;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 600;
	color: #02142F;
}

.wrapper_page .article-content p {
	margin-bottom: 13px;
}

.wrapper_page .article-content ul,
.wrapper_page .article-content ol {
	margin: 13px 0 20px;
	padding-left: 20px;
}

.wrapper_page .article-content ul li {
	margin-bottom: 7px;
}

.wrapper_page .article-content ul li::marker {
	color: #E66003;
}

.wrapper_page .article-content a {
	color: #042356;
	text-decoration: underline;
}

.wrapper_page .article-content a:hover {
	color: #E66003;
}

.wrapper_page .article-toc {
	margin: 0 0 26px;
	padding: 16px 20px;
	background: #FFFFFF;
	border-left: 4px solid #E66003;
	border-radius: 10px;
	box-shadow: 0 4px 16px rgba(4, 35, 86, 0.08);
}

.wrapper_page .article-toc strong {
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
	color: #02142F;
}

.wrapper_page .article-toc ul {
	margin: 0;
	padding-left: 16px;
}

.wrapper_page .article-toc li {
	margin-bottom: 7px;
}

.wrapper_page .article-toc a {
	color: #042356;
	text-decoration: none;
}

.wrapper_page .article-toc a:hover {
	color: #E66003;
}

/* Services tools page (/services/) */
.wrapper_page .page-services {
	padding: 48px 0;
}

.wrapper_page .services-top {
	font-size: 15px;
	line-height: 1.7;
	font-weight: 400;
	color: #042356;
	margin-bottom: 32px;
}

.wrapper_page .services-top img {
	width: 100%;
	height: auto;
	border-radius: 13px;
	display: block;
}

.wrapper_page .services-top .col-lg-7 {
	padding-top: 8px;
	padding-right: 32px;
}

.wrapper_page .services-top p {
	margin-bottom: 16px;
}

.wrapper_page .services-top p:last-child {
	margin-bottom: 0;
}

.wrapper_page .item-service {
	padding: 20px 26px 52px;
	min-height: 100%;
	border-radius: 13px;
	background: #FFFFFF;
	display: block;
	color: #042356;
	position: relative;
	text-decoration: none;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.08);
	transition: box-shadow 0.2s, color 0.2s;
}

.wrapper_page .item-service:hover {
	color: #E66003;
	box-shadow: 0 8px 16px rgba(4, 35, 86, 0.12);
}

.wrapper_page .item-service__icon {
	width: 32px;
	height: 32px;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.wrapper_page .item-service__title {
	font-size: 15px;
	line-height: 1.6;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
	color: inherit;
}

.wrapper_page .item-service__text {
	display: block;
	font-size: 13px;
	line-height: 1.6;
	color: #042356;
}

.wrapper_page .item-service .arrow-btn {
	background: #EEF1F5;
}

.wrapper_page .item-service:hover .arrow-btn::after {
	border-color: #E66003;
}

/* Contacts page (/contacts/) */
.wrapper_page .page-contacts {
	padding-bottom: 0;
}

.wrapper_page .page-contacts > .container {
	padding-top: 48px;
	padding-bottom: 48px;
}

.wrapper_page .contacts-block {
	padding: 20px 26px;
	font-size: 13px;
	min-height: 320px;
	line-height: 1.67;
	border-radius: 13px;
	font-weight: 400;
	background: #FFFFFF;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.08);
}

.wrapper_page .contacts-block__title {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.5;
	font-weight: 600;
	color: #02142F;
}

.wrapper_page .contacts-block__item {
	margin-bottom: 16px;
	color: #042356;
}

.wrapper_page .contacts-block__item strong {
	font-weight: 600;
}

.wrapper_page .contacts-block__item a {
	color: #042356;
	text-decoration: none;
}

.wrapper_page .contacts-block__item a:hover {
	color: #E66003;
}

.wrapper_page .contacts-block__item:last-child {
	margin-bottom: 0;
}

.wrapper_page .contacts-block .socials-list {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wrapper_page .contacts-block .socials-list li {
	margin: 0 0 0 10px;
}

.wrapper_page .contacts-block .socials-list li:first-child {
	margin-left: 0;
}

.wrapper_page .contacts-block .socials-list img,
.wrapper_page .contacts-block > a > img {
	width: 50px;
	height: 50px;
}

.wrapper_page .contact-dropdown {
	margin-bottom: 10px;
}

.wrapper_page .contact-dropdown:last-child {
	margin-bottom: 0;
}

.wrapper_page .contact-dropdown__head {
	padding: 10px 13px;
	padding-right: 26px;
	font-size: 13px;
	border-radius: 8px;
	font-weight: 500;
	background: #EEF1F5;
	color: #042356;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.wrapper_page .contact-dropdown__head i {
	font-size: 11px;
	transition: transform 0.3s;
}

.wrapper_page .contact-dropdown.active .contact-dropdown__head i {
	transform: rotate(180deg);
}

.wrapper_page .contact-dropdown__content {
	padding: 10px;
	display: none;
}

.wrapper_page .page-contacts .row > div:nth-child(2) .contacts-block__title {
	margin-bottom: 16px;
}

.wrapper_page .page-contacts #map {
	height: 400px;
	background: #EEF1F5;
	width: 100%;
}

.wrapper_page .page-contacts .map-wrap {
	margin-top: 0;
	position: relative;
}

.wrapper_page .page-contacts .map-wrap .container {
	position: relative;
}

.wrapper_page .page-contacts .map-wrap .form-page {
	padding: 26px 32px;
	width: 320px;
	top: 32px;
	right: 16px;
	z-index: 2;
	position: absolute;
	background: #FFFFFF;
	border-radius: 13px;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.15);
}

.wrapper_page .page-contacts .map-wrap .title-form {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	color: #02142F;
	text-transform: uppercase;
}

.wrapper_page .page-contacts .map-wrap .form-page form {
	padding: 0;
}

.wrapper_page .page-contacts .map-wrap .form-page .checkbox label {
	color: #042356;
}

.wrapper_page .page-contacts .map-wrap .form-page .checkbox a {
	color: #E66003;
}

.wrapper_page .page-contacts .map-wrap .item-form textarea {
	height: 96px;
	padding-top: 12px;
}

/* Interactions — inner / modal buttons (loads after inner.css) */
@media (prefers-reduced-motion: no-preference) {
	.wrapper_page .btn-main,
	.wrapper_page input.btn-main[type="submit"],
	.wrapper_page button.btn-main,
	.fancybox-container .btn-main,
	.fancybox-container input.btn-main[type="submit"],
	.modal-content .btn-main,
	.modal-content input.btn-main[type="submit"],
	.modal-content__form .btn-main,
	.modal-content__form input.btn-main[type="submit"] {
		transition:
			box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
			background-color 0.25s ease,
			border-color 0.25s ease,
			color 0.25s ease,
			transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
	}

	.wrapper_page .btn-main:not(.btn-main_outline):not(.btn-main_white):not(.btn-main_transparent):hover,
	.wrapper_page input.btn-main[type="submit"]:not(.btn-main_outline):not(.btn-main_white):not(.btn-main_transparent):hover,
	.wrapper_page button.btn-main:not(.btn-main_outline):not(.btn-main_white):not(.btn-main_transparent):hover,
	.fancybox-container .btn-main:not(.btn-main_outline):hover,
	.fancybox-container input.btn-main[type="submit"]:not(.btn-main_outline):hover,
	.modal-content .btn-main:not(.btn-main_outline):hover,
	.modal-content__form .btn-main:not(.btn-main_outline):hover,
	.modal-content__form input.btn-main[type="submit"]:not(.btn-main_outline):hover {
		box-shadow: 0 10px 28px rgba(230, 96, 3, 0.32);
		background: #cf5703;
		color: #FFFFFF;
		border-color: transparent;
	}

	.wrapper_page .btn-main.btn-main_outline:hover,
	.wrapper_page .btn-main.btn-main_transparent:hover,
	.fancybox-container .btn-main.btn-main_outline:hover,
	.fancybox-container .btn-main.btn-main_transparent:hover {
		box-shadow: 0 8px 22px rgba(230, 96, 3, 0.22);
	}

	.wrapper_page .btn-main.btn-main_white:hover {
		box-shadow: 0 8px 22px rgba(4, 35, 86, 0.14);
	}

	.wrapper_page .btn-main:active,
	.wrapper_page input.btn-main[type="submit"]:active,
	.fancybox-container .btn-main:active,
	.modal-content__form .btn-main:active {
		transform: scale(0.98);
	}
}

.wrapper_page .btn-main:focus-visible,
.wrapper_page input.btn-main[type="submit"]:focus-visible,
.fancybox-container .btn-main:focus-visible,
.modal-content__form .btn-main:focus-visible {
	outline: 2px solid #042356;
	outline-offset: 3px;
}

