@import url("../assets/bootstrap/bootstrap.min.css");
@import url("../assets/jquery/jquery-ui/jquery-ui.css");
@import url("../assets/owlcarousel/owl.carousel.min.css");
@import url("../assets/fancybox/jquery.fancybox.min.css");
@import url("../assets/aos/aos.css");
/*
* ----------------------------------------------------------------------------------------
* Fonts
* ----------------------------------------------------------------------------------------
*/
@import url("../assets/fonts/fontawesome-free-6.7.2-web/css/all.min.css");
@import url("../assets/fonts/bootstrap-icons-1.11.3/font/bootstrap-icons.min.css");
/*
* ----------------------------------------------------------------------------------------
* General
* ----------------------------------------------------------------------------------------
*/
:root {
 --h-accent: #0093ad;
 --h-accent-hover: #00acc1;
 --h-dark: #102a43;
 --h-text: #1e293b;
 --h-muted: #64748b;
 --h-border: #e2e8f0;
 --h-white: #ffffff;
 --h-bg: #ffffff;
 --container-gradient: linear-gradient(90deg, #f1f5f9 0%, #ffffff 15%, #ffffff 100%);
 --pattern-color: rgba(0, 147, 173, 0.03);
}
/*
* ----------------------------------------------------------------------------------------
* General Setup
* ----------------------------------------------------------------------------------------
*/
*, *::before, *::after {
	box-sizing: border-box;
}
html {
	scrollbar-gutter: stable;
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100%;
}
body {
	margin: 0;
	width: 100%;
	background-color: var(--h-bg);
	background-image: var(--container-gradient), radial-gradient(var(--pattern-color) 1px, transparent 1px);
	background-size: 100% 100%, 40px 40px;
	background-attachment: fixed;
	font-size: 1rem;
	font-weight: 400;
	font-family: "Inter", "Roboto", sans-serif;
	color: var(--h-text);
	line-height: 1.5;
	scroll-behavior: smooth;
}
/*
* ----------------------------------------------------------------------------------------
* Typography & Links
* ----------------------------------------------------------------------------------------
*/

a {
	color: var(--h-accent);
	text-decoration: none;
	transition: all 0.3s ease;
}
a:hover {
	color: var(--h-accent-hover);
}
a:focus, :focus {
	outline: none !important;
}
p {
	margin-bottom: 1.2rem;
}
::selection {
	background-color: var(--h-accent);
	color: var(--h-white);
}
ul, ol {
	padding: 0;
	margin: 0 0 1.5rem 0;
	list-style: none;
}
article h1, article h2, article h3, article h4, article h5, article h6 {
	color: var(--h-dark);
	font-weight: 800;
	font-size: 1rem !important;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 1rem;
}

article ul, article ol {
	padding: 0;
	margin: 0 0 1.5rem 0;
	list-style: none;
}
article ul li, article ol li {
	margin-bottom: 0.8rem;
	position: relative;
	padding-left: 1.8rem;
	line-height: 1.6;
}
article ul li::before {
	content: "—";
	position: absolute;
	left: 0;
	color: var(--h-accent);
	font-weight: 800;
}
article ol {
	counter-reset: ht-counter;
}
article ol li {
	counter-increment: ht-counter;
}
article ol li::before {
	content: counter(ht-counter) ".";
	position: absolute;
	left: 0;
	color: var(--h-accent);
	font-weight: 800;
	font-variant-numeric: tabular-nums;
}
/*
* ----------------------------------------------------------------------------------------
* Scrollbar
* ----------------------------------------------------------------------------------------
*/
::-webkit-scrollbar {
 width: 10px;
}

::-webkit-scrollbar-track {
 background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
 background: var(--h-accent);
 border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
 background: var(--h-accent-hover);
}
/*
* ----------------------------------------------------------------------------------------
* Forms & Inputs
* ----------------------------------------------------------------------------------------
*/
input:focus {
	outline: none;
}
 input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}
.form-floating > .form-control + label, .form-floating > .form-control:focus + label {
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem) !important;
	opacity: 0.65;
}
.form-floating > .form-control {
	padding-top: 1.625rem !important;
	padding-bottom: 0.625rem !important;
}
/*
* ----------------------------------------------------------------------------------------
* Helpers & Elements
* ----------------------------------------------------------------------------------------
*/
.flex {
	display: flex;
	flex-wrap: wrap;
}
.flex-item {
	flex: 1 1 0;
	min-width: 0;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	display: block;
}
hr {
	border: 0;
	border-top: 1px solid var(--h-border);
	margin: 2.5rem 0;
}
.grecaptcha-badge {
	display: none !important;
}
/*
* ----------------------------------------------------------------------------------------
* Recaptcha
* ----------------------------------------------------------------------------------------
*/
.grecaptcha-badge {
	display: none !important;
}
/*
* ----------------------------------------------------------------------------------------
* Heading
* ----------------------------------------------------------------------------------------
*/
#heading {
 --h-accent: #0093ad;
 --h-text: #102a43;
 --h-muted: #64748b;
	padding: 30px 0 20px 0;
	background: #ffffff;
}
#heading .breadcrumbs {
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
	font-size: 14px;
}
#heading .breadcrumbs a.home-link {
	color: var(--h-accent);
	text-decoration: none;
	font-size: 14px;
	line-height: 1;
}
#heading .breadcrumbs a.home-link:hover {
	opacity: 0.8;
}
#heading .breadcrumbs i.sep {
	font-size: 9px;
	color: #cbd5e1;
}
#heading .breadcrumbs .current {
	color: var(--h-muted);
	font-weight: 500;
}
#heading .title-block {
	position: relative;
	padding-left: 20px;
	border-left: 5px solid var(--h-accent);
}
#heading h1 {
	font-weight: 900;
	font-size: 2.4rem;
	color: var(--h-text);
	margin: 0 0 15px 0;
	line-height: 1.1;
}
#heading .meta {
	display: flex;
	align-items: center;
	gap: 10px;
}
#heading .meta .item {
	display: flex;
	align-items: center;
	background: #f8fafc;
	border-radius: 6px;
	border: 1px solid #edf2f7;
	height: 30px;
}
#heading .meta .item .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 100%;
	background: rgba(0, 147, 173, 0.06);
	color: var(--h-accent);
	border-radius: 6px 0 0 6px;
}
#heading .meta .item .val {
	padding: 0 10px;
	font-size: 12px;
	font-weight: 700;
	color: var(--h-muted);
}

