@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 & Variables
* ----------------------------------------------------------------------------------------
*/
:root {
 --body-bg: #1e293b;
 --container-gradient: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
 --pattern-color: rgba(56, 189, 248, 0.03);
 --p-accent: #38bdf8;
 --p-link: #38bdf8;
 --p-link-hover: #7dd3fc;
 --p-dark: #1e3a5f;
 --p-text: #cbd5e1;
 --p-white: #ffffff;
 --p-border: rgba(255, 255, 255, 0.1);
 --p-slate-400: #94a3b8;
}
html, body, #main, .wrapper, .main-content {
	background-color: #0f172a !important;
	background-image: none !important;
}
body {
	margin: 0;
	position: relative;
	font-family: 'Inter', sans-serif;
	color: var(--p-text, #cbd5e1);
	line-height: 1.6;
	overflow-x: hidden;
	width: 100%;
	min-height: 100vh;
}
.site-glow {
	position: fixed;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	background: radial-gradient(circle at 100% 0%, rgba(56, 189, 248, 0.25) 0%, transparent 40%), radial-gradient(circle at 85% 15%, rgba(45, 74, 119, 0.4) 0%, transparent 60%);
	pointer-events: none;
	z-index: 0;
	mix-blend-mode: screen;
}
.site-glow::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(56, 189, 248, 0.1) 1.5px, transparent 1.5px);
	background-size: 50px 50px;
	-webkit-mask-image: radial-gradient(circle at 100% 0%, black 20%, transparent 90%);
	mask-image: radial-gradient(circle at 100% 0%, black 20%, transparent 90%);
}
header, section, footer, .container {
	position: relative;
	z-index: 10;
}
html {
	scroll-padding-top: 80px;
}
html, body {
	overflow-x: hidden;
	width: 100%;
}
.grecaptcha-badge {
	display: none !important;
}
a {
	color: var(--p-link);
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
}
a:hover {
	color: var(--p-link-hover);
}
ul, ol {
	padding-left: 1.2rem;
	margin-bottom: 1.5rem;
}
li {
	margin-bottom: 0.5rem;
}
ul {
	list-style: none;
}
article ul li::before {
	content: "—";
	color: var(--p-accent);
	font-weight: bold;
	display: inline-block;
	width: 1.5rem;
	margin-left: -1.5rem;
}
article ol {
	list-style: none;
	counter-reset: ht-counter;
	padding-left: 1.5rem;
}
article ol li {
	counter-increment: ht-counter;
	position: relative;
}
article ol li::before {
	content: counter(ht-counter) ".";
	color: var(--p-accent);
	font-weight: bold;
	display: inline-block;
	width: 1.5rem;
	margin-left: -1.5rem;
}
h1, h2, h3, h4, h5, h6 {
	color: var(--p-dark);
	font-weight: 800;
	line-height: 1.2;
	margin-top: 2rem;
	margin-bottom: 1rem;
}
p {
	margin-bottom: 1.2rem;
}
::selection {
	background-color: var(--p-accent);
	color: #0f172a;
}
hr {
	border: 0;
	border-top: 1px solid var(--p-border);
	margin: 2.5rem 0;
}
img {
	max-width: 100%;
	height: auto;
}
/*
* ----------------------------------------------------------------------------------------
* Alert
* ----------------------------------------------------------------------------------------
*/

.alert {
	border-radius: 0;
	border: 1px solid var(--p-border);
	border-left-width: 5px;
	padding: 1rem 1.5rem;
	font-size: 0.95rem;
	font-weight: 500;
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
	box-shadow: 0 2px 4px rgba(0,0,0,0.02);
	background-color: var(--p-dark);
}
.alert-primary {
	color: var(--p-link);
	border-left-color: var(--p-link);
}
.alert-secondary {
	color: var(--p-text);
	border-left-color: var(--p-slate-400);
}
.alert-success {
	color: #1a4d32;
	border-left-color: #2d8a5c;
}
.alert-danger {
	color: #822727;
	border-left-color: #c53030;
}
.alert-warning {
	color: #744210;
	border-left-color: var(--p-accent);
}
.alert-info {
	color: #2c5282;
	border-left-color: #4299e1;
}
.alert-light {
	border-left-color: var(--p-border);
	color: var(--p-text);
}
.alert-dark {
	border-left-color: var(--p-accent);
	color: var(--p-white);
}
/*
* ----------------------------------------------------------------------------------------
* Header
* ----------------------------------------------------------------------------------------
*/
header {
 --h-main: #2d4a77;
 --h-deep: #1e3a5f;
 --h-white: #ffffff;
 --h-accent: #60a5fa;
	position: relative;
	padding: 10px 0;
	z-index: 1050;
}
header .navbar-brand {
	display: block !important;
	text-decoration: none;
}
header .brand-top {
	display: block;
	line-height: 1.1;
	font-size: 1.7rem;
	font-weight: 900;
	color: #fff !important;
	text-transform: uppercase;
}
header .brand-bottom {
	display: block;
	line-height: 1.1;
	font-size: 0.8rem;
	font-weight: 700;
	color: var(--h-accent) !important;
	text-transform: uppercase;
}
header::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(45, 74, 119, 0.8) 0%, rgba(30, 58, 95, 0.9) 100%);
	backdrop-filter: blur(15px);
	border-bottom: 1px solid rgba(255,255,255,0.1);
	z-index: -1;
}
header .sticky.active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 12px 0;
	background: rgba(30, 58, 95, 0.7) !important;
	backdrop-filter: blur(15px) saturate(180%);
	-webkit-backdrop-filter: blur(15px) saturate(180%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	z-index: 1100;
	transition: all 0.4s ease;
}
header .header-phone {
	background: none !important;
	border: none !important;
	padding: 0 !important;
	transition: opacity 0.3s ease;
}
header .header-phone i {
	color: var(--h-accent);
	font-size: 1.1rem;
}
header .phone-text {
	color: #ffffff;
	font-weight: 700;
	font-size: 1.15rem;
}
header .header-phone:hover {
	opacity: 0.8;
}

