@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
}

img {
	max-width: 100%;
}

body {
	font-family: "Inter", sans-serif;
	padding-top: 96px;
}

.container {
	max-width: 1400px;
	margin: auto;
	width: 100%;
	padding: 0 48px;
}


div#wpadminbar {
	top: auto;
	bottom: 0;
}

html {
	margin-top: 0!important;
}

.mobile {
	display: none;
}

header .container {
	display: flex;
	align-items: center;
	padding-top: 18px;
	padding-bottom: 19px;
}

a.logo img {
	height: 40px;
	width: 158px;
}

a.logo {
	margin-right: auto;
}

.menu {
	display: flex;
	align-items: center;
	list-style: none;
}

ul.sub-menu {
	display: block;
	min-width: 240px;
	left: 21px;
	position: absolute;
	top: 100%;
	background-color: white;
	border: 1px solid rgba(14, 15, 18, 0.1);
	box-shadow: rgba(14, 15, 18, 0.08) 0px 4px 12px;
	transition: 0.2s;
	opacity: 0;
	visibility: hidden;
}

.header-languages {
	display: flex;
	align-items: center;
	margin-left: 48px;
}

.menu>li:last-child a {
	font-size: 15px;
	font-weight: 500;
	background-color: rgb(14, 15, 18);
	color: white;
	border: none;
	cursor: pointer;
	display: inline-block;
	padding: 12px 28px;
	text-decoration: none;
	line-height: 1.5;
	margin-left: 21px;
}

.header-languages li {
	border-right: 1.5px solid rgb(208 209 209);
	margin-right: 10px;
	padding-right: 10px;
	line-height: 1;
	list-style: none;
}

.header-languages a {
	font-size: 14px;
	font-weight: 400;
	color: rgb(14, 15, 18);
	text-decoration: none;
	text-transform: uppercase;
}

.header-languages svg {
	margin-left: 7px;
}

.menu>li:not(:last-child)>a {
	font-size: 15px;
	font-weight: 500;
	color: rgb(14, 15, 18);
	text-decoration: none;
	padding: 20px;
	display: inline-block;
}

header {
	position: fixed;
	z-index: 555;
	left: 0;
	top: 0;
	right: 0;
	background: rgb(255 255 255 / 95%);
}

.menu a:hover {
	opacity: 0.6;
}

a {
	transition: 0.2s;
}

.menu>li:last-child a:hover {
	opacity: 0.8;
}

.header-languages a:hover {
	opacity: 0.6;
}

.menu-item {
	display: block;
	position: relative;
}

ul.sub-menu a {
	font-size: 14px;
	font-weight: 400;
	color: rgb(14, 15, 18);
	text-decoration: none;
	border-bottom: 1px solid rgba(14, 15, 18, 0.05);
	padding: 12px 24px;
	display: inline-block;
	width: 100%;
	line-height: 21px;
}

.menu-item:hover ul.sub-menu {
	display: block;
	opacity: 1;
	visibility: visible;
}

.hero-block:before {
	background: url(../images/hero.webp);
	background-position: center;
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0.15;
	filter: grayscale(100%);
	z-index: 1;
}

.hero-block {
	position: relative;
	background-color: rgb(14, 15, 18);
	min-height: 90vh;
	display: flex;
	align-items: center;
	padding-top: 125px;
}

.hero-block .container {
	position: relative;
	z-index: 4;
}

.hero-block:after {
	background: linear-gradient(rgba(14, 15, 18, 0.3) 0%, rgba(14, 15, 18, 0.8) 100%);
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	top: 0;
}

.hb-overline {
	font-size: 13px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: 0.15em;
	text-transform: uppercase;
	margin-bottom: 34px;
}

h1.hb-title {
	font-size: 96px;
	font-weight: 700;
	color: white;
	line-height: 1;
	letter-spacing: -0.5px;
}

h1.hb-title:after {
	content: "";
	margin-top: 41px;
	display: block;
	width: 80px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.3);
	margin-bottom: 40px;
}