@media (max-width: 768px) {
#heading h1 {
	font-size: 1.6rem;
}
}
/*
* ----------------------------------------------------------------------------------------
* Modal Custom
* ----------------------------------------------------------------------------------------
*/
.modal-custom {
 --mc-dark: #0f172a;
 --mc-accent: #0093ad;
 --mc-accent-soft: rgba(0, 180, 216, 0.08);
 --mc-bg-soft: #f8fafc;
 --mc-text-main: #102a43;
 --mc-text-muted: #475569;
 --mc-radius-lg: 24px;
 --mc-radius-md: 12px;
 --mc-border-color: #f1f5f9;
}
.modal-custom .modal-content {
	border-radius: var(--mc-radius-lg) !important;
	border: none !important;
	overflow: hidden;
	box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.25);
}
.modal-custom .modal-header {
	background-color: var(--mc-accent) !important;
	padding: 1rem 1rem 2.5rem !important;
	clip-path: ellipse(150% 100% at 50% 0%) !important;
	border: none !important;
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
}
.modal-custom .modal-title {
	color: var(--bs-white) !important;
	font-weight: 700 !important;
	font-size: 1.5rem !important;
	margin: 0 !important;
	align-items: center !important;
}
.modal-custom .btn-close {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 28px !important;
	height: 28px !important;
	min-width: 28px !important;
	border-radius: 50% !important;
	background-color: rgba(255, 255, 255, 0.95) !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15) !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23102a43'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") !important;
	background-size: 11px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	filter: none !important;
	opacity: 0 !important;
	transition: all 0.3s ease !important;
}
.modal-custom.show .btn-close {
	opacity: 1 !important;
	animation: btnSpinAppear 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.3s;
}
 @keyframes btnSpinAppear {
 0% {
transform: scale(0) rotate(-360deg);
opacity: 0;
}
 100% {
transform: scale(1) rotate(0deg);
opacity: 1;
}
}
.modal-custom .btn-close:active {
	background-color: #f0f4f8 !important;
	transform: scale(0.9) !important;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) !important;
}
.modal-custom .btn-close:focus {
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15) !important;
	outline: none !important;
}
.modal-custom .modal-body {
	padding: 35px !important;
	background-color: var(--bs-white);
}
.modal-custom label {
	display: block;
	font-weight: 700;
	color: var(--mc-text-main);
	margin-bottom: 10px;
	font-size: 14px;
}
.modal-custom .form-select, .modal-custom .form-control {
	border-radius: var(--mc-radius-md) !important;
	border: 2px solid var(--mc-border-color) !important;
	padding: 12px 15px !important;
	font-size: 15px !important;
	transition: all 0.3s ease;
}
.modal-custom .form-select:focus, .modal-custom .form-control:focus {
	border-color: var(--mc-accent) !important;
	box-shadow: none !important;
	background-color: #f8fafc;
}
.modal-custom .form-select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2300b4d8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 16px 12px;
}
.modal-custom .input-group {
	display: flex;
	width: 100%;
	gap: 0;
}
.modal-custom .input-group .userAddress {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-right: none !important;
	flex: 1;
}
.modal-custom .btn-calc-route {
	background-color: var(--mc-accent) !important;
	color: var(--bs-white) !important;
	border: 2px solid var(--mc-accent) !important;
	border-radius: 0 var(--mc-radius-md) var(--mc-radius-md) 0 !important;
	padding: 0 25px !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	cursor: pointer;
	white-space: nowrap;
}
.modal-custom .calc-options {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 1fr;
	gap: 8px;
	margin-bottom: 15px;
	align-items: stretch;
}
.modal-custom .form-check {
	display: flex;
	margin: 0 !important;
	padding: 0 !important;
}
.modal-custom .form-check-label {
	position: relative;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center;
	width: 100%;
	height: 100% !important;
	min-height: 60px;
	padding: 15px 8px 10px 8px !important;
	background: #f8fafc;
	border: 2px solid #e2e8f0;
	border-radius: 10px;
	font-weight: 600 !important;
	font-size: 0.8rem;
	line-height: 1.2;
	cursor: pointer;
	transition: all 0.2s ease;
}
.modal-custom .form-check-label::before {
	font-family: "bootstrap-icons";
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 0.9rem;
	line-height: 1;
	color: #cbd5e1;
}
.modal-custom .form-check-input {
	display: none !important;
}
 .modal-custom .form-check:has(input[type="radio"]) .form-check-label::before {
content: "\F28A";
}
.modal-custom .form-check:has(input[type="checkbox"]) .form-check-label::before {
content: "\F584";
}
 .modal-custom .form-check:has(.form-check-input:checked) .form-check-label {
 background: var(--mc-accent-soft) !important;
 border-color: var(--mc-accent) !important;
 color: var(--mc-accent) !important;
}
 .modal-custom .form-check:has(.form-check-input:checked) .form-check-label::before {
 color: var(--mc-accent);
}
 .modal-custom .form-check:has(.form-check-input[type="radio"]:checked) .form-check-label::before {
content: "\F26B";
}
.modal-custom .form-check:has(.form-check-input[type="checkbox"]:checked) .form-check-label::before {
content: "\F26D";
}
.modal-custom .opt-title {
	font-size: 13px;
	margin-bottom: 4px;
	display: block;
}
.modal-custom .opt-price {
	font-size: 11px;
	font-weight: 500 !important;
	opacity: 0.8;
	display: block;
}
.modal-custom .range-container {
	position: relative;
	padding-top: 10px;
}
.modal-custom .areaValueDisplay, .modal-custom .areaValueFinal {
	color: var(--mc-accent);
	font-size: 18px;
	font-weight: 800;
	margin-left: 5px;
}
.modal-custom .custom-range {
	-webkit-appearance: none;
	width: 100%;
	height: 8px;
	background: #f1f5f9;
	border-radius: 5px;
	outline: none;
	margin: 15px 0;
	display: block;
}
 .modal-custom .custom-range::-webkit-slider-thumb {
 -webkit-appearance: none;
 appearance: none;
 width: 24px;
 height: 24px;
 background: var(--mc-accent);
 border: 4px solid var(--mc-white);
 border-radius: 50%;
 cursor: pointer;
 box-shadow: 0 4px 10px rgba(0, 180, 216, 0.3);
 transition: 0.2s;
 margin-top: -8px;
}
.modal-custom .custom-range::-moz-range-thumb {
 width: 24px;
 height: 24px;
 background: var(--mc-accent);
 border: 4px solid var(--mc-white);
 border-radius: 50%;
 cursor: pointer;
 box-shadow: 0 4px 10px rgba(0, 180, 216, 0.3);
 border: none;
}
 .modal-custom .custom-range::-moz-focus-outer {
 border: 0;
}
 .modal-custom .custom-range:active::-webkit-slider-thumb {
 transform: scale(1.2);
}
.modal-custom .range-labels {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	color: var(--mc-text-muted);
	font-weight: 600;
}
.modal-custom .btn-step-next, .modal-custom .btn-step-submit {
	width: 100%;
	border: none !important;
	border-radius: var(--mc-radius-md) !important;
	font-weight: 800 !important;
	text-transform: uppercase;
	transition: 0.3s;
}
.modal-custom .btn-step-next, .modal-custom .btn-step-submit {
	background-color: var(--mc-accent) !important;
	color: var(--bs-white) !important;
	padding: 16px !important;
	letter-spacing: 1px;
	margin-top: 20px;
}
.modal-custom .btn-step-next:disabled, .modal-custom .btn-step-submit:disabled {
	background-color: #cbd5e1 !important;
	color: #94a3b8 !important;
	opacity: 0.6 !important;
	cursor: not-allowed !important;
	transform: none !important;
}
.modal-custom .btn-step-next:hover:not(:disabled), .modal-custom .btn-step-submit:hover:not(:disabled) {
	background-color: var(--mc-dark) !important;
	transform: translateY(-2px);
}
.modal-custom .mc-v-wrapper {
	margin: -35px !important;
}
.modal-custom .mc-v-panel-info {
	background-color: var(--mc-bg-soft);
	border-right: 1px solid var(--mc-border-color);
	padding: 3rem !important;
}
.modal-custom .mc-v-panel-form {
	background-color: var(--bs-white);
	padding: 3rem !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.modal-custom .mc-v-back {
	cursor: pointer;
	color: var(--mc-text-muted);
	font-size: 14px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 1.5rem;
	transition: color 0.3s;
}
.modal-custom .mc-v-back:hover {
	color: var(--mc-accent);
}
.modal-custom .mc-v-title {
	font-weight: 800;
	font-size: 18px;
	color: var(--mc-text-main);
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.modal-custom .mc-v-data-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	font-size: 15px;
}
.modal-custom .mc-v-label-text {
	color: var(--mc-text-muted);
}
.modal-custom .mc-v-value-text {
	font-weight: 700;
	color: var(--mc-text-main);
}
.modal-custom .mc-v-stack {
	margin-bottom: 15px;
}
.modal-custom .mc-v-badge-title {
	font-size: 11px;
	color: var(--mc-accent);
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.modal-custom .mc-v-stack-content {
	font-weight: 600;
	color: var(--mc-text-main);
	font-size: 14px;
}
.modal-custom .mc-v-total-box {
	padding-top: 20px;
	border-top: 2px dashed #e2e8f0;
}
.modal-custom .mc-v-total-label {
	font-size: 13px;
	color: var(--mc-text-muted);
	font-weight: 600;
	margin-bottom: 5px;
}
.modal-custom .mc-v-total-amount {
	font-size: 32px;
	font-weight: 900;
	color: var(--mc-accent);
}
.modal-custom .mc-v-total-amount small {
	font-size: 18px;
}
.modal-custom .mc-v-field {
	margin-bottom: 15px;
}
.modal-custom .mc-v-field-label {
	display: block;
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 8px !important;
	color: var(--mc-text-muted);
}
.modal-custom .mc-v-policy {
	margin-bottom: 1.5rem;
}
.modal-custom .mc-v-policy-label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
	font-size: 12px;
	color: var(--mc-text-muted);
	font-weight: 500;
}
.modal-custom .mc-v-policy-check {
	width: 18px;
	height: 18px;
	accent-color: var(--mc-accent);
	flex-shrink: 0;
}
.modal-custom .mc-v-mb-md {
	margin-bottom: 15px;
}
.modal-custom .mc-v-mb-lg {
	margin-bottom: 20px;
}

@media (max-width: 767px) {
.modal-custom .mc-v-wrapper {
	margin: -20px !important;
}
.modal-custom .mc-v-panel-info, .modal-custom .mc-v-panel-form {
	padding: 1.5rem !important;
}
.modal-custom .mc-v-panel-info {
	border-right: none;
	border-bottom: 1px solid var(--mc-border-color);
}
}
.modal-custom .btn-back-arrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--mc-text-muted);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	padding: 5px 0;
}
.modal-custom .btn-back-arrow svg {
	transition: transform 0.3s ease;
}
.modal-custom .btn-back-arrow:hover {
	color: var(--mc-accent);
}
.modal-custom .btn-back-arrow:hover svg {
	transform: translateX(-5px);
}

