body {
	font-family: sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.2; 
	font-family: 'Century Gothic', sans-serif;
	overflow-x: hidden;
	margin:0;
	background: #020202;
	color: #fff;
}
#wrapper{
	overflow: hidden;
	width: 100%;
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
a,:after,:before, .owl-nav> div, input, svg path, svg rect{transition: ease 0.3s all;}
#wrapper {
	position: relative; 
	background: #020202 url(../img/bg.jpg) 50% / cover no-repeat;
	color: #F2F1EB;
}
.block {
	margin: calc((45 / 1920) * 100vw) 0;
	width: calc((460 / 1920) * 100vw);
}
.frame-text {
	height: 100vh;
	display: flex;
	align-items: center;
	padding: 0 calc((100 / 1920) * 100vw);
	justify-content: space-between;
}
.logo {
	position: absolute;
	left: calc((100 / 1920) * 100vw);
	top: calc((50 / 1920) * 100vw);
}
.bottom {
	padding: calc((30 / 1920) * 100vw) calc((100 / 1920) * 100vw);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%; 
	background: url(../img/sep.svg) 50% 0 / calc((1713 / 1920) * 100vw) no-repeat
}
.bottom .wr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: calc((20 / 1920) * 100vw);
}
.links {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
* { box-sizing: border-box; }
.frame-text h1 { 
	font-weight: 400; 
	font-size: calc((78 / 1920) * 100vw); 
	line-height: 1.2; 
	text-transform: uppercase;
	margin-bottom: calc((40 / 1920) * 100vw);
	margin-top: 0;
}
.frame-text .t1 { 
	font-weight: 400; 
	font-size: calc((30 / 1920) * 100vw); 
	line-height: 1.2; 
} 
.block {
	padding-left: calc((60 / 1920) * 100vw);
	background: url(../img/li.svg) 0 0 / calc((30 / 1920) * 100vw) no-repeat;
}
.block h3 {
	font-weight: 400; 
	font-size: calc((28 / 1920) * 100vw); 
	line-height: 1.2; 
	margin-bottom: calc((20 / 1920) * 100vw);
	margin-top: 0;
}
.block p {
	font-weight: 400; 
	font-size: calc((16 / 1920) * 100vw); 
	line-height: 1.2; 
	margin-bottom: calc((20 / 1920) * 100vw);
	margin-top: 0;
}
.logo img {
	width: calc((314 / 1920) * 100vw)
}
.flogo img {
	width: calc((177 / 1920) * 100vw)
}
.sc {
	display: flex;
	gap: calc((30 / 1920) * 100vw);
}
.links a {
	font-weight: 400; 
	text-transform: uppercase;
	font-size: calc((19 / 1920) * 100vw); 
	line-height: 1.2; 
	margin-bottom: calc((20 / 1920) * 100vw);
	margin-top: 0;
	text-decoration: none;
	color: #fff;
	opacity: .5;
}
.links a:hover {
	opacity: .9;
}
.sc img {
	width: calc((25 / 1920) * 100vw);
}
.bt img {
	width: calc((128 / 1920) * 100vw);
}
.bt {display: inline-block;}

@media (max-width: 767px) { 
	#wrapper {
		background: #020202;
		padding: 20px ;
	}
	.logo {
		position: static;
		margin-bottom: 30px;
	}
	.frame-text {
		height: auto;
		display: block;
		text-align: center;
	}
	.logo {
		text-align: center;
	}
	.logo img {
    width: 220px;
	}
	.frame-text {
		padding: 0;
	}
	.block {
		width: auto;
		margin: 0 0 30px;
		text-align: left;
	}
	.frame-text .t1 {
		margin-bottom: 40px;
		font-size: 16px;
	}
	.frame-text h1 {
		margin: 0 0 15px;
		font-size: 35px;
	}
	.block {
    padding-left: 40px;
    background: url(../img/li.svg) 0 0 / 20px no-repeat;
	}
	.block h3 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.block p {
		font-size: 14px;
	}
	.bottom {
		padding: 0;
		border-top: 1px solid #fff;
		padding-top: 20px;
		position: static;
	}
	.bottom .wr {
		display: block;
		margin-bottom: 20px;
		text-align: center;
	}
	.sc {
		gap: 20px;
	}
	.sc img {
    width: 25px;
	}
	.sc {
		justify-content: center;
	}
	.flogo {
		margin-bottom: 20px;
	}
	.flogo img {
    width: 120px;
	}
	.links {

	}
	.block p {
		margin-bottom: 10px;
	}
	.links a {
		font-size: 14px;
	}
	.bt img {
	width: 150px;
	margin-top: 20px;
	}
}