h2.hb-subtitle {
	font-size: 40px;
	font-weight: 500;
	color: white;
	line-height: 1.3;
	margin-bottom: 48px;
	max-width: 900px;
	letter-spacing: 0.8px;
}

h3.hb-description-header {
	font-size: 22px;
	font-weight: 400;
	color: white;
	line-height: 1.7;
	margin-bottom: 12px;
	letter-spacing: 0.4px;
}

p.hb-description-text {
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.7;
	margin-bottom: 72px;
	max-width: 700px;
	letter-spacing: 0.1px;
}

a.hb-link {
	font-size: 16px;
	font-weight: 600;
	background-color: white;
	border: 1px solid white;
	color: rgb(14, 15, 18);
	cursor: pointer;
	letter-spacing: 0.01em;
	padding: 20px 40px;
	text-decoration: none;
	display: inline-block;
	line-height: 1.5;
	margin-bottom: 116px;
	position: relative;
	z-index: 2;
}

.white-content {
	padding: 160px 0;
}

.white-content .container {
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 64px;
}

.float-title-wrap {
	width: 37%;
	position: static;
	display: block;
	/* height: 100%; */
}

.white-content-inner {
	width: 71%;
}

.float-title {
	font-size: 25px;
	font-weight: 700;
	color: rgb(14, 15, 18);
	background-color: rgb(245, 245, 245);
	padding: 16px 20px;
	letter-spacing: 3.3px;
	text-transform: uppercase;
	line-height: 1.5;
	position: sticky;
	top: 128px;
}

.float-title svg {
	margin-left: 44px;
	display: inline-block;
}

.big .white-content-inner {
	font-size: 28px;
	font-weight: 400;
	color: rgb(14, 15, 18);
	line-height: 1.65;
	letter-spacing: 0.6px;
}

.big .white-content-inner p {
	margin-bottom: 40px;
}

.big .white-content-inner p:last-child {
	margin-bottom: 0;
}

.white-content.counter-wrap {
	padding: 128px 0;
}

.counters {
	display: flex;
	justify-content: space-between;
	gap: 80px;
	flex-wrap: wrap;
}

.counter {
	width: calc(50% - 40px);
	display: flex;
}

.counter-number {
	font-size: 72px;
	color: rgb(48, 50, 54);
	line-height: 1.1;
	letter-spacing: 3px;
	font-weight: 400;
	min-width: 109px;
	/* text-align: center; */
}

.counter-text {
	font-size: 18px;
	font-weight: 400;
	color: rgb(14, 15, 18);
	line-height: 1.7;
	padding-top: 8px;
	max-width: 280px;
}

.counters-description:before {
	content: "";
	display: block;
	background-color: rgba(14, 15, 18, 0.2);
	margin-top: 80px;
	margin-bottom: 48px;
	width: 80px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
}

.counters-description {
	font-size: 25px;
	font-weight: 400;
	color: rgb(14, 15, 18);
	line-height: 1.7;
	letter-spacing: 0.4px;
}

.white-content.left-black {
	background-color: rgb(14, 15, 18);
	padding: 128px 0;
}

.white-content.left-black .float-title {
	color: white;
	background: #0e0f12;
}

.left-black .white-content-inner {
	color: white;
	padding-top: 17px;
}

.small .white-content-inner p {
	font-size: 20px;
	line-height: 1.7;
	margin-bottom: 12px;
}

.white-content.content-grid {
	padding: 128px 0;
	padding-bottom: 150px;
}

.counter-grid-title {
	font-size: 32px;
	font-weight: 600;
	color: rgb(14, 15, 18);
	margin-bottom: 17px;
	letter-spacing: 0.6px;
	line-height: 1.5;
}

.content-grids {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 80px;
	position: relative;
}

.counter-grid {
	width: calc(50% - 40px);
	padding-right: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(14, 15, 18, 0.05);
}

.content-grids:after {
	position: absolute;
	left: 50%;
	top: 0px;
	bottom: 0px;
	width: 1px;
	background-color: rgba(14, 15, 18, 0.05);
	transform: translateX(-50%);
	content: "";
	display: block;
}