@media (min-width: 992px) {
header .navbar-nav {
	gap: 2px;
	align-items: center;
	margin-top: 10px;
}
header .nav-link {
	color: #fff !important;
	font-weight: 600;
	padding: 8px 16px !important;
	transition: 0.3s;
	display: inline-flex !important;
	gap: 0;
	align-items: center;
	justify-content: center;
	position: relative;
	line-height: 1;
}
header .nav-link:not(.dropdown-toggle)::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	bottom: -2px;
	left: 50%;
	background: radial-gradient(circle, var(--h-accent) 0%, transparent 100%);
	transition: all 0.4s ease;
	transform: translateX(-50%);
	opacity: 0;
}
header .nav-link:not(.dropdown-toggle):hover::after, header .nav-link.active::after {
	width: 100%;
	opacity: 1;
}
header .nav-link:hover {
	color: var(--h-accent) !important;
}
header .nav-link .bi-dot {
	font-size: 1.8rem;
	width: auto;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -4px;
	margin-right: -4px;
	color: var(--h-accent);
	line-height: 1;
	pointer-events: none;
	vertical-align: middle;
}
header .dropdown-menu {
	display: block !important;
	visibility: hidden;
	opacity: 0;
	transform: translateY(10px);
	transition: 0.3s ease;
	background: var(--h-deep);
	border: 1px solid rgba(96, 165, 250, 0.2);
	padding: 5px 0;
	min-width: 220px;
}
header .nav-item.dropdown:hover > .dropdown-menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
header .dropdown-item {
	color: #ffffff !important;
	padding: 6px 20px;
	font-size: 0.95rem;
	line-height: 1.3;
	transition: 0.2s;
}
header .dropdown-item:hover {
	background: var(--h-accent);
	color: #0f172a !important;
}
header .dropdown-toggle::after {
	display: none !important;
}
}

@media (max-width: 991px) {
.offcanvas .navbar-nav {
	width: 100%;
	padding: 20px;
}
.offcanvas .nav-item {
	position: relative;
	margin-bottom: 10px;
}
.offcanvas .nav-link .bi-dot {
	display: none !important;
}
.offcanvas .nav-link {
	color: #ffffff !important;
	font-weight: 700;
	font-size: 1.2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	padding: 15px !important;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}
.offcanvas .dropdown-toggle::before {
	content: '\f282';
	font-family: "bootstrap-icons";
	width: 35px;
	height: 35px;
	background: var(--h-accent);
	color: var(--h-deep);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) !important;
	order: 2;
}
.offcanvas .dropdown-toggle.show {
	background: rgba(96, 165, 250, 0.1) !important;
	border-color: var(--h-accent);
}
.offcanvas .dropdown-toggle.show::before {
	transform: rotate(180deg);
	background: #ffffff;
	color: var(--h-accent);
}
.offcanvas .dropdown-menu {
	position: static !important;
	float: none !important;
	background: transparent !important;
	border: none !important;
	padding-left: 20px !important;
	display: none;
}
.offcanvas .dropdown-item {
	font-size: 1.1rem;
	font-weight: 600;
	padding: 12px 0;
	color: rgba(255, 255, 255, 0.8) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	text-align: left;
}
.offcanvas .dropdown-item:last-child {
	border-bottom: none;
}
.offcanvas .dropdown-item:hover {
	color: var(--h-accent) !important;
	background: transparent !important;
}
.offcanvas .dropdown-toggle::after {
	display: none !important;
}
}
header .header-phone {
	background: transparent;
	color: #fff !important;
	padding: 8px 20px !important;
	border-radius: 4px;
	font-weight: 700;
	border: 1px solid rgba(197, 160, 89, 0.5);
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
}
header .header-phone i {
	color: var(--h-accent);
	transition: 0.4s;
}
header .header-phone:hover {
	color: #fff !important;
	border-color: var(--h-accent);
}
header .header-phone:hover i {
	color: #fff;
}

