* {
	box-sizing: border-box;
}
body { 
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.2;
	font-family: 'Echoes Sans', sans-serif;
	font-weight: 100;
	overflow-x: hidden;
	margin:0;
	color: #fff;
	background: #000;
}
#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;}
.top-line {
	padding: calc((32 / 1920) * 100vw) calc((84 / 1920) * 100vw);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sc {
	display: flex;
	gap: calc((40 / 1920) * 100vw);
}
.sc a:hover img {
	filter: brightness(0) saturate(100%) invert(55%) sepia(56%) saturate(5074%) hue-rotate(89deg) brightness(109%) contrast(114%);
}
.sc img {
	width: calc((62 / 1920) * 100vw);
	display: block;
}
.info-block {
	display: flex;
	gap: calc((120 / 1920) * 100vw);
}
.info-block .bx {
	width: calc((288 / 1920) * 100vw);
}
.info-block .t1 { 
	font-weight: 400; 
	font-size: calc((17 / 1920) * 100vw); 
	line-height: 100%; 
	margin-bottom: calc((8 / 1920) * 100vw);
}
.info-block .t2 {  
	font-size: calc((11 / 1920) * 100vw); 
	line-height: 120%;
}
.grid3 {
	display: grid;
	grid-template-columns: calc((687 / 1920) * 100vw) calc((545 / 1920) * 100vw) calc((687 / 1920) * 100vw);
}
.logo-grid {
	height: calc((200 / 1920) * 100vw);
}
.logo {
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-copy {
	transform: rotate(-90deg);
	width: calc((200 / 1920) * 100vw);
	height: calc((45 / 1920) * 100vw);
	position: absolute;
	top: calc((78 / 1920) * 100vw);
	left: calc((-75 / 1920) * 100vw);
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	background: #02D102;
	color: #000;
	font-size: calc((15 / 1920) * 100vw);
}
.logo img {
	width: calc((422 / 1920) * 100vw);
}
.grid {
	border-top: 0.5px solid rgb(153 153 153 / 50%);
	border-bottom: 0.5px solid rgb(153 153 153 / 50%);
}
.cell {
	border-right: 0.5px solid rgb(153 153 153 / 50%);
	position: relative;
}
.cell:last-child {
	border-right: 0;
}
.cell:after,
.cell:before {
	width: calc((9 / 1920) * 100vw);
	height: calc((9 / 1920) * 100vw); 
	background: #999999;
	position: absolute;
	right: calc((-5 / 1920) * 100vw);
	top: calc((-5 / 1920) * 100vw);
	content: '';
	z-index: 2;
}
.cell:after {
	bottom: calc((-5 / 1920) * 100vw);
	top: auto;
}
.cell:last-child:after,
.cell:last-child:before {
	display: none;
}
.top-box {
	position: relative; 
}
.top-box-bg, .bg-head, .bg-code, .bg-wide, .bg-card  {
	position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
	z-index: 1;
	overflow: hidden;
}
.top-box-bg video, .bg-head video, .bg-code video, .bg-wide video, .bg-card img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.bg-card img {
	object-fit: cover;
}
.bg-head video { 
	right: -13%;
	bottom: -16%;
	width: 126%;
	height: 126%;
}
.bg-code video { 
	right: -20%;
	bottom: -20%;
	width: 140%;
	height: 140%;
}
.top-box-content {
	position: relative;
	z-index: 2;
}
.nav-wrap, .nav {
	height: calc((57 / 1920) * 100vw);
}
.nav.fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	background: #000;
}
.nav {
	padding: calc((16 / 1920) * 100vw) 0;
	display: flex;
	gap: calc((46 / 1920) * 100vw);
	justify-content: center;
	align-items: center; 
}
.nav a { 
	font-weight: 400; 
	font-size: calc((18 / 1920) * 100vw); 
	line-height: 100%; 
	color: #fff;
	text-decoration: none;
}
.nav a:hover {
	color: #02D102;
	text-decoration: underline;
}
.top-box-content-line1 {
	height: calc((406 / 1920) * 100vw);
}
.top-box-content-line1 .c1 {
	display: flex;
	align-items: center;
	padding: 0 calc((80 / 1920) * 100vw);
}
.top-box-content-line1 .title {  
	font-weight: 400; 
	font-size: calc((60 / 1920) * 100vw);
	line-height: 110%;
}
.top-box-content-line1 .t { 
	font-size: calc((13 / 1920) * 100vw); 
	line-height: 120%; 
	position: absolute;
	color: #02D102;
}
.top-box-content-line1 .t1 {
	text-align: right;
	right: calc((40 / 1920) * 100vw);
	top: calc((30 / 1920) * 100vw);
}
.top-box-content-line1 .t2 {
	left: calc((40 / 1920) * 100vw);
	bottom: calc((30 / 1920) * 100vw);
}
.top-box-content-line2 {
	height: calc((282 / 1920) * 100vw);
}
.top-box-content-line2 .t { 
	font-size: calc((28 / 1920) * 100vw); 
	line-height: 120%; 
	position: absolute;
}
.top-box-content-line2 .t1 {
	left: calc((88 / 1920) * 100vw);
	bottom: calc((68 / 1920) * 100vw);
}
.top-box-content-line2 .t2 {
	bottom: calc((77 / 1920) * 100vw);
	right: calc((70 / 1920) * 100vw);
	text-align: right;
}
.top-box-content-line2 .c2 {
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn:hover {
	opacity: .8;
}
.sqr {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #02D102;
	width: calc((35 / 1920) * 100vw);
	height: calc((35 / 1920) * 100vw);
}
.placer-grid {
	height: calc((85 / 1920) * 100vw);
}
.title-block {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #02D102;
	font-weight: 400;
	font-size: calc((50 / 1920) * 100vw);
	line-height: 110%;
	color: #000;
}
.grid7 {
	grid-template-columns: calc((72 / 1920) * 100vw) calc((545 / 1920) * 100vw) calc((70 / 1920) * 100vw) calc((545 / 1920) * 100vw) calc((70 / 1920) * 100vw) calc((545 / 1920) * 100vw) calc((72 / 1920) * 100vw) ;
}
.about-item .img {
	overflow: hidden;
}
.about-item:hover > .img img {
	transform: scale(1.05);
}
.about-item .img img {
	display: block;
	width: 100%;
	transition: .3s ease all;
}
.about-item .tt {
	position: relative;
	border-top: 0.5px solid rgb(153 153 153 / 50%);
	height: calc((338 / 1920) * 100vw);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 calc((40 / 1920) * 100vw);
	text-align: center;
}
.about-item .tt:after,
.about-item .tt:before {
	width: calc((9 / 1920) * 100vw);
	height: calc((9 / 1920) * 100vw); 
	background: #999999;
	position: absolute;
	right: calc((-5 / 1920) * 100vw);
	top: calc((-5 / 1920) * 100vw);
	content: '';
	z-index: 1;
}
.about-item .tt:after {
	left: calc((-5 / 1920) * 100vw);
	right: auto;
}
.about-item .t1 {
	font-size: calc((50 / 1920) * 100vw);
	font-weight: 700;
	color: #02D102;
	margin-top: calc((180 / 1920) * 100vw);
	transition: .3s ease all;
}
.about-item:hover > .tt .t1 {
	margin-top: 0;
	font-size: calc((42 / 1920) * 100vw);
}
.about-item:hover > .tt .t2 {
	opacity: 1;
}
.about-item .t2 { 
	transition: .3s ease all;
	font-size: calc((30 / 1920) * 100vw); 
	line-height: 120%; 
	text-align: center;
	margin-top: calc((26 / 1920) * 100vw);
	opacity: 0;
}
.how {
	height: calc((170 / 1920) * 100vw);
}
.how .t { 
	font-size: calc((10 / 1920) * 100vw); 
	line-height: 120%; 
	color: #02D10280;
	position: absolute;
	top: calc((12 / 1920) * 100vw);
	left: calc((77 / 1920) * 100vw);
}
.how-text {
	height: calc((293 / 1920) * 100vw);
	padding: calc((48 / 1920) * 100vw) calc((70 / 1920) * 100vw);
	position: relative;
	border-top: 0.5px solid rgb(153 153 153 / 50%);  
}
.how-text:after,
.how-text:before {
	width: calc((9 / 1920) * 100vw);
	height: calc((9 / 1920) * 100vw); 
	background: #999999;
	position: absolute;
	right: calc((-5 / 1920) * 100vw);
	top: calc((-5 / 1920) * 100vw);
	content: '';
	z-index: 1;
}
.how-text:after {
	left: calc((-5 / 1920) * 100vw);
	right: auto;
}
.how-text .t1 {
	font-size: calc((32 / 1920) * 100vw);
	font-weight: 700;
	color: #02D102; 
} 
.how-text .t2 {  
	font-size: calc((24 / 1920) * 100vw); 
	line-height: 120%;  
	margin-top: calc((16 / 1920) * 100vw); 
}
.bg-wide {
	position: relative;
	height: calc((438 / 1920) * 100vw);
}
.grid3-2 {
	grid-template-columns: calc((236 / 1920) * 100vw) 1fr calc((236 / 1920) * 100vw);
}
.why-info-item , .careers-info .t3{
	position: relative;
	border-top: 0.5px solid rgb(153 153 153 / 50%);
	min-height: calc((38 / 1920) * 100vw);
	display: flex;
}
.careers-info .t3:before,
.careers-info .t3:after,
.why-info-item:after,
.why-info-item:before,
.why-info-item .img:before,
.why-info-item .img:after {
	width: calc((9 / 1920) * 100vw);
	height: calc((9 / 1920) * 100vw); 
	background: #999999;
	position: absolute;
	right: calc((-5 / 1920) * 100vw);
	top: calc((-5 / 1920) * 100vw);
	content: '';
	z-index: 1;
}
.why-info-item:after,
.why-info-item .img:after {
	left: calc((-5 / 1920) * 100vw);
	right: auto;
}
.why-info-item .img {
	width: calc((160 / 1920) * 100vw);
	min-width: calc((160 / 1920) * 100vw);
	border-right: 0.5px solid rgb(153 153 153 / 50%);
	position: relative;
}
.why-info-item .img img {
	width: 100%;
	display: block;
}
.why-info-item .tt {
	padding: calc((30 / 1920) * 100vw) calc((50 / 1920) * 100vw);
}
.why-info-item .t1 {
	font-size: calc((32 / 1920) * 100vw);
	font-weight: 400;
	color: #02D102; 
} 
.why-info-item .t2 {  
	font-size: calc((24 / 1920) * 100vw); 
	line-height: 120%;  
	margin-top: calc((10 / 1920) * 100vw); 
}
.why-info .t {
	font-size: calc((10 / 1920) * 100vw);
	line-height: 120%;
	color: #02D10280;
	position: absolute;
}
.why-info .t1 {
	top: calc((83 / 1920) * 100vw);
	left: calc((79 / 1920) * 100vw);
}
.why-info .t2 {
	top: calc((453 / 1920) * 100vw);
	left: calc((171 / 1920) * 100vw);
}
.why-info .t3 {
	top: calc((646 / 1920) * 100vw);
	left: calc((88 / 1920) * 100vw);
}
.why-info .t4 {
	top: calc((68 / 1920) * 100vw);
	left: calc((38 / 1920) * 100vw);
}
.why-info .t5 {
	top: calc((294 / 1920) * 100vw);
	left: calc((45 / 1920) * 100vw);
	text-align: right;
}
.why-info .t6 {
	top: calc((568 / 1920) * 100vw);
	left: calc((45 / 1920) * 100vw);
}
.title-block-under {
	color: #fff;
	background: none;
	font-size: calc((40 / 1920) * 100vw); 
}
.grid3-4 {
	grid-template-columns: 1fr 1fr 1fr;
}
.diff-item {
	padding: calc((40 / 1920) * 100vw) calc((100 / 1920) * 100vw);
	text-align: center;
}
.diff-item .t1 {
	font-size: calc((32 / 1920) * 100vw);
	font-weight: 400;
	color: #02D102; 
} 
.diff-item .t2 {  
	font-size: calc((24 / 1920) * 100vw); 
	line-height: 120%;  
	margin-top: calc((14 / 1920) * 100vw); 
}
.grid3-3 {
	grid-template-columns: calc((456 / 1920) * 100vw) 1fr calc((456 / 1920) * 100vw);
}
.title-block-text {
	font-size: calc((28 / 1920) * 100vw); 
	line-height: 120%; 
	text-align: center;
	font-weight: 100;
}
.title-block-text span {
	color: #02D102;
	text-decoration: underline;
}
.careers-info .c1 {
	padding: calc((32 / 1920) * 100vw) calc((94 / 1920) * 100vw);
}
.careers-info .t {
	font-size: calc((28 / 1920) * 100vw); 
	line-height: 120%; 
}
.careers-info .t2 {
	height: 50%;
	padding: calc((32 / 1920) * 100vw) calc((24 / 1920) * 100vw);
}
.careers-info .t3 {
	height: 50%;
	padding: calc((32 / 1920) * 100vw) calc((24 / 1920) * 100vw);
	color: #02D102;
	font-size: calc((60 / 1920) * 100vw); 
	font-weight: 400;
}
.careers-info .img {
	text-align: center;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.careers-info .img img {
	width: calc((495 / 1920) * 100vw);
}
.footer {
	padding: calc((90 / 1920) * 100vw) 0;
	display: flex;
	flex-direction: column;
	gap: calc((48 / 1920) * 100vw);
	justify-content: center;
	align-items: center;
	position: relative;
}
.footer .t {
	font-size: calc((10 / 1920) * 100vw);
	line-height: 120%;
	color: #02D10280;
	position: absolute;
}
.footer .t1 {
	top: calc((50 / 1920) * 100vw);
	left: calc((94 / 1920) * 100vw);
}
.footer .t2 {
	top: calc((230 / 1920) * 100vw);
	left: calc((277 / 1920) * 100vw);
}
.footer .t3 {
	top: calc((170 / 1920) * 100vw);
	left: calc((1220 / 1920) * 100vw);
}
.footer .t4 {
	top: calc((92 / 1920) * 100vw);
	left: calc((1463 / 1920) * 100vw);
}
.btn img {
	width: calc((426 / 1920) * 100vw);
}
.grid3-5 {
	grid-template-columns: calc((95 / 1920) * 100vw) 1fr calc((95 / 1920) * 100vw);
}
.overlay {
	position:fixed;
	background:rgba(0,0,0,0.5);
	height:100%;
	left:0;
	top:0;
	width:100%;
	z-index:10;
	filter: blur(5px);
	backdrop-filter: blur(5px);
	display: none;
}
.popup {
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	position:fixed;
	z-index:11;
	width: calc((830 / 1920) * 100vw);
	background:#000;
	border: .5px solid #99999980;
	display: none;
}
.popup-close {
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.popup-close img {
	width: calc((40 / 1920) * 100vw);
}
.placer-grid-small {
	height: calc((30 / 1920) * 100vw);
}
.popup-form input[type='text'], 
.popup-form textarea {
	width: 100%;
	height: calc((70 / 1920) * 100vw);
	background: #fff;
	padding: calc((20 / 1920) * 100vw);
	font-family: 'Echoes Sans';
	font-weight: 400; 
	font-size: calc((32 / 1920) * 100vw); 
	line-height: 100%; 
	color: #000;
	display: block;
	border: 0;
}
.popup-form textarea {
	height: calc((170 / 1920) * 100vw);
	overflow: auto;
	max-width: 100%;
}
.submit {
	padding: calc((30 / 1920) * 100vw) calc((60 / 1920) * 100vw);
	text-align: center;
}
.sub {
	background: none;
	border: 0;
	cursor: pointer;
	padding: 0;
	width: 100%;
}
.sub img {
	width: 100%;
	display: block;
}
.copy-footer {
	display: none;
}








@media (max-width: 899px) {
	.top-line {
		display: none;
	}
	.copy-footer {
		display: block;
		font-size: calc((14 / 375) * 100vw);
	}
	.top-copy {
		display: none;
	}
	.grid {
		display: block;
		border: 0;
		height: auto;
	}
	.cell {
		border: 0;
	}
	.logo {
		padding: calc((20 / 375) * 100vw) 0;
	}
	.logo img {
		width: calc((200 / 375) * 100vw);
	}
	.top-box-content-line1 .t {
		display: none;
	}
	.top-box-content-line1 {
		height: auto;
	}
	.nav { 
		gap: calc((20 / 375) * 100vw);
		margin-bottom: calc((50 / 375) * 100vw);
	}
	.nav a {
		font-size: calc((14 / 375) * 100vw);
	}
	.top-box-content-line2 .t {
		display: none;
	}
	.top-box-bg {
		display: none;
	}
	.top-box-content-line1 .title {
		text-align: center;
		font-size: calc((32 / 375) * 100vw);
		margin-bottom: calc((50 / 375) * 100vw);
	}
	.btn img {
		width: calc((200 / 375) * 100vw);
	}
	.top-box-content {
		padding-bottom: 50px;
	}
	.sqr {
		display: none;
	}
	.title-block {
		font-size: calc((32 / 375) * 100vw);
		margin-bottom: calc((20 / 375) * 100vw);
	}
	.about-item {
		max-width: calc((200 / 375) * 100vw);
		margin: 0 auto 30px;
	}
	.about-item .t2 {
		opacity: 1;
		margin-top: calc((15 / 375) * 100vw);
		font-size: calc((15 / 375) * 100vw);
	}
	.about-item .t1 {
		margin-top: calc((15 / 375) * 100vw);
		font-size: calc((20 / 375) * 100vw);
	}
	.about-item .tt {
		border: 0;
	}
	.about-item .t2 span, .about-item .t2 br {display: none;}
	.about-item .tt:after, .about-item .tt:before {
		display: none;
	}
	.about-item .tt {
		height: auto;
		padding: 0;
	}
	.how-text {
		padding: calc((20 / 375) * 100vw);
		height: auto;
		text-align: center;
	}
	.how-text:after, .how-text:before {
		display: none;
	}
	.how-text .t2 { 
		margin-top: calc((15 / 375) * 100vw);
		font-size: calc((15 / 375) * 100vw);
	}
	.how-text .t1 { 
		font-size: calc((20 / 375) * 100vw);
	}
	.how .t {
		display: none;
	}
	.why-info-item .img {
		min-width: calc((100 / 375) * 100vw);
		display: flex;
		align-items: center;
	}
	.why-info-item .t2 { 
		margin-top: calc((15 / 375) * 100vw);
		font-size: calc((15 / 375) * 100vw);
	}
	.why-info-item .t1 { 
		font-size: calc((20 / 375) * 100vw);
	}
	.why-info .c1, .why-info .c3 {display: none;}
	.why .title-block, .diff .title-block, .careers .title-block {
		margin: calc((20 / 375) * 100vw) 0;
	}
	.diff-item .t1 {
		font-size: calc((20 / 375) * 100vw);
	}
	.diff-item .t2 {
		margin-top: calc((15 / 375) * 100vw);
		font-size: calc((15 / 375) * 100vw);
	}
	.title-block-under {
		text-align: center;
		padding: 0 calc((20 / 375) * 100vw);
		font-size: calc((24 / 375) * 100vw) ;
	}
	.careers-info .t {
		padding: 0 calc((20 / 375) * 100vw);
		font-size: calc((14 / 375) * 100vw) ;
	}
	.careers-info .c1, .careers-info .c2, .careers-info .c3 {padding: 0;}
	.careers-info .c2 ,
	.careers-info .c3 {
		margin-top: calc((20 / 375) * 100vw);
	}
	.careers-info .t3 {
		margin-top: calc((20 / 375) * 100vw);
		text-align: center;
		justify-content: center;
		font-size: calc((32 / 375) * 100vw) ;
		border-top: 0;
	}
	.inf-text .title-block-text {
		display: block;
		font-size: calc((16 / 375) * 100vw) ;
	}
	.footer .t {
		display: none;
	}
	.sc img {
		width: calc((50 / 375) * 100vw);
	}
	.sc {
		gap: calc((20 / 375) * 100vw);
	}
	.footer {
		gap: calc((30 / 375) * 100vw);
	}
	.popup-close img {
		width: calc((20 / 375) * 100vw);
	}
	.popup {
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		transform: none;
	}
	.popup-close {
		justify-content: flex-end;
	}
	.popup-close {
		padding: calc((15 / 375) * 100vw);
	}
	.popup-form {
		padding: 0 calc((30 / 375) * 100vw);
	}
	.popup-form input[type='text'], .popup-form textarea {
		height: calc((50 / 375) * 100vw);
		margin-bottom: 10px;
		padding: 0 calc((20 / 375) * 100vw);
		font-size: calc((16 / 375) * 100vw) ;
	}
	.popup-form textarea {
		height: calc((120 / 375) * 100vw);
		padding: calc((20 / 375) * 100vw);
	}
	.careers-info .img img {
		width: calc((200 / 375) * 100vw);
	}
	.careers-info .c3 {
		margin-top: 0;
	}
	.nav-wrap {
		margin-bottom: calc((50 / 375) * 100vw);
	}
	.nav {
		padding: calc((16 / 375) * 100vw) 0;
	}
	.nav-wrap, .nav {
		height: calc((40 / 375) * 100vw);
	}
	
}