.content-grids .counter-grid:nth-child(even) {
	padding-left: 40px;
	padding-right: 0;
}

.counter-grid-text {
	font-size: 18px;
	font-weight: 400;
	color: rgb(14, 15, 18);
	line-height: 1.7;
	letter-spacing: -0.005em;
	margin-bottom: 11px;
}

a.counter-grid-link {
	margin-top: 8px;
	padding: 10px 24px;
	border: 1px solid rgba(14, 15, 18, 0.15);
	color: rgb(14, 15, 18);
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: -0.005em;
	display: inline-block;
	line-height: 1.7;
}

.content-grids .counter-grid:nth-last-child(2), ..content-grids .counter-grid:last-child() {
	border-bottom: 0;
}


a.counter-grid-link {
	margin-top: 8px;
	padding: 10px 24px;
	border: 1px solid rgba(14, 15, 18, 0.15);
	color: rgb(14, 15, 18);
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: -0.005em;
	display: inline-block;
	line-height: 1.7;
}

.content-grids .counter-grid:nth-last-child(2), .content-grids .counter-grid:last-child {
	border-bottom: 0;
}

.structure-title:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/photo-1620483474144-23931ab57ecd.webp);
	background-size: cover;
	background-position: center;
	opacity: 0.18;
	filter: grayscale(100%);
	z-index: 1;
}

.structure-title {
	position: relative;
}

.structure-title:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	background: linear-gradient(rgba(232, 232, 232, 0.3) 10%, rgba(232, 232, 232, 0.7) 100%);
}

.structure-title .container {
	position: relative;
	z-index: 5;
}

.structure-title .float-title {
	background-color: rgba(245, 245, 245, 0.5);
}

.structure-title h3 {
	font-size: 52px;
	font-weight: 600;
	color: rgb(14, 15, 18);
	margin-bottom: 40px;
	letter-spacing: 0.8px;
	line-height: 1.15;
}

.structure-title p {
	font-size: 18px;
	font-weight: 400;
	color: rgb(14, 15, 18);
	line-height: 1.7;
	letter-spacing: -0.005em;
	max-width: 600px;
}

.teams {
	display: flex;
	flex-wrap: wrap;
	gap: 48px 32px;
}

.team {
	width: calc(33.33333333% - 22px);
}

.team-image img {
	aspect-ratio: 3 / 4;
	object-fit: cover;
	margin-bottom: 23px;
}

.team-name {
	font-size: 19px;
	font-weight: 600;
	color: rgb(14, 15, 18);
	margin-bottom: -2px;
	letter-spacing: 0.1px;
}

.team-position {
	font-size: 14px;
	font-weight: 400;
	color: rgb(115, 115, 115);
	letter-spacing: 0.01em;
	line-height: 1.8;
}

.team-excerpt {
	font-size: 11px;
	font-weight: 400;
	color: rgb(115, 115, 115);
	letter-spacing: 0.01em;
	margin-top: 1px;
	font-style: italic;
}

.white-content.centered {
	padding: 128px 0;
	padding-bottom: 103px;
}

.white-content.centered .white-content-inner {
	width: 46.6%;
}

.white-content.centered .white-content-inner p {
	font-size: 18px;
	padding-top: 8px;
	line-height: 1.6;
	margin-bottom: 27px;
}

.portfolio {
	display: flex;
	gap: 48px;
	justify-content: space-between;
}

.portfolio-image {
	width: 360px;
}

.portfolio-image img {
	filter: grayscale(100%);
	opacity: 0.5;
	height: 100%;
	max-height: 380px;
	width: 100%;
	object-fit: cover;
}

.portfolio ul {
	width: 47%;
	list-style: none;
}

.portfolio ul li {
	position: relative;
	padding-left: 31px;
	font-size: 18px;
	font-weight: 400;
	color: rgb(14, 15, 18);
	line-height: 1.7;
	letter-spacing: -0.005em;
	padding-bottom: 37px;
	border-bottom: 1px solid rgba(14, 15, 18, 0.05);
	margin-bottom: 37px;
}