@media (max-width: 991px) {
header .header-phone {
	background: var(--h-main);
	border-color: var(--h-main);
	margin: 20px;
	justify-content: center;
}
}
header .opener-menu {
	color: #fff !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	width: 56px;
	height: 56px;
	transition: all 0.3s ease;
	margin-left: auto;
	padding: 0;
	cursor: pointer;
	border-radius: 12px;
}
header .hamburger-box {
	width: 22px;
	height: 14px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 4px;
}
header .hamburger-box span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: var(--h-white) !important;
	border-radius: 4px;
}
header .hamburger-box span:nth-child(2) {
	width: 14px;
}
header .opener-menu .menu-text {
	color: var(--h-white) !important;
	font-size: 0.55rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
}
header .opener-menu:hover {
	background: var(--h-accent);
}
/*
* ----------------------------------------------------------------------------------------
* Offcanvas & Modal
* ----------------------------------------------------------------------------------------
*/
.offcanvas, .modal-content {
 --oc-bg: #1e3a5f;
 --oc-header-bg: #1e293b;
 --oc-title-color: #ffffff;
 --oc-shadow: rgba(0, 0, 0, 0.3);
 --oc-accent: #60a5fa;
	background-color: var(--oc-bg) !important;
	border: none !important;
}
.dropdown-toggle::after {
	display: none !important;
}
.offcanvas-header, .modal-header {
	background-color: var(--oc-header-bg) !important;
	padding: 1.2rem 1.5rem 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;
	visibility: visible !important;
}
.offcanvas-title, .modal-title {
	color: var(--oc-title-color) !important;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 1.1rem;
	margin: 0 !important;
	line-height: 1 !important;
}
.btn-close {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 32px !important;
	height: 32px !important;
	min-width: 32px !important;
	border-radius: 50% !important;
	background-color: var(--oc-accent) !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2) !important;
	background-image: none !important;
	filter: none !important;
	opacity: 1 !important;
	transition: all 0.3s ease !important;
}
.btn-close::before {
	content: '\f659' !important;
	font-family: "bootstrap-icons" !important;
	color: #ffffff !important;
	font-size: 1.1rem !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	display: block !important;
}
.btn-close:hover {
	background-color: #ffffff !important;
	transform: rotate(180deg) scale(1.1) !important;
}
.btn-close:hover::before {
	color: var(--oc-accent) !important;
}
.show .btn-close, .offcanvas.show .btn-close {
	animation: btn-pop-spin 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
 @keyframes btn-pop-spin {
 from {
transform: rotate(-180deg) scale(0);
opacity: 0;
}
 to {
transform: rotate(0deg) scale(1);
opacity: 1;
}
}

@media (min-width: 992px) {
.offcanvas .offcanvas-header {
	display: none !important;
}
}
/*
* ----------------------------------------------------------------------------------------
* Hero
* ----------------------------------------------------------------------------------------
*/
#hero {
 --hero-bg-deep: #0f172a;
 --hero-accent: #60a5fa;
 --hero-text: #ffffff;
 --hero-text-dim: rgba(255, 255, 255, 0.7);
	position: relative;
	padding: 120px 0 80px;
	background: transparent !important;
	color: var(--hero-text);
	overflow: hidden;
	border: none !important;
}
#hero::before {
	content: 'ПРАВО';
	position: absolute;
	right: -5%;
	bottom: -2%;
	font-size: 18vw;
	font-weight: 900;
	color: rgba(255, 255, 255, 0.03);
	line-height: 1;
	z-index: 1;
	pointer-events: none;
	letter-spacing: -5px;
}
#hero .hero-content {
	position: relative;
	z-index: 5;
}
#hero .hero-badge {
	display: inline-block;
	padding: 5px 15px;
	background: rgba(96, 165, 250, 0.1);
	border: 1px solid var(--hero-accent);
	color: var(--hero-accent);
	border-radius: 4px;
	font-weight: 700;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 20px;
}
#hero .hero-title {
	color: var(--hero-text);
	font-size: clamp(2.2rem, 5vw, 4rem);
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 25px;
}
#hero .hero-title span {
	color: var(--hero-accent);
	font-weight: 300;
	font-style: italic;
}
#hero .hero-services-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px 20px;
	margin-bottom: 30px;
}
#hero .hero-svc-item {
	font-size: 0.95rem;
	display: flex;
	align-items: center;
	gap: 10px;
}
#hero .hero-svc-item i {
	color: var(--hero-accent);
	font-size: 1.2rem;
}
#hero .hero-description {
	font-size: 1.1rem;
	line-height: 1.6;
	color: var(--hero-text-dim);
	margin-bottom: 35px;
	max-width: 550px;
}
#hero .btn-hero-primary {
	display: inline-block;
	padding: 18px 45px;
	background: var(--hero-accent);
	color: var(--hero-bg-deep) !important;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 4px;
	transition: 0.3s ease;
	box-shadow: 0 10px 25px rgba(96, 165, 250, 0.2);
}
#hero .btn-hero-primary:hover {
	background: #ffffff;
	transform: translateY(-3px);
	box-shadow: 0 15px 30px rgba(255, 255, 255, 0.2);
}
#hero .hero-visual {
	position: relative;
	padding-left: 20px;
}
#hero .hero-card {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 25px 50px rgba(0,0,0,0.4);
	transform: perspective(1000px) rotateY(-5deg);
	border: 1px solid rgba(255,255,255,0.1);
	background: #000;
}
#hero .hero-avatar {
	width: 100%;
	height: 550px;
	object-fit: cover;
	display: block;
	opacity: 0.9;
}
#hero .hero-info-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px;
	background: linear-gradient(to top, rgba(15,23,42,0.95), transparent);
}
#hero .hero-name-big {
	display: block;
	font-size: 2.2rem;
	font-weight: 900;
	text-transform: uppercase;
}
#hero .hero-name-sub {
	color: var(--hero-accent);
	font-weight: 600;
}
#hero .hero-experience-tag {
	position: absolute;
	top: -15px;
	right: -15px;
	background: rgba(255, 255, 255, 0.07);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 15px;
	padding: 12px 20px;
	text-align: center;
	z-index: 10;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
