*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

footer,
header,
main,
nav,
section {
	display: block
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0!important
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}


body {
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.65;
	overflow-x: hidden;
	color: #333;
	font-family: Manrope, sans-serif
}

.main {
	width: 100vw;
	height: 100vh;
	position: relative;
	overflow: hidden;
	min-height: 900px;
	background-color: #121212
}

.main-bg {
	position: absolute;
	width: auto;
	height: 100%;
	top: 0;
	left: calc((100vw - 1391px + 40px)/ 2)
}

.main-bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.main-wrapper {
	position: relative;
	z-index: 2;
	max-width: 1390px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	padding: 40px 20px
}

.mobi {
	display: none
}

.main-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.main-link {
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #fff
}

.main-link:hover {
	color: #fff;
	text-decoration: none
}

.main-img {
	margin-left: -85px;
	margin-top: -53px;
	display: block
}

.main-footer {
	color: #fff
}

.main-footer p {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 10px;
	display: block
}

.main-footer span {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	opacity: .4;
	display: block
}

.main-title {
	font-weight: 700;
	font-size: 72px;
	color: #fff;
	line-height: 98px;
	margin-bottom: 50px
}

.main-title span {
	font-family: Lora, serif;
	color: #1366ab;
	font-style: italic;
	font-weight: 600;
	display: block
}

.main-text {
	font-weight: 500;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	max-width: 660px;
	margin-bottom: 60px
}

.main-btn {
	width: 299px;
	height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 28px 0 40px;
	font-weight: 700;
	font-size: 20px;
	line-height: 27px;
	color: #fff;
	background: #1366ab;
	border-radius: 47px;
	border: 0;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.main-btn:hover {
	opacity: .8;
	text-decoration: none;
	color: #fff
}

.main-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	color: #939393
}

.main-footer ul {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
	margin-left: 30px;
	padding-left: 30px;
	border-left: 1px solid rgba(255, 255, 255, .3)
}

.main-footer ul li {
	margin-right: 30px
}

.main-footer ul a {
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	color: #939393
}

.main-footer ul a:hover {
	text-decoration: none;
	color: #fff
}


@media only screen and (max-width:991px) {
	.main-bg {
		right: 0;
		left: unset;
		width: 100%
	}
	.main-bg img {
		width: 100%;
		height: auto
	}
	.web {
		display: none
	}
	.mobi {
		display: block
	}
	.main-title {
		text-align: center;
		font-size: 28px;
		line-height: 37px;
		margin-bottom: 10px
	}
	.main-text {
		text-align: center;
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 22px
	}
	.main-btn {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		height: 56px;
		font-size: 16px;
		line-height: 22px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0
	}
	.main-btn svg {
		display: none
	}
	.main-header {
		margin-top: auto;
		margin-bottom: 20px;
		display: none
	}
	.main-logo {
		margin: 0 auto;
		margin-top: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 20px
	}

	.main {
		min-height: unset;
		height: auto;
		margin-bottom: 269px;
		overflow: visible
	}
	.main-content {
		height: 88vh;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding-bottom: 40px
	}
	.main-wrapper {
		padding-top: 0;
		padding-bottom: 0;
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 18, 18, 0)), to(#121212));
		background: -o-linear-gradient(top, rgba(18, 18, 18, 0) 0, #121212 100%);
		background: linear-gradient(180deg, rgba(18, 18, 18, 0) 0, #121212 100%)
	}
	.main-footer {
		position: absolute;
		left: 0;
		width: 100vw;
		top: 100%;
		height: 269px;
		background: #1f1e1d;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.main-footer ul {
		padding: 0;
		margin: 0;
		border-left: 0;
		margin-bottom: 15px
	}
	.main-footer ul li {
		margin: 0;
		margin-bottom: 15px
	}
	.main-footer ul li a {
		text-decoration: underline;
		color: #939393
	}
	.footer-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.copy {
		max-width: 220px
	}
}


@media only screen and (min-width:1800px) {
	.main-bg {
		left: unset;
		right: 0
	}
}