.portfolio ul li svg {
	position: absolute;
	left: 0px;
	color: rgb(14, 15, 18);
	top: 7px!important;
}

.portfolio ul li:last-child {
	border: none;
	margin-bottom: 0;
}

.content-areas .float-title-wrap {
}

.content-areas .white-content-inner {
	width: 54%;
}

.content-area {
	clear: both;
	margin-bottom: 66px;
}

.counter-areas-number {
	float: left;
	font-size: 38px;
	color: rgba(14, 15, 18, 0.25);
	line-height: 1.5;
	padding-top: 12px;
}

.counter-areas-name {
	font-size: 48px;
	font-weight: 500;
	color: rgb(14, 15, 18);
	line-height: 1.5;
	letter-spacing: 1px;
	margin-left: 62px;
}

.counter-areas-excerpt {
	margin-left: 62px;
	font-size: 14px;
	font-weight: 400;
	color: rgb(115, 115, 115);
	letter-spacing: 0.01em;
	margin-top: 2px;
}

.white-content.contact-wrap {
	background: #0e0f12;
	padding-bottom: 145px;
}

.white-content.content-areas {
	padding-bottom: 96px;
}

.contact-wrap .float-title {
	background: #0e0f12;
	color: white;
}

.contacts h2 {
	font-size: 52px;
	font-weight: 600;
	color: white;
	margin-bottom: 24px;
	letter-spacing: 0.7px;
	line-height: 1.15;
}

.contacts h4 {
	font-size: 20px;
	font-weight: 400;
	color: white;
	line-height: 1.7;
	letter-spacing: 0.2px;
	margin-bottom: 48px;
}

.wpcf7  label {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: white;
	margin-bottom: 16px;
	letter-spacing: 0.01em;
}

.wpcf7-form-control:not(.wpcf7-acceptance) {
	display: block;
	background: none;
	width: 100%;
	padding: 14px 0px;
	font-size: 16px;
	font-weight: 400;
	color: white;
	background-color: transparent;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	border-left: none;
	border-image: initial;
	outline: none;
	margin-bottom: 14px;
}

.wpcf7 label span {
	font-weight: normal;
	color: rgb(115, 115, 115);
}

.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 14px 0px;
	font-size: 16px;
	font-weight: 400;
	color: white;
	background-color: transparent;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	border-left: none;
	border-image: initial;
	outline: none;
	margin-bottom: 19px;
	resize: vertical;
	font-family: Inter, sans-serif;
	height: 144px;
}

span.wpcf7-list-item {
	margin-left: 0;
}

input[type="checkbox"] {
	margin-top: 4px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	vertical-align: middle;
	float: left;
}

span.wpcf7-list-item-label {
	display: block;
	margin-left: 28px;
	line-height: 22px;
	font-size: 13.8px;
}

input.wpcf7-form-control.wpcf7-submit {
	font-size: 16px;
	font-weight: 600;
	background-color: white;
	color: rgb(14, 15, 18);
	border: none;
	cursor: pointer;
	letter-spacing: 0.01em;
	padding: 16px 40px;
	display: inline-block;
	width: auto;
	margin-top: 24px;
	line-height: 1.6;
}

footer {
	background: #0e0e12;
}

footer .container:before {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	content: "";
	display: block;
	height: 0px;
	position: absolute;
	left: 48px;
	right: 48px;
	top: 0;
}

footer .container {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer .menu>li:not(:last-child)>a {
	color: rgba(255, 255, 255, 0.5);
	padding: 34px 13px;
}

footer .menu>li:last-child a {
	padding-right: 0;
	font-size: 14px;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.5);
	margin-left: 0;
	padding-left: 19px;
}

.f-1 {
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: 0.005em;
}

span.copy-1 {
	margin-right: 28px;
}

span.copy-2 {
	margin-right: 4px;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	display: block;
	right: 0px;
	font-size: 12px;
	top: 15px;
}

span.wpcf7-form-control-wrap {
	position: relative;
	display: block;
	width: 100%;
}