#hero .exp-num {
	display: block;
	font-size: 1.4rem;
	font-weight: 800;
	color: #fff;
	line-height: 1.1;
	margin-bottom: 2px;
}
#hero .exp-lbl {
	display: block;
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	white-space: nowrap;
}

@media (max-width: 991px) {
#hero {
	padding: 60px 0 50px;
	text-align: center;
}
#hero .hero-services-list {
	grid-template-columns: 1fr;
	max-width: 350px;
	margin: 0 auto 30px;
	text-align: left;
}
#hero .hero-visual {
	margin-top: 0;
	margin-bottom: 40px;
	padding-left: 0;
}
#hero .hero-card {
	transform: none;
}
#hero .hero-avatar {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#hero .hero-visual {
	margin-top: 0;
	margin-bottom: 30px;
}
}
/*
* ----------------------------------------------------------------------------------------
* Trust
* ----------------------------------------------------------------------------------------
*/

#trust {
 --t-bg: transparent;
 --t-accent: #38bdf8;
 --t-card-bg: rgba(255, 255, 255, 0.03);
 --t-text-main: #ffffff;
 --t-text-dim: #94a3b8;
	position: relative;
	padding: 100px 0;
	z-index: 10;
}
#trust .trust-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
}
#trust .trust-card {
	background: var(--t-card-bg) !important;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	padding: 35px 25px;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	border: 1px solid rgba(255, 255, 255, 0.05) !important;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	position: relative;
	overflow: hidden;
}
#trust .trust-card:hover {
	transform: translateY(-12px);
	background: rgba(56, 189, 248, 0.07) !important;
	border-color: rgba(56, 189, 248, 0.3) !important;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(56, 189, 248, 0.1);
}
#trust .trust-icon-box {
	width: 52px;
	height: 52px;
	background: rgba(56, 189, 248, 0.1);
	color: var(--t-accent);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	transition: all 0.4s ease;
	border: 1px solid rgba(56, 189, 248, 0.1);
}
#trust .trust-card:hover .trust-icon-box {
	background: var(--t-accent);
	color: #ffffff;
	box-shadow: 0 0 15px var(--t-accent);
	transform: scale(1.1);
}
#trust .trust-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
#trust .trust-content strong {
	color: var(--t-text-main);
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: 0.3px;
	line-height: 1.2;
}
#trust .trust-content span {
	color: var(--t-text-dim);
	font-size: 0.9rem;
	line-height: 1.5;
}

@media (max-width: 1200px) {
#trust .trust-grid {
	grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {
#trust {
	padding: 60px 0;
}
#trust .trust-grid {
	grid-template-columns: 1fr;
	gap: 15px;
}
#trust .trust-card {
	padding: 30px;
	align-items: center;
	text-align: center;
}
}
/*
* ----------------------------------------------------------------------------------------
* Services
* ----------------------------------------------------------------------------------------
*/
#services {
 --s-accent: #38bdf8;
 --s-card-bg: rgba(255, 255, 255, 0.03);
 --s-border: rgba(255, 255, 255, 0.08);
	padding: 20px 0;
	position: relative;
	z-index: 10;
}
#services .services-header {
	margin-bottom: 50px;
	text-align: center;
	width: 100%;
}
#services .svc-badge {
	color: var(--s-accent);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 0.8rem;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}
#services .svc-title {
	color: #fff;
	font-size: clamp(2rem, 5vw, 3rem);
	font-weight: 800;
	margin-top: 10px;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#services .services-bento {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: minmax(180px, auto);
	gap: 20px;
}
#services .svc-card {
	background: var(--s-card-bg) !important;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid var(--s-border) !important;
	padding: 30px;
	border-radius: 24px;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}