@media (max-width: 768px) {
.modal-custom .calc-options {
	grid-template-columns: repeat(2, 1fr);
}
.modal-custom .calc-final-container {
	flex-direction: column;
}
}

@media (max-width: 480px) {
.modal-custom .calc-options {
	grid-template-columns: 1fr;
}
}
#callbackModal {
 --m-accent: #0093ad;
 --m-dark: #102a43;
 --m-muted: #64748b;
 --m-border: #e2e8f0;
}
#callbackModal .modal-content {
	border: none;
	border-radius: 16px;
	overflow: hidden;
}
#callbackModal .modal-header {
	background: #fff;
	border-bottom: 1px solid var(--m-border);
	padding: 20px 25px;
}
#callbackModal .modal-title {
	font-weight: 800;
	text-transform: uppercase;
	color: var(--m-dark);
	font-size: 1rem;
}
#callbackModal .form-panel {
	background: #fff;
}
#callbackModal .step-title {
	padding: 25px 25px 15px;
	font-weight: 900;
	font-size: 1.2rem;
	color: var(--m-dark);
	text-align: center;
}
#callbackModal .services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	padding: 15px 25px 25px;
}
#callbackModal .service-label {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15px 5px;
	background: #f8fafc;
	border: 2px solid var(--m-border);
	border-radius: 12px;
	cursor: pointer;
	transition: all 0.2s ease;
	min-height: 85px;
	text-align: center;
}
#callbackModal .service-label i {
	font-size: 1.5rem;
	margin-bottom: 5px;
	color: var(--m-muted);
	transition: 0.2s;
}
#callbackModal .service-label span {
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--m-muted);
}
#callbackModal .service-radio:checked + .service-label {
	background: rgba(0, 147, 173, 0.08);
	border-color: var(--m-accent);
}
#callbackModal .service-radio:checked + .service-label i, #callbackModal .service-radio:checked + .service-label span {
	color: var(--m-accent);
}
#callbackModal .field-group {
	padding: 0 25px 15px;
}
#callbackModal .field-group label {
	display: block;
	font-size: 0.8rem;
	font-weight: 700;
	color: var(--m-muted);
	margin-bottom: 5px;
	text-transform: uppercase;
}
#callbackModal .form-control {
	border-radius: 10px;
	padding: 12px 15px;
	border: 2px solid var(--m-border);
	font-weight: 600;
}
#callbackModal .form-control:focus {
	border-color: var(--m-accent);
	box-shadow: none;
}
#callbackModal .btn-next, #callbackModal .btn-submit {
	flex-grow: 1;
	background: var(--m-accent);
	color: #fff;
	border: none;
	padding: 14px;
	border-radius: 10px;
	font-weight: 800;
	text-transform: uppercase;
	transition: 0.3s;
}
#callbackModal .btn-next:disabled {
	background: #e2e8f0;
	color: #94a3b8;
}
#callbackModal .btn-back {
	background: #f1f5f9;
	border: none;
	width: 60px;
	border-radius: 10px;
	color: var(--m-muted);
	font-size: 1.2rem;
}
/* Политика */
#callbackModal .policy-group {
	padding: 0 25px 20px;
}
#callbackModal .policy-label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
	font-size: 0.8rem;
	color: var(--m-muted);
}
#callbackModal .policy-label input {
	margin-top: 3px;
	accent-color: var(--m-accent);
}
#callbackModal .btn-submit:disabled {
	background: #e2e8f0;
	color: #94a3b8;
	cursor: not-allowed;
	transform: none;
	box-shadow: none;
}

/*
* ----------------------------------------------------------------------------------------
* Offcanvas
* ----------------------------------------------------------------------------------------
*/
@media (max-width: 991.98px) {
.offcanvas {
 --oc-accent: #0093ad;
 --oc-dark-text: #102a43;
}
.offcanvas .offcanvas-header {
	background-color: var(--oc-accent) !important;
	padding: 1rem 1rem 2.5rem !important;
	clip-path: ellipse(150% 100% at 50% 0%) !important;
	border: none !important;
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
}
.offcanvas .offcanvas-title {
	color: var(--bs-white) !important;
	font-weight: 700 !important;
	font-size: 1.5rem !important;
	margin: 0 !important;
	align-items: center !important;
}
.offcanvas .btn-close {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 28px !important;
	height: 28px !important;
	min-width: 28px !important;
	border-radius: 50% !important;
	background-color: rgba(255, 255, 255, 0.95) !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15) !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23102a43'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") !important;
	background-size: 11px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	filter: none !important;
	opacity: 0 !important;
	transition: all 0.3s ease !important;
}
.offcanvas.show .btn-close {
	opacity: 1 !important;
	animation: btnSpinAppear 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.3s;
}
 @keyframes btnSpinAppear {
 0% {
transform: scale(0) rotate(-360deg);
opacity: 0;
}
 100% {
transform: scale(1) rotate(0deg);
opacity: 1;
}
}
.offcanvas .btn-close:active {
	background-color: #f0f4f8 !important;
	transform: scale(0.9) !important;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) !important;
}
.offcanvas .btn-close:focus {
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15) !important;
	outline: none !important;
}
}
.offcanvas-backdrop {
	z-index: 1040 !important;
}
/*
* ----------------------------------------------------------------------------------------
* Header
* ----------------------------------------------------------------------------------------
*/
#header {
 --accent: #0093ad;
 --accent-hover: #00acc1;
 --text-dark: #102a43;
 --header-bg: rgba(255, 255, 255, 0.75);
	background: var(--header-bg);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	height: 80px;
	display: flex;
	align-items: center;
	border-bottom: 2px solid rgba(0, 147, 173, 0.1);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
