* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	line-height: 100%;
}
a {
	color: inherit;
	text-decoration: none;
}
textarea {
	min-width: 100%;
	min-height: 124px;
}
textarea,
input {
	border: none;
	color: inherit;
}
textarea,
input:focus {
	outline: none;
}
@font-face {
	font-family: "Helvetica";
	src: local("Helvetica Bold"), local("Helvetica-Bold"),
		url("./../fonts/Helvetica-Bold.woff2") format("woff2"),
		url("./../fonts/Helvetica-Bold.woff") format("woff"),
		url("./../fonts/Helvetica-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "PlumbBoldC";
	src: url("./../fonts/plumbboldc.otf");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "PlumbLightC";
	src: url("./../fonts/plumblightc.otf");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "PlumbMediumC";
	src: url("./../fonts/plumbmediumc.otf");
	font-weight: 300;
	font-style: normal;
}
html,
body {
	min-height: 100vh;
	cursor: default;
	scroll-behavior: smooth;
}
html {
	background: linear-gradient(180deg, #000000 0%, #191d26 60.42%);
}
body {
	background: url(../images/tmp/bg.png) no-repeat;
	background-position: center bottom;
	background-size: contain;

}
.footer,
.main {
	background: #171717;
	color: #fff;
}
.main section {
	padding: 42px 0;
	position: relative;
}
.main {
	position: relative;
}

.lines {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 0;
	display: flex;
	justify-content: center;
}

.lines_item {
	width: 1px;
	height: 100%;
	background: #302104;
}
.lines_item:not(:last-child) {
	margin-right: 311px;
}
.wrapper {
	max-width: 1237px;
	width: 100%;
	margin: 0 auto;
}
.container {
	max-width: 1120px;
	padding: 0 20px;
	width: 100%;
	margin: 0 auto;
}

.h {
	font-family: "PlumbBoldC";
	font-weight: 700;
	font-style: normal;
}
.h small {
	display: block;
	font-size: 0.622em;
}
.h1 {
	font-size: 52px;
	line-height: 170%;
	color: #fff;
}
.h2 {
	text-transform: uppercase;
	position: relative;
	font-size: 32px;
	padding: 20px 0;
	margin-bottom: 30px;
}
.h2::before {
	content: attr(data-shadow-text);
	position: absolute;
	left: 1.875em;
	color: rgba(182, 150, 91, 0.2);
	font-family: "PlumbLightC";
	font-weight: 300;
	font-size: 1.875em;
	white-space: nowrap;
}
.header {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(../images/tmp/header.png) no-repeat;
	background-position: center;
	background-size: cover;
}
.header_block {
	padding: 55px 0;
}
.header_wrapper {
	padding: 140px 0 95px;
}
.header .h1 {
	text-transform: uppercase;
	margin-bottom: 70px;
}
.header_logo {
	max-width: 233px;
	pointer-events: none;
}

.btn {
	display: inline-flex;
	background: none;
	border: none;
	cursor: pointer;
	font-family: "Helvetica";
	font-weight: 700;
	font-size: 19px;
	text-decoration: none;
	justify-content: center;
	text-align: center;
	user-select: none;
}
.btn:disabled {
	pointer-events: none;
	opacity: 0.4;
}
.btn-primary {
	background: #b6965b;
	border-radius: 1.57em;
	padding: 1em 1.57em;
	color: #fff;
	transition: background 0.2s linear;
	height: 55px;
}
.btn-primary:hover {
	background: #caa765;
}

.contacts {
	font-size: 17px;
	font-family: "Helvetica";
	font-weight: 700;
	display: flex;
	gap: 86px;
	color: #fff;
}

.contacts a[href]:hover {
	color: #caa765;
	text-decoration: underline;
}
.achievements {
	display: flex;
	justify-content: space-between;
}
.achievement {
	display: flex;
	align-items: center;
	gap: 30px;
}

.achievements_numbers {
	font-family: "PlumbMediumC";
	font-weight: 300;
	font-size: 52px;
}

.achievements_text {
	font-size: 20px;
	color: #bcbcbc;
	font-family: "PlumbLightC";
	font-weight: 500;
	line-height: 115%;
}

.footer {
	padding: 10px 0;
}
.footer_wrapper {
	display: flex;
	align-items: center;
	gap: 42px;
}
.footer_company {
	font-family: "Helvetica";
	font-weight: 700;
	font-size: 17px;
}
.footer_links {
	display: flex;
	align-items: center;
	gap: 30px;
	font-family: "PlumbLightC";
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
}
.footer_links a[href]:hover {
	text-decoration: underline;
}

.input {
	font-size: 16px;
	background: #201f24;
	border-radius: 5px;
	border: 2px solid transparent;
	padding: 1em;
	width: 100%;
	font-family: "PlumbMediumC";
	font-weight: 500;
	transition: all 0.2s linear;
}
.input:focus {
	color: #b6965b;
	border-color: #b6965ba2;
	box-shadow: 1px 1px 4px #b6965ba2, -1px -1px 4px #b6965ba2;
}
.input::placeholder {
	color: #777777;
}
.form {
	max-width: 400px;
}
.form .btn {
	width: 100%;
}
.form .form_row {
	display: flex;
	gap: 17px;
}
.form .form_row:not(:last-child) {
	margin-bottom: 17px;
}

.form:invalid .btn[type="submit"] {
	pointer-events: none;
	opacity: 0.4;
}

.connection_wrapper {
	display: flex;
	justify-content: center;
	gap: 36px;
}
.connection_contacts {
	display: flex;
	flex-direction: column;
	font-size: 17px;
	font-family: "PlumbMediumC";
	font-weight: 500;
}
.connection_contacts * {
	line-height: 160%;
}
.connection_contacts .contact {
	font-family: "PlumbBoldC";
	font-weight: 700;
	font-size: 32px;
	line-height: 173.6%;
	text-transform: uppercase;
	margin-bottom: 50px;
	transition: 0.2s linear;
}
.connection_contacts .contact:hover {
	color: #b6965b;
}
.connection_contacts .address:not(:last-child) {
	margin-bottom: 30px;
}
.connection_contacts .address a[href] {
	transition: 0.2s linear;
}
.connection_contacts .address a[href]:hover {
	color: #b6965b;
	text-decoration: underline;
}
.about {
	display: flex;
	gap: 100px;
	align-items: center;
}
.about_img {
	margin-right: -78px;
	pointer-events: none;
}
.about_text {
	padding-top: 20px;
	font-family: "PlumbLightC";
	font-weight: 300;
	font-size: 15px;
	display: flex;
	flex-direction: column;
}
.about_text p {
	line-height: 1.733em;
	margin: 1em 0;
}

.services {
	display: flex;
	gap: 2px;
}
.service {
	position: relative;
	min-width: 153px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
  
	user-select: none;
}
.service:not(.active) *{
	cursor: pointer;
}
.service::before {
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, #202020 79.17%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	pointer-events: none;
}
.service:hover {
	flex-grow: 1;
	cursor: default;
}
.service.active::before {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.service_title {
	display: flex;
	align-items: center;
	position: absolute;
	transform-origin: left;
	transform: rotate(-90deg);
	left: 50%;
	bottom: 40px;
	text-transform: uppercase;
	font-family: "PlumbBoldC";
	font-weight: 700;
	font-size: 20px;
	gap: 1.4em;
	white-space: nowrap;
}
.service_title_number {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	color: #e1be7d;
	font-weight: 500;
	font-family: "PlumbMediumC";
	font-size: 2em;
	gap: 0.5em;
}
.service_title_number_pluse {
	position: relative;
	width: 1em;
	height: 1em;
	display: block;
}
.service_title_number_pluse::before {
	content: "";
	width: 0.15em;
	height: 1em;
	display: block;
	background: #e1be7d;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.service_title_number_pluse::after {
	content: "";
	display: block;
	width: 1em;
	height: 0.15em;
	background: #e1be7d;
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0%;
	transform: translateY(-50%);
}
.service.active .service_title {
	font-size: 14px;
	left: 30px;
}

.service_block {
	display: none;
	padding: 94px 70px 94px 89px;
}

.service.active .service_block {
	display: block;
	position: relative;
	z-index: 1;
}
.service_block_number {
	color: #b6965b;
	font-family: "PlumbMediumC";
	font-style: normal;
	font-weight: 500;
	font-size: 52px;
}
.service_block_title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 25px;
	font-family: "PlumbBoldC";
	font-style: normal;
	line-height: 28px;
	margin-top: 10px;
}
.service_block_text {
	margin-top: 60px;
	font-family: "PlumbMediumC";
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
}
.service_block_text p {
	line-height: 24px;
}
.service_block_text p:not(:last-child) {
	margin-bottom: 2em;
}

@media screen and (max-width: 1236px) {
	.main {
		overflow-x: hidden;
	}
	.h2 {
		font-size: 26px;
	}
	.service_block {
		padding: 50px 50px 50px 65px;
	}
	.service {
		min-width: 130px;
	}
	.achievements_numbers {
		font-size: 45px;
	}
	.achievements_text {
		font-size: 16px;
	}
}
@media screen and (max-width: 990px) {
	.about_img {
		margin-right: 0px;
	}
	.about_img img {
		height: 350px;
	}
	.service_block {
		padding: 50px 20px 50px 20px;
	}
	.service.active .service_title {
		display: none;
	}
	.service_title {
		font-size: 16px;
	}
	.service {
		min-width: 109px;
	}
}
@media screen and (max-width: 920px) {
	.about_img img {
		height: 260px;
	}
}
@media screen and (max-width: 820px) {
	.services {
		flex-direction: column;
	}
	.service {
		width: 100%;
		min-height: 109px;
	}
	.service_title {
		transform: none;
		left: 20px;
	}
}
@media screen and (max-width: 786px) {
	.achievements {
		flex-wrap: wrap;
		gap: 40px;
		justify-content: space-around;
	}
	.about {
		gap: 50px;
		flex-direction: column;
	}
	.contacts {
		font-size: 16px;
		gap: 40px;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.connection_wrapper {
		flex-direction: column;
	}
	.form {
		margin: auto;
	}
	.h1 {
		line-height: 135%;
	}
	.h small {
	   margin-top: 1em;
	   line-height: 150%;
	}
}
@media screen and (max-width: 720px) {
	.h2::before {
		font-size: 6.6vw;
	}
	.footer_links,
	.footer_wrapper {
		flex-wrap: wrap;
		gap: 30px;
	}
}
@media screen and (max-width: 620px) {
	.h1 {
		font-size: 46px;
	}
	.lines_item:not(:last-child) {
		margin-right: 200px;
	}
}

@media screen and (max-width: 520px) {
	.h1 {
		font-size: 8.07vw;
	}

	.footer_wrapper p {
		white-space: nowrap;
	}
}
@media screen and (max-width: 360px) {
	.h2{
		color: #b6965b;
	}
	.h2::before {
		display: none;
	}
}