#services .svc-wide {
	grid-column: span 2;
	flex-direction: row;
	align-items: center;
	gap: 30px;
}
#services .svc-featured {
	background: linear-gradient(135deg, rgba(56, 189, 248, 0.08), rgba(255, 255, 255, 0.03)) !important;
	border-color: rgba(56, 189, 248, 0.2) !important;
}
#services .svc-card:hover {
	transform: translateY(-10px);
	background: rgba(56, 189, 248, 0.05) !important;
	border-color: var(--s-accent) !important;
}
#services .svc-icon-wrap {
	width: 56px;
	height: 56px;
	background: rgba(56, 189, 248, 0.1);
	color: var(--s-accent);
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: all 0.4s ease;
}
#services .svc-icon-wrap i {
	font-size: 1.8rem;
	line-height: 1;
	display: flex;
	transition: all 0.4s ease;
}
#services .svc-card:hover .svc-icon-wrap {
	background: var(--s-accent);
	color: #0f172a;
	box-shadow: 0 0 20px var(--s-accent);
}
#services .svc-card:hover .svc-icon-wrap i {
	transform: rotate(-10deg) scale(1.1);
	color: #0f172a;
}
#services .svc-name {
	color: #fff;
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 10px;
}
#services .svc-desc {
	color: #cbd5e1;
	font-size: 0.95rem;
	line-height: 1.5;
	margin: 0;
}
#services .svc-card.featured .svc-icon-wrap {
	border-color: rgba(56, 189, 248, 0.4);
}

@media (max-width: 991px) {
#services .services-bento {
	grid-template-columns: repeat(2, 1fr);
}
#services .svc-wide {
	grid-column: span 2;
}
}

@media (max-width: 768px) {
#services .services-bento {
	grid-template-columns: 1fr;
}
#services .svc-wide {
	grid-column: span 1;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
}
/*
* ----------------------------------------------------------------------------------------
* Steps
* ----------------------------------------------------------------------------------------
*/

#steps {
 --st-accent: #38bdf8;
 --st-text: #cbd5e1;
 --st-title: #ffffff;
	padding: 100px 0;
	position: relative;
	z-index: 10;
}
#steps .steps-header {
	margin-bottom: 80px;
}
#steps .steps-badge {
	color: var(--st-accent);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 0.85rem;
}
#steps .steps-title {
	color: var(--st-title);
	font-size: 2.5rem;
	font-weight: 800;
	margin-top: 10px;
}
#steps .steps-timeline {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-top: 40px;
}
#steps .steps-path-line {
	position: absolute;
	top: 65px;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, transparent 0%, var(--st-accent) 20%, var(--st-accent) 80%, transparent 100%);
	opacity: 0.2;
	z-index: 1;
}
#steps .step-item {
	position: relative;
	z-index: 5;
	flex: 1;
	text-align: center;
	padding: 0 15px;
}
#steps .step-dot {
	width: 50px;
	height: 50px;
	background: #0f172a;
	border: 2px solid var(--st-accent);
	color: var(--st-accent);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 25px;
	font-weight: 800;
	font-size: 1.1rem;
	box-shadow: 0 0 20px rgba(56, 189, 248, 0.2);
	transition: all 0.4s ease;
}
#steps .step-name {
	color: var(--st-title);
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 12px;
}
#steps .step-text {
	color: var(--st-text);
	font-size: 0.95rem;
	line-height: 1.6;
	max-width: 220px;
	margin: 0 auto;
}
#steps .step-item:hover .step-dot {
	background: var(--st-accent);
	color: #0f172a;
	transform: scale(1.2);
	box-shadow: 0 0 30px var(--st-accent);
}

@media (max-width: 991px) {
#steps .steps-timeline {
	flex-direction: column;
	gap: 40px;
	padding-top: 0;
}
#steps .steps-path-line {
	width: 2px;
	height: 80%;
	top: 0;
	left: 25px;
	background: linear-gradient(180deg, var(--st-accent), transparent);
}
#steps .step-item {
	display: flex;
	align-items: flex-start;
	text-align: left;
	gap: 20px;
	padding: 0;
}
#steps .step-dot {
	margin: 0;
	flex-shrink: 0;
}
#steps .step-text {
	margin: 0;
	max-width: 100%;
}
}
/*
* ----------------------------------------------------------------------------------------
* Сontacts
* ----------------------------------------------------------------------------------------
*/
#contacts {
 --c-accent: #38bdf8;
 --c-text: #cbd5e1;
 --c-white: #ffffff;
 --c-glass: rgba(255, 255, 255, 0.03);
	padding: 100px 0;
	position: relative;
	z-index: 10;
}
#contacts .contacts-header {
	margin-bottom: 60px;
}
#contacts .contacts-badge {
	color: var(--c-accent);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 0.85rem;
}
#contacts .contacts-title {
	color: var(--c-white);
	font-size: 2.5rem;
	font-weight: 800;
	margin-top: 10px;
}
#contacts .contact-item {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 40px;
}
#contacts .contact-icon {
	width: 45px;
	height: 45px;
	background: rgba(56, 189, 248, 0.1);
	color: var(--c-accent);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3rem;
	flex-shrink: 0;
}
#contacts .contact-info strong {
	display: block;
	color: var(--c-white);
	font-size: 1.1rem;
	margin-bottom: 5px;
}
#contacts .contact-info span, #contacts .contact-info a {
	color: var(--c-text);
	text-decoration: none;
	font-size: 1rem;
	transition: color 0.3s;
}
#contacts .contact-info a:hover {
	color: var(--c-accent);
}
#contacts .contact-form-wrap {
	background: var(--c-glass) !important;
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	padding: 50px;
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	box-shadow: 0 25px 50px rgba(0,0,0,0.3);
}
#contacts .form-subtitle {
	color: var(--c-white);
	font-weight: 700;
	margin-bottom: 30px;
}
#contacts .form-input {
	width: 100%;
	background: rgba(255, 255, 255, 0.05) !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	border-radius: 12px;
	padding: 15px 20px;
	color: #fff !important;
	transition: all 0.3s ease;
	outline: none;
}
 #contacts .form-input::placeholder {