#header .navbar-brand {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 8px 10px 8px 32px !important;
	text-decoration: none !important;
	line-height: 1;
}
#header .navbar-brand::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 58px;
	height: 58px;
	background: color-mix(in srgb, var(--accent), white 80%);
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
	z-index: 1;
	transition: all 0.3s ease;
}
#header .navbar-brand .logo-text {
	position: relative;
	z-index: 2;
	color: var(--text-dark);
	font-weight: 900;
	font-size: 17.5px;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	display: block;
	margin-left:-20px;
}

#header .navbar-brand .logo-text:nth-child(2) {
	margin-top: 1px;
}
#header .navbar-brand:hover::before {
	background: color-mix(in srgb, var(--accent), white 90%);
	width: 68px;
}
#header .nav-link {
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: var(--text-dark) !important;
	padding: 31px 18px !important;
	position: relative;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
}
#header .nav-link:hover {
	color: var(--accent) !important;
}
#header .nav-link::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 18px;
	right: 18px;
	height: 4px;
	background: linear-gradient(90deg, var(--accent), var(--accent-hover));
	transform: scaleX(0);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	border-radius: 4px 4px 0 0;
}
#header .nav-link.active::after, #header .nav-link:hover::after {
	transform: scaleX(1);
}
#header .dropdown-toggle::after {
	display: none !important;
}
#header .dropdown-toggle::before {
	content: "\f282" !important;
	font-family: "bootstrap-icons" !important;
	order: 2;
	margin-left: 10px;
	width: 22px;
	height: 22px;
	background: rgba(0, 147, 173, 0.1);
	color: var(--accent);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	transition: all 0.3s ease;
}
#header .dropdown-toggle.show::before {
	background: var(--accent);
	color: #fff;
	transform: rotate(180deg);
}

@media (min-width: 992px) {
#header .dropdown:hover > .dropdown-menu {
	display: flex !important;
	flex-wrap: wrap;
	flex-direction: row;
	margin-top: 0;
}
#header .dropdown-menu li {
	width: 50%;
}
#header .dropdown-menu li:last-child {
	width: 100%;
}
#header .nav-link.dropdown-toggle:hover::before {
	background: var(--accent);
	color: #fff;
	transform: rotate(180deg);
}
}
#header .phone-icon-round {
	width: 40px;
	height: 40px;
	background: linear-gradient(135deg, var(--accent) 0%, #005f73 100%);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50% !important;
	font-size: 16px;
	margin-right: 12px;
	transition: transform 0.3s ease;
}
#header .phone-number {
	font-weight: 800;
	font-size: 17px;
	color: var(--text-dark);
}
.pulse-blue {
	animation: p-wave 2s infinite;
}
 @keyframes p-wave {
 0% {
box-shadow: 0 0 0 0 rgba(0, 147, 173, 0.4);
}
 70% {
box-shadow: 0 0 0 12px rgba(0, 147, 173, 0);
}
 100% {
box-shadow: 0 0 0 0 rgba(0, 147, 173, 0);
}
}
#header .dropdown-menu {
	border-radius: 12px;
	border: 1px solid rgba(0, 147, 173, 0.1);
	box-shadow: 0 10px 40px rgba(0, 42, 67, 0.1);
	padding: 10px;
	min-width: 540px;
}
#header .dropdown-item {
	font-weight: 600;
	border-radius: 8px;
	padding: 10px 20px;
	white-space: normal !important;
}
#header .dropdown-item:hover {
	background-color: rgba(0, 147, 173, 0.05);
	color: var(--accent);
}

@media (max-width: 991px) {
#header .offcanvas-start {
	width: 300px !important;
	height: 100vh !important;
	background-color: #fff !important;
}
#header .dropdown-menu {
	position: static !important;
	float: none !important;
	width: 100% !important;
	min-width: 100% !important;
	box-shadow: none !important;
	border: none !important;
	border-left: 2px solid rgba(0, 147, 173, 0.1) !important;
	border-radius: 0 !important;
	background: rgba(0, 147, 173, 0.03) !important;
	padding-left: 20px !important;
	margin: 0 !important;
}
#header .dropdown-menu li {
	width: 100% !important;
}
#header .nav-link {
	padding: 15px 20px !important;
	border-bottom: 1px solid rgba(0, 147, 173, 0.1);
	width: 100%;
	text-align: left;
	justify-content: space-between;
}
#header .nav-link::after {
	display: none !important;
}
}
#header .menu-icon {
	width: 25px;
	height: 18px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
}
#header .menu-icon span {
	display: block;
	height: 3px;
	width: 100%;
	background-color: var(--accent);
	border-radius: 3px;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#header .navbar-toggler.active .menu-icon span:nth-child(1) {
	transform: translateY(7.5px) rotate(45deg);
}
#header .navbar-toggler.active .menu-icon span:nth-child(2) {
	opacity: 0;
	transform: translateX(-10px);
}
#header .navbar-toggler.active .menu-icon span:nth-child(3) {
	transform: translateY(-7.5px) rotate(-45deg);
}
/*
* ----------------------------------------------------------------------------------------
* Section
* ----------------------------------------------------------------------------------------
*/

.section-header {
 --sec-accent: #00b4d8;
 --sec-dark: #0f172a;
	text-align: center;
	margin-bottom: 60px;
	position: relative;
	z-index: 2;
}
.section-header .section-badge {
	color: var(--sec-accent);
	font-weight: 800;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 10px;
}
.section-header .section-title {
	font-size: clamp(22px, 4vw, 40px);
	color: var(--sec-dark);
	font-weight: 900;
	margin: 0;
}
.section-header .section-title span {
	background: linear-gradient(135deg, var(--sec-accent), #0077b6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/*
* ----------------------------------------------------------------------------------------
* Hero
* ----------------------------------------------------------------------------------------
*/
#hero {
 --h-accent: #00b4d8;
 --h-accent-hover: #0096c7;
 --h-dark: #0f172a;
 --h-text: #475569;
	padding: 100px 0 140px;
	background: var(--bs-white);
	overflow: hidden;
	position: relative;
}
#hero .hero-bg-shape {
	position: absolute;
	top: 0;
	right: 0;
	width: 45%;
	height: 100%;
	background: var(--h-accent);
	clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
	opacity: 0.08;
	z-index: 0;
}
#hero .hero-wrapper {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 60px;
	align-items: center;
	position: relative;
	z-index: 1;
}
#hero .hero-badge-container {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	padding: 5px 15px;
	background: linear-gradient(120deg, rgba(0,180,216,0.2) 0%, rgba(0,180,216,0) 100%);
	border-left: 4px solid var(--h-accent);
	border-radius: 4px;
}
#hero .hero-badge {
	color: var(--h-dark) !important;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
}
#hero .hero-title {
	font-size: 1.7rem;
	color: var(--h-dark);
	font-weight: 900;
	line-height: 1.1;
	margin-bottom: 25px;
}
#hero .hero-title span {
	color: var(--h-accent);
	background: linear-gradient(135deg, var(--h-accent), #0077b6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#hero .hero-description {
	font-size: 17px;
	color: var(--h-text);
	line-height: 1.8;
	margin-bottom: 45px;
	max-width: 600px;
}
#hero .hero-advantages {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-bottom: 50px;
}
#hero .adv-item {
	display: flex;
	align-items: center;
	gap: 15px;
}
#hero .adv-icon {
	font-size: 12px;
	font-weight: 900;
	color: var(--bs-white);
	width: 34px;
	height: 34px;
	background: linear-gradient(135deg, var(--h-accent), #0077b6);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(0, 119, 182, 0.3);
	flex-shrink: 0;
}
#hero .adv-text strong {
	display: block;
	color: var(--h-dark);
	font-size: 15px;
	line-height: 1.2;
}
#hero .adv-text span {
	font-size: 13px;
	color: var(--h-text);
}
#hero .hero-btn-primary {
	background: linear-gradient(135deg, var(--h-accent) 0%, #0077b6 100%);
	color: white !important;
	padding: 22px 45px;
	border-radius: 50px;
	text-decoration: none;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 14px;
	box-shadow: 0 10px 25px rgba(0, 180, 216, 0.3);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	display: inline-block;
}
#hero .hero-btn-primary:hover {
	transform: translateY(-5px) scale(1.03);
	box-shadow: 0 20px 40px rgba(0, 180, 216, 0.4);
	color: white !important;
}
#hero .hero-gallery-stack {
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	grid-template-rows: repeat(10, 45px);
	position: relative;
	width: 100%;
}
#hero .stack-item {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(0,0,0,0.12);
	border: 6px solid #fff;
	transition: all 0.4s ease;
}
#hero .stack-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#hero .item-v {
	grid-column: 1 / 7;
	grid-row: 1 / 9;
	z-index: 1;
	transform: rotate(-3deg);
}
#hero .item-h {
	grid-column: 4 / 11;
	grid-row: 2 / 7;
	z-index: 2;
	transform: rotate(2deg);
}
#hero .item-s {
	grid-column: 5 / 10;
	grid-row: 6 / 11;
	z-index: 3;
	transform: rotate(-1deg);
}
#hero .stack-stats {
	grid-column: 2 / 6;
	grid-row: 7 / 11;
	z-index: 5;
	background: var(--h-dark) !important;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 25px 50px rgba(15, 23, 42, 0.4);
	border: 2px solid rgba(255,255,255,0.1);
}
#hero .stack-stats strong {
	font-size: 34px;
	background: linear-gradient(to bottom, #fff, #cbd5e1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1;
	margin-bottom: 5px;
}
#hero .stack-stats span {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 700;
	opacity: 0.8;
	letter-spacing: 1px;
}
#hero .stats-glow {
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(0,180,216,0.2) 0%, transparent 70%);
	pointer-events: none;
}
#hero .stack-item:hover {
	z-index: 10 !important;
	transform: scale(1.05) rotate(0deg);
}