.wpcf7 form .wpcf7-response-output {
	color: white;
	margin-left: 0;
	margin-right: 0;
	border-color: white!important;
	border: none;
	padding: 0;
	margin-top: 0;
}

.head_menu {}


a.counter-grid-link:hover {
	background-color: rgb(14, 15, 18);
	color: white;
}

section.icons-line {
	background-color: rgb(14, 15, 18);
	color: white;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding: 64px 0;
}

.il-name {
	font-size: 13px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.7;
	letter-spacing: 0.02em;
	max-width: 160px;
	text-align: center;
	margin: auto;
}

.il-icon {
	text-align: center;
	margin-bottom: 24px;
}

section.icons-line ul {
	display: flex;
	list-style: none;
}

section.icons-line li {
	width: 100%;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, 0.08);
	padding: 32px 24px;
}

a.hb-link.hb-link2 {
	border: 1px solid white;
	background: none;
	color: white;
}

a.hb-link:hover {
	opacity: 0.9;
}

.team-image {
	position: relative;
}

.team-image span {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 25px;
	font-weight: 700;
	padding-bottom: 50px;
}

section.text-content-wrap {
	padding-top: 40px;
	padding-bottom: 80px;
	min-height: calc(100vh - 183px);
}

/* Base typography for ACF "text content" inside .text-content-wrap */
.text-content-wrap {
	/* container styles already defined elsewhere */
}

.text-content-wrap > *:first-child { margin-top: 0; }
.text-content-wrap > *:last-child  { margin-bottom: 0; }

/* Headings */
.text-content-wrap h1,
.text-content-wrap h2,
.text-content-wrap h3,
.text-content-wrap h4,
.text-content-wrap h5,
.text-content-wrap h6 {
	margin: 0 0 0.75rem;
	line-height: 1.25;
}

.text-content-wrap h1 { margin-top: 0; }
.text-content-wrap h2 { margin-top: 1.5rem; }
.text-content-wrap h3 { margin-top: 1.25rem; }
.text-content-wrap h4,
.text-content-wrap h5,
.text-content-wrap h6 { margin-top: 1rem; }

/* Paragraphs */
.text-content-wrap p {
	margin: 0 0 1rem;
	line-height: 1.6;
}

/* Lists */
.text-content-wrap ul,
.text-content-wrap ol {
	margin: 0 0 1rem;
	padding-left: 1.25rem;
}

.text-content-wrap li {
	margin: 0.35rem 0;
}

.text-content-wrap ul ul,
.text-content-wrap ul ol,
.text-content-wrap ol ul,
.text-content-wrap ol ol {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

/* Links */
.text-content-wrap a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.15em;
}

/* Basic inline tags */
.text-content-wrap strong,
.text-content-wrap b { font-weight: 600; }

.text-content-wrap em,
.text-content-wrap i { font-style: italic; }

/* Quotes */
.text-content-wrap blockquote {
	margin: 1.25rem 0;
	padding-left: 1rem;
}

.text-content-wrap blockquote p:last-child { margin-bottom: 0; }

/* Horizontal rule */
.text-content-wrap hr {
	margin: 1.5rem 0;
	border: 0;
	border-top: 1px solid currentColor;
	opacity: 0.2;
}

/* Images from editor */
.text-content-wrap img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 1rem 0;
}

.text-content-wrap figure {
	margin: 1rem 0;
}

.text-content-wrap figcaption {
	margin-top: 0.5rem;
}

/* Tables (WP can output these) */
.text-content-wrap table {
	width: 100%;
	border-collapse: collapse;
	margin: 1rem 0;
}

.text-content-wrap th,
.text-content-wrap td {
	padding: 0.6rem 0.75rem;
	border: 1px solid currentColor;
	opacity: 0.9;
}

.text-content-wrap th {
	text-align: left;
}

/* Code (rare but sometimes appears) */
.text-content-wrap code {
	padding: 0.15em 0.35em;
	border-radius: 4px;
}

.text-content-wrap pre {
	margin: 1rem 0;
	padding: 1rem;
	overflow: auto;
}

.text-content-wrap pre code {
	padding: 0;
}
