:root {
	--hard-ink: #111827;
	--hard-muted: #667085;
	--hard-line: #e5e7eb;
	--hard-bg: #f5f7fa;
	--hard-panel: #ffffff;
	--hard-blue: #1b2ac8;
	--hard-steel: #152033;
	--hard-accent: #e53e2f;
	--hard-warm: #f5a524;
	--hard-shadow: 0 18px 50px rgba(17, 24, 39, .12);
}

body > .top-bar-area.bg-theme,
body > header {
	display: none !important;
}

body {
	background: var(--hard-bg);
	color: var(--hard-ink);
	padding-top: 154px;
}

p {
	color: #354052;
}

.bg-theme,
.btn-theme,
.pricing-item.active .pricing-header,
.top-bar-area.bg-theme {
	background-color: var(--hard-blue);
}

.btn,
.call-to-main .btn,
.hard-side-btn,
.hard-inline-cta button,
.hard-modal__form button {
	border-radius: 6px;
	border: 0;
	cursor: pointer;
	letter-spacing: 0;
}

.top-bar-area {
	padding: 12px 0;
}

.top-bar-area .info li {
	border-color: rgba(255, 255, 255, .18);
	margin-top: 0;
}

.top-bar-area .info li p {
	font-size: 13px;
	line-height: 20px;
	letter-spacing: .01em;
}

header nav.navbar.bootsnav {
	border: 0;
	box-shadow: 0 10px 30px rgba(17, 24, 39, .08);
}

nav.navbar.bootsnav .navbar-brand img {
	max-height: 138px;
	width: auto;
}

nav.navbar.bootsnav ul.nav > li > a {
	color: var(--hard-ink);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .06em;
}

nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a.active {
	color: var(--hard-blue);
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
	border: 1px solid var(--hard-line);
	border-radius: 8px;
	box-shadow: var(--hard-shadow);
	padding: 10px;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
	border-radius: 5px;
	color: var(--hard-ink);
	font-size: 13px;
	line-height: 1.35;
	padding: 10px 12px;
	text-transform: none;
	white-space: normal;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
	background: #eef2ff;
	color: var(--hard-blue);
}

.banner-area .box-table.shadow.theme::after {
	background: linear-gradient(90deg, rgba(10, 17, 32, .86), rgba(22, 42, 88, .58));
	opacity: 1;
}

.banner-area .item h1 {
	font-size: clamp(38px, 5vw, 72px);
	line-height: 1.05;
	max-width: 850px;
}

.features-area .features-items .item,
.blog-area .blog-items .info,
.hard-side-card,
.contact-form-area .contact-form .content {
	border: 1px solid var(--hard-line);
	border-radius: 8px;
	box-shadow: 0 12px 32px rgba(17, 24, 39, .08);
}

.features-area .features-items .item {
	background: var(--hard-panel);
	height: 100%;
}

.site-heading h2 {
	text-transform: none;
}

.site-heading h2::before {
	background: var(--hard-warm);
}

.site-heading h2::after {
	background: var(--hard-accent);
}

.services-area .service-item .info-box {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: var(--hard-shadow);
}

.services-area .service-item img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
}

.services-area .service-item .info-title {
	background: linear-gradient(180deg, rgba(17, 24, 39, 0), rgba(17, 24, 39, .92));
}

.blog-area.default-padding,
.blog-area.default-padding.full-blog {
	padding: 56px 0;
}

.blog-area.full-blog > .container {
	max-width: 1480px;
	width: calc(100vw - 64px);
}

.blog-area.full-blog .blog-items {
	align-items: flex-start;
	display: flex;
	gap: 34px;
	width: 100%;
}

.blog-area.full-blog .blog-content,
.blog-area.full-blog .sidebar {
	float: none !important;
	padding-left: 15px;
	padding-right: 15px;
}

.blog-area.full-blog .blog-content {
	flex: 1 1 auto;
	width: calc(100% - 394px);
}

.blog-area.full-blog .sidebar {
	flex: 0 0 360px;
	order: -1;
	width: 360px;
}

.hard-sidebar {
	position: sticky;
	top: 20px;
}

.hard-side-card {
	background: var(--hard-panel);
	margin-bottom: 18px;
	padding: 24px;
}

.hard-side-card h3 {
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 14px;
}

.hard-side-card p {
	color: var(--hard-muted);
	line-height: 23px;
	margin-bottom: 18px;
}