@media (max-width: 991px) {
#hero {
	padding: 60px 0 80px;
}
#hero .hero-wrapper {
	grid-template-columns: 1fr;
	gap: 40px;
}
#hero .hero-advantages {
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
#hero .hero-gallery-stack {
	grid-template-rows: repeat(10, 35px);
	max-width: 400px;
	margin: 0 auto;
}
}
/*
* ----------------------------------------------------------------------------------------
* Steps
* ----------------------------------------------------------------------------------------
*/
#steps {
 --s-accent: #00b4d8;
 --s-accent-soft: rgba(0, 180, 216, 0.1);
 --s-dark: #0f172a;
 --s-gold: #e3d5ca;
 --s-text: #475569;
 --s-bg: #fff;
	padding: 100px 0;
	background-color: var(--s-bg);
	position: relative;
	overflow: hidden;
}
#steps .steps-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	align-items: stretch;
	position: relative;
	z-index: 2;
}
#steps .step-card {
	background: var(--bs-white);
	padding: 35px 25px;
	border-radius: 24px;
	border: 1px solid rgba(15, 23, 42, 0.05);
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
	display: flex;
	flex-direction: column;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	position: relative;
}
#steps .step-card:hover {
	transform: translateY(-12px);
	box-shadow: 0 25px 50px rgba(0, 180, 216, 0.12);
	border-color: var(--s-accent);
}
#steps .step-number {
	font-size: 38px;
	font-weight: 900;
	color: var(--s-accent-soft);
	margin-bottom: 15px;
	line-height: 1;
	transition: 0.3s;
}
#steps .step-card:hover .step-number {
	color: var(--s-accent);
	transform: scale(1.1);
}
#steps .step-content {
	flex-grow: 1;
}
#steps .step-card h3 {
	font-size: 18px;
	color: var(--s-dark);
	font-weight: 800;
	margin-bottom: 12px;
}
#steps .step-card p {
	font-size: 14px;
	color: var(--s-text);
	line-height: 1.6;
	margin: 0;
}
#steps .step-btn {
	margin-top: 25px;
	padding: 12px 15px;
	border-radius: 12px;
	background: var(--s-accent-soft);
	color: var(--s-accent);
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	transition: 0.3s;
	display: block;
}
#steps .step-btn:hover {
	background: var(--s-accent);
	color: var(--bs-white);
}
#steps .step-dark {
	background: var(--s-dark) !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	box-shadow: 0 25px 50px rgba(15, 23, 42, 0.3) !important;
	z-index: 3;
}
#steps .step-dark h3 {
	color: var(--bs-white);
}
#steps .step-dark p {
	color: rgba(255, 255, 255, 0.7);
}
#steps .step-dark .step-number {
	color: rgba(255, 255, 255, 0.1);
}
#steps .step-icon {
	margin-bottom: 15px;
	color: var(--s-gold);
	font-size: 28px;
}
#steps .step-dark .step-btn.btn-gold {
	background: var(--s-gold);
	color: var(--s-dark);
}
#steps .step-dark .step-btn.btn-gold:hover {
	background: var(--bs-white);
	transform: scale(1.05);
}
#steps .step-glow {
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(0, 180, 216, 0.15) 0%, transparent 70%);
	pointer-events: none;
}

@media (max-width: 1200px) {
#steps .steps-grid {
	grid-template-columns: repeat(3, 1fr);
}
}

@media (max-width: 991px) {
#steps .steps-grid {
	grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 576px) {
#steps .steps-grid {
	grid-template-columns: 1fr;
}
#steps .step-card {
	max-width: 100%;
	text-align: center;
}
}
/*
* ----------------------------------------------------------------------------------------
* Calculator
* ----------------------------------------------------------------------------------------
*/
#calculator {
 --sv-accent: #00b4d8;
 --sv-accent-hover: #0096c7;
 --sv-dark: #1e293b;
 --sv-border: #e2e8f0;
	background: #f8fafc;
	padding: 80px 0;
}
#calculator .calculator-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 24px;
	margin-top: 40px;
}
#calculator .calculator-card {
	background: #ffffff;
	border: 1px solid var(--sv-border);
	border-radius: 16px;
	padding: 30px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	transition: all 0.3s ease;
}
#calculator .calculator-card svg {
	width: 42px;
	height: 42px;
	color: var(--sv-accent);
	margin-bottom: 15px;
	padding: 8px;
	background: #f1f5f9;
	border-radius: 10px;
	transition: all 0.3s ease;
}
#calculator .calculator-card:hover {
	border-color: var(--sv-accent);
	box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
	transform: translateY(-4px);
}
#calculator .calculator-card:hover svg {
	background: var(--sv-accent);
	color: #fff;
}
#calculator .calculator-title {
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--sv-dark);
	margin-bottom: 20px;
	line-height: 1.3;
	min-height: 2.6em;
	display: flex;
	align-items: center;
	justify-content: center;
}
#calculator .calculator-btn {
	display: inline-block;
	text-decoration: none;
	padding: 10px 24px;
	background: var(--sv-accent);
	color: var(--bs-light);
	border-radius: 8px;
	font-weight: 600;
	font-size: 0.9rem;
	transition: all 0.2s ease;
}
#calculator .calculator-btn:hover {
	background: var(--sv-accent-hover);
}
#calculator .mc-oferta-panel {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	background: #f8fafc;
	border-left: 4px solid var(--sv-orange);
	padding: 16px;
	border-radius: 12px;
	margin: 24px 0 0;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.03);
}
#calculator .mc-oferta-icon {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	color: var(--sv-orange);
	margin-top: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: mc-pulse 2s ease-in-out infinite;
}
#calculator .mc-oferta-text {
	font-size: 13px;
	line-height: 1.5;
	color: #475569;
}
#calculator .mc-oferta-text strong {
	color: #1e293b;
	font-weight: 700;
}
 @keyframes mc-pulse {
 0% {
transform: scale(1);
opacity: 1;
}
 50% {
transform: scale(1.1);
opacity: 0.7;
}
 100% {
transform: scale(1);
opacity: 1;
}
}