color: rgba(255, 255, 255, 0.3);
}
#contacts .form-input:focus {
	border-color: var(--c-accent) !important;
	background: rgba(56, 189, 248, 0.05) !important;
	box-shadow: 0 0 15px rgba(56, 189, 248, 0.1);
}
#contacts .btn-contact-submit {
	width: 100%;
	padding: 16px;
	background: var(--c-accent);
	color: #0f172a;
	border: none;
	border-radius: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.4s ease;
	cursor: pointer;
}
#contacts .btn-contact-submit:hover {
	background: #fff;
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(56, 189, 248, 0.3);
}
#submitBtn:disabled {
	background-color: var(--p-slate-400) !important;
	border-color: var(--p-border) !important;
	cursor: not-allowed;
	opacity: 0.5;
}
#contacts .form-check-label {
	color: var(--c-text);
	opacity: 0.8;
}
#contacts .form-check-input:checked {
	background-color: var(--c-accent);
	border-color: var(--c-accent);
}

@media (max-width: 991px) {
#contacts .contact-form-wrap {
	padding: 30px;
}
}
/*
* ----------------------------------------------------------------------------------------
* Footer
* ----------------------------------------------------------------------------------------
*/
#footer {
 --f-accent: #38bdf8;
 --f-text: #94a3b8;
 --f-white: #ffffff;
 --f-border: rgba(255, 255, 255, 0.05);
	position: relative;
	background: transparent;
	z-index: 10;
	margin-top: 50px;
}
#footer .footer-line {
	height: 2px;
	background: radial-gradient(circle, var(--f-accent) 0%, transparent 100%);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.8;
}
#footer .f-brand {
	color: var(--f-white);
	font-size: 1.4rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#footer .f-tagline {
	color: var(--f-text);
	font-size: 0.9rem;
	line-height: 1.5;
}
#footer .f-center-info {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
#footer .f-email-link {
	color: var(--f-accent);
	text-decoration: none;
	font-weight: 700;
	font-size: 1.1rem;
	transition: 0.3s;
}
#footer .f-email-link:hover {
	color: #fff;
}
#footer .f-reg-badge {
	display: inline-block;
	padding: 4px 12px;
	background: rgba(56, 189, 248, 0.1);
	color: var(--f-accent);
	border-radius: 4px;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	width: fit-content;
	margin: 0 auto;
}
#footer .f-bottom-line {
	border-top: 1px solid var(--f-border);
}
#footer .f-copy, #footer .f-dev, #footer .f-dev a {
	color: rgba(255, 255, 255, 0.3);
	font-size: 0.8rem;
	text-decoration: none;
}
#footer .f-dev a:hover {
	color: var(--f-accent);
}
#footer .f-counter {
	color: rgba(56, 189, 248, 0.3);
	font-size: 0.75rem;
	text-transform: uppercase;
}
#footer .f-socials {
	display: inline-block;
	padding: 5px;
	background: rgba(255, 255, 255, 0.03);
	border-radius: 8px;
}
#footer .f-nav-vertical {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	margin: 20px 0;
}
#footer .f-nav-link {
	color: var(--f-accent);
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: 600;
	transition: 0.3s;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#footer .f-nav-link:hover {
	color: rgba(255, 255, 255, 0.7);
	transform: translateX(5px);
}

@media (max-width: 768px) {
#footer .f-reg-badge {
	margin: 10px auto;
}
#footer .f-socials {
	margin-top: 15px;
}
}
/*
* ----------------------------------------------------------------------------------------
* Back To Top
* ----------------------------------------------------------------------------------------
*/
#back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 54px;
	height: 54px;
	background: #38bdf8 !important;
	color: #0f172a !important;
	border-radius: 50% !important;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2000;
	box-shadow: 0 10px 25px rgba(56, 189, 248, 0.3);
	transition: all 0.4s ease;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
}
#back-to-top.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
#back-to-top i {
	font-size: 1.3rem;
	z-index: 5;
}
#back-to-top .progress-circle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: rotate(-90deg);
}
#back-to-top .progress-bg {
	stroke: rgba(0, 0, 0, 0.1);
	stroke-width: 3;
}
#back-to-top .progress-bar {
	stroke: #0f172a !important;
	stroke-width: 5;
	stroke-dasharray: 184;
	stroke-dashoffset: 184;
	transition: stroke-dashoffset 0.1s linear;
	stroke-linecap: round;
}
#back-to-top:hover {
	background: #ffffff !important;
	transform: scale(1.1);
}

