﻿.preloader {
	display: none !important;
}

#parallax_move {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}

#parallax_move .layer {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	transform: none !important;
}

.home-header-wrap {
	position: relative;
	overflow: hidden;
}

.header-content-wrap {
	position: relative;
	z-index: 1;
}

.pixeden {
	height: 63px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
}



.company-details a.__plain-mail {
	color: inherit;
	text-decoration: none;
}

.company-details a.__plain-mail:hover,
.company-details a.__plain-mail:focus {
	text-decoration: underline;
}

.contact-us {
	background: #232323;
	background-image: none !important;
}

.contact-links-grid {
	margin-top: 30px;
}

.contact-card {
	background: #2f2f2f;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 6px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
	margin-bottom: 24px;
	min-height: 245px;
	padding: 34px 26px 28px;
	text-align: center;
}

.contact-card-title {
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.contact-card a {
	color: #d7d7d7;
	display: inline-block;
	line-height: 1.9;
}

.contact-card a:hover,
.contact-card a:focus {
	color: #ffffff;
}

body.page-template-template-fullwidth.page .site-content {
	padding-top: 44px;
	padding-bottom: 32px;
}

body.page-template-template-fullwidth.page .content-left-wrap {
	float: none;
	margin: 0 auto;
	max-width: 1120px;
}

body.page-template-template-fullwidth.page .entry-header {
	background: linear-gradient(135deg, rgba(34, 34, 34, 0.96), rgba(52, 52, 52, 0.88));
	border-top: 5px solid #0ab1e5;
	border-radius: 10px;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
	margin: 0 0 34px;
	padding: 34px 36px 28px;
	position: relative;
	text-align: center;
}

body.page-template-template-fullwidth.page .entry-header::after {
	background: rgba(255, 255, 255, 0.22);
	bottom: 18px;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 72px;
}

body.page-template-template-fullwidth.page .entry-title {
	color: #ffffff;
	font-size: 34px;
	letter-spacing: 0.12em;
	margin: 0;
	text-transform: uppercase;
}

body.page-template-template-fullwidth.page .entry-title::before {
	display: none;
}

body.page-template-template-fullwidth.page .entry-content > p:first-child {
	display: none;
}

body.page-id-2 .entry-header {
	border-top-color: #0ab1e5;
}

body.page-id-219 .entry-header {
	border-top-color: #fff212;
}

body.page-id-132 .entry-header {
	border-top-color: #f9a032;
}

body.page-id-201 .entry-header {
	border-top-color: #63bc50;
}

@media (max-width: 767px) {
	body.page-template-template-fullwidth.page .site-content {
		padding-top: 24px;
	}

	body.page-template-template-fullwidth.page .entry-header {
		border-radius: 8px;
		margin-bottom: 24px;
		padding: 26px 20px 22px;
	}

	body.page-template-template-fullwidth.page .entry-title {
		font-size: 26px;
		letter-spacing: 0.08em;
	}
}