@media (max-width: 576px) {
#calculator .mc-oferta-panel {
	padding: 12px;
	gap: 10px;
	border-radius: 8px;
}
#calculator .mc-oferta-text {
	font-size: 12px;
}
}
/*
* ----------------------------------------------------------------------------------------
* Button To Top
* ----------------------------------------------------------------------------------------
*/
#button-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	height: 50px;
	width: 50px;
	display: none;
	place-items: center;
	border-radius: 50%;
	cursor: pointer;
	z-index: 95;
}
#button-to-top-progress-value {
	height: calc(100% - 15px);
	width: calc(100% - 15px);
	background-color: var(--bs-white);
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-size: 1.5em;
	color: var(--bs-dark);
}

/*
* ----------------------------------------------------------------------------------------
* Phone Button
* ----------------------------------------------------------------------------------------
*/
@media (min-width: 768px) {
#mobile-glass-btn {
	display: none !important;
}
}

@media (max-width: 767px) {
#mobile-glass-btn {
 --bg-glass: rgba(255, 255, 255, 0.15);
 --icon-clr: #DC191C;
 --blur-power: 12px;
 --shadow-clr: rgba(0, 0, 0, 0.2);
 --btn-size: 50px;
	display: flex !important;
	position: fixed !important;
	bottom: 100px;
	right: 20px;
	width: var(--btn-size);
	height: var(--btn-size);
	z-index: 99999;
	align-items: center;
	justify-content: center;
	background: var(--bg-glass);
	backdrop-filter: blur(var(--blur-power));
	-webkit-backdrop-filter: blur(var(--blur-power));
	border-radius: 50%;
	box-shadow: 0 8px 32px 0 var(--shadow-clr);
	text-decoration: none !important;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}
#mobile-glass-btn i {
	color: var(--icon-clr);
	font-size: 24px;
	animation: glass-vibrate 2.5s infinite ease-in-out;
}
 @keyframes glass-vibrate {
 0%, 85%, 100% {
transform: scale(1) rotate(0);
}
 87% {
transform: scale(1.1) rotate(-15deg);
}
 90% {
transform: scale(1.1) rotate(15deg);
}
 92% {
transform: scale(1.1) rotate(-15deg);
}
 95% {
transform: scale(1.1) rotate(15deg);
}
}
#mobile-glass-btn:active {
	transform: scale(0.9);
	background: rgba(255, 255, 255, 0.3);
	transition: 0.1s;
}
}

/*
* ----------------------------------------------------------------------------------------
* Footer
* ----------------------------------------------------------------------------------------
*/

#footer {
 --f-bg-main: #0093ad;
 --f-bg-light: #00acc1;
 --f-bg-dark: #051622;
 --f-text: #bcccdc;
 --f-accent: #0093ad;
 --f-white: #ffffff;
	position: relative;
	padding-top: 80px;
	color: var(--f-text);
	overflow: hidden;
	background: radial-gradient(circle at 15% 50%, rgba(0, 172, 193, 0.15) 0%, transparent 40%), radial-gradient(circle at 85% 20%, rgba(0, 0, 0, 0.4) 0%, transparent 35%), linear-gradient(135deg, var(--f-bg-dark) 0%, var(--f-bg-main) 50%, var(--f-bg-dark) 100%);
}
#footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
	opacity: 0.04;
	pointer-events: none;
	z-index: 1;
}
#footer .footer-top, #footer .footer-bottom {
	position: relative;
	z-index: 2;
}
#footer .footer-top {
	padding-bottom: 50px;
}
#footer .footer-logo {
	font-size: 24px;
	font-weight: 800;
	color: var(--f-white);
	text-decoration: none;
	display: block;
	margin-bottom: 20px;
}
#footer .footer-logo span {
	color: var(--f-accent);
}
#footer .footer-desc {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 25px;
}
#footer .footer-title {
	color: var(--f-white);
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 10px;
	text-shadow: 0 2px 10px rgba(0, 172, 193, 0.3);
}
#footer .footer-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background: var(--f-accent);
}
#footer .footer-nav-wrapper {
	display: flex;
	gap: 20px;
}
#footer .footer-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	flex: 1;
}
#footer .footer-nav li {
	margin-bottom: 12px;
}
#footer .footer-nav a {
	color: var(--f-text);
	text-decoration: none;
	font-size: 14px;
	transition: all 0.3s ease;
}
#footer .footer-nav a:hover {
	color: var(--f-white);
	padding-left: 5px;
}
#footer .footer-contacts {
	list-style: none;
	padding: 0;
}
#footer .footer-contacts li {
	display: flex;
	gap: 15px;
	margin-bottom: 15px;
	font-size: 14px;
}
#footer .footer-contacts i {
	color: var(--f-accent);
	font-size: 18px;
}
#footer .footer-contacts a {
	color: var(--f-text);
	text-decoration: none;
	transition: color 0.3s;
}
#footer .footer-contacts a:hover {
	color: var(--f-white);
}
#footer .footer-social {
	display: flex;
	gap: 12px;
	margin-top: 20px;
}
#footer .footer-social a {
	width: 36px;
	height: 36px;
	background: rgba(255, 255, 255, 0.08);
	color: var(--f-white);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.3s ease;
}
#footer .footer-social a:hover {
	background: var(--f-accent);
	transform: translateY(-3px);
}
#footer .footer-bottom {
	background: rgba(0, 0, 0, 0.25);
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}
#footer .footer-bottom-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#footer .footer-copyright {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
	flex: 1;
}
#footer .footer-counter {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
#footer .footer-dev {
	flex: 1;
	text-align: center;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
}
#footer .footer-dev a {
	color: var(--f-white);
	font-weight: 800;
	text-decoration: none;
	letter-spacing: 1px;
	margin-left: 5px;
	transition: color 0.3s ease;
}
#footer .footer-dev a:hover {
	color: var(--f-accent);
}

@media (max-width: 991px) {
#footer {
	padding-top: 60px;
	text-align: center;
}
#footer .footer-logo {
	display: inline-block;
}
#footer .footer-title::after {
	left: 50%;
	transform: translateX(-50%);
}
#footer .footer-nav-wrapper {
	flex-direction: column;
	gap: 0;
}
#footer .footer-nav {
	margin-bottom: 0;
}
#footer .footer-contacts li {
	flex-direction: column;
	align-items: center;
	gap: 8px;
	margin-bottom: 25px;
}
#footer .footer-social {
	justify-content: center;
	margin-bottom: 30px;
}
#footer .footer-bottom-content {
	flex-direction: column;
	gap: 20px;
}
#footer .footer-copyright, #footer .footer-dev {
	text-align: center;
	flex: none;
	width: 100%;
}
#footer .footer-counter {
	justify-content: center;
}
}

@media (max-width: 480px) {
#footer .footer-title {
	font-size: 16px;
}
#footer .footer-logo {
	font-size: 20px;
}
}
/*
* ----------------------------------------------------------------------------------------
* Bento
* ----------------------------------------------------------------------------------------
*/

#Bento {
 --b-blue: #00b4d8;
 --b-dark: #0f172a;
 --b-white: #ffffff;
 --b-bg: #f8fafc;
	background-color: var(--b-bg);
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.8s ease-out;
}
#Bento.visible {
	opacity: 1;
	transform: translateY(0);
}
#Bento .bento-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 190px;
	gap: 16px;
}
#Bento .bento-card {
	position: relative;
	border-radius: 30px;
	padding: 28px;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background: var(--b-dark);
	overflow: hidden;
	transition: 0.4s cubic-bezier(0.2, 1, 0.3, 1);
	border: 1px solid rgba(255,255,255,0.1);
}
#Bento .bento-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(0, 180, 216, 0.25);
	z-index: 5;
}
#Bento .bento-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	opacity: 0.5;
	filter: brightness(0.85);
	transition: 0.6s ease;
	z-index: 1;
}
#Bento .bento-card:hover .bento-image {
	opacity: 0.8;
	filter: brightness(1);
	transform: scale(1.1);
}
#Bento .bento-card::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 65%;
	background: linear-gradient(to top, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.5) 50%, rgba(15, 23, 42, 0) 100%);
	z-index: 2;
}
#Bento .bento-title {
	position: relative;
	z-index: 3;
	color: var(--b-white);
	font-weight: 800;
	font-size: 1.15rem;
	line-height: 1.25;
	text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