@media (max-width: 480px) {
#phone-fab, #back-to-top {
	right: 20px;
	width: 48px;
	height: 48px;
}
#back-to-top {
	bottom: 25px;
}
}
/*
* ----------------------------------------------------------------------------------------
* Phone
* ----------------------------------------------------------------------------------------
*/
#phone-fab {
	position: fixed;
	bottom: 100px;
	right: 30px;
	width: 54px;
	height: 54px;
	background: #38bdf8;
	color: #0f172a;
	border-radius: 50%;
	display: none;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	z-index: 2000;
	box-shadow: 0 10px 25px rgba(56, 189, 248, 0.3);
	transition: all 0.4s ease;
}

@media (max-width: 768px) {
#phone-fab {
	display: flex;
}
}

@media (max-width: 480px) {
#phone-fab {
	right: 20px;
	width: 48px;
	height: 48px;
	bottom: 90px;
}
#back-to-top {
	right: 20px;
	width: 48px;
	height: 48px;
	bottom: 25px;
}
}
#phone-fab .fab-pulse {
	position: absolute;
	inset: 0;
	background: #38bdf8;
	border-radius: 50%;
	z-index: -1;
	animation: pulse-blue 2s infinite;
}
 @keyframes pulse-blue {
 0% {
transform: scale(1);
opacity: 0.6;
}
 100% {
transform: scale(1.8);
opacity: 0;
}
}
#phone-fab:hover {
	background: #fff;
	transform: scale(1.1);
}
/*
* ----------------------------------------------------------------------------------------
* Heading
* ----------------------------------------------------------------------------------------
*/
#heading {
	position: relative;
}
#heading .ht-breadcrumbs-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 1.5rem;
	font-family: inherit;
}
#heading .crumb-item a {
	color: var(--p-link);
	text-decoration: none;
	font-size: 0.8rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: 0.3s;
}
#heading .crumb-item a:hover {
	color: var(--p-accent);
	border-bottom-color: var(--p-accent);
}
#heading .crumb-item.active {
	color: var(--p-slate-400);
	font-size: 0.8rem;
	font-weight: 500;
	text-transform: uppercase;
	max-width: 300px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#heading .crumb-separator {
	color: var(--p-accent);
	font-size: 1rem;
	line-height: 1;
	display: flex;
	align-items: center;
}
#heading .ht-title {
	font-size: 2.8rem;
	font-weight: 800;
	color: var(--p-white);
	margin-bottom: 0.5rem;
	line-height: 1.1;
	border-left: 6px solid var(--p-accent);
	padding-left: 25px;
}
#heading .ht-meta-container {
	display: flex;
	align-items: center;
	gap: 20px;
	padding-top: 10px;
}
#heading .ht-meta-item {
	font-size: 0.85rem;
	color: var(--p-text);
	display: flex;
	align-items: center;
	gap: 8px;
}
#heading .ht-meta-item i {
	color: var(--p-accent);
	font-size: 1.1rem;
}
#heading .ht-meta-divider {
	width: 1px;
	height: 16px;
	background-color: var(--p-border);
}
#heading .ht-edit-btn {
	color: var(--p-link) !important;
	font-weight: 700;
	text-decoration: none;
	font-size: 0.8rem;
	border: 1px dashed var(--p-link);
	padding: 2px 10px;
	transition: 0.3s;
}
#heading .ht-edit-btn:hover {
	background: var(--p-link);
	color: var(--p-white) !important;
}

@media (max-width: 768px) {
#heading .ht-breadcrumbs-row {
	display: none;
}
#heading .ht-title {
	font-size: 1.75rem;
	padding-left: 15px;
}
#heading .ht-meta-container {
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}
#heading .ht-meta-divider {
	display: none;
}
}
/*
* ----------------------------------------------------------------------------------------
* Article
* ----------------------------------------------------------------------------------------
*/
article #sync1 .item img {
	height: 450px;
	width: 100%;
	object-fit: cover;
	border: 1px solid var(--p-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(--p-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(--p-sky) !important;
	color: var(--p-white) !important;
	border-color: var(--p-sky) !important;
	box-shadow: 0 0 20px rgba(14, 165, 233, 0.3);
}
article #sync2 .item img {
	height: 85px;
	width: 100%;
	object-fit: cover;
	opacity: 0.5;
	border: 1px solid var(--p-border);
	transition: all 0.3s ease;
}
article #sync2 .owl-item.current img {
	opacity: 1;
	border: 2px solid var(--p-sky) !important;
	box-shadow: 0 0 10px rgba(14, 165, 233, 0.2);
}
article #sync2 .item:hover img {
	opacity: 0.8;
	border-color: var(--p-sky);
}

