:root{
	--aurora-glow-y: 88%;
	--aurora-glow-alpha: .38;
	--aurora-bottom-darkness: .32;
}
body,html{
	margin:0px;
	padding:0px;
	background-color:#232323;
	overflow: hidden;
	height: 100%;
}
.page-scroll{
	overflow-y: auto;
	overflow-x: hidden;
	height: 100vh;
	height: 100dvh;
	position: relative;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.page-scroll::-webkit-scrollbar{
	display: none;
}
.custom-scrollbar{
	position: fixed;
	top: 0;
	right: 0;
	width: 8px;
	height: 100%;
	z-index: 120;
	pointer-events: none;
	opacity: 0;
	transition: opacity .4s ease;
}
.custom-scrollbar.visible{
	opacity: 1;
	pointer-events: auto;
}
.custom-scrollbar__track{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.custom-scrollbar__thumb{
	position: absolute;
	right: 1px;
	width: 5px;
	min-height: 30px;
	border-radius: 3px;
	background: rgba(100, 100, 100, .5);
	transition: background .2s ease, width .15s ease, right .15s ease;
	cursor: grab;
}
.custom-scrollbar__thumb:hover,
.custom-scrollbar__thumb.dragging{
	background: rgba(150, 150, 150, .65);
	width: 7px;
	right: 0;
}
.custom-scrollbar__thumb.dragging{
	cursor: grabbing;
}
.aurora-backdrop{
	position: fixed;
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	z-index: 0;
	contain: strict;
}
.aurora-glow,
.rocket-launch{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
.aurora-glow{
	opacity: .9;
	background:
		radial-gradient(85% 60% at 50% var(--aurora-glow-y), rgba(223, 100, 53, var(--aurora-glow-alpha)) 0%, rgba(223, 100, 53, var(--aurora-glow-alpha)) 8%, rgba(223, 100, 53, .12) 40%, rgba(223, 100, 53, 0) 100%),
		radial-gradient(60% 45% at 18% 70%, rgba(173, 73, 32, .18) 0%, rgba(173, 73, 32, .1) 30%, rgba(173, 73, 32, 0) 100%),
		radial-gradient(60% 45% at 82% 68%, rgba(184, 90, 48, .16) 0%, rgba(184, 90, 48, .09) 30%, rgba(184, 90, 48, 0) 100%),
		linear-gradient(180deg, rgba(39, 39, 39, 0) 0%, rgba(39, 39, 39, .08) 60%, rgba(39, 39, 39, var(--aurora-bottom-darkness)) 100%);
}
.rocket-launch{
	z-index: 2;
	opacity: .46;
	overflow: hidden;
	contain: layout style;
	transform: translateZ(0);
}
.rocket-launch__svg{
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
}
.rocket-launch__template{
	visibility: hidden;
}
.rocket-launch__trail,
.rocket-launch__pad-haze,
.rocket-launch__ember,
.rocket-launch__ember-glow{
	transform-box: fill-box;
	transform-origin: center;
}
.rocket-launch__trail{
	fill: none;
	stroke-linecap: butt;
	stroke-linejoin: round;
	stroke-dasharray: 0 100;
	stroke-dashoffset: 0;
	opacity: 0;
}
.rocket-launch__trail--wake{
	stroke: rgba(24, 24, 26, .16);
	stroke-width: 30;
}
.rocket-launch__trail--mist{
	stroke: rgba(207, 196, 192, .055);
	stroke-width: 16;
}
.rocket-launch__trail--smoke{
	stroke: url(#rocketSmokeGradient);
	stroke-width: 8;
	animation-delay: .15s;
}
.rocket-launch__trail--core{
	stroke: url(#rocketCoreGradient);
	stroke-width: 1.6;
	animation-delay: .08s;
}
.rocket-launch__trail--sun{
	stroke: url(#rocketSunGradient);
	stroke-width: 2.8;
	animation-delay: .25s;
}
.rocket-launch__pad-haze{
	fill: rgba(235, 129, 76, .22);
	opacity: 0;
}
.rocket-launch__pad-haze--wide{
	fill: rgba(215, 164, 138, .12);
}
.rocket-launch__pad-smoke{
	fill: rgba(186, 180, 176, .12);
	opacity: 0;
}
.rocket-launch__pad-smoke--center{
	fill: rgba(212, 203, 196, .12);
}
.rocket-launch__ember-glow{
	fill: rgba(255, 212, 168, .36);
	opacity: 0;
}
.rocket-launch__ember{
	fill: rgba(255, 240, 224, .92);
	opacity: 0;
}
@media (prefers-reduced-motion: reduce){
	.rocket-launch{
		display: none;
	}
}
.perf-hud{
	position: fixed;
	top: 12px;
	right: 12px;
	z-index: 140;
	min-width: 188px;
	padding: 10px 12px;
	border-radius: 12px;
	background: rgba(18, 18, 20, .84);
	border: 1px solid rgba(255,255,255,.08);
	box-shadow: 0 14px 32px rgba(0,0,0,.24);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	font-family: "Geist Mono", sans-serif;
	font-size: 11px;
	line-height: 1.45;
	color: rgba(255,255,255,.78);
	white-space: pre-line;
	pointer-events: none;
}
@keyframes rocketPadHaze{
	0%, 1%{
		opacity: 0;
		transform: scale(.72);
	}
	6%{
		opacity: .18;
		transform: scale(1);
	}
	18%{
		opacity: .1;
		transform: scale(1.7);
	}
	32%, 100%{
		opacity: 0;
		transform: scale(2.4);
	}
}
@keyframes rocketPadSmoke{
	0%, 2%{
		opacity: 0;
		transform: scale(.82) translateY(0);
	}
	8%{
		opacity: .2;
		transform: scale(1) translateY(-2px);
	}
	20%{
		opacity: .16;
		transform: scale(1.42) translateY(-8px);
	}
	34%{
		opacity: .04;
		transform: scale(1.9) translateY(-18px);
	}
	100%{
		opacity: 0;
		transform: scale(2.3) translateY(-24px);
	}
}
body *{
	font-family:"Geist" ,sans-serif;
	box-sizing:border-box;
}
.main__flow{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1100px;	
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 141px;
}
.main__flow>.small-title>span,
.main__flow>.small-title>a.brand{
	font-size: 14px;
	line-height: 150%;
	color:rgba(185, 185, 185, 1);
	opacity: .5;
}
.main__flow>.small-title>a.brand{
	text-decoration: none;
	transition:.2s ease all;
	position: relative;
}
.main__flow>.small-title>a.brand:hover{
	opacity: .8;
}
.main__flow>.small-title>a:not(.brand){
	text-decoration: none;
	font-size: 14px;
	line-height: 100%;
	color:rgba(217, 118, 87, 1);
	font-family:"Geist Mono" ,sans-serif;
	transition:.2s ease all;
}
.main__flow>.small-title>a:not(.brand):hover{
	opacity:.8;
}
.main__flow>.small-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}
.main__flow .top__info{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 39px;
}
.main__flow .top__info>.left{
	max-width: 540px;
}
.main__flow .top__info>.left>p{
	margin:0px;
	font-size: 19px;
	line-height: 25px;
	color:rgba(185, 185, 185, 1);
	font-weight: 400;
	opacity:.5;
}
.main__flow .top__info>.right p{
	margin:0px;
	margin-right: 16px;
	text-align: right;
	font-size: 14px;
	line-height: 18px;
	color:rgba(185, 185, 185, 1);
	font-weight: 400;
	opacity:.5;
}
.main__flow .top__info>.right{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.main__flow .top__info>.left>h1{
	margin-top: 0px;
	margin-bottom:32px;
	font-size: 48px;
	line-height: 88%;
	display: block;
	font-weight: 400;
	letter-spacing: -0.05em;
	  color:#B9B9B9;
}
.btn__box{
	padding:11px 13px;
	border:1px solid rgba(217, 118, 87, 0.08);
	border-radius: 250px;
	display: inline-flex;
	position: relative;
}
@keyframes box-wave{
	0%{ inset:10px 12px; opacity:0.35; }
	100%{ inset:-2px; opacity:0; }
}
.btn__box::before{
	content:'';
	position:absolute;
	inset:10px 12px;
	border-radius:250px;
	background:rgba(217,118,87,0.12);
	box-shadow:0 0 6px 2px rgba(217,118,87,0.1);
	opacity:0;
	pointer-events:none;
	z-index:0;
}
.btn__box:has(.btn:hover)::before{
	animation:box-wave 0.65s ease-out forwards;
}
.btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 49px;
	border:1px solid rgba(217, 118, 87, 0.8);
	background-color:rgba(217, 118, 87, 0.15);
	border-radius: 250px;
	text-decoration: none;
	padding-left: 24px;
	padding-right: 24px;
	white-space: nowrap;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: -0.01em;
	color:rgba(255, 255, 255, 1);
	font-weight: 500;
	transition:.2s ease all;
	position: relative;
	overflow: hidden;
}
@keyframes btn-ripple{
	0%{ transform:translate(-50%,-50%) scale(0); opacity:0.45; }
	100%{ transform:translate(-50%,-50%) scale(2.5); opacity:0; }
}
.btn::after{
	content:'';
	position:absolute;
	width:120%;
	padding-top:120%;
	top:50%;
	left:50%;
	border-radius:50%;
	background:radial-gradient(circle, rgba(217,118,87,0.4) 0%, rgba(217,118,87,0.1) 40%, transparent 70%);
	transform:translate(-50%,-50%) scale(0);
	pointer-events:none;
}
.btn:hover::after{
	animation:btn-ripple 0.7s ease-out forwards;
}
.btn:hover{
	background-color:rgba(217, 118, 87, 0.25);
}
.main__flow .top__info{
	margin-bottom: 42px;
}
.video__box{
	border-radius: 12px;
	border:1px solid rgba(109,109,109,.25);
	background-color: rgba(36,36,36,1);
	padding-bottom: 56.25%;
	overflow:hidden;
	position: relative;
	box-shadow:10px 10px 30px rgba(0,0,0,.25);
	margin-bottom: 110px;
	contain: layout style;
	transform: translateZ(0);
}
.video__box>iframe{
	pointer-events: none;
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	transform: translateZ(0);
}
.video__box>a svg *{
	transition:.2s ease all;
}
.video__box>a:hover svg{
	transform: scale(1.08);
}
.video__box>a svg{
	transition: transform .2s ease;
}
.video__box>a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left:50%;
	top:50%;
	transform:translate(-50% , -50%);
	z-index: 3;
}
.video__box video{
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height:100%;
	object-fit: cover;
	transform: translateZ(0);
}
.bottom__info>.left{
	max-width: 440px;
}
.bottom__info>.left>h2 span{
	color:rgba(185, 185, 185, 1);
	line-height: 48px;
	padding-left: 4px;
	padding-right: 5px;
	display: inline-block;
	border-radius: 7px;
	margin-bottom: -7px;
	background-color:rgba(63, 63, 70, 1);
    -webkit-text-fill-color: rgba(185, 185, 185, 1);
}
.bottom__info>.left>h2{
	margin:0px;
    font-size: 48px;
    line-height: 80%;
    display: block;
    font-weight: 400;
    letter-spacing: -0.05em;
    color:#B9B9B9;
    /*background: -webkit-linear-gradient(#B9B9B9, #535353);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}
.bottom__info{
	margin-top: 114px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.bottom__info .middle{
	max-width: 530px;
	margin-left: auto;
	width: 100%;
}
.bottom__info .middle>p{
	margin:0px;
	font-family:"Geist Mono" ,sans-serif;
	font-size: 14px;
	line-height: 18px;
	color:#FFFFFF;
	margin-bottom: 16px;
	letter-spacing: -0.02em;
}
.bottom__info .middle>p span.value{
	background-color:#3F3F46;
	border-radius: 3px;
	color:#8D8D91;
	font-weight: 600;
	background-color: #3f3f46;
    border-radius: 4px;
    padding: 2px 4px;
}
.bottom__info .middle ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
}
.bottom__info .middle ul *{
	font-family:"Geist Mono" ,sans-serif;
}
.bottom__info .middle ul>li:hover{
	background-color: #27272a;
}
.bottom__info .middle ul>li{
	cursor:pointer;
	display: flex;
	padding:1px 2px 1px 4px;
	align-items: center;
	justify-content: space-between;
	line-height: 24.5px;
}
.bottom__info .middle ul>li p{
	margin:0px;
}
.bottom__info .middle ul>li .left{
	text-overflow: ellipsis;
    color: #d97657;
    flex: 0 auto;
    min-width: 0;
    max-width: 75%;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    overflow: hidden;
}
.bottom__info .middle ul>li .right span{
	font-weight: bold;
}
.bottom__info .middle ul>li .right{
    text-overflow: ellipsis;
    text-align: right;
    color: #dbdbdb80;
    flex: 1 1 0;
    min-width: 0;
    white-space: nowrap;
    font-size: 14px;
    overflow: hidden;
}
.bottom__info .middle ul>li{
	margin-bottom: 8px;
}
.bottom__info .middle ul>li:last-child{
	margin-bottom: 0px;
}
.fake-cursor{
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 100;
	opacity: 0;
	filter: drop-shadow(0 1px 2px rgba(0,0,0,.4));
	will-change: transform, opacity;
	transform: translateZ(0);
}
.fake-cursor .cursor-drag{
	position: relative;
	left: -6px;
	top: -8px;
}

.floating-new-item{
	position: absolute;
	pointer-events: none;
	z-index: 99;
	opacity: 0;
	will-change: transform, opacity;
	transform: translateZ(0);
	cursor: pointer;
	display: flex;
	padding: 1px 2px 1px 4px;
	align-items: center;
	justify-content: space-between;
	line-height: 24.5px;
}
.floating-new-item,
.floating-new-item *{
	font-family: "Geist Mono", sans-serif;
}
.floating-new-item p{
	margin: 0;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.floating-new-item .left{
	text-overflow: ellipsis;
	color: #d97657;
	flex: 0 auto;
	min-width: 0;
	max-width: 75%;
	margin-right: 20px;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	overflow: hidden;
}

.floating-new-item .right{
	text-overflow: ellipsis;
	text-align: right;
	color: #dbdbdb80;
	flex: 1 1 0;
	min-width: 0;
	white-space: nowrap;
	font-size: 14px;
	overflow: hidden;
}
.floating-new-item .right span{
	font-weight: bold;
}

.bottom__info .middle ul>li.new-item-docked{
}

.bottom__info .middle ul.animating-height{
	transition: height .35s cubic-bezier(.25,.1,.25,1);
	overflow: hidden;
}

.folder-count{
	display: inline-block;
	position: relative;
	overflow: hidden;
	vertical-align: bottom;
}
.folder-count .counter-digit{
	display: block;
	transition: transform .2s ease;
}
.folder-count .counter-digit.old-digit{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.folder-count .counter-digit.tick-out{
	transform: translateY(-110%);
}
.folder-count .counter-digit.tick-in-ready{
	transform: translateY(110%);
}
.folder-count .counter-digit.tick-in{
	transform: translateY(0);
}

.bottom__info .middle:before{
    content: "";
    border-top: 1px solid #ffffff1a;
    border-bottom: 1px solid #ffffff1a;
    border-left: 1px solid #ffffff1a;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 5px;
    height: calc(100% - 6px);
    transition: top .2s, height .2s, border-color .15s;
    position: absolute;
    top: 3px;
    left: 0;
}
.bottom__info .middle{
	position: relative;
	padding:10px 15px 10px 14px;
	padding-right: 0px;
}
.bottom__controls{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 30px;
}
.bottom__controls>p{
	margin:0px;
	margin-left: 25px;
	font-size: 14px;
	line-height: 18px;
	color:rgba(185, 185, 185, 1);
	font-weight: 400;
	opacity:.5;
}
.grid__elements{
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
footer{
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 32px);
	border-top:1px solid  rgba(217, 217, 217, .1);
	padding-top: 38px;
	margin-top: 120px;
	
	padding-bottom:40px;
	content-visibility: auto;
	contain-intrinsic-size: auto 120px;
}
footer .double{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
footer ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
}
footer ul>li{
	margin-bottom: 4px;

}
footer ul>li>span{
	color:rgba(185, 185, 185, 1);
	font-size: 14px;
	line-height: 150%;
	opacity:.5;
}
footer ul>li>a{
	text-decoration: none;
	transition:.2s ease all;
	color:rgba(185, 185, 185, .5);
	font-size: 14px;
	line-height: 150%;
}
footer ul>li>a:hover{
	color:rgba(255,255,255,.8);
}
.email-copy{
	position: relative;
	cursor: pointer;
}
.email-copy .email-copy__copied{
	position: absolute;
	left: 0;
	bottom: 100%;
	margin-bottom: 0px;
	opacity: 0;
	pointer-events: none;
	transition:.25s ease all;
}
.email-copy.copied .email-copy__copied{
	opacity: 1;
	margin-bottom: 6px;
}
footer>ul>li:last-child{
	margin-bottom: 0px;
}
footer>ul:nth-child(1){
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
footer>ul:nth-child(2){
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.grid__elements{
	display: grid;
	grid-template-columns: repeat(3 ,1fr);
	grid-column-gap: 39px;
	grid-row-gap:33px;
	max-width: 1132px;
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
	margin-top: 123px;
}
.grid__elements>.elem{
	width: 100%;
	border-radius: 12px;
	padding-bottom: 120%;
	border:1px solid rgba(109, 109, 109, 0.25);
}
.bottom__info .middle ul>li p{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.folder-count .counter-digit.tick-in{
	position: relative;
	left:-4px;
}
.bottom__info{
	min-height: 190px;
	max-height: 190px;
}
.video__btn.playing{
	opacity:0!important;
}
.video__btn.playing:hover{
	opacity:1;
}
.video__box.playing{
	cursor: pointer;
}
.video__controls{
	position:absolute;
	left:10px;
	right:10px;
	bottom:10px;
	z-index:4;
	display:flex;
	align-items:center;
	gap:10px;
	padding:8px 12px;
	border-radius:999px;
	border:1px solid rgba(109,109,109,.35);
	background:rgba(24,24,24,.72);
	backdrop-filter: blur(14px) saturate(140%);
	-webkit-backdrop-filter: blur(14px) saturate(140%);
	box-shadow:0 10px 30px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.04);
	font-family:"Geist Mono", sans-serif;
	color:#D9D9D9;
	opacity:0;
	transform:translateY(4px);
	pointer-events:none;
	transition:opacity .22s cubic-bezier(.4,0,.2,1), transform .22s cubic-bezier(.4,0,.2,1);
	will-change:opacity, transform;
}
.video__controls.is-visible{
	opacity:1;
	transform:translateY(0);
	pointer-events:auto;
}
.video__controls .vc-btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:32px;
	height:32px;
	padding:0;
	border:none;
	border-radius:50%;
	background:transparent;
	color:#E4E4E4;
	cursor:pointer;
	transition:background-color .18s ease, color .18s ease, transform .18s ease;
	flex-shrink:0;
}
.video__controls .vc-btn:hover{
	background:rgba(217,118,87,.18);
	color:#D97657;
}
.video__controls .vc-btn:active{
	transform:scale(.94);
}
.video__controls .vc-icon{
	width:18px;
	height:18px;
	display:block;
}
.video__controls .vc-icon--pause,
.video__controls .vc-icon--muted,
.video__controls .vc-icon--fs-exit{
	display:none;
}
.video__controls.is-playing .vc-icon--play{ display:none; }
.video__controls.is-playing .vc-icon--pause{ display:block; }
.video__controls.is-muted .vc-icon--volume{ display:none; }
.video__controls.is-muted .vc-icon--muted{ display:block; }
.video__controls.is-fullscreen .vc-icon--fs{ display:none; }
.video__controls.is-fullscreen .vc-icon--fs-exit{ display:block; }
.video__controls .vc-time{
	font-size:11px;
	letter-spacing:0.02em;
	color:rgba(217,217,217,.85);
	min-width:34px;
	text-align:center;
	font-variant-numeric:tabular-nums;
	user-select:none;
}
.video__controls .vc-progress{
	flex:1 1 auto;
	height:18px;
	display:flex;
	align-items:center;
	cursor:pointer;
	touch-action:none;
}
.video__controls .vc-progress-track{
	position:relative;
	width:100%;
	height:3px;
	background:rgba(255,255,255,.12);
	border-radius:999px;
	transition:height .18s ease;
}
.video__controls .vc-progress:hover .vc-progress-track{
	height:5px;
}
.video__controls .vc-progress-buffer{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:0;
	background:rgba(255,255,255,.18);
	border-radius:999px;
}
.video__controls .vc-progress-fill{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:0;
	background:linear-gradient(90deg, rgba(217,118,87,.9), rgba(217,118,87,1));
	border-radius:999px;
	box-shadow:0 0 8px rgba(217,118,87,.45);
}
.video__controls .vc-progress-thumb{
	position:absolute;
	top:50%;
	left:0;
	width:12px;
	height:12px;
	margin-left:-6px;
	border-radius:50%;
	background:#fff;
	border:2px solid #D97657;
	transform:translateY(-50%) scale(0);
	transition:transform .18s ease;
	pointer-events:none;
	box-shadow:0 2px 6px rgba(0,0,0,.4);
}
.video__controls .vc-progress:hover .vc-progress-thumb,
.video__controls .vc-progress.is-dragging .vc-progress-thumb{
	transform:translateY(-50%) scale(1);
}
.video__controls .vc-volume{
	display:flex;
	align-items:center;
	gap:2px;
}
.video__controls .vc-volume-track{
	position:relative;
	width:80px;
	height:18px;
	display:flex;
	align-items:center;
	cursor:pointer;
	touch-action:none;
	padding:0 5px;
	box-sizing:border-box;
	margin-left:4px;
	flex-shrink:0;
}
body.is-touch-device .video__controls .vc-volume-track{
	width:70px;
}
.video__controls .vc-volume-track::before{
	content:"";
	position:absolute;
	left:5px;
	right:5px;
	top:50%;
	height:3px;
	margin-top:-1.5px;
	background:rgba(255,255,255,.12);
	border-radius:999px;
}
.video__controls .vc-volume-fill{
	position:absolute;
	left:5px;
	top:50%;
	height:3px;
	margin-top:-1.5px;
	width:0;
	background:linear-gradient(90deg, rgba(217,118,87,.9), rgba(217,118,87,1));
	border-radius:999px;
	box-shadow:0 0 6px rgba(217,118,87,.4);
	pointer-events:none;
}
.video__controls .vc-volume-thumb{
	position:absolute;
	top:50%;
	left:5px;
	width:10px;
	height:10px;
	border-radius:50%;
	background:#fff;
	border:2px solid #D97657;
	transform:translate(-50%,-50%);
	pointer-events:none;
	box-shadow:0 2px 6px rgba(0,0,0,.4);
	opacity:0;
	transition:opacity .18s ease;
}
.video__controls .vc-volume:hover .vc-volume-thumb{
	opacity:1;
}
.video__controls.is-muted .vc-volume-fill,
.video__controls.is-muted .vc-volume-thumb{
	opacity:.35;
}
.video__box:fullscreen,
.video__box:-webkit-full-screen{
	padding-bottom:0;
	width:100vw;
	height:100vh;
	background:#000;
	margin:0;
	border-radius:0;
}
.video__box:fullscreen > iframe,
.video__box:-webkit-full-screen > iframe{
	width:100%;
	height:100%;
}
.video__box:fullscreen .video__controls,
.video__box:-webkit-full-screen .video__controls{
	left:24px;
	right:24px;
	bottom:24px;
}
@media (max-width: 767px){
	.video__controls{
		left:6px;
		right:6px;
		bottom:6px;
		gap:6px;
		padding:6px 8px;
	}
	.video__controls .vc-btn{
		width:28px;
		height:28px;
	}
	.video__controls .vc-icon{
		width:16px;
		height:16px;
	}
	.video__controls .vc-time{
		font-size:10px;
		min-width:28px;
	}
	.video__controls .vc-volume-track{
		width:50px;
	}
}
.new-item-docked.visible{
	opacity:1!important;
}
.new-item-docked{
	opacity:0!important;
}


.btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 49px;
	position: relative;
	border:1px solid rgba(217, 118, 87, 0.8);
	background-color:rgba(217, 118, 87, 0.15);
	border-radius: 250px;
	text-decoration: none;
	padding-left: 24px;
	padding-right: 24px;
	white-space: nowrap;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: -0.01em;
	color:rgba(255, 255, 255, 1);
	font-weight: 500;
	z-index: 0;
	box-shadow: 0 10px 24px rgba(217, 118, 87, 0.08), inset 0 1px 0 rgba(255,255,255,.03);
	transform: translateY(0);
	transition:
		background-color .32s cubic-bezier(.22,1,.36,1),
		border-color .32s cubic-bezier(.22,1,.36,1),
		box-shadow .45s cubic-bezier(.22,1,.36,1),
		transform .32s cubic-bezier(.22,1,.36,1);
}
.btn::before,
.btn::after{
	content: "";
	position: absolute;
	inset: -12px;
	border-radius: inherit;
	pointer-events: none;
}
.btn::before{
	border: 1px solid rgba(217, 118, 87, 0);
	opacity: 0;
	transform: scale(.96);
	transition:
		opacity .28s ease,
		transform .45s cubic-bezier(.22,1,.36,1),
		border-color .3s ease;
}
.btn::after{
	border: 1px solid rgba(217, 118, 87, 0.16);
	opacity: 0;
	transform: scale(.92);
}
.btn:hover,
.btn:focus-visible{
	background-color:rgba(217, 118, 87, 0.24);
	border-color: rgba(236, 142, 110, 0.96);
	box-shadow: 0 16px 34px rgba(217, 118, 87, 0.14), inset 0 1px 0 rgba(255,255,255,.04);
}
.btn:hover::before,
.btn:focus-visible::before{
	border-color: rgba(217, 118, 87, 0.12);
	opacity: 1;
}
.btn:hover::after,
.btn:focus-visible::after{
	animation: btnPulse .82s cubic-bezier(.22,1,.36,1) forwards;
}
.btn:focus-visible{
	outline: none;
}
@keyframes btnPulse{
	0%{
		opacity: 0;
		transform: scale(.92);
	}
	24%{
		opacity: .52;
	}
	100%{
		opacity: 0;
		transform: scale(1.18);
	}
}


.templates__wrapper>h2{
	margin:0px;
	margin-bottom: 45px;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: -0.03em;
	font-weight: 400;
    color:#B9B9B9;
    /*background: -webkit-linear-gradient(#B9B9B9, #535353);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}
.templates__wrapper{
	margin-top: 120px;
	padding-top: 50px;
	border-top:1px solid rgba(217, 217, 217, .1);
}
.templates__grid>.elem .media{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-bottom: 100%;
	background-color:rgba(28, 28, 28, 1);
}
.templates__grid>.elem .media .inn>.box>span{
	font-size: 32px;
	line-height: 100%;
	font-family:"Geist Mono" ,sans-serif;
	transition:.2s ease all;
}
.templates__grid>.elem .media .inn>p{
	margin:0px;
	font-size: 14px;
	line-height: 100%;
	font-weight: 500;
	color:rgba(255, 255, 255, 1);
	font-weight: 500;
}
.templates__grid>.elem .media .inn>.box{
	display: inline-flex;
	box-shadow:0px 10px 20px rgba(0, 0, 0, 0.15);
	align-items: center;
	margin-bottom: 30px;
	justify-content: center;
	min-width: 84px;
	max-width: 84px;
	min-height: 84px;
	max-height: 84px;
	border:1px solid rgba(109, 109, 109, 0.2);
	border-radius: 4px;
	background-color: rgba(36, 36, 36, 1);
}
.templates__grid>.elem{
	cursor:pointer;
	transition:.2s ease all;
}
.templates__grid>.elem .screen{
	overflow:hidden;
	border-radius: 8px;
	overflow:hidden;
}
.templates__grid>.elem .screen img{
	transition:.2s ease all;
}
.templates__grid>.elem:hover .screen img{
	transform:scale(1.04);
}
.templates__grid>.elem:hover .media .inn>.box>span{
	transform: scale(1.3) rotate(8deg);
}
.templates__grid>.elem .desc>p{
	margin:0px;
	font-size: 14px;
	line-height: 21px;
	color:rgba(185, 185, 185, 1);
	font-weight: 400;
	opacity:.5;
}
.templates__grid>.elem .desc{
	padding-top: 24px;
	height: 100%;
	padding-left: 24px;
	padding-bottom: 24px;
	background-color: rgba(36, 36, 36, 1);
	padding-right: 32px;
}
.templates__grid>.elem .media .inn{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
}
.templates__grid>.elem{
	border:1px solid rgba(109, 109, 109, 0.25);
	border-radius: 12px;
	overflow:hidden;
}
.templates__grid{
	display: grid;
	grid-template-columns: repeat(4 ,1fr);
	grid-column-gap: 5px;
	grid-row-gap:5px;
}
.project__popup{
	position: fixed;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	z-index: 150;
	background-color: rgba(20, 20, 20, .72);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
.project__popup.active{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.project__popup>.inner .box{
	width: 100%;
	max-width: calc(90vh * 9 / 16);
}
.project__popup>.inner .box .inn .video video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
	transform: translateZ(0);
}
.project__popup>.inner .box .inn .video .video__overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	cursor: pointer;
}
.popup-play-btn{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	outline: none;
}
.popup-play-btn svg{
	transition: transform .2s ease;
}
.popup-play-btn:hover svg{
	transform: scale(1.08);
}
.project__popup>.inner .box .inn .video .video__progress{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	z-index: 3;
	background: rgba(255,255,255,.15);
}
.project__popup>.inner .box .inn .video .video__progress-bar{
	height: 100%;
	width: 0%;
	background: rgba(217, 118, 87, 1);
	border-radius: 0 2px 2px 0;
}
.project__popup>.inner .box .inn .desc .media{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border:1px solid rgba(109, 109, 109, 0.25);
	background-color:rgba(28, 28, 28, 1);
}
.project__popup>.inner .box .inn .desc .media>span{
	line-height: 100%;
	font-family:"Geist Mono" ,sans-serif;
}
.project__popup>.inner .box .inn{
	width: 100%;
	background-color: rgba(28, 28, 28, 1);
	box-shadow:0px 15px 30px 0px rgba(0,0,0,.15);
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}
.project__popup .inn>.btn-popup{
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 5;
}
.project__popup .inn>.btn-popup .btn-popup__email{
	display: none;
}
.templates__grid{
	grid-template-columns: repeat(3 ,1fr);
	grid-column-gap: 6px;
	grid-row-gap:15px;
}
.templates__grid  .elem .author{
	position: relative;
}
.templates__grid  .elem .author .media--box{
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.templates__grid  .elem .screen>img{
	max-width: 100%;
	width: 100%;
	border-radius: 8px;
}
.templates__grid  .elem  .media--box img{
	min-width: 56px;
	max-width: 56px;
	min-height: 56px;
	max-height: 56px;
	border-radius: 250px;
	object-fit: cover;
	border:2px solid #232323;

}
.templates__grid  .elem  .media--box{
	position: absolute;
	left: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.templates__grid  .elem .screen{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.templates__grid  .elem .screen>span>img{
	width: 100%;
	max-width: 100%;
	transition:.2s ease all;
	border-radius: 500px;
}
.templates__grid  .elem:hover .screen>span>img{
	background-color:rgba(217,118,87,.4);
}
.templates__grid  .elem .screen>span{
	display: inline-flex;
	width: 80px;
	height: 80px;
	align-items: center;
	justify-content: center;
	position: absolute;
	left:50%;
	top:50%;
	transform:translate(-50% ,-50%);
	z-index: 2;
}
.templates__grid  .elem .author>p{
	text-align: right;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color:#FFFFFF;
	opacity:.5;
	font-family: "Geist Mono" ,sans-serif;
}
.templates__grid .elem{
	border:none;
	border-radius: 0px;
}
.templates__grid .elem .author>p{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 70px;
}
.subscribe__popup .inner{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.subscribe__popup .inner .box .media__box>span{
	font-size: 55px;
}
.subscribe__popup .inner .box .media__box{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 99px;
	height: 99px;
	margin-bottom: 24px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 12px;
	border:1px solid rgba(109,109,109,.25);
	box-shadow:40px 30px 60px 0px rgba(0,0,0,.15);
	background-color:rgba(35,35,35,.95);
}
.subscribe__popup .inner .box form{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.subscribe__popup .inner{
	padding:30px;
}
.subscribe__popup .inner .box form>input::-webkit-input-placeholder {
  color: #B9B9B9;
}
.subscribe__popup .inner .box form>input::-moz-placeholder {
  color: #B9B9B9;
}
.subscribe__popup .inner .box form>input:-ms-input-placeholder {
  color: #B9B9B9;
}
.subscribe__popup .inner .box form>input:-moz-placeholder {
  color: #B9B9B9;
}
.subscribe__popup .inner .box form button{
	cursor:pointer;
}
.subscribe__popup .inner .box form>input{
	width: 100%;
	height: 40px;
	border:1px solid rgba(217,217,217,.4);
	border-radius: 4px;
	margin-bottom: 16px;
	outline:none;
	text-align: center;
	font-size: 16px;
	line-height: 120%;
	color:#B9B9B9;
	background-color: transparent;
	outline: none;
}
.subscribe__popup .inner .box>span{
	display: block;
	font-size: 16px;
	line-height: 120%;
	color:#B9B9B9;
	text-align: center;
	margin-bottom: 32px;
}
.subscribe__popup .inner .box>p{
	margin-top: 0px;
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 22px;
	color:#FFFFFF;
	font-weight: 500;
}
.subscribe__popup .inner .box{
	text-align: center;
	width: 100%;
	max-width: 440px;
	border-radius: 12px;
	padding:24px;
	background-color:rgba(36,36,36,1);
	border:1px solid rgba(109,109,109,.25);
}
.subscribe__popup{
	position: fixed;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	z-index: 200;
	backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
	background-color: rgba(35, 35, 35, .4);
	/*opacity: 0;*/
	/*visibility: hidden;*/
	/*pointer-events: none;*/
	/*transition: opacity 0.3s ease, visibility 0.3s ease;*/
}
.templates__grid .elem .author .media--box{
	bottom:-52px;
	z-index: 3;
}
body.is-touch-device .project__popup .inn>.btn-popup .btn-popup__download{
	display: none;
}
body.is-touch-device .project__popup .inn>.btn-popup .btn-popup__email{
	display: inline-flex;
}
.project__popup .inn>.btn-popup>a[hidden]{
	display: none;
}
.project__popup .inn>.btn-popup>a{
	display: inline-flex;
	background-color: rgba(217, 118, 87, 0.15);
	border-radius: 4px;
	border:1px solid rgba(217, 118, 87, 0.5);
	align-items: center;
	justify-content: center;
	min-height: 30px;
	box-shadow:0px 10px 20px 0px rgba(0,0,0,.15);
	padding-left: 8px;
	padding-right: 8px;
	font-size: 14px;
	line-height: 100%;
	font-weight: 500;
	color:rgba(255, 255, 255, 1);
	letter-spacing: -0.01em;
	text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease;
	overflow: hidden;
}
.project__popup .inn>.btn-popup>a:hover{
	background-color:rgba(217, 118, 87, 0.25);
	border-color:rgba(217, 118, 87, 0.7);
}
.project__popup .inn>.btn-popup>a span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 8px;
	overflow: hidden;
	height: 16px;
	position: relative;
}
.project__popup .inn>.btn-popup>a span img{
	transition: transform 0.3s cubic-bezier(.25,.1,.25,1);
}
.project__popup .inn>.btn-popup>a:hover span img{
	animation: arrowDrop 0.4s cubic-bezier(.25,.1,.25,1) forwards;
}
@keyframes arrowDrop{
	0%{ transform: translateY(0); }
	40%{ transform: translateY(24px); opacity: 0; }
	41%{ transform: translateY(-24px); opacity: 0; }
	100%{ transform: translateY(0); opacity: 1; }
}
.project__popup .float__controls{
	display: none;
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	right:40px;
	height: 263px;
}
.project__popup .float__controls ul>li{
	margin-bottom: 15px;
	transition: opacity 0.3s ease;
	opacity: 0;
}
.project__popup .float__controls ul>li:last-child{
	margin-bottom: 0px;
}
.project__popup .float__controls ul>li>a.active{
	min-width: 84px;
	max-width: 84px;
	min-height: 84px;
	max-height: 84px;
	font-size: 32px;
	background-color:rgba(36, 36, 36, 1);
}
.project__popup .float__controls ul>li>a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border:1px solid rgba(109, 109, 109, 0.25);
	background-color:rgba(28,28,28,.97);
	border-radius: 12px;
	min-width: 67px;
	max-width: 67px;
	min-height: 67px;
	box-shadow:0px 12px 24px 0px rgba(0,0,0,.15);
	max-height: 67px;
	text-decoration: none;
	font-size: 26px;
	font-family:"Geist Mono" ,sans-serif;
	font-weight: 400;
	transition:.2s ease all;
}
.project__popup .float__controls ul{
	padding:0px;
	list-style-type: none;
	margin:0px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	transition: transform 0.3s cubic-bezier(.25,.1,.25,1);
}
.project__popup .inner .description>p{
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 21px;
	color:rgba(185, 185, 185, 1);
	font-weight: 400;
	opacity:.5;
}
.project__popup .inner .description>span{
	display: block;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 100%;
	font-weight: 500;
	color:#fff;
}
.project__popup>.inner{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 15px 20px 15px;
}
body.popup-open .page-scroll{
	overflow: hidden;
}
body.popup-open .custom-scrollbar{
	opacity: 0 !important;
	pointer-events: none !important;
}
.project__popup .inner .box .inn{
	transition: opacity 0.15s ease;
	position: relative;
	will-change: transform, opacity;
}
.project__popup>.inner .box .inn .desc{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	
	border-radius: 0 0 12px 12px;
	z-index: 2;
	cursor: pointer;
	padding: 0 24px;
	background:none!important;
}
.project__popup>.inner .box .inn .desc .desc__author , .project__popup>.inner .box .inn .desc .desc__body{
	position: relative;
	z-index: 2;
}
.project__popup>.inner .box .inn .desc:before{
	content:"";
	position: absolute;
	left:0px;
	bottom:0px;
	background: linear-gradient(to top, rgba(0,0,0,1) 25%, rgba(0,0,0,0) 100%);
	width: 100%;
	opacity:.6;
	height: calc(100% + 80px);
}
.project__popup>.inner .box .inn .desc .desc__author{
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 14px 0 0;
}
.project__popup>.inner .box .inn .desc .desc__author-avatar{
	width: 24px;
	height: 24px;
	border-radius: 50%;
	object-fit: cover;
	border: 1px solid rgba(109,109,109,.3);
}
.project__popup>.inner .box .inn .desc .desc__author-name{
	font-size: 13px;
	line-height: 100%;
	color: rgba(255,255,255,.6);
	font-weight: 400;
}
.project__popup>.inner .box .inn .desc .desc__body{
	display: none;
	padding-bottom: 20px;
}
.project__popup>.inner .box .inn .desc .desc__body .desc__detail{
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding-top: 10px;
}
.project__popup>.inner .box .inn .desc .desc__body .desc__detail .media{
	min-width: 36px;
	max-width: 36px;
	min-height: 36px;
	max-height: 36px;
	border-radius: 6px;
	flex-shrink: 0;
}
.project__popup>.inner .box .inn .desc .desc__body .desc__detail .media>span{
	font-size: 18px;
}
.project__popup>.inner .box .inn .desc .desc__body .desc__detail .desc__text{
	flex: 1;
	min-width: 0;
}
.project__popup>.inner .box .inn .desc .desc__body .desc__detail .desc__text>span{
	display: block;
	font-size: 14px;
	line-height: 100%;
	font-weight: 500;
	color: #fff;
	margin-bottom: 6px;
}
.project__popup>.inner .box .inn .desc .desc__body .desc__detail .desc__text>p{
	margin: 0;
	font-size: 13px;
	line-height: 20px;
	color: rgba(185,185,185,1);
	opacity: .7;
}
.project__popup>.inner .box .inn .video{
	width: 100%;
	min-width: 100%;
	aspect-ratio: 9/16;
	max-height: 90vh;
	position: relative;
	border-radius: 12px;
}
.popup__close{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 20;
	background: rgba(28,28,28,.8);
	border: 1px solid rgba(109,109,109,.25);
	color: #fff;
	font-size: 24px;
	line-height: 1;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	backdrop-filter: blur(10px);
	transition: .2s ease all;
}
.popup__close:hover{
	background: rgba(60,60,60,.9);
}
.project__popup .inn>.btn-popup{
	top:0px;
	right:0px;
	width: 100%;
	padding:12px;
	padding-bottom: 18px;
	/*background-color:rgba(0,0,0,.4);*/
	display: flex;
	justify-content: flex-end;
}
.project__popup .inn>.btn-popup:before{
	content:"";
	position: absolute;
	left:0px;
	top:0px;
	pointer-events: none;
	width: 100%;
	height: calc(100% + 80px);
	background:linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.project__popup>.inner .box .inn .desc .desc__body .desc__detail .desc__text>p{
	text-align:left;
	opacity: 1;
}
.project__popup>.inner .box .inn .desc{
	background:linear-gradient(to top, rgba(0,0,0,.85) 20%, rgba(0,0,0,.5) 70%, rgba(0,0,0,0) 100%);
}
.main__flow{
	padding-top: 40px;
}
.email-copy .email-copy__copied{
	left:50%;
	transform:translateX(-50%);
	font-size: 12px;
	line-height: 14px;
	color:#fff;
	padding:4px 9px;
	background-color:#000;
	border-radius: 250px;
}
.top__info .mobile-info{
	display: none;
}
.bottom__controls .mobile-info{
	display: none;
}
body.is-touch-device .bottom__controls .mobile-info{
	display: block;
}
body.is-touch-device .top__info .mobile-info{
	display: flex;
	align-items: center;
}
body.is-touch-device .bottom__controls>.btn__box , body.is-touch-device .bottom__controls>p{
	display: none;
}
body.is-touch-device .bottom__controls .mobile-info{
	width: 100%;
}
body.is-touch-device .bottom__controls .mobile-info>p{
    margin: 0px;
    margin-bottom: 16px;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    color: rgba(185, 185, 185, 1);
    font-weight: 400;
    opacity: .5;
}
body.is-touch-device .bottom__controls .mobile-info form{
	width: 100%;
}
body.is-touch-device .top__info .right>p  , body.is-touch-device .top__info .right>.btn__box{
	display: none;
}
.mobile-info form{
	width: 200px;
	position: relative;
}
.mobile-info form button img{
	width: 20px;
	transform:rotate(-90deg);
}
.mobile-info form button{
	display: inline-flex;
	border:0px;
	padding:0px;
	min-width: 34px;
	max-width: 34px;
	min-height: 34px;
	max-height: 34px;
	align-items: center;
	position: absolute;
	right:2px;
	top:50%;
	transform:translateY(-50%);
	justify-content: center;
	cursor:pointer;
	background-color: transparent;
}
.mobile-info form>input{
	width: 100%;
	height: 44px;
	border-radius: 250px;
	padding-left: 25px;
	padding-right: 25px;
	border:1px solid #8D5E48;
	background-color: transparent;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 35px;
	color:#fff;
	outline:none;
    border: 1px solid rgba(217, 118, 87, 0.8);
    background-color: rgba(217, 118, 87, 0.05);
}
.project__popup>.inner .box .inn .desc{
	padding-left: 15px;
	padding-right: 15px;
}
.project__popup>.inner .box .inn .desc .desc__author{
	padding-top: 10px;
	padding-bottom: 10px;
}
.project__popup>.inner .box .inn .desc .desc__author-avatar{
	min-width: 32px;
	max-width: 32px;
	min-height: 32px;
	max-height: 32px;
}
.project__popup>.inner .box .inn .desc .desc__author-name{
	font-size: 15px;
	color:#fff;
}
.project__popup>.inner .box .inn .desc .desc__body .desc__detail .media{
	min-width: 30px;
	max-width: 30px;
	min-height: 30px;
	max-height: 30px;
}
.project__popup>.inner .box .inn .desc .desc__body .desc__detail .media>span{
	font-size: 14px;
}
.project__popup>.inner .box .inn .desc .desc__body .desc__detail{
	padding-top: 0px;
}
.project__popup>.inner .box .inn .desc:before{
	pointer-events: none;
}
.bottom__info .middle ul>li{
	border-radius:3px!important;	
}
.small-title>span,
.small-title>a.brand {
	position: relative;
}
.small-title>span span,
.small-title>a.brand span{
	position: absolute;
	left:0px;
	bottom:-11px;
	font-size: 9px;
	color:rgb(130,130,130);
	line-height: 12px;
}
.project__popup .inn>.btn-popup>a{
	z-index: 3;
}
.mobile-info form.error input{
	border-color:#f53636;
	box-shadow:0px 0px 18px rgba(245, 54, 54 ,.2);
}
.mobile-info form>input{
	transition:.2s ease all;
}
.mobile-info>span{
	opacity:0;
	pointer-events: none;
	transition:.2s ease all;
}
.mobile-info>span.visible{
	opacity:1;
	pointer-events: initial;
}
.mobile-info form button{
	z-index: 10;
	pointer-events: initial;
}
.mobile-info>p , .mobile-info>form{
	transition:.2s ease all;
}
.mobile-info{
	position: relative;
	font-size: 14px;
	line-height: 17px;
	color:rgba(185, 185, 185, 1);
	font-weight: 500;
	opacity:.5;
}

.mobile-info>span{
	position: absolute;
	left:50%;
	top:50%;
	transform:translate(-50% ,-50%);
}
.project__popup .inn>.btn-popup:before{
	opacity:.12;
	height: 70px;
}
.project__popup>.inner .box .inn .desc:before{
	height: calc(100% + 40px);
	opacity:.3;
	background:linear-gradient(to top, rgba(0,0,0,1) 1%, rgba(0,0,0,0) 100%);
}
.project__popup>.inner .box .inn .desc{
	bottom:7px;
}
footer  form>.group__input>input::-webkit-input-placeholder {
  color: #B9B9B9;
}
footer  form>.group__input>input::-moz-placeholder {
  color: #B9B9B9;
}
footer  form>.group__input>input:-ms-input-placeholder {
  color: #B9B9B9;
}
footer  form>.group__input>input:-moz-placeholder {
  color: #B9B9B9;
}
footer  .form__box>p{
	margin-top: 0px;
	margin-bottom: 12px;
	font-size: 24px;
	line-height: 28px;
	color:#B9B9B9;
}
footer{
	align-items: flex-end;
}
footer  form>.group__input>input{
    width: 100%;
    height: 44px;
    border-radius: 250px;
    padding-left: 25px;
    padding-right: 25px;
    border: 1px solid #8D5E48;
    background-color: transparent;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 35px;
    color: #fff;
    outline: none;
    border: 1px solid rgba(217, 118, 87, 0.8);
    background-color: rgba(217, 118, 87, 0.05);
}
footer  form{
	position: relative;
}
footer  form .group__input>button{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	min-width: 36px;
	max-width: 36px;
	min-height: 36px;
	max-height: 36px;
	border-radius: 250px;
	top:50%;
	transform:translateY(-50%);
	right: 5px;
}
footer  form>.group__input{
	width: 100%;
}
footer  form{
	min-width: 320px;
	margin-bottom: 12px;
	max-width: 320px;
}
footer  form .group__input>button>img{
	transform:rotate(-90deg);
	min-width: 16px;
	position: relative;
	right: -1px;
	transition:.2s ease all;
}
footer  form .group__input>button:hover img{
	transform:rotate(-90deg) scale(1.1);
}
footer  form .group__input>button:hover{
	background-color:rgba(217,118,87,.23);
}
footer  form .group__input>button{
	cursor:pointer;
	transition:.2s ease all;
	padding:0px;
    border: 1px solid rgba(217, 118, 87, 0.8);
    background-color: rgba(217, 118, 87, 0.12);
}


footer  form.error>.group__input> input{
	border-color:#f53636;
	box-shadow:0px 0px 18px rgba(245, 54, 54 ,.2);
}
footer form>input{
	transition:.2s ease all;
}
footer form>span{
	opacity:0;
	pointer-events: none;
	transition:.2s ease all;
	width: 100%;
	text-align: center;
}
footer>span.visible{
	opacity:1;
	pointer-events: initial;
}

.mobile-info>p , .mobile-info>form{
	transition:.2s ease all;
}
footer form>.group__input{
	transition:.2s ease all;
}
.mobile-info{
	position: relative;
	font-size: 14px;
	line-height: 17px;
	color:rgba(185, 185, 185, 1);
	font-weight: 500;
	opacity:.5;
}

footer form>span{
	position: absolute;
	left:50%;
	top:50%;
	transform:translate(-50% ,-50%);
    font-size: 14px;
    line-height: 17px;
    color: rgba(185, 185, 185, 1);
    font-weight: 500;
}



footer .left{
	position: relative;
	padding-top: 140px;
}
footer .left .form__box{
	position: absolute;
	left:0px;
	top:0px;
}
footer .double>ul:nth-child(2){
	text-align: right;
}
footer form .group__input>button{
	right: 4px;
}
footer form .group__input>button{
	overflow: hidden!important;
}
footer{
	display: flex;
	flex-direction: row!important;
	justify-content: space-between!important;
}
footer ul{
	text-align: right;
}
footer form{
	margin-bottom: 0px;
}
@media (max-width: 1921px) and (max-height: 740px){

	.main__flow{
		padding-top: 15px;
	}
	.main__flow>.small-title{
		margin-bottom: 20px;
	}
	.main__flow .top__info>.left>h1{
		font-size: 34px;
		margin-bottom: 16px;
	}
	.main__flow .top__info>.left>p{
		font-size: 15px;
		line-height: 21px;
	}
	.main__flow .top__info>.right p{
		font-size: 12px;
		line-height: 16px;
	}
	.floating-new-item{
		margin-top: -3px;
	}
	.bottom__info>.left>h2 span{
		line-height: 40px;
	}
	.btn{
		min-height: 40px;
		font-size: 13px;
	}
	.btn__box{
		padding:6px 8px;
	}
	.templates__wrapper{
		margin-top: 30px;
		padding-top: 30px;
	}
	.templates__wrapper>h2{
		font-size: 24px;
	}
	.templates__grid .elem .author>p{
		font-size: 12px;
		line-height: 17px;
	}
	footer{
		margin-top: 35px;
		padding-top: 25px;
	}
	footer{
		max-width: 840px;
	}
	footer ul>li>span{
		font-size: 12px;
	}
	footer ul>li>a{
		font-size: 12px;
	}
	footer ul>li{
		margin-bottom: 1px;
	}
	.bottom__controls{
		margin-top: 15px;
	}
	body.is-touch-device .bottom__controls .mobile-info>p{
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 10px;
	}
	.floating-new-item .left , .floating-new-item .right{
		font-size: 12px;
	}
	.mobile-info form>input{
		height: 35px;
		font-size: 14px;
	}
	.mobile-info form button img{
		width: 16px;
	}
	.main__flow .top__info{
		margin-bottom: 15px;
	}
	.main__flow{
		max-width: 840px;
	}
	.bottom__info{
		margin-top: 40px;
	}
	.bottom__info .middle ul>li .right{
		font-size: 12px;
	}
	.bottom__info .middle ul>li .left{
		font-size: 12px;
	}
	.bottom__info .middle ul>li{
		line-height: 18px;
	}
	.bottom__info .middle{
		max-width: 400px;
	}
	.bottom__info>.left>h2{
		font-size: 34px;
	}
	.video__box{
		margin-bottom: 40px;
	}
	.main__flow>.small-title>span,
	.main__flow>.small-title>a.brand{
		font-size: 12px;
	}
	.main__flow>.small-title>a{
		font-size: 12px;
	}
}
@media (max-width: 991px){
	footer .left>.form__box>p{
		font-size: 20px;
		line-height: 24px;
	}
	.bottom__info .middle{
		max-width: 100%;
	}
	.main__flow .top__info>.left>p{
		font-size: 15px;
		line-height: 21px;
	}
	.templates__wrapper{
		margin-top: 60px;
		padding-top: 30px;
	}
	.templates__wrapper>h2{
		margin-bottom: 20px;
	}
	.popup__close{
		right: auto;
		left:16px;
	}
	.project__popup .float__controls ul>li{
		margin-bottom: 0px;
		margin-right: 15px;
	}
	.project__popup .float__controls ul>li:last-child{
		margin-right: 0px;
	}
	.templates__grid{
		grid-template-columns: repeat(3, 1fr);
	}
	.project__popup .float__controls{
		display: none;
		transform:none;
		height: auto;
		width: 100%;
	}
	.project__popup .float__controls ul{
		flex-direction: row;
		align-items: center;
	}
	.project__popup>.inner{
		padding: 0;
		align-items: stretch;
	}
	.project__popup>.inner .box{
		max-width: 100%;
		width: 100%;
	}
	.project__popup>.inner .box .inn{
		border-radius: 0;
		height: 100%;
	}
	.project__popup>.inner .box .inn .video{
		max-height: 100%;
		height: 100%;
		aspect-ratio: auto;
		border-radius: 0;
	}
	.project__popup>.inner .box .inn .video video{
		border-radius: 0;
	}
	.project__popup>.inner .box .inn .desc{
		border-radius: 0;
	}
	.project__popup{
		backdrop-filter: none;
		background-color: rgba(0, 0, 0, 1);
	}
	.bottom__info{
		min-height: none;
		max-height: none;
	}
	footer{
		margin-top: 60px;
		padding-bottom: 30px;
		padding-top: 20px;
	}
	.bottom__controls{
		max-width: 530px;
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
		margin-top: 40px;
	}
	.grid__elements{
		margin-top: 75px;
		grid-column-gap: 25px;
		grid-row-gap:25px;
	}
	.video__box{
		margin-bottom: 72px;
	}
	.bottom__info{
		margin-top: 72px;
		flex-direction: column;
		max-width: 530px;
		margin-left: auto;
		margin-right: auto;
	}
	.bottom__info>.left{
		margin-bottom: 24px;
	}
	.main__flow{
		padding-top: 42px;
	}
	.main__flow>.small-title{
		margin-bottom: 40px;
	}

	body.is-touch-device .bottom__controls .mobile-info form{
		width: 100%;
	}
	.bottom__controls{
		max-width: 100%;
		width: 100%;
	}
	.bottom__info>.left{
		max-width: 100%;
		width: 100%;
	}
	body.is-touch-device .bottom__controls .mobile-info{
		display: flex;
		flex-direction: column-reverse;
	}
	body.is-touch-device .bottom__controls .mobile-info>p{
		text-align: center;
		margin-top: 6px;
		margin-bottom: 0px;
	}
}
.subscribe__popup .inner .box>span{
	opacity:.5;
}
@media (max-width: 767px){
	footer .double{
		align-items: flex-start;
		width: 100%;
		text-align: left;
	}
	footer ul>li{
		text-align: left;
	}
	footer{
		flex-direction: column!important;
	}
	footer .form__box{
		width: 100%;
		max-width: 100%;
	}
	footer form{
		width: 100%;
		max-width: 100%;
	}
	footer .double{
		margin-top: 15px;
	}
	.templates__grid .elem .author .media--box{
		bottom:-38px;
	}
	.subscribe__popup .inner .box>p{
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 12px;
	}
	.subscribe__popup .inner .box form>input{
		margin-bottom: 12px;
	}
	.subscribe__popup .inner .box form button{
		width: auto!important;
	}
	.subscribe__popup .inner .box>span{
		font-size: 14px;
		margin-bottom: 24px;
	}
	.templates__grid .elem  .media--box{
		left: 6px;
		bottom:-70px;
	}
	.templates__grid .elem .author>p{
		padding-left: 49px;
	}
	.templates__grid{
		grid-template-columns: repeat(2 ,1fr);
	}
	.templates__grid .elem .author>p{
		font-size: 12px;
		line-height: 18px;
	}
	.templates__grid .elem .screen>span{
		width: 60px;
		height: 60px;
	}
	.templates__grid .elem .media--box img{
		min-width: 42px;
		max-width: 42px;
		min-height: 42px;
		max-height: 42px;
	}
	body.is-touch-device .bottom__controls .mobile-info>p{
		font-size: 12px;
		line-height: 18px;
	}
	.templates__grid{
		grid-template-columns: repeat(2, 1fr);
	}
	footer{
		margin-top: 60px;
		padding-bottom: 30px;
		padding-top: 20px;
	}
	.grid__elements{
		grid-template-columns: repeat(2 ,1fr);
	}
	.bottom__controls{
		margin-top: 30px;
	}
	.grid__elements{
		margin-top: 50px;
	}
	.main__flow .top__info{
		flex-direction: column;
	}
	.main__flow .top__info>.right p , .main__flow .top__info>.left>p , .main__flow>.small-title>span , .main__flow>.small-title>a.brand{
		font-size: 12px;
		line-height: 18px;
	}
	.main__flow .top__info>.left>p{
		font-size: 15px;
		line-height: 21px;	
	}
	.main__flow .top__info>.left{
		max-width: 100%;
		margin-bottom: 32px;
		width: 100%;
	}
	.main__flow .top__info{
		margin-bottom: 24px;
	}
	.video__box>a svg{
		width: 50px;
		height: 50px;
	}
}
@media (max-width: 480px){
	footer .form__box>p{
		font-size: 7.3vw;
		line-height: 7.5vw;
	}
	footer form{
		min-width: 0px;
		max-width: 100%;
	}
	.floating-new-item{
		margin-top: 2px;
	}
	.templates__grid .elem .author .media--box{
		bottom:-30px;
	}
	.templates__grid .elem .media--box img{
		min-width: 36px;
		max-width: 36px;
		min-height: 36px;
		max-height: 36px;
	}
	.templates__grid .elem .screen>span{
		width: 45px;
		height: 45px;
	}
	.templates__grid .elem .author>p{
		margin-bottom: 5px;
		font-size: 10px;
		line-height: 15px;
		padding-left: 35px;
	}
	.templates__grid .elem .media--box{
		left: 4px;
	}
	body.is-touch-device .top__info .mobile-info{
		width: 100%;
		flex-direction: column-reverse;
	}
	body.is-touch-device .main__flow .top__info .mobile-info>p{
		width: 100%;
		margin-top: 8px;
		margin-right: 0px;
		text-align: center!important;
		max-width: 100%;
	}
	body.is-touch-device .top__info .mobile-info form{
		width: 100%;
	}
	.main__flow>.small-title>a{
		font-size: 12px;
	}
	.templates__grid>.elem .desc{
		padding:16px;
	}
	.templates__grid>.elem .desc>p{
		font-size: 12px;
		line-height: 18px;
	}
	.templates__wrapper>h2{
		white-space: nowrap;
		font-size: 7.3vw;
	}
	.btn__box{
		padding:5px;
		width: 100%;
	}
	.floating-new-item .left , .floating-new-item .right{
		font-size: 12px;
		line-height: 18px;
	}
	footer{
		margin-top: 35px;
		padding-bottom: 10px;
		padding-top: 20px;
	}
	footer ul>li>a , footer ul>li>span{
		font-size: 11px;
	}
	footer ul>li{
		margin-bottom: 2px;
	}
	.bottom__controls{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.bottom__controls .btn__box{
		width: 100%;
		padding:5px;
		margin-bottom: 8px;
	}
	.bottom__controls>p{
		margin-left: 0px;
		text-align: center;
		font-size: 12px;
		line-height: 18px;
	}
	.grid__elements{
		margin-top: 35px;
		grid-template-columns: 1fr;
		grid-row-gap:20px;
		grid-column-gap: 20px;
	}
	.video__box{
		margin-bottom: 40px;
	}
	.bottom__info .middle ul>li .right ,.bottom__info .middle ul>li .left{
		font-size: 12px;
	}
	.bottom__info .middle ul>li{
		line-height: 20px;
	}
	.bottom__info{
		margin-top: 40px;
	}
	.bottom__info>.left>h2{
		font-size: 11vw;
		line-height: 80%;
		white-space: nowrap;
	}
	.bottom__info>.left>h2 span{
		line-height: 100%;
	}
	.main__flow .top__info>.left>h1{
		font-size: 9.0vw;
		margin-bottom: 16px;
		white-space: nowrap;
	}
	.main__flow .top__info>.left{
		margin-bottom: 24px;
	}
	.main__flow .top__info>.left>p br{
		display: none;
	}
	.main__flow>.small-title{
		margin-bottom: 32px;
	}
	.main__flow{
		padding-top: 30px;
	}
	.main__flow .top__info>.right{
		width: 100%;
		flex-direction: column-reverse;
	}
	.main__flow .top__info>.right>p{
		text-align: center;
		margin-right: 0px;
		margin-top: 10px;
	}
	.btn{
		width: 100%;
	}
}

@media (max-width: 400px){
	.bottom__info>.left>h2{
		font-size: 10.75vw;
	}
}

.article-content{
	padding-bottom: 0px;
}
.article-content>h1{
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 48px;
	line-height: 80%;
	font-weight: 400;
	letter-spacing: -0.05em;
	color: #B9B9B9;
}
.article-content .privacy-date{
	margin: 0 0 48px;
	font-size: 14px;
	line-height: 150%;
	color: rgba(185, 185, 185, 1);
	opacity: .5;
}
.article-content section{
	margin-bottom: 36px;
}
.article-content section:last-child{
	margin-bottom: 0;
}
.article-content h2{
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 130%;
	font-weight: 500;
	letter-spacing: -0.02em;
	color: #B9B9B9;
}
.article-content h3{
	margin: 0 0 8px;
	font-size: 16px;
	line-height: 140%;
	font-weight: 500;
	color: rgba(185, 185, 185, .85);
}
.article-content p{
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 22px;
	color: rgba(185, 185, 185, 1);
	opacity: .7;
}
.article-content p:last-child{
	margin-bottom: 0;
}
.article-content ul{
	margin: 0 0 14px;
	padding-left: 20px;
}
.article-content ul li{
	font-size: 14px;
	line-height: 24px;
	color: rgba(185, 185, 185, 1);
	opacity: .7;
	margin-bottom: 4px;
}
.article-content a{
	color: rgba(217, 118, 87, 1);
	text-decoration: none;
	transition: .2s ease all;
}
.article-content a:hover{
	opacity: .8;
}
.article-content code{
	font-family: 'Geist Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: 12.5px;
	color: rgba(217, 118, 87, .95);
	background: rgba(217, 118, 87, .08);
	padding: 1px 6px;
	border-radius: 3px;
}
.small-title__docs-nav{
	display: flex;
	align-items: center;
	gap: 10px;
	white-space: nowrap;
}
.small-title__docs-nav>a{
	text-decoration: none;
	font-size: 13px;
	line-height: 100%;
	color: rgba(217, 118, 87, 1);
	font-family: "Geist Mono", sans-serif;
	transition: .2s ease all;
}
.small-title__docs-nav>a:hover{
	opacity: .8;
}
.small-title__docs-nav>span{
	font-size: 13px;
	line-height: 100%;
	color: rgba(185, 185, 185, 1);
	opacity: .4;
	font-family: "Geist Mono", sans-serif;
}
@media (max-width: 991px){
	.small-title__docs-nav>a,
	.small-title__docs-nav>span{ font-size: 11px; }
}
@media (max-width: 480px){
	.article-content>h1{
		font-size: 10vw;
	}
	.article-content h2{
		font-size: 18px;
	}
}

body.article-page>.page-scroll{
	display: flex;
	flex-direction: column;
}
body.article-page>.page-scroll>.main__flow{
	flex: 1 0 auto;
	width: 100%;
}
body.article-page>.page-scroll>footer{
	flex-shrink: 0;
}

input.show-thanks{
	animation: thanksShow 1000ms cubic-bezier(.4,.1,.25,1);
}
@keyframes thanksShow{
	0%   { background-color: rgba(217, 118, 87, 0.05); box-shadow: 0 0 0 rgba(217, 118, 87, 0); color: rgba(255,255,255,0); }
	20%  { background-color: rgba(217, 118, 87, 0.28); box-shadow: 0 0 14px rgba(217, 118, 87, 0.32); color: rgba(255,255,255,1); }
	45%  { background-color: rgba(217, 118, 87, 0.08); box-shadow: 0 0 0 rgba(217, 118, 87, 0); color: rgba(255,255,255,1); }
	65%  { color: rgba(255,255,255,1); }
	100% { background-color: rgba(217, 118, 87, 0.05); box-shadow: 0 0 0 rgba(217, 118, 87, 0); color: rgba(255,255,255,0); }
}

input::placeholder{ transition: color 450ms cubic-bezier(.4,.1,.25,1); }
input::-webkit-input-placeholder{ transition: color 450ms cubic-bezier(.4,.1,.25,1); }
input::-moz-placeholder{ transition: color 450ms cubic-bezier(.4,.1,.25,1); opacity: 1; }
input:-ms-input-placeholder{ transition: color 450ms cubic-bezier(.4,.1,.25,1); }
input::-ms-input-placeholder{ transition: color 450ms cubic-bezier(.4,.1,.25,1); }

input.placeholder-hidden::placeholder{ color: rgba(185, 185, 185, 0) !important; }
input.placeholder-hidden::-webkit-input-placeholder{ color: rgba(185, 185, 185, 0) !important; }
input.placeholder-hidden::-moz-placeholder{ color: rgba(185, 185, 185, 0) !important; }
input.placeholder-hidden:-ms-input-placeholder{ color: rgba(185, 185, 185, 0) !important; }
input.placeholder-hidden::-ms-input-placeholder{ color: rgba(185, 185, 185, 0) !important; }