#Bento .bento-btn {
	position: absolute;
	top: 24px;
	right: 24px;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 4;
	transition: 0.3s;
}
#Bento .bento-btn span {
	color: var(--b-white);
	font-size: 1.3rem;
	font-weight: bold;
}
#Bento .bento-card:hover .bento-btn {
	background: var(--b-blue);
	border-color: var(--b-blue);
	transform: rotate(-45deg);
}
#Bento .bento-card::before {
	content: attr(data-step);
	position: absolute;
	top: 24px;
	left: 24px;
	font-family: 'Monaco', monospace;
	font-weight: bold;
	color: var(--b-blue);
	z-index: 4;
	font-size: 0.8rem;
	letter-spacing: 1px;
}
#Bento .card-main {
	grid-column: span 2;
	grid-row: span 2;
}
#Bento .card-wide {
	grid-column: span 2;
}
#Bento .bento-card[data-step="01"] {
	background: var(--b-blue);
}

@media (max-width: 1024px) {
#Bento .bento-grid {
	grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 600px) {
#Bento .bento-grid {
	grid-template-columns: 1fr;
	grid-auto-rows: auto;
}
#Bento .bento-card {
	grid-column: span 1 !important;
	grid-row: span 1 !important;
	min-height: 160px;
}
}
/*
* ----------------------------------------------------------------------------------------
* Documents
* ----------------------------------------------------------------------------------------
*/
#documents {
 --doc-primary: #0093ad;
 --doc-dark: #102a43;
 --doc-muted: #64748b;
 --doc-border: #e2e8f0;
 --doc-bg: #ffffff;
}
#documents .doc-card {
	background: var(--doc-bg);
	border: 1px solid var(--doc-border);
	border-radius: 12px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	transition: all 0.3s ease;
	height: 100%;
}
#documents .doc-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(16, 42, 67, 0.08);
	border-color: var(--doc-primary);
}
#documents .doc-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 15px;
}
#documents .doc-icon-box {
	width: 48px;
	height: 48px;
	background: rgba(0, 147, 173, 0.06);
	color: var(--doc-primary);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	transition: 0.3s;
}
#documents .doc-card:hover .doc-icon-box {
	background: var(--doc-primary);
	color: #fff;
}
#documents .doc-meta {
	text-align: right;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
#documents .doc-ext {
	font-size: 11px;
	font-weight: 800;
	color: var(--doc-primary);
	background: rgba(0, 147, 173, 0.1);
	padding: 2px 8px;
	border-radius: 4px;
	text-transform: uppercase;
}
#documents .doc-date {
	font-size: 12px;
	color: var(--doc-muted);
}
#documents .doc-body {
	margin-bottom: 20px;
	flex-grow: 1;
}
#documents .doc-title {
	font-weight: 700;
	color: var(--doc-dark);
	font-size: 1.05rem;
	line-height: 1.4;
	display: block;
}
#documents .js-download-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--doc-primary);
	text-decoration: none;
	font-weight: 700;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: 0.2s;
}
#documents .js-download-btn:hover {
	color: var(--h-accent-hover);
	gap: 12px;
}
#documents .ext-pdf {
	color: #e11d48;
}
#documents .ext-doc, #documents .ext-docx {
	color: #2563eb;
}
#documents .ext-xls, #documents .ext-xlsx {
	color: #16a34a;
}
/*
* ----------------------------------------------------------------------------------------
* Article & Gallery Variables
* ----------------------------------------------------------------------------------------
*/
article {
 --a-accent: #0093ad;
 --a-accent-hover: #00acc1;
 --a-dark: #102a43;
 --a-border: #e2e8f0;
 --a-white: #ffffff;
}
article #sync1 .item img {
	height: 450px;
	width: 100%;
	object-fit: cover;
	border: 1px solid var(--a-border);
	display: block;
}
article #sync1 .owl-nav .owl-prev, article #sync1 .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	background: rgba(255, 255, 255, 0.1) !important;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	width: 45px;
	height: 70px;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	color: var(--a-dark) !important;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
	font-size: 1.5rem;
}
article #sync1 .owl-nav .owl-prev {
	left: 0;
}
article #sync1 .owl-nav .owl-next {
	right: 0;
}
article #sync1 .owl-nav .owl-prev:hover, article #sync1 .owl-nav .owl-next:hover {
	background: var(--a-accent) !important;
	color: var(--a-white) !important;
	border-color: var(--a-accent) !important;
	box-shadow: 0 0 20px rgba(0, 147, 173, 0.3);
}
article #sync2 .item img {
	height: 85px;
	width: 100%;
	object-fit: cover;
	opacity: 0.5;
	border: 1px solid var(--a-border);
	transition: all 0.3s ease;
}
article #sync2 .owl-item.current img {
	opacity: 1;
	border: 2px solid var(--a-accent) !important;
	box-shadow: 0 0 10px rgba(0, 147, 173, 0.2);
}
article #sync2 .item:hover img {
	opacity: 0.8;
	border-color: var(--a-accent);
}

@media (max-width: 991.98px) {
article #sync1 .item img {
	height: 350px;
}
article #sync2 .item img {
	height: 65px;
}
}
/*
* ----------------------------------------------------------------------------------------
* Services Page
* ----------------------------------------------------------------------------------------
*/
#services-page {
 --sp-accent: #0093ad;
 --sp-dark: #102a43;
 --sp-muted: #64748b;
 --sp-border: #e2e8f0;
 --sp-light: #f8fafc;
}
#services-page .slider-container img {
	display: block;
}
#services-page #sync2 .item {
	cursor: pointer;
	opacity: 0.6;
	transition: 0.3s;
}
#services-page #sync2 .owl-item.current .item {
	opacity: 1;
}
#services-page .sp-cta-card {
	margin-top: 20px;
	padding: 30px;
	background: var(--sp-dark);
	border-radius: 12px;
	text-align: center;
	color: #fff;
}
#services-page .sp-cta-title {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 1.1rem;
	margin-bottom: 8px;
}
#services-page .sp-cta-card p {
	font-size: 0.85rem;
	opacity: 0.8;
	margin-bottom: 20px;
}
#services-page .sp-btn {
	background: var(--sp-accent);
	color: #fff;
	border: none;
	width: 100%;
	padding: 14px;
	border-radius: 8px;
	font-weight: 800;
	text-transform: uppercase;
	transition: 0.3s;
	cursor: pointer;
}
#services-page .sp-btn:hover {
	background: #00acc1;
	transform: translateY(-2px);
}
#services-page .spec-section {
	background: #fff;
 --sp-border: #e2e8f0;
}
#services-page .spec-inner {
	padding: 45px;
	height: 100%;
	border-left: 4px solid var(--sp-accent);
}
#services-page .bg-light-panel {
	background-color: #fcfdfe;
}
#services-page .spec-head {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 2px solid var(--sp-border);
}
#services-page .spec-head svg {
	color: var(--sp-accent);
	flex-shrink: 0;
}
#services-page .spec-head span {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 1rem;
	letter-spacing: 1.5px;
	color: var(--sp-dark);
}
#services-page .spec-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 15px;
	padding: 12px 0;
	border-bottom: 1px dashed var(--sp-border);
	font-size: 0.95rem;
}
#services-page .spec-row:last-child {
	border-bottom: none;
}
#services-page .spec-name {
	color: var(--sp-muted);
	line-height: 1.4;
}
#services-page .spec-price {
	font-weight: 800;
	color: var(--sp-accent);
	white-space: nowrap;
	flex-shrink: 0;
	font-family: 'Inter', monospace;
}
#services-page .check-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
#services-page .check-list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	font-size: 0.95rem;
	color: var(--sp-muted);
	line-height: 1.5;
}
#services-page .check-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 15px;
	height: 2px;
	background: var(--sp-accent);
}

