@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900');
:root {
	--main-font: "Montserrat", sans-serif;
	--transition-way: all .3s linear;
}
*, ::before, ::after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
body {
	font-family: var(--main-font);
	scroll-behavior: smooth;
	line-height: 1.5;
}
.navigation_menu {
	transition: var(--transition-way);
}
.main-navigation {
	color: #fff;
}
.menu-button {
	display: none;
}
.menu-button span {
	position: relative;
	display: block;
	width: 18px;
	height: 2px;
	background-color: #000;
	transition: var(--transition-way);
}
.menu-button span::before,
.menu-button span::after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #000;
}
.container,
.page_header {
	width: 1440px;
	max-width: calc(100% - 80px);
	margin: 0 auto;
}
.header {
	position: absolute;
	width: 100%;
}
.header .container {
	display: flex;
	justify-content: space-between;
	padding: 24px 0 0 0;
}
.header .logo {
	max-width: 330px;
	max-height: 140px;
}
.header .logo svg {
	width: 100%;
	height: 100%;
}
.menu {
	font-size: 12px;
}
.main_wrap > section {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 170px 0 100px 0;
	position: relative;
	min-height: 100vh;
}
.main_wrap > section:not(:last-child) {
	border-bottom: 1px solid #fff;
}
.main_wrap > section  .page_header {
	position: absolute;
	top: 0;
}
.bg_img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	object-fit: cover;
	object-position: top;
}
.page1 {
	position: relative;
}
.page1 h1 {
	margin-bottom: 55px;
	font: 500 72px / 1.2 var(--main-font);
	color: #fff;
}
.page1 table {
	font-size: 24px;
	color: #fff;
}
.page1 table tbody td {
	vertical-align: top;
}
.page1 table tbody td:first-child {
	padding-right: 100px;
}
.mobile {
	display: none;
}
.page_header {
	position: relative;
	padding-top: 24px;
	margin-bottom: 100px;
	color: #fff;
}
.page_header .num {
	position: absolute;
	top: calc(50% + 12px);
	left: -20px;
	transform: translateY(-50%);
}
.page2 .page_header table {
	color: #fff;
	border-left: 1px solid #fff;
}
.page3 .page_header table {
	border-left: 1px solid #596675;
}
.page_header table td {
	padding: 0 0 0 20px;
}
.page_header table td:first-child {
	font-size: 14px;
}
.page_header table td:last-child {
	font-size: 12px;
	color: #596675;
}
.page3 .page_header table td:first-child {
	color: #000;
}
.page2 .page_content table {
	font-size: 18px;
	color: #fff;
}
.page2 .page_content table tr:first-of-type td {
	padding: 0 20px 30px 0;
	font-size: 24px;
}
.page2 .page_content table tr:first-of-type td:last-child {
	padding: 0 0 30px 0;
}
.page2 .page_content table tr:nth-child(2) td,
.error-404 h1 {
	font-size: 280px;
	color: #ffc947;
	line-height: 0.75;
	font-family: var(--main-font);
	font-weight: 300;
}
.page2 .page_content table:last-of-type {
	display: none;
}
.page2 .page_content table tr h6 {
	font-size: 280px;
	color: #ffc947;
	line-height: 0.75;
	font-family: var(--main-font);
}
.page2 h2, .page3 h2  {
	margin-bottom: 128px;
	font-size: 28px;
	color: #fff;
}
.page3 h2,
.page3 .page_header {
	color: #000;
}
.page3 h3 {
	font-size: 44px;
	font-weight: 500;
}
.page3 .page_content table td {
	padding: 0 40px 60px 20px;
	border-left: 1px solid #000;
	font-size: 24px;
}
.page4 {
	background-color: #15202C;
}
.page4 p {
	color: #fff;
	font-size: 18px;
}
.page4 .container {
	padding: 30px 0;
}
.page4 .page_logo_img {
	width: 300px;
}
.page5,
.error-404 {
	background-color: #15202C;
	color: #fff;
}
.page5 .container {
	display: flex;
	flex-wrap: wrap;
}
.page5 .page_content,
.page5 .page_img {
	width: 50%;
	object-fit: contain;
}
.page5 h2 {
	margin-bottom: 48px;
	font-size: 28px;
}
.page5 table tr td {
	padding: 0 0 0 13px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	vertical-align: top;
}
.page5 table h3 {
	margin-bottom: 6px;
	font-size: 18px;
	font-weight: 700;
}
.page5 table tbody h4 {
	margin: 41px 0 0 0;
	font-size: 48px;
	color: #FFC947;
	font-weight: 600;
}
.page5 table tbody h4 strong {
	font-size: 75px;
	font-weight: 600;
}
.page5 table:last-of-type {
	margin: 24px 0 0 0;
}
.page5 table:last-of-type tbody h4 {
	font-size: 40px;
}
.page5 table:last-of-type tbody h4 {
	margin: 31px 0 0 0;
}
.page5 table tbody td {
	/*border-left: 1px solid #fff;*/
	position: relative;
}
.page5 table tbody td::before {
	content: '';
	display: block;
	width: 1px;
	height: calc(100% - 38px);
	position: absolute;
	left: 0;
	top: 28px;
	background-color: #fff;
}
#wpcf7-f7-o1 form {
	width: 70%;
	margin: 50px auto;
}
#wpcf7-f7-o1 form input,
#wpcf7-f7-o1 form textarea {
	width: 100%;
}
#wpcf7-f7-o1 input:not([type="submit"]), #wpcf7-f7-o1 textarea {
	font-size: 20px;
	color: var(--black-text-color);
	padding: 10px 15px;
	background-color: #1B2938; 
	border: 1px solid rgba(255, 255, 255, 0.1); 
	border-radius: 6px;
	color: #fff;
	box-shadow: 6px 6px 14px rgba(0,0,0,0.5),  
	-6px -6px 14px rgba(255,255,255,0.07); 
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
#wpcf7-f7-o1 form input:not([type="submit"]):focus,
#wpcf7-f7-o1 form textarea:focus {
	border-color: rgba(255, 255, 255, 0.4); 
	outline: none;
	box-shadow: 6px 6px 14px rgba(0,0,0,0.5),
	-6px -6px 14px rgba(255,255,255,0.1);
}
#wpcf7-f7-o1 form input[type="submit"] {
	font-weight: 600;
	line-height: 1.5;
	cursor: pointer;
	outline: none;
	margin-top: 24px;
	padding: 12px 24px;
	border-radius: 8px;
	font-size: 22px;

	background: linear-gradient(145deg, #ffffff, #f5f5f5); 
	color: #15202C;
	border: none;
	border-radius: 6px;
	box-shadow:
	0 0 8px rgba(255, 255, 255, 0.3), 
	4px 4px 8px rgba(0, 0, 0, 0.4),
	-4px -4px 8px rgba(255, 255, 255, 0.05);
	transition: all 0.25s ease-in-out;
	backdrop-filter: blur(4px); 
}

