html, body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #ffffff;
	line-height: 1.25;
	background: #090909;
	min-width: 320px;
}
body{
	overflow-y: scroll !important;
}
html, body, A, input, select, textarea{
	font-family: 'Inter', sans-serif;
}
A{
	text-decoration: none;
	color: #ffffff;
	transition: all 0.25s ease 0s;
	outline: none;
}
A:hover{
	text-decoration: none;
}
*{ -webkit-tap-highlight-color: transparent; }
img, object, iframe, svg{ border: 0; vertical-align: top; }
svg path, svg circle, svg line{ transition: all 0.25s ease 0s; }
header, nav, menu, main, aside, address, section, article, footer, figure, figcaption{ display: block; }
form, figure, menu{ margin: 0; padding: 0; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], select, textarea{
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0 14px;
	font-size: 16px;
	color: #757575;
	font-weight: bold;
	border: 1px solid #dfdfdf;
	background: #ffffff;
	box-sizing: border-box;
	outline: none;
}
select{
	padding: 0 10px;
}
textarea{
	height: 40px;
	padding: 8px 0;
	resize: none;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button{
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"]{
	-moz-appearance: textfield;
}
input[type="submit"], input[type="reset"], input[type="button"]{ border: 0; }
input[type="image"], input[type="button"], input[type="submit"], label{ cursor: pointer; }
table{ width: 100%; border-collapse: collapse; border-spacing: 0; border: 0; }
input[type="checkbox"], input[type="radio"]{ height: auto; margin: 0 5px 0 0; padding: 0; position: relative; top: 2px; }
.clear, .hr{ clear: both; height: 0; font-size: 0; line-height: 0; overflow: hidden; }
.clearfix:before, .clearfix:after{ content: "."; display: block; height: 0; visibility: hidden; }
.clearfix:after{ clear: both; }
.flexible{ overflow: hidden; }
.text_center{ text-align: center !important; }
.nice_check, .nice_radio{
	display: none;
}
label{
	position: relative;
}
label:before{
	position: absolute;
	content: "";
}
.nice_check + label{
	padding: 0 0 0 40px;
}
.nice_check + label:before{
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: url("checkbox.png") left top no-repeat;
	background-size: cover !important;
}
.nice_radio + label{
	padding: 0 0 0 26px;
}
.nice_radio + label:before{
	top: 0;
	left: 0;
	width: 21px;
	height: 21px;
	background: url("radio.png") left top no-repeat;
}
.nice_check:checked + label:before, .nice_radio:checked + label:before{
	background-position: left bottom !important;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap');
@font-face{
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}
@font-face{
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

/* ----- content ----- */
.content{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100%;
	max-width: 580px;
	min-height: 600px;
	transform: translateX(-50%);
	overflow: hidden;
	min-width: 320px;
	z-index: 1;
}
.block_content{
	position: absolute;
	top: 0;
	bottom: 60px;
	left: 0;
	right: 0;
	border-radius: 10px;
	overflow: hidden;
	z-index: 1;
}
.block_content_top, .block_content_bottom, .block_content_right{
	position: absolute;
	z-index: 2;
}
.block_content_top{
	top: 20px;
	left: 20px;
	right: 20px;
	text-align: center;
	color: #c7bebb;
}
.block_content_top a{
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: #c7bebb;
}
.block_content_top a:last-child{
	font-size: 18px;
	color: #ffffff;
}
.block_content_top span{
	margin: 0 6px;
}
.block_content_bottom{
	bottom: 20px;
	left: 20px;
	right: 100px;
}
.block_content_bottom .name{
	margin: 0 0 5px 0;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 17px;
}
.block_content_bottom .name a{
	padding: 0 16px 0 0;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	background: url("ico_verified.svg") right center no-repeat;
	background-size: 13px 13px !important;
}
.block_content_bottom .name a span{
	font-family: 'Inter', sans-serif;
	font-style: italic;
	font-weight: 300;
	
}
.block_content_bottom .txt{
	margin: 0 0 5px 0;
	font-size: 15px;
}
.block_content_bottom .txt strong{
	font-family: 'Inter', sans-serif;
	font-weight: 500;
}
.block_sound{
	padding: 0 0 0 28px;
	font-size: 15px;
	background: url("ico_sound.svg") left center no-repeat;
	background-size: 13px 13px !important;
}
.marquee{
	white-space: nowrap;
	overflow: hidden;
}
.marquee span{
	display: inline-block;
	animation: marquee 10s infinite linear;
}
@keyframes marquee{
	0%{
		transform: translate(0, 0);
	}
	100%{
		transform: translate(-100%, 0)
	}
}
.block_content_right{
	bottom: 20px;
	right: 10px;
	width: 56px;
	text-align: center;
	font-size: 11px;
	text-shadow: 1px 1px rgba(19,19,19,.25);
}
.button_follow{
	margin: 0 0 38px 0;
	border-radius: 50%;
	border: 1px solid #ffffff;
	position: relative;
}
.button_follow:before{
	position: absolute;
	top: 100%;
	left: 50%;
	content: "";
	width: 23px;
	height: 23px;
	background: url("button_follow.svg") center center no-repeat;
	background-size: 23px 23px !important;
	transform: translate(-50%, -50%);
}
.button_follow img{
	width: 100%;
	border-radius: 50%;
}
.button_likes{
	margin: 0 0 28px 0;
	padding: 42px 0 0 0;
	background: url("button_likes.svg") center top no-repeat;
	background-size: 40px 37px !important;
	-webkit-filter: drop-shadow(0 0 4px rgba(19,19,19,.2));
	filter: drop-shadow(0 0 4px rgba(19,19,19,.2));
}
.button_comments{
	margin: 0 0 28px 0;
	padding: 42px 0 0 0;
	background: url("button_comments.svg") center top no-repeat;
	background-size: 38px 36px !important;
	-webkit-filter: drop-shadow(0 0 4px rgba(19,19,19,.2));
	filter: drop-shadow(0 0 4px rgba(19,19,19,.2));
}
.button_share{
	margin: 0 0 38px 0;
	padding: 29px 0 0 0;
	background: url("button_share.svg") center top no-repeat;
	background-size: 38px 29px !important;
	-webkit-filter: drop-shadow(0 0 4px rgba(19,19,19,.2));
	filter: drop-shadow(0 0 4px rgba(19,19,19,.2));
}
.button_sound{
	border-radius: 50%;
	background: #191919;
	animation: rotate 10s infinite linear;
}
@keyframes rotate{
	0%{
		transform: rotate(0);
	}
	100%{
		transform: rotate(360deg);
	}
}
.button_sound .img{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: linear-gradient(-40deg, rgba(51,51,51,1) 0%, rgba(51,51,51,0) 50%, rgba(51,51,51,1) 100%);
}
.button_sound img{
	width: 30px;
	border-radius: 50%;
}
.block_video_holder, .video{
	position: fixed;
	top: 0;
	bottom: 60px;
	left: 0;
	right: 0;
	min-width: 100%;
	min-height: calc(100% - 60px);
	width: auto;
	height: auto;
	z-index: 1;
}
.block_video_holder:before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background: rgb(19,19,19);
	background: linear-gradient(0deg, rgba(19,19,19,1) 0%, rgba(19,19,19,0) 30%, rgba(19,19,19,0) 60%, rgba(19,19,19,1) 100%);
	opacity: 0.56;
	z-index: 2;
}
.block_video_holder{
	overflow: hidden;
}
.block_video_holder .cut{
	position: absolute;
	width: 10px;
	height: 10px;
	background: url("cut.svg") left top no-repeat;
	background-size: 10px 10px !important;
	z-index: 3;
}
.block_video_holder .cut.tl{
	top: 0;
	left: 0;
}
.block_video_holder .cut.tr{
	top: 0;
	right: 0;
	transform: rotate(90deg);
}
.block_video_holder .cut.bl{
	bottom: 0;
	left: 0;
	transform: rotate(270deg);
}
.block_video_holder .cut.br{
	bottom: 0;
	right: 0;
	transform: rotate(180deg);
}
.video{
	left: 50%;
	right: auto;
	transform: translateX(-50.05%);
}
.block_panel{
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #090909;
	z-index: 2;
}
.block_panel > div{
	width: 20%;
	height: 60px;
	padding: 40px 0 0 0;
	text-align: center;
	font-size: 11px;
	box-sizing: border-box;
	cursor: pointer;
}
.block_panel > div.active{
	font-family: 'Inter', sans-serif;
	font-weight: 400;
}
.button_home{
	background: url("ico_home.svg") center 12px no-repeat;
	background-size: 36px 23px !important;
}
.button_discover{
	background: url("ico_discover.svg") center 12px no-repeat;
	background-size: 23px 23px !important;
}
.button_new_video{
	background: url("button_new_video.svg") center center no-repeat;
	background-size: 48px 31px !important;
}
.button_inbox{
	background: url("ico_inbox.svg") center 12px no-repeat;
	background-size: 22px 22px !important;
}
.button_me{
	background: url("ico_me.svg") center 12px no-repeat;
	background-size: 19px 23px !important;
}

/* ----- popups ----- */
.overlay{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.75);
	cursor: pointer;
	z-index: 2000;
}
.popup{
	position: absolute;
	left: 0;
	right: 0;
	min-height: 100vh;
	padding: 20px;
	text-align: center;
	box-sizing: border-box;
	min-width: 320px;
	z-index: 2001;
}
.popup_1{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-height: calc(100vh - 40px);
}
.popup .txt{
	max-width: 420px;
	margin: 0 auto 30px auto;
	font-family: 'Inter', sans-serif;
	font-weght: 400;
	font-size: 20px;
	line-height: 1.5;
}
.popup .title{
	margin: 0 0 20px 0;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 24px;
}
.button{
	display: inline-block; vertical-align: top;
	min-width: 124px;
	margin: 0 10px;
	padding: 16px 25px;
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 20px;
	border-radius: 2px;
	background: #fe264b;
	box-sizing: border-box;
}
.block_form{
	max-width: 540px;
	margin: 0 auto;
}
.block_form iframe{
	width: 1px;
	min-width: 100%;
	height: 480px;
}

@media screen and (max-width: 580px){
	.popup .txt{
		font-size: 16px;
	}
	.popup .title{
		font-size: 20px;
	}
	.button{
		font-size: 16px;
	}
}