@media (max-width: 991.98px) {
article #sync1 .item img {
	height: 350px;
}
article #sync2 .item img {
	height: 65px;
}
}
/*
* ----------------------------------------------------------------------------------------
* Documents
* ----------------------------------------------------------------------------------------
*/
#documents {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
}
#documents .doc-card {
	background: radial-gradient(circle at 100% 0%, rgba(56, 189, 248, 0.25) 0%, transparent 40%), radial-gradient(circle at 85% 15%, rgba(45, 74, 119, 0.4) 0%, transparent 60%);
	border: 1px solid var(--p-border);
	border-radius: 20px;
	padding: 25px;
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	position: relative;
	box-shadow: 0 10px 30px rgba(69, 26, 3, 0.05);
}
#documents .doc-card:hover {
	border-color: var(--p-accent);
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(69, 26, 3, 0.12);
}
#documents .doc-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
}
#documents .doc-icon-box {
	width: 52px;
	height: 52px;
	background: var(--body-bg);
	color: var(--p-accent);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	transition: 0.3s;
	border: 1px solid var(--p-border);
}
#documents .doc-card:hover .doc-icon-box {
	background: var(--p-accent);
	color: #fff !important;
	border-color: var(--p-accent);
	transform: rotate(-5deg);
}
#documents .doc-meta {
	text-align: right;
}
#documents .doc-ext {
	font-size: 10px;
	font-weight: 900;
	color: var(--p-dark);
	background: var(--p-accent);
	padding: 4px 10px;
	border-radius: 6px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
}
#documents .doc-date {
	display: block;
	font-size: 12px;
	color: var(--p-slate-400);
	font-weight: 600;
	margin-top: 8px;
}
#documents .doc-body {
	margin-bottom: 25px;
	flex-grow: 1;
}
#documents .doc-title {
	font-weight: 800;
	color: var(--p-dark);
	font-size: 1.15rem;
	line-height: 1.4;
	display: block;
}
#documents .js-download-btn {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	color: var(--p-link);
	text-decoration: none;
	font-weight: 800;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 15px;
	border-top: 1px solid var(--p-border);
	width: 100%;
	transition: 0.3s;
}
#documents .js-download-btn:hover {
	color: var(--p-link-hover);
}
#documents .js-download-btn i {
	font-size: 1.2rem;
	transition: transform 0.3s ease;
}
#documents .js-download-btn:hover i {
	transform: translateY(3px);
}
#documents .ext-pdf i {
	color: #ef4444;
}
#documents .ext-doc i, #documents .ext-docx i {
	color: #2563eb;
}
#documents .ext-xls i, #documents .ext-xlsx i {
	color: #10b981;
}
#documents .doc-card:hover .doc-icon-box i {
	color: #ffffff !important;
}
/*
* ----------------------------------------------------------------------------------------
* Error
* ----------------------------------------------------------------------------------------
*/

#error-404 {
	min-height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--body-bg);
	position: relative;
	overflow: hidden;
	padding: 60px 0;
}
#error-404 .error-bg-code {
	font-size: clamp(8rem, 25vw, 18rem);
	font-weight: 900;
	color: var(--p-dark);
	opacity: 0.04;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	letter-spacing: -0.05em;
	pointer-events: none;
}
#error-404 .error-content {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
	z-index: 2;
}
#error-404 .error-title {
	font-size: clamp(1.8rem, 5vw, 3rem);
	font-weight: 900;
	color: var(--p-dark);
	text-transform: uppercase;
	margin-bottom: 1.5rem;
	letter-spacing: -0.02em;
}
#error-404 .error-lead {
	font-size: 1.2rem;
	color: var(--p-text);
	line-height: 1.7;
	margin-bottom: 3.5rem;
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
}
#error-404 .error-btns {
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
}
#error-404 .btn-404-primary {
	display: inline-flex;
	align-items: center;
	background: var(--p-accent);
	color: #fff !important;
	padding: 18px 40px;
	border-radius: 50px;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	box-shadow: 0 10px 25px rgba(245, 158, 11, 0.25);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#error-404 .btn-404-primary:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(245, 158, 11, 0.4);
	filter: brightness(1.1);
}
#error-404 .btn-404-outline {
	display: inline-flex;
	align-items: center;
	background: transparent;
	color: var(--p-dark) !important;
	padding: 18px 40px;
	border-radius: 50px;
	border: 2px solid var(--p-border);
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease;
}
#error-404 .btn-404-outline:hover {
	background: var(--p-dark);
	color: #fff !important;
	border-color: var(--p-dark);
	transform: translateY(-3px);
}

@media (max-width: 576px) {
#error-404 .error-btns {
	flex-direction: column;
	padding: 0 20px;
}
#error-404 .btn-404-primary, #error-404 .btn-404-outline {
	width: 100%;
	justify-content: center;
}
}