#wpcf7-f7-o1 form input[type="submit"]:hover {
	background: linear-gradient(145deg, #ffffff, #eaeaea);
	box-shadow:
	0 0 12px rgba(255, 255, 255, 0.5), 
	4px 4px 12px rgba(0, 0, 0, 0.5),
	-4px -4px 12px rgba(255, 255, 255, 0.08);
	transform: translateY(-1px); 
}

.error-404 .container {
	text-align: center;
}
.error-404 h1 {
	margin-bottom: 30px;
}
.error-404 p {
	font-size: 28px;
	margin-bottom: 20px;
}

.error-404 .buts .main_btn {
	display: inline-block;
	padding: 15px 22px;
	font-weight: 500;
	background-color: #ffc947;
	border-radius: 6px;
}
.font {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 10px;
	opacity: 0;
	visibility: hidden;
}

@media screen and (max-width: 1440px) {
	.page_header {
		display: flex;
		align-items: center;

	}
	.page_header .num {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		padding-right: 20px;
	}
}
@media screen and (max-width: 1360px) {
	.page1 h1 {
		font: 500 62px / 1.2 var(--main-font);
	}
	.page1 table,
	.page2 .page_content table tr:first-of-type td,
	.page3 .page_content table td {
		font-size: 22px;
	}
}
@media screen and (max-width: 1200px) {
	.page1 h1 {
		font: 500 54px / 1.2 var(--main-font);
	}
}
@media screen and (max-width: 1024px) {
	.page1 h1 {
		font: 500 48px / 1.2 var(--main-font);
	}
	.page5 .page_content,
	.page5 .page_img {
		width: 100%;
	}
	.page5 .page_content {
		order: 1;
	}
	.page5 .page_img {
		order: 0;
		margin-bottom: 45px;
		max-width: 50%;
	}
	.page1 table tbody td:first-child {
		padding-right: 60px;
	}
	.page2 .page_content table:first-of-type {
		display: none;
	}
	.page2 .page_content table:last-of-type {
		display: block;
	}
	.page2 .page_content table:last-of-type tr {
		display: flex;
		flex-wrap: wrap;
	}
	.page2 .page_content table td {
		width: 50%!important;
		padding: 0;
	}
	.page2 .page_content table tr:first-of-type td:nth-child(odd) {
		padding: 0 35px 80px 0;
	}
	.page2 .page_content table tr:first-of-type td:nth-child(even) {
		padding: 0 0 80px 0;
	}
	.page2 .page_content table tr h6,
	.error-404 h1 {
		margin-bottom: 38px;
		font-size: 162px;
		color: #ffc947;
		line-height: 0.75;
		font-family: var(--main-font);
	}
}
@media screen and (max-width: 922px) {
	.error-404 p {
		font-size: 24px;
	}
	.header .logo, .page4 .page_logo_img {
		width: 250px;
	}
	.page1 table,
	.page2 .page_content table tr:first-of-type td,
	.page3 .page_content table td {
		font-size: 20px;
	}
}
@media screen and (max-width: 768px) {
	.page1 h1 {
		font: 500 34px / 1.2 var(--main-font);
	}
	.page3 h3 {
		font-size: 34px;
	}
	.page3 table tr {
		display: flex;
		flex-direction: column;
	}
	.page3 table tr td {
		width: 100%!important;
	}
	.page3 table tr td + td {
		margin: 100px 0 0 0;
	}
	#wpcf7-f7-o1 form {
		width: 80%;
	}
}
@media screen and (max-width: 650px) {
	.header .logo {
		max-width: 169px;
	}
	.page1 table tr {
		display: flex;
		flex-direction: column;
	}
	.page1 table tr td {
		width: 100%!important;
	}
	.page1 table tr td + td {
		margin: 20px 0 0 0;
	}
	.mobile {
		display: block;
		position: absolute;
		bottom: 76px;
		left: 21px;
		color: #fff;
		font-size: 12px;
		font-weight: 600;
	}
	.mobile.bg_img {
		left: 0;
	}
	.mobile strong {
		font-weight: 900;
	}
	.main-navigation {
		display: none;
	}
	.page3 h2, .page3 table {
		color: #fff;
	}
	.page3 .page_content table td {
		border-left: 1px solid #fff;
	}
	.page4 .page_logo_img {
		width: 200px;
	}
}
@media screen and (max-width: 560px) {
	.container,
	.page_header {
		max-width: calc(100% - 60px);
	}
	.page1 h1 {
		margin-bottom: 17px;
		font: 700 24px / 1.2 var(--main-font);
	}
	.page1 table,
	.page2 .page_content table tr:first-of-type td, .page3 .page_content table td {
		font-size: 18px;
	}
	.page2 h2, .page3 h2,
	.page5 h2 {
		margin-bottom: 48px;
		font-size: 22px;
	}
	.page2 .page_content table tr h6,
	.error-404 h1 {
		font-weight: 400;
	}
	.page3 h3 {
		font-size: 22px;
	}
	.page5 .page_img {
		max-width: 100%;
	}
	.page5 table tr {
		display: flex;
		flex-direction: column;
	}
	.page5 table tr td {
		width: 100%!important;
	}
	.page5 table tr td + td,
	.page5 table:last-of-type {
		margin: 40px 0 0 0;
	}
	.page5 table tbody td::before {
		height: calc(100% - 30px);
	}

	.page4 .container {
		display: flex;
		flex-direction: column;
		padding: 0;
	}
	#wpcf7-f7-o1 {
		order: 2;
	}
	#wpcf7-f7-o1 form {
		width: 100%;
	}
	.page4 .page_logo_img {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 480px) {
	.main_wrap > section {
		min-height: initial;
	}
	body {
		line-height: 1.2;
	}
	.page1 .container {
		margin-top: calc(100% - 140px);
	}
	.page1 h1 {
		font-size: 32px;
	}
	.page2 .page_content table tr td p {
		font-size: 16px;
	}
	.container, .page_header {
		max-width: calc(100% - 32px);
	}
	.main_wrap > section.page2 {
		padding: 54px 0 100px;
	}
	.main_wrap > section.page3, .main_wrap > section.page5, .main_wrap > section.page4 {
		padding: 54px 0;
	}
	.page2 h2, .page3 h2, .page5 h2, .page3 h3 {
		font-size: 24px;
	}
	.mobile {
		left: 18px;
	}
	.page1 table tbody td:first-child {
		padding-right: 0;
	}
	.page1 table tbody td {
		font-size: 16px;
	}
	.error-404 h1 {
		font-size: 120px;
	}
	.page3 .page_content table td {
		padding-bottom: 35px;
	}
	.page1 table, .page2 .page_content table tr:first-of-type td, .page3 .page_content table td, 
	.page5 table tr td,
	.page4 p, .error-404 p {
		font-size: 16px;
	}
	.page5 table tbody h4 strong {
		font: 400 50px / 1.2 var(--main-font);
	}
	.page5 table tbody h4,
	.page5 table:last-of-type tbody h4 {
		font: 400 30px / 1.2 var(--main-font);
	}
	.error-404 .buts .main_btn {
		padding: 12px 16px;
	}
	.page2 .page_content table tr:first-of-type td:nth-child(odd) {
		padding: 0 20px 50px 0;
	}
	.page2 .page_content table tr:first-of-type td:nth-child(even) {
		padding: 0 0 50px;
	}
	.page2 .page_content table tr td p br, .page4 p br {
		content:"";
		display: none;
	}
	.page2 .page_content table tr td p strong {
		display: block;
	}
	#wpcf7-f7-o1 input:not([type="submit"]), #wpcf7-f7-o1 textarea {
		background: #9299a0;
	}
	#wpcf7-f7-o1 form input[type="submit"] {
		background: #FFC947;
	}
	#wpcf7-f7-o1 form {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 421px) {

}