@media (max-width: 767px) {
#services-page .border-end {
	border-right: none !important;
}
#services-page .spec-inner {
	padding: 30px 20px;
	border-bottom: 1px solid var(--sp-border);
}
#services-page .spec-head {
	margin-bottom: 20px;
}
}
/*
* ----------------------------------------------------------------------------------------
* Services Price
* ----------------------------------------------------------------------------------------
*/

#services-price {
 --brand-color: #00acc1;
 --brand-hover: #0097a7;
 --bg-inactive: #f0fbfc;
}
#services-price .accordion-item {
	border: none !important;
	margin-bottom: 16px;
	border-radius: 16px !important;
	box-shadow: 0 4px 12px rgba(0, 172, 193, 0.08);
	background: #fff;
	transition: all 0.3s ease;
}
#services-price .accordion-button {
	background-color: #fff;
	color: #263238;
	border-radius: 16px !important;
	padding: 1.4rem 1.5rem;
	font-weight: 800;
	font-size: 1.1rem;
	letter-spacing: 0.02em;
}
#services-price .accordion-button:not(.collapsed) {
	background-color: var(--brand-color);
	color: #fff;
	box-shadow: 0 8px 20px rgba(0, 172, 193, 0.3);
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
#services-price .accordion-button::after {
	background-size: 1rem;
	transition: transform 0.3s ease;
}
#services-price .accordion-button:not(.collapsed)::after {
	filter: brightness(0) invert(1);
}
#services-price .table-responsive {
	border-top: 1px solid #e0f2f1;
}
#services-price .table thead th {
	background-color: #fafafa;
	color: #78909c;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	padding: 12px 1.5rem;
	border-bottom: 1px solid #eee;
}
#services-price .table tbody td {
	padding: 15px 1.5rem;
	vertical-align: middle;
	border-bottom: 1px solid #f5f5f5;
}
#services-price .service-title {
	font-size: 15px;
	color: #263238;
	font-weight: 500;
}
#services-price .price-value {
	font-weight: 800;
	font-size: 16px;
	color: var(--brand-color);
	background: rgba(0, 172, 193, 0.05);
	padding: 6px 14px;
	border-radius: 10px;
	display: inline-block;
}
#services-price .currency {
	font-size: 0.9em;
	margin-left: 2px;
	font-weight: 600;
}
#services-price .table-hover tbody tr:hover {
	background-color: rgba(0, 172, 193, 0.03);
}
#services-price .table tbody tr:nth-child(even) {
	background-color: #fcfdfe;
}
#services-price .table tbody tr:last-child td {
	border-bottom: none;
}
/*
* ----------------------------------------------------------------------------------------
* Contact
* ----------------------------------------------------------------------------------------
*/
#contact {
 --c-accent: #0093ad;
 --c-dark: #102a43;
 --c-muted: #64748b;
 --c-bg-soft: #f8fafc;
}
#contact .contact-info-card {
	background: var(--c-dark);
	color: #fff;
	border-radius: 24px;
	height: 100%;
}
#contact .contact-info-card h2 {
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -1px;
}
#contact .info-label {
	font-size: 0.75rem;
	text-transform: uppercase;
	color: var(--c-accent);
	font-weight: 800;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	gap: 8px;
}
#contact .phone-link {
	display: block;
	font-size: 1.6rem;
	font-weight: 900;
	color: #fff;
	text-decoration: none;
	line-height: 1.2;
	margin-bottom: 5px;
	transition: 0.3s;
}
#contact .phone-link:hover {
	color: var(--c-accent);
	padding-left: 5px;
}
#contact .email-link {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px dashed var(--c-accent);
}
#contact .info-val {
	font-weight: 600;
	font-size: 0.95rem;
}
#contact .contact-form-wrapper {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 24px;
}
#contact h3 {
	font-weight: 800;
	color: var(--c-dark);
	text-transform: uppercase;
}
#contact .form-control {
	border: 1px solid #e2e8f0;
	background: #f8fafc;
	border-radius: 12px;
	transition: all 0.3s;
}
#contact .form-control:focus {
	background: #fff;
	border-color: var(--c-accent);
	box-shadow: 0 0 0 4px rgba(0, 147, 173, 0.1);
}
#contact .contact-btn {
	background: var(--c-accent);
	color: #fff;
	border: none;
	padding: 15px 40px;
	border-radius: 50px;
	font-weight: 800;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	transition: 0.3s;
	cursor: pointer;
}
#contact .contact-btn:disabled {
	background: #cbd5e1;
	cursor: not-allowed;
}
#contact .contact-btn:not(:disabled):hover {
	background: #00acc1;
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(0, 147, 173, 0.2);
}
#contact .custom-check .form-check-input:checked {
	background-color: var(--c-accent);
	border-color: var(--c-accent);
}
#contact .custom-check label a {
	color: var(--c-accent);
	text-decoration: none;
	font-weight: 600;
}

@media (max-width: 768px) {
#contact .phone-link {
	font-size: 1.3rem;
}
}
/*
* ----------------------------------------------------------------------------------------
* 404
* ----------------------------------------------------------------------------------------
*/

#error-404 {
 --e-accent: #0093ad;
 --e-dark: #102a43;
 --e-muted: #64748b;
 --e-bg-light: #f8fafc;
	min-height: 80vh;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	background: #fff;
}
#error-404 .error-wrapper {
	position: relative;
	padding: 60px 0;
}
#error-404 .error-bg-code {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 25rem;
	font-weight: 900;
	line-height: 1;
	color: var(--e-bg-light);
	z-index: 1;
	letter-spacing: -10px;
	user-select: none;
}
#error-404 .error-info {
	position: relative;
	z-index: 2;
}
#error-404 .error-title {
	font-weight: 900;
	font-size: 3.5rem;
	color: var(--e-dark);
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: -1px;
}
#error-404 .error-lead {
	font-size: 1.1rem;
	color: var(--e-muted);
	max-width: 600px;
	margin: 0 auto 40px;
	line-height: 1.6;
}
/* Кнопки */
#error-404 .error-btns {
	display: flex;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
}
#error-404 .btn-404-primary, #error-404 .btn-404-outline {
	padding: 14px 30px;
	border-radius: 50px;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 0.85rem;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	transition: all 0.3s ease;
}
#error-404 .btn-404-primary {
	background: var(--e-accent);
	color: #fff;
	border: 2px solid var(--e-accent);
}
#error-404 .btn-404-primary:hover {
	background: #00acc1;
	border-color: #00acc1;
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(0, 147, 173, 0.2);
}
#error-404 .btn-404-outline {
	background: transparent;
	color: var(--e-dark);
	border: 2px solid var(--e-dark);
}
#error-404 .btn-404-outline:hover {
	background: var(--e-dark);
	color: #fff;
	transform: translateY(-3px);
}

@media (max-width: 768px) {
#error-404 .error-bg-code {
	font-size: 12rem;
	letter-spacing: -5px;
}
#error-404 .error-title {
	font-size: 2rem;
}
#error-404 .error-lead {
	font-size: 1rem;
	padding: 0 15px;
}
#error-404 .btn-404-primary, #error-404 .btn-404-outline {
	width: 100%;
	justify-content: center;
}
}