.hard-side-accent {
	background: linear-gradient(145deg, var(--hard-steel), #263b5d);
	border: 0;
	color: #fff;
}

.hard-side-accent h3,
.hard-side-accent p {
	color: #fff;
}

.hard-side-kicker,
.hard-page-label {
	color: var(--hard-accent);
	display: block;
	font-family: Montserrat, sans-serif;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.hard-side-btn,
.hard-inline-cta button {
	background: var(--hard-accent);
	color: #fff;
	display: inline-flex;
	font-family: Montserrat, sans-serif;
	font-weight: 800;
	justify-content: center;
	padding: 12px 18px;
}

.hard-service-menu li + li {
	border-top: 1px solid var(--hard-line);
}

.hard-service-menu a {
	color: var(--hard-ink);
	display: flex;
	font-weight: 700;
	justify-content: space-between;
	padding: 11px 0;
}

.hard-service-menu a::after {
	color: var(--hard-accent);
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.hard-service-menu a:hover {
	color: var(--hard-blue);
}

.hard-side-contacts a {
	color: var(--hard-ink);
	display: block;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	margin-top: 9px;
}

.hard-catalog-card {
	margin-bottom: 22px !important;
}

.hard-catalog-card .item {
	background: var(--hard-panel);
	border: 1px solid var(--hard-line);
	border-radius: 8px;
	box-shadow: 0 12px 32px rgba(17, 24, 39, .08) !important;
	display: grid;
	grid-template-columns: minmax(220px, 36%) 1fr;
	overflow: hidden;
}

.hard-catalog-card__media {
	max-height: none !important;
}

.hard-catalog-card__media a,
.hard-catalog-card__media img {
	height: 100%;
}

.hard-catalog-card__media img {
	object-fit: cover;
	width: 100%;
}

.hard-catalog-card__body {
	box-shadow: none !important;
	padding: 28px !important;
}

.hard-catalog-card__body h4 {
	font-size: 22px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: none;
}

.hard-catalog-card__body p {
	color: var(--hard-muted);
}

.hard-catalog-card .btn-theme,
.call-to-main .btn.primary {
	background: var(--hard-blue);
	color: #fff !important;
	padding: 11px 20px;
}

.hard-fullstory .info {
	padding: 34px !important;
}

.hard-fullstory h1 {
	font-size: clamp(30px, 3vw, 46px);
	font-weight: 900;
	line-height: 1.08;
	margin-bottom: 18px;
	text-transform: none;
}

.hard-fullstory__content {
	color: #263244;
	font-size: 16px;
	line-height: 1.75;
}

.hard-fullstory__content img {
	border-radius: 8px;
	margin: 10px 0 20px;
}

.blog-content > .headline,
.blog-content .headline {
	background: var(--hard-panel);
	border: 1px solid var(--hard-line);
	border-radius: 8px 8px 0 0;
	border-bottom: 0;
	box-shadow: 0 12px 32px rgba(17, 24, 39, .08);
	color: var(--hard-ink);
	font-family: Montserrat, sans-serif;
	font-size: clamp(28px, 3vw, 44px);
	font-weight: 900;
	line-height: 1.08;
	margin: 0;
	padding: 34px 34px 10px;
	text-transform: none;
}

.blog-content > .text2,
.blog-content .text2 {
	background: var(--hard-panel);
	border: 1px solid var(--hard-line);
	border-radius: 0 0 8px 8px;
	border-top: 0;
	box-shadow: 0 18px 42px rgba(17, 24, 39, .08);
	color: #263244;
	font-size: 18px !important;
	line-height: 1.78;
	padding: 18px 38px 38px;
}

.blog-content .text2 img,
.blog-content > img {
	border-radius: 8px;
	height: auto;
	margin: 12px 0 24px;
	width: 100%;
}

.hard-internal-media {
	background: #111827;
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(17, 24, 39, .14);
	margin: 0 -8px 30px;
	overflow: hidden;
	position: relative;
}

.blog-content .text2 .hard-internal-media img {
	aspect-ratio: 16 / 7;
	display: block;
	height: auto;
	margin: 0;
	object-fit: cover;
	width: 100%;
}

.hard-internal-media::after {
	background: linear-gradient(180deg, rgba(17, 24, 39, 0), rgba(17, 24, 39, .74));
	content: "";
	inset: 0;
	position: absolute;
}

.hard-internal-media figcaption {
	background: rgba(239, 68, 68, .95);
	border-radius: 8px;
	bottom: 18px;
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 900;
	left: 18px;
	letter-spacing: .04em;
	margin: 0;
	padding: 8px 12px;
	position: absolute;
	text-transform: uppercase;
	z-index: 1;
}

.blog-content .text2 {
	overflow-x: auto;
}

.blog-content table {
	background: #fff;
	border: 1px solid var(--hard-line);
	border-collapse: separate !important;
	border-radius: 8px;
	border-spacing: 0;
	box-shadow: 0 14px 34px rgba(17, 24, 39, .08);
	margin: 24px 0;
	min-width: 680px;
	overflow: hidden;
	width: 100% !important;
}

.blog-content table th,
.blog-content table td {
	border: 0 !important;
	border-bottom: 1px solid var(--hard-line) !important;
	color: #344054;
	font-size: 15px;
	line-height: 1.55;
	padding: 16px 18px !important;
	text-align: left !important;
	vertical-align: top;
}

.blog-content table th {
	background: #111827;
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-weight: 900;
}

.blog-content table tr:nth-child(even) td {
	background: #f8fafc;
}

.blog-content table tr:last-child td {
	border-bottom: 0 !important;
}

.blog-content table.fr-solid-borders {
	border-collapse: collapse !important;
	border-radius: 8px;
	min-width: 720px;
	table-layout: auto;
}

.blog-content table.fr-solid-borders th,
.blog-content table.fr-solid-borders td {
	border: 1px solid #d8dee8 !important;
	font-size: 14px;
	line-height: 1.45;
	padding: 10px 12px !important;
	text-align: center !important;
	vertical-align: middle;
}

.blog-content table.fr-solid-borders tr:first-child td,
.blog-content table.fr-solid-borders tr:nth-child(2) td {
	background: #111827 !important;
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-weight: 900;
}

.blog-content table.fr-solid-borders tr:nth-child(n + 3) td {
	background: #fff;
}

.blog-content table.fr-solid-borders tr:nth-child(n + 3):nth-child(even) td {
	background: #f8fafc;
}

.blog-content table.fr-solid-borders td:nth-child(2) {
	text-align: left !important;
}

.blog-content table a {
	color: var(--hard-blue);
	font-weight: 800;
}

.hard-contact-page {
	background: #fff;
	border: 1px solid var(--hard-line);
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(17, 24, 39, .08);
	padding: 34px;
}

.hard-contact-hero {
	border-bottom: 1px solid var(--hard-line);
	margin: -4px -34px 30px;
	padding: 0 34px 28px;
}

.hard-contact-hero span,
.hard-contact-form__head span {
	color: var(--hard-accent);
	display: block;
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .14em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.hard-contact-hero h1 {
	color: var(--hard-ink);
	font-size: clamp(32px, 4vw, 52px);
	font-weight: 900;
	line-height: 1.05;
	margin-bottom: 14px;
}

.hard-contact-hero p {
	color: var(--hard-muted);
	font-size: 17px;
	line-height: 1.65;
	margin: 0;
	max-width: 780px;
}

.hard-contact-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.hard-contact-info {
	display: grid;
	gap: 14px;
}

.hard-contact-card {
	align-items: center;
	background: #f8fafc;
	border: 1px solid var(--hard-line);
	border-radius: 8px;
	color: var(--hard-ink);
	display: grid;
	gap: 4px 18px;
	grid-template-columns: minmax(0, 1fr) 58px;
	min-height: 88px;
	padding: 18px 20px;
}

.hard-contact-card:hover {
	background: #eef2ff;
	border-color: #c7d2fe;
	color: var(--hard-blue);
	transform: translateY(-2px);
}

.hard-contact-card i {
	align-items: center;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(17, 24, 39, .08);
	color: var(--hard-accent);
	display: flex;
	font-size: 0;
	grid-column: 2;
	grid-row: span 2;
	height: 58px;
	justify-content: center;
	width: 58px;
}

.hard-contact-card i::before {
	content: "\f095";
	font-family: "Font Awesome 5 Free";
	font-size: 22px;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	text-rendering: auto;
}

.hard-contact-card--phone .fa-mobile-alt::before {
	content: "\f3cd";
}

.hard-contact-card--mail i::before {
	content: "\f0e0";
}

.hard-contact-card--address i::before {
	content: "\f3c5";
}

.hard-contact-card span {
	color: var(--hard-muted);
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 900;
	grid-column: 1;
	text-transform: uppercase;
}

.hard-contact-card strong {
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 900;
	grid-column: 1;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

.hard-contact-form {
	background: linear-gradient(135deg, #101a2c, #263b5d);
	border-radius: 8px;
	box-shadow: 0 18px 46px rgba(17, 24, 39, .16);
	padding: 28px;
}

.hard-contact-form__head h2 {
	color: #fff;
	font-size: 28px;
	font-weight: 900;
	margin-bottom: 18px;
}

.hard-contact-form label {
	display: block;
	margin-bottom: 14px;
}

.hard-contact-form label span {
	color: rgba(255, 255, 255, .86);
	display: block;
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 900;
	margin-bottom: 7px;
}

.hard-contact-form input,
.hard-contact-form textarea {
	background: rgba(255, 255, 255, .96);
	border: 1px solid transparent;
	border-radius: 6px;
	box-shadow: none;
	color: var(--hard-ink);
	font: inherit;
	min-height: 50px;
	padding: 12px 14px;
	width: 100%;
}

.hard-contact-form textarea {
	min-height: 132px;
	resize: vertical;
}

.hard-contact-form input:focus,
.hard-contact-form textarea:focus {
	background: #fff;
	border-color: #93c5fd;
}

.hard-contact-form button {
	background: var(--hard-accent);
	border: 0;
	border-radius: 6px;
	box-shadow: 0 14px 30px rgba(229, 62, 47, .28);
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-weight: 900;
	min-height: 52px;
	padding: 0 24px;
	width: 100%;
}

.hard-contact-form button[disabled] {
	cursor: wait;
	opacity: .75;
}

.hard-contact-form__trap {
	display: none;
}

.hard-contact-form__status {
	color: rgba(255, 255, 255, .78);
	font-weight: 800;
	margin-top: 12px;
	text-align: center;
}

.hard-contact-form__status.is-success {
	color: #86efac;
}

.hard-contact-form__status.is-error {
	color: #fecaca;
}

.hard-inline-cta {
	align-items: center;
	background: #eef2ff;
	border: 1px solid #dbe4ff;
	border-radius: 8px;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-top: 28px;
	padding: 22px;
}

.hard-inline-cta strong,
.hard-inline-cta span {
	display: block;
}

.hard-inline-cta strong {
	color: var(--hard-ink);
	font-family: Montserrat, sans-serif;
	font-size: 18px;
}

.hard-inline-cta span {
	color: var(--hard-muted);
	margin-top: 4px;
}

.call-to-action {
	background: linear-gradient(135deg, var(--hard-steel), #203b67);
	padding: 44px 0;
}

.hard-internal-order {
	background: linear-gradient(135deg, #101a2c, #263b5d);
	margin-top: 28px;
	overflow: hidden;
	padding: 54px 0;
	position: relative;
}

.hard-internal-order::after {
	background: rgba(255, 255, 255, .07);
	content: "";
	height: 240px;
	position: absolute;
	right: -60px;
	top: -90px;
	transform: rotate(18deg);
	width: 360px;
}

.hard-internal-order .container {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.hard-internal-order .row {
	margin-left: 0;
	margin-right: 0;
}

.hard-internal-order .col-md-12,
.hard-internal-order .col-sm-12,
.hard-internal-order .col-xs-12 {
	padding-left: 0;
	padding-right: 0;
}

.hard-internal-order .call-to-main {
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	margin: 0 auto;
	max-width: 1170px;
	padding: 0 15px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.hard-internal-order .call-to-main > * {
	position: relative;
	z-index: 1;
}

.hard-internal-order .call-to-main p {
	color: rgba(255, 255, 255, .78);
	font-size: 16px;
	line-height: 1.6;
	margin: 10px 0 0;
	max-width: 760px;
}

.call-to-main {
	align-items: center;
	display: flex;
	gap: 22px;
	justify-content: space-between;
	text-align: left;
}

.call-to-main h2 {
	color: #fff;
	font-size: clamp(24px, 3vw, 36px);
	font-weight: 900;
	margin: 0;
}

.call-to-main .btn.primary {
	background: var(--hard-accent);
	white-space: nowrap;
}

footer {
	background: #0b1220;
}

.hard-footer {
	background:
		linear-gradient(135deg, rgba(11, 18, 32, .96), rgba(20, 35, 59, .96)),
		url("/uploads/goriz.jpg") center / cover no-repeat;
	color: #fff;
	padding-top: 56px;
}

.hard-footer .container {
	max-width: 1480px;
	width: calc(100vw - 64px);
}

.hard-footer__grid {
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(280px, 1.2fr) minmax(210px, .85fr) minmax(220px, .85fr) minmax(250px, .9fr);
}

.hard-footer__brand,
.hard-footer__col {
	min-width: 0;
}

.hard-footer__logo {
	background: #fff;
	border-radius: 8px;
	display: inline-flex;
	margin-bottom: 20px;
	padding: 12px 16px;
}

.hard-footer__logo img {
	display: block;
	max-height: 76px;
	width: auto;
}

.hard-footer p {
	color: rgba(255, 255, 255, .76);
	font-size: 15px;
	line-height: 1.7;
	margin: 0 0 22px;
	max-width: 520px;
}

.hard-footer__button {
	background: var(--hard-accent);
	box-shadow: 0 18px 40px rgba(239, 68, 68, .28);
	color: #fff;
	display: inline-flex;
	font-family: Montserrat, sans-serif;
	font-weight: 900;
	justify-content: center;
	padding: 13px 20px;
}

.hard-footer__button:hover,
.hard-footer__button:focus {
	background: #ff4a4a;
	color: #fff;
	transform: translateY(-2px);
}

.hard-footer h4 {
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: .04em;
	margin: 0 0 18px;
	padding: 0 0 14px;
	position: relative;
	text-transform: uppercase;
}

.hard-footer h4::after {
	background: var(--hard-accent);
	border-radius: 999px;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 44px;
}

.hard-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hard-footer li + li {
	margin-top: 9px;
}

.hard-footer a {
	color: rgba(255, 255, 255, .78);
}

.hard-footer__col li a {
	align-items: flex-start;
	display: inline-flex;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	padding-left: 18px;
	position: relative;
}

.hard-footer__col li a::before {
	color: var(--hard-accent);
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	font-weight: 900;
	left: 0;
	position: absolute;
	top: 2px;
}

.hard-footer a:hover,
.hard-footer a:focus {
	color: #fff;
}

.hard-footer__contacts > a {
	align-items: center;
	display: flex;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 800;
	gap: 11px;
	line-height: 1.45;
	margin-bottom: 13px;
}

.hard-footer__contacts i {
	align-items: center;
	background: rgba(255, 255, 255, .1);
	border-radius: 8px;
	color: var(--hard-accent);
	display: inline-flex;
	flex: 0 0 36px;
	font-size: 0;
	height: 36px;
	justify-content: center;
	width: 36px;
}

.hard-footer__contacts i::before {
	content: "\f095";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
}

.hard-footer__contacts .fa-mobile-alt::before {
	content: "\f3cd";
}

.hard-footer__contacts .fa-envelope::before {
	content: "\f0e0";
}

.hard-footer__contacts .fa-map-marker-alt::before {
	content: "\f3c5";
}

.hard-footer__nav {
	border-top: 1px solid rgba(255, 255, 255, .12);
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	margin-top: 18px;
	padding-top: 18px;
}

.hard-footer__nav a {
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.hard-footer__bottom {
	background: rgba(3, 7, 18, .58);
	border-top: 1px solid rgba(255, 255, 255, .1);
	margin-top: 46px;
	padding: 18px 0;
}

.hard-footer__bottom .container {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
}

.hard-footer__bottom p,
.hard-footer__bottom a {
	color: rgba(255, 255, 255, .78);
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
	margin: 0;
}

.hard-footer__bottom a {
	color: #fff;
}

.hard-footer__bottom a:hover,
.hard-footer__bottom a:focus {
	color: var(--hard-accent);
}

.hard-modal {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition: opacity .2s ease;
	z-index: 99999;
}

.hard-modal.is-open {
	opacity: 1;
	pointer-events: auto;
}

.hard-modal__overlay {
	background: rgba(6, 12, 24, .72);
	inset: 0;
	position: absolute;
}

.hard-modal__dialog {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 28px 80px rgba(0, 0, 0, .32);
	max-height: calc(100vh - 32px);
	max-width: 520px;
	overflow: auto;
	padding: 34px;
	position: relative;
	transform: translateY(18px);
	transition: transform .2s ease;
	width: calc(100% - 28px);
}

.hard-modal.is-open .hard-modal__dialog {
	transform: translateY(0);
}

.hard-modal__close {
	background: #f1f5f9;
	border: 0;
	border-radius: 50%;
	color: var(--hard-ink);
	font-size: 26px;
	height: 38px;
	line-height: 38px;
	position: absolute;
	right: 16px;
	top: 16px;
	width: 38px;
}

.hard-modal__intro span {
	color: var(--hard-accent);
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.hard-modal__intro h3 {
	font-size: 32px;
	font-weight: 900;
	margin: 8px 44px 8px 0;
}

.hard-modal__intro p {
	color: var(--hard-muted);
	line-height: 24px;
	margin-bottom: 22px;
}

.hard-modal__form label {
	display: block;
	margin-bottom: 14px;
}

.hard-modal__form label span {
	color: var(--hard-ink);
	display: block;
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 7px;
}

.hard-modal__form input,
.hard-modal__form textarea {
	background: #f8fafc;
	border: 1px solid var(--hard-line);
	border-radius: 6px;
	box-shadow: none;
	color: var(--hard-ink);
	font: inherit;
	min-height: 50px;
	padding: 12px 14px;
	width: 100%;
}

.hard-modal__form textarea {
	min-height: 110px;
	resize: vertical;
}

.hard-modal__form input:focus,
.hard-modal__form textarea:focus {
	background: #fff;
	border-color: var(--hard-blue);
}

.hard-modal__form button[type="submit"] {
	background: var(--hard-blue);
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-weight: 900;
	min-height: 52px;
	padding: 13px 22px;
	width: 100%;
}

.hard-modal__form button[disabled] {
	cursor: wait;
	opacity: .7;
}

.hard-modal__trap {
	display: none;
}

.hard-modal__status {
	color: var(--hard-muted);
	font-weight: 700;
	margin-top: 12px;
	text-align: center;
}

.hard-modal__status.is-success {
	color: #15803d;
}

.hard-modal__status.is-error {
	color: #b42318;
}

body.hard-modal-lock {
	overflow: hidden;
}

.hard-works-page {
	padding: 4px 0 6px;
	text-align: left;
}

.hard-works-intro {
	border-bottom: 1px solid var(--hard-line);
	margin: -4px -34px 28px;
	padding: 0 34px 26px;
	text-align: left;
}

.hard-works-intro span {
	color: var(--hard-accent);
	display: block;
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .14em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.hard-works-intro h2 {
	color: var(--hard-ink);
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 900;
	line-height: 1.08;
	margin-bottom: 12px;
	max-width: 760px;
	text-align: left;
}

.hard-works-intro p {
	color: var(--hard-muted);
	font-size: 17px;
	line-height: 1.6;
	margin: 0;
	max-width: 760px;
}

.hard-work-gallery {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hard-work-card {
	background: #111827;
	border-radius: 8px;
	box-shadow: 0 14px 36px rgba(17, 24, 39, .12);
	display: block;
	overflow: hidden;
	position: relative;
}

.hard-work-card:nth-child(10n + 1),
.hard-work-card:nth-child(10n + 7) {
	grid-row: span 2;
}

.hard-work-card::after {
	background: linear-gradient(180deg, rgba(17, 24, 39, 0), rgba(17, 24, 39, .82));
	content: "";
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease;
}

.hard-work-card img {
	aspect-ratio: 4 / 3;
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease, filter .35s ease;
	width: 100%;
}

.hard-work-card:nth-child(10n + 1) img,
.hard-work-card:nth-child(10n + 7) img {
	aspect-ratio: 4 / 6.15;
}

.hard-work-card span {
	background: rgba(255, 255, 255, .96);
	border-radius: 6px;
	bottom: 14px;
	color: var(--hard-ink);
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 900;
	left: 14px;
	opacity: 0;
	padding: 9px 12px;
	position: absolute;
	transform: translateY(8px);
	transition: opacity .25s ease, transform .25s ease;
	z-index: 2;
}

.hard-work-card:hover img {
	filter: saturate(1.1) contrast(1.05);
	transform: scale(1.06);
}

.hard-work-card:hover::after,
.hard-work-card:hover span {
	opacity: 1;
}

.hard-work-card:hover span {
	transform: translateY(0);
}

.hard-gallery-lightbox {
	align-items: center;
	background: rgba(5, 10, 20, .86);
	display: none;
	inset: 0;
	justify-content: center;
	padding: 24px;
	position: fixed;
	z-index: 100000;
}

.hard-gallery-lightbox.is-open {
	display: flex;
}

.hard-gallery-lightbox img {
	border-radius: 8px;
	box-shadow: 0 30px 90px rgba(0, 0, 0, .38);
	max-height: calc(100vh - 88px);
	max-width: min(1100px, 94vw);
	object-fit: contain;
}

.hard-gallery-lightbox button {
	background: #fff;
	border: 0;
	border-radius: 50%;
	color: var(--hard-ink);
	font-family: Montserrat, sans-serif;
	font-size: 28px;
	font-weight: 900;
	height: 48px;
	line-height: 48px;
	position: absolute;
	width: 48px;
}

.hard-gallery-lightbox__close {
	right: 22px;
	top: 22px;
}

.hard-gallery-lightbox__nav {
	background: rgba(255, 255, 255, .94) !important;
	font-size: 42px !important;
	top: 50%;
	transform: translateY(-50%);
}

.hard-gallery-lightbox__nav--prev {
	left: 22px;
}

.hard-gallery-lightbox__nav--next {
	right: 22px;
}

.hard-gallery-lightbox__nav:hover,
.hard-gallery-lightbox__close:hover {
	background: var(--hard-accent) !important;
	color: #fff;
}

body.hard-menu-lock {
	overflow: hidden;
}

.hard-site-header {
	background: #fff;
	box-shadow: 0 14px 36px rgba(17, 24, 39, .08);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.hard-header-top {
	background: linear-gradient(135deg, #1426c9, #203a74);
	color: #fff;
}

.hard-header-top__inner {
	align-items: center;
	display: flex;
	gap: 22px;
	min-height: 46px;
}

.hard-header-contact,
.hard-header-phones,
.hard-header-phones a {
	align-items: center;
	color: #fff;
	display: inline-flex;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
}

.hard-header-contact,
.hard-header-phones {
	gap: 9px;
}

.hard-header-contact i,
.hard-header-phones i {
	background: rgba(255, 255, 255, .14);
	border-radius: 7px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

.hard-header-phones {
	flex-wrap: wrap;
	margin-left: auto;
}

.hard-header-phones a {
	margin-left: 8px;
	white-space: nowrap;
}

.hard-header-contact:hover,
.hard-header-phones a:hover {
	color: #fff;
	opacity: .82;
}

.hard-header-main {
	background: #fff;
}

.hard-header-main__inner {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: 260px minmax(0, 1fr) auto;
	min-height: 108px;
	position: relative;
}

.hard-header-logo {
	align-items: center;
	display: inline-flex;
}

.hard-header-logo img {
	display: block;
	max-height: 94px;
	width: auto;
}

.hard-main-nav__list {
	align-items: center;
	display: flex;
	gap: 4px;
	justify-content: flex-end;
}

.hard-main-nav__list > li {
	position: relative;
}

.hard-main-nav__list > li > a,
.hard-main-nav__list > li > button {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 6px;
	color: var(--hard-ink);
	display: inline-flex;
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	font-weight: 900;
	gap: 7px;
	letter-spacing: .04em;
	min-height: 44px;
	padding: 0 10px;
	text-transform: uppercase;
	white-space: nowrap;
}

.hard-main-nav__list > li > a:hover,
.hard-main-nav__list > li > button:hover,
.hard-main-nav__list > li:hover > a,
.hard-main-nav__list > li:hover > button {
	background: #eef2ff;
	color: var(--hard-blue);
}

.hard-main-nav__list > li > button i {
	font-size: 10px;
	transition: transform .2s ease;
}

.hard-dropdown {
	background: #fff;
	border: 1px solid var(--hard-line);
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(17, 24, 39, .18);
	left: 50%;
	min-width: 760px;
	opacity: 0;
	padding: 16px;
	pointer-events: none;
	position: absolute;
	top: calc(100% + 12px);
	transform: translate(-50%, 10px);
	transition: opacity .18s ease, transform .18s ease;
	z-index: 40;
}

.hard-dropdown--compact {
	min-width: 520px;
}

.hard-nav-item:hover .hard-dropdown,
.hard-nav-item:focus-within .hard-dropdown {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.hard-nav-item:hover > button i,
.hard-nav-item:focus-within > button i {
	transform: rotate(180deg);
}

.hard-dropdown::before {
	content: "";
	height: 14px;
	left: 0;
	position: absolute;
	right: 0;
	top: -14px;
}

.hard-dropdown__grid {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hard-dropdown__grid--services {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hard-dropdown__grid a {
	border-radius: 7px;
	color: var(--hard-ink);
	display: block;
	padding: 13px 14px;
}

.hard-dropdown__grid a:hover {
	background: #f3f6ff;
	color: var(--hard-blue);
}

.hard-dropdown__grid span,
.hard-dropdown__grid small {
	display: block;
}

.hard-dropdown__grid span {
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.25;
}

.hard-dropdown__grid small {
	color: var(--hard-muted);
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	line-height: 1.35;
	margin-top: 5px;
}

.hard-header-actions {
	align-items: center;
	display: flex;
	gap: 10px;
}

.hard-header-phone {
	align-items: center;
	background: #f8fafc;
	border: 1px solid var(--hard-line);
	border-radius: 7px;
	color: var(--hard-ink);
	display: inline-flex;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 900;
	gap: 8px;
	min-height: 44px;
	padding: 0 13px;
	white-space: nowrap;
}

.hard-header-actions .hard-header-phone {
	display: none;
}

.hard-header-phone i {
	color: var(--hard-accent);
}

.hard-header-phone::before {
	color: var(--hard-accent);
	content: "\f095";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	font-weight: 900;
	line-height: 1;
}

.hard-header-phone i {
	display: none;
}

.hard-header-phone:hover {
	border-color: #c7d2fe;
	color: var(--hard-blue);
}

.hard-header-request {
	background: var(--hard-accent);
	border: 0;
	border-radius: 7px;
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	font-weight: 900;
	min-height: 44px;
	padding: 0 18px;
	text-transform: uppercase;
	white-space: nowrap;
}

.hard-header-request,
.hard-hero__actions button,
.hard-home-final button,
.hard-side-btn,
.hard-inline-cta button,
.call-to-main .btn.primary,
.hard-modal__form button[type="submit"] {
	box-shadow: 0 14px 30px rgba(229, 62, 47, .24);
	overflow: hidden;
	position: relative;
	transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
	z-index: 1;
}

.hard-header-request::before,
.hard-hero__actions button::before,
.hard-home-final button::before,
.hard-side-btn::before,
.hard-inline-cta button::before,
.call-to-main .btn.primary::before,
.hard-modal__form button[type="submit"]::before {
	background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .34), transparent);
	content: "";
	height: 100%;
	left: -120%;
	position: absolute;
	pointer-events: none;
	top: 0;
	transform: skewX(-18deg);
	transition: left .55s ease;
	width: 70%;
	z-index: 0;
}

.hard-header-request:hover,
.hard-hero__actions button:hover,
.hard-home-final button:hover,
.hard-side-btn:hover,
.hard-inline-cta button:hover,
.call-to-main .btn.primary:hover,
.hard-modal__form button[type="submit"]:hover {
	background-color: #f04438;
	box-shadow: 0 18px 42px rgba(229, 62, 47, .34);
	color: #fff;
	transform: translateY(-2px);
}

.hard-header-request:hover::before,
.hard-hero__actions button:hover::before,
.hard-home-final button:hover::before,
.hard-side-btn:hover::before,
.hard-inline-cta button:hover::before,
.call-to-main .btn.primary:hover::before,
.hard-modal__form button[type="submit"]:hover::before {
	left: 130%;
}

.hard-menu-toggle {
	align-items: center;
	background: var(--hard-steel);
	border: 0;
	border-radius: 7px;
	display: none;
	height: 44px;
	justify-content: center;
	padding: 0;
	position: relative;
	width: 44px;
}

.hard-menu-toggle span {
	background: #fff;
	border-radius: 2px;
	display: block;
	height: 2px;
	position: absolute;
	transition: transform .2s ease, opacity .2s ease;
	width: 20px;
}

.hard-menu-toggle span:nth-child(1) {
	transform: translateY(-7px);
}

.hard-menu-toggle span:nth-child(3) {
	transform: translateY(7px);
}

.hard-site-header.is-menu-open .hard-menu-toggle span:nth-child(1) {
	transform: rotate(45deg);
}

.hard-site-header.is-menu-open .hard-menu-toggle span:nth-child(2) {
	opacity: 0;
}

.hard-site-header.is-menu-open .hard-menu-toggle span:nth-child(3) {
	transform: rotate(-45deg);
}

.hard-home {
	background: #f4f6f9;
	overflow: hidden;
}

.hard-hero {
	color: #fff;
	min-height: 680px;
	position: relative;
}

.hard-hero__media,
.hard-hero__media::after {
	inset: 0;
	position: absolute;
}

.hard-hero__media::after {
	background: linear-gradient(90deg, rgba(8, 13, 24, .92), rgba(16, 34, 70, .76) 48%, rgba(16, 34, 70, .22));
	content: "";
}

.hard-hero__media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.hard-hero .container {
	position: relative;
	z-index: 2;
}

.hard-hero__grid {
	align-items: end;
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 1fr) 360px;
	min-height: 680px;
	padding: 86px 0 58px;
}

.hard-home-kicker {
	color: var(--hard-accent);
	display: block;
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .14em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.hard-hero h1 {
	color: #fff;
	font-size: clamp(42px, 6vw, 82px);
	font-weight: 900;
	line-height: .98;
	margin-bottom: 24px;
	max-width: 900px;
}

.hard-hero p {
	color: rgba(255, 255, 255, .84);
	font-size: 18px;
	line-height: 1.65;
	max-width: 720px;
}

.hard-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.hard-hero__actions button,
.hard-hero__actions a,
.hard-home-final button {
	align-items: center;
	border-radius: 6px;
	display: inline-flex;
	font-family: Montserrat, sans-serif;
	font-weight: 900;
	justify-content: center;
	min-height: 54px;
	padding: 0 24px;
}

.hard-hero__actions button,
.hard-home-final button {
	background: var(--hard-accent);
	border: 0;
	color: #fff;
}

.hard-hero__actions a {
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .3);
	color: #fff;
}

.hard-hero__panel {
	backdrop-filter: blur(16px);
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
	overflow: hidden;
}

.hard-hero__panel div {
	padding: 24px;
}

.hard-hero__panel div + div {
	border-top: 1px solid rgba(255, 255, 255, .18);
}

.hard-hero__panel strong,
.hard-hero__panel span {
	display: block;
}

.hard-hero__panel strong {
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 34px;
	font-weight: 900;
	line-height: 1;
}

.hard-hero__panel span {
	color: rgba(255, 255, 255, .78);
	line-height: 1.45;
	margin-top: 8px;
}

.hard-home-strip {
	background: #fff;
	border-bottom: 1px solid var(--hard-line);
	position: relative;
	z-index: 3;
}

.hard-strip-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.hard-strip-grid div {
	align-items: center;
	border-left: 1px solid var(--hard-line);
	display: flex;
	gap: 16px;
	min-height: 104px;
	padding: 24px 28px;
}

.hard-strip-grid div:last-child {
	border-right: 1px solid var(--hard-line);
}

.hard-strip-grid i {
	background: #eef2ff;
	border-radius: 8px;
	color: var(--hard-blue);
	flex: 0 0 46px;
	font-size: 21px;
	height: 46px;
	line-height: 46px;
	text-align: center;
}

.hard-strip-grid span {
	color: var(--hard-ink);
	font-family: Montserrat, sans-serif;
	font-weight: 800;
	line-height: 1.35;
}

.hard-home-section {
	padding: 82px 0;
}

.hard-section-head {
	margin: 0 auto 36px;
	max-width: 720px;
	text-align: center;
}

.hard-section-head h2,
.hard-capabilities__text h2,
.hard-gallery-head h2,
.hard-home-final h2 {
	color: var(--hard-ink);
	font-size: clamp(32px, 4vw, 52px);
	font-weight: 900;
	line-height: 1.05;
	margin-bottom: 16px;
}

.hard-section-head p,
.hard-home-final p {
	color: var(--hard-muted);
	font-size: 17px;
	line-height: 1.65;
}

.hard-service-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, 1fr);
}

.hard-service-tile {
	background: var(--hard-steel);
	border-radius: 8px;
	box-shadow: var(--hard-shadow);
	display: block;
	min-height: 250px;
	overflow: hidden;
	position: relative;
}

.hard-service-tile--large {
	grid-column: span 2;
	grid-row: span 2;
	min-height: 518px;
}

.hard-service-tile::after {
	background: linear-gradient(180deg, rgba(10, 17, 32, 0), rgba(10, 17, 32, .9));
	content: "";
	inset: 0;
	position: absolute;
}

.hard-service-tile img {
	height: 100%;
	object-fit: cover;
	position: absolute;
	transition: transform .35s ease;
	width: 100%;
}

.hard-service-tile:hover img {
	transform: scale(1.06);
}

.hard-service-tile span {
	bottom: 22px;
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	font-weight: 800;
	hyphens: auto;
	left: 22px;
	line-height: 1.18;
	position: absolute;
	right: 22px;
	text-wrap: balance;
	overflow-wrap: anywhere;
	z-index: 2;
}

.hard-capabilities {
	background: #fff;
}

.hard-capabilities__grid {
	align-items: center;
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.hard-capabilities__text p {
	color: var(--hard-muted);
	font-size: 17px;
	line-height: 1.72;
	margin-bottom: 22px;
}

.hard-capabilities__text li {
	color: var(--hard-ink);
	font-family: Montserrat, sans-serif;
	font-weight: 800;
	line-height: 1.45;
	margin-top: 14px;
	padding-left: 28px;
	position: relative;
}

.hard-capabilities__text li::before {
	background: var(--hard-accent);
	border-radius: 50%;
	content: "";
	height: 9px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 9px;
}

.hard-capabilities__image {
	border-radius: 8px;
	box-shadow: var(--hard-shadow);
	overflow: hidden;
	position: relative;
}

.hard-capabilities__image img {
	aspect-ratio: 16 / 10;
	display: block;
	object-fit: cover;
	width: 100%;
}

.hard-capabilities__image a {
	background: #fff;
	border-radius: 6px;
	bottom: 22px;
	box-shadow: 0 14px 34px rgba(17, 24, 39, .18);
	color: var(--hard-ink);
	font-family: Montserrat, sans-serif;
	font-weight: 900;
	left: 22px;
	padding: 14px 18px;
	position: absolute;
}

.hard-process-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, 1fr);
}

.hard-process-grid div {
	background: #fff;
	border: 1px solid var(--hard-line);
	border-radius: 8px;
	box-shadow: 0 12px 32px rgba(17, 24, 39, .07);
	padding: 28px;
}

.hard-process-grid span {
	color: var(--hard-accent);
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 900;
}

.hard-process-grid h3 {
	color: var(--hard-ink);
	font-size: 22px;
	font-weight: 900;
	margin: 14px 0 10px;
}

.hard-process-grid p {
	color: var(--hard-muted);
	line-height: 1.55;
	margin: 0;
}

.hard-gallery-preview {
	background: #fff;
}

.hard-gallery-head {
	align-items: end;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.hard-gallery-head h2 {
	margin: 0;
}

.hard-gallery-head a {
	background: #eef2ff;
	border-radius: 6px;
	color: var(--hard-blue);
	font-family: Montserrat, sans-serif;
	font-weight: 900;
	padding: 14px 18px;
}

.hard-home-work-slider {
	position: relative;
}

.hard-home-work-slider__viewport {
	overflow: hidden;
	padding: 4px;
}

.hard-home-work-slider__track {
	display: flex;
	gap: 18px;
	transition: transform .42s ease;
	will-change: transform;
}

.hard-home-work-slide {
	background: #0f172a;
	border-radius: 8px;
	box-shadow: 0 18px 48px rgba(17, 24, 39, .14);
	display: block;
	flex: 0 0 calc((100% - 36px) / 3);
	overflow: hidden;
	position: relative;
}

.hard-home-work-slide::after {
	background: linear-gradient(180deg, rgba(15, 23, 42, 0), rgba(15, 23, 42, .68));
	content: "";
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease;
}

.hard-home-work-slide::before {
	align-items: center;
	background: rgba(255, 255, 255, .96);
	border-radius: 6px;
	bottom: 16px;
	color: var(--hard-ink);
	content: "Смотреть фото";
	display: inline-flex;
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 900;
	left: 16px;
	min-height: 38px;
	opacity: 0;
	padding: 0 13px;
	position: absolute;
	transform: translateY(8px);
	transition: opacity .25s ease, transform .25s ease;
	z-index: 2;
}

.hard-home-work-slide img {
	aspect-ratio: 4 / 3;
	display: block;
	object-fit: cover;
	transition: transform .35s ease, filter .35s ease;
	width: 100%;
}

.hard-home-work-slide:hover img {
	filter: saturate(1.1) contrast(1.06);
	transform: scale(1.06);
}

.hard-home-work-slide:hover::after,
.hard-home-work-slide:hover::before {
	opacity: 1;
}

.hard-home-work-slide:hover::before {
	transform: translateY(0);
}

.hard-home-work-slider__controls {
	align-items: center;
	display: flex;
	gap: 14px;
	justify-content: center;
	margin-top: 22px;
}

.hard-home-work-slider__controls button {
	align-items: center;
	background: #fff;
	border: 1px solid var(--hard-line);
	border-radius: 50%;
	box-shadow: 0 12px 28px rgba(17, 24, 39, .1);
	color: var(--hard-ink);
	display: inline-flex;
	height: 46px;
	justify-content: center;
	transition: background-color .2s ease, color .2s ease, transform .2s ease;
	width: 46px;
}

.hard-home-work-slider__controls button:hover {
	background: var(--hard-blue);
	color: #fff;
	transform: translateY(-2px);
}

.hard-home-work-slider__dots {
	align-items: center;
	display: flex;
	gap: 8px;
	min-height: 12px;
}

.hard-home-work-slider__dots button {
	background: #cbd5e1;
	border: 0;
	border-radius: 999px;
	box-shadow: none;
	height: 8px;
	padding: 0;
	width: 24px;
}

.hard-home-work-slider__dots button.is-active {
	background: var(--hard-accent);
	width: 38px;
}

.hard-gallery-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: 1.2fr .8fr .8fr 1.2fr;
}

.hard-gallery-grid img {
	aspect-ratio: 1 / 1;
	border-radius: 8px;
	box-shadow: 0 12px 32px rgba(17, 24, 39, .1);
	object-fit: cover;
	width: 100%;
}

.hard-gallery-grid img:nth-child(1),
.hard-gallery-grid img:nth-child(4) {
	aspect-ratio: 4 / 3;
}

.hard-home-final {
	background: linear-gradient(135deg, #101a2c, #263b5d);
	padding: 72px 0;
}

.hard-home-final__box {
	align-items: center;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.hard-home-final h2,
.hard-home-final p {
	color: #fff;
}

.hard-home-final p {
	color: rgba(255, 255, 255, .78);
	max-width: 760px;
}

.hard-home-final button {
	min-width: 210px;
}

@media (max-width: 991px) {
	body {
		padding-top: 128px;
	}

	.hard-site-header {
		top: 0;
	}

	.hard-header-top__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		padding: 10px 0;
	}

	.hard-header-contact,
	.hard-header-phones,
	.hard-header-phones a {
		font-size: 12px;
	}

	.hard-header-phones {
		margin-left: 0;
	}

	.hard-header-phones i {
		display: none;
	}

	.hard-header-phones a {
		margin-left: 0;
		margin-right: 10px;
	}

	.hard-header-main__inner {
		gap: 12px;
		grid-template-columns: auto 1fr auto;
		min-height: 78px;
	}

	.hard-header-logo img {
		max-height: 64px;
	}

	.hard-main-nav {
		background: #fff;
		border-top: 1px solid var(--hard-line);
		box-shadow: 0 24px 60px rgba(17, 24, 39, .18);
		display: none;
		left: 0;
		max-height: calc(100vh - 78px);
		overflow: auto;
		padding: 14px 15px 22px;
		position: absolute;
		right: 0;
		top: 100%;
		z-index: 50;
	}

	.hard-site-header.is-menu-open .hard-main-nav {
		display: block;
	}

	.hard-main-nav__list {
		align-items: stretch;
		display: block;
	}

	.hard-main-nav__list > li + li {
		margin-top: 6px;
	}

	.hard-main-nav__list > li > a,
	.hard-main-nav__list > li > button {
		background: #f8fafc;
		justify-content: space-between;
		line-height: 1.25;
		min-height: 48px;
		padding: 0 14px;
		text-align: left;
		white-space: normal;
		width: 100%;
	}

	.hard-dropdown,
	.hard-dropdown--compact {
		border: 0;
		border-radius: 0;
		box-shadow: none;
		display: none;
		left: auto;
		min-width: 0;
		opacity: 1;
		padding: 8px 0 4px;
		pointer-events: auto;
		position: static;
		transform: none;
		transition: none;
		width: 100%;
	}

	.hard-dropdown::before {
		display: none;
	}

	.hard-nav-item.is-open .hard-dropdown {
		display: block;
	}

	.hard-nav-item:hover .hard-dropdown,
	.hard-nav-item:focus-within .hard-dropdown {
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.hard-nav-item.is-open > button i {
		transform: rotate(180deg);
	}

	.hard-dropdown__grid,
	.hard-dropdown__grid--services {
		grid-template-columns: 1fr;
	}

	.hard-dropdown__grid a {
		background: #fff;
		border: 1px solid var(--hard-line);
		padding: 12px 14px;
	}

	.hard-header-actions {
		justify-content: flex-end;
	}

	.hard-header-phone span {
		display: none;
	}

	.hard-header-phone {
		display: inline-flex !important;
		height: 44px;
		justify-content: center;
		padding: 0;
		width: 44px;
	}

	.hard-menu-toggle {
		display: inline-flex;
	}

	nav.navbar.bootsnav .navbar-brand img {
		max-height: 92px;
	}

	.hard-hero,
	.hard-hero__grid {
		min-height: 0;
	}

	.hard-hero__grid,
	.hard-capabilities__grid,
	.hard-home-final__box {
		grid-template-columns: 1fr;
	}

	.hard-hero__grid {
		padding: 70px 0 44px;
	}

	.hard-hero__panel {
		max-width: 520px;
		width: 100%;
	}

	.hard-strip-grid,
	.hard-process-grid {
		grid-template-columns: 1fr 1fr;
	}

	.hard-service-grid {
		grid-template-columns: 1fr 1fr;
	}

	.hard-service-tile--large {
		grid-column: span 2;
		min-height: 360px;
	}

	.hard-gallery-grid {
		grid-template-columns: 1fr 1fr;
	}

	.hard-footer .container {
		max-width: 750px;
		width: 100%;
	}

	.hard-footer__grid {
		grid-template-columns: 1fr 1fr;
	}

	.hard-footer__brand {
		grid-column: span 2;
	}

	.hard-home-work-slide {
		flex-basis: calc((100% - 18px) / 2);
	}

	.hard-work-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.blog-area.full-blog .blog-items {
		display: block;
	}

	.blog-area.full-blog > .container {
		max-width: 750px;
		width: 100%;
	}

	.blog-area.full-blog .blog-content,
	.blog-area.full-blog .sidebar {
		width: 100%;
	}

	.hard-contact-grid {
		grid-template-columns: 1fr;
	}

	.hard-sidebar {
		margin-bottom: 24px;
		position: static;
	}

	.hard-catalog-card .item {
		grid-template-columns: 1fr;
	}

	.hard-catalog-card__media {
		aspect-ratio: 16 / 9;
	}

	.call-to-main,
	.hard-inline-cta {
		align-items: flex-start;
		flex-direction: column;
	}

	.call-to-main .btn.primary,
	.hard-inline-cta button {
		justify-content: center;
		width: 100%;
	}

	.hard-internal-order {
		padding: 42px 0;
	}

	.hard-internal-order .call-to-main {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media (max-width: 640px) {
	html,
	body {
		overflow-x: hidden;
	}

	body {
		padding-top: 68px;
	}

	.hard-header-top {
		display: none;
	}

	.hard-header-main__inner {
		gap: 8px;
		grid-template-columns: minmax(0, 1fr) auto;
		min-height: 68px;
	}

	.hard-header-logo img {
		max-height: 50px;
		max-width: min(150px, 38vw);
	}

	.hard-header-request {
		align-items: center;
		display: inline-flex;
		flex: 0 0 auto;
		font-size: 12px;
		height: 42px;
		justify-content: center;
		min-height: 42px;
		order: 1;
		padding: 0 11px;
	}

	.hard-main-nav {
		max-height: calc(100vh - 68px);
		padding: 12px 16px 18px;
	}

	.hard-dropdown__grid a {
		padding: 11px 12px;
	}

	.hard-dropdown__grid span {
		font-size: 14px;
	}

	.hard-dropdown__grid small {
		display: none;
	}

	.hard-header-actions {
		gap: 8px;
	}

	.hard-header-phone {
		order: 2;
	}

	.hard-menu-toggle {
		order: 3;
	}

	.hard-header-phone,
	.hard-menu-toggle {
		flex: 0 0 42px;
		height: 42px;
		width: 42px;
	}

	.top-bar-area .info li {
		border: 0;
		display: block;
		margin: 8px 0 0;
		padding: 0;
	}

	.banner-area .item h1 {
		font-size: 34px;
	}

	.hard-hero h1 {
		font-size: 28px;
		line-height: 1.08;
		overflow-wrap: normal;
	}

	.hard-hero p {
		font-size: 16px;
		line-height: 1.55;
	}

	.hard-hero__grid {
		padding: 46px 0 34px;
	}

	.hard-hero__panel div {
		padding: 18px;
	}

	.hard-hero__panel strong {
		font-size: 28px;
	}

	.hard-hero__actions,
	.hard-gallery-head {
		align-items: stretch;
		flex-direction: column;
	}

	.hard-hero__actions button,
	.hard-hero__actions a,
	.hard-home-final button {
		justify-content: center;
		width: 100%;
	}

	.hard-strip-grid div {
		border-left: 0;
		border-right: 0 !important;
		min-height: 0;
		padding: 18px 0;
	}

	.hard-section-head,
	.hard-gallery-head {
		margin-bottom: 26px;
		text-align: left;
	}

	.hard-section-head h2,
	.hard-capabilities__text h2,
	.hard-gallery-head h2,
	.hard-home-final h2 {
		font-size: 28px;
		line-height: 1.12;
	}

	.hard-strip-grid,
	.hard-service-grid,
	.hard-process-grid,
	.hard-gallery-grid,
	.hard-work-gallery {
		grid-template-columns: 1fr;
	}

	.hard-home-work-slide {
		flex-basis: 100%;
	}

	.hard-works-intro {
		margin-left: -18px;
		margin-right: -18px;
		padding-left: 18px;
		padding-right: 18px;
	}

	.hard-work-card:nth-child(10n + 1),
	.hard-work-card:nth-child(10n + 7) {
		grid-row: auto;
	}

	.hard-work-card:nth-child(10n + 1) img,
	.hard-work-card:nth-child(10n + 7) img {
		aspect-ratio: 4 / 3;
	}

	.hard-gallery-lightbox {
		padding: 18px 14px;
	}

	.hard-gallery-lightbox__nav {
		bottom: 16px;
		top: auto;
		transform: none;
	}

	.hard-gallery-lightbox__nav--prev {
		left: 18px;
	}

	.hard-gallery-lightbox__nav--next {
		right: 18px;
	}

	.hard-gallery-lightbox img {
		max-height: calc(100vh - 130px);
	}

	.hard-service-tile,
	.hard-service-tile--large {
		grid-column: auto;
		grid-row: auto;
		min-height: 220px;
	}

	.hard-service-tile span {
		bottom: 18px;
		font-size: 17px;
		left: 18px;
		line-height: 1.18;
		right: 18px;
	}

	.hard-home-section {
		padding: 56px 0;
	}

	.hard-modal__dialog {
		max-height: calc(100dvh - 20px);
		padding: 26px 18px;
		width: calc(100% - 20px);
	}

	.hard-modal__intro h3 {
		font-size: 26px;
		line-height: 1.15;
		margin-right: 46px;
	}

	.hard-capabilities__grid {
		gap: 28px;
	}

	.hard-capabilities__image a {
		border-radius: 0;
		box-shadow: none;
		display: block;
		position: static;
	}

	.hard-process-grid div {
		padding: 22px;
	}

	.hard-home-work-slider__viewport {
		padding-left: 0;
		padding-right: 0;
	}

	.hard-home-work-slider__controls {
		flex-wrap: wrap;
	}

	.hard-footer {
		padding-top: 42px;
	}

	.hard-footer .container {
		width: 100%;
	}

	.hard-footer__grid {
		gap: 28px;
		grid-template-columns: 1fr;
	}

	.hard-footer__brand {
		grid-column: auto;
	}

	.hard-footer__bottom .container {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.hard-contact-page {
		border-radius: 8px;
		padding: 24px 18px;
	}

	.hard-contact-hero {
		margin-left: -18px;
		margin-right: -18px;
		padding-left: 18px;
		padding-right: 18px;
	}

	.hard-contact-hero h1 {
		font-size: 30px;
		line-height: 1.12;
	}

	.blog-area.default-padding,
	.blog-area.default-padding.full-blog {
		padding: 36px 0;
	}

	.blog-area.full-blog .blog-content,
	.blog-area.full-blog .sidebar {
		padding-left: 0;
		padding-right: 0;
	}

	.blog-content > .headline,
	.blog-content .headline {
		font-size: 28px;
		line-height: 1.15;
		padding-left: 22px;
		padding-right: 22px;
	}

	.blog-content > .text2,
	.blog-content .text2 {
		font-size: 16px !important;
		padding: 16px 22px 28px;
	}

	.hard-internal-media {
		margin-left: 0;
		margin-right: 0;
	}

	.blog-content .text2 .hard-internal-media img {
		aspect-ratio: 4 / 3;
	}

	.blog-content table {
		min-width: 620px;
	}

	.blog-content table.fr-solid-borders {
		min-width: 680px;
	}

	.blog-content table th,
	.blog-content table td {
		font-size: 14px;
		padding: 12px 14px !important;
	}

	.hard-contact-card {
		grid-template-columns: minmax(0, 1fr) 50px;
		padding: 16px;
	}

	.hard-contact-card i {
		height: 50px;
		width: 50px;
	}

	.hard-contact-card strong {
		font-size: 15px;
	}
}

body > div.top-bar-area.bg-theme.text-light,
body > header,
body > header nav.navbar.bootsnav,
.wrapper > div.top-bar-area.bg-theme.text-light,
.wrapper > header,
.wrapper > header nav.navbar.bootsnav {
	display: none !important;
	height: 0 !important;
	overflow: hidden !important;
}
