* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html, body {}
body {
	font-size: 10px;
	line-height: 1;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
	background: #fff;
	color: #444;
}

body,
a {
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

a {
	text-decoration: underline;
}
.cla:after {
	content: '';
	clear: both;
	display: table;
}
.mpic {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.link {
	cursor: pointer;
	text-decoration: underline;
}
.d-none {
	display: none;
}

.proxy-warning {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.38);
	padding: 28px 15px;
	color: #000;
}
.proxy-warning.d-none {
	display: none;
}
.proxy-warning_open {
	overflow: hidden;
}
.proxy-warning_modal {
	width: 100%;
	max-width: 560px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.5);
}
.proxy-warning_head {
	position: relative;
	height: 70px;
	background: #161616;
	display: flex;
	align-items: center;
	justify-content: center;
}
.proxy-warning_head img {
	display: block;
	width: 190px;
	max-width: 68%;
	height: auto;
}
.proxy-warning_body {
	padding: 16px 24px 24px;
	text-align: center;
}
.proxy-warning_alert {
	display: flex;
	align-items: center;
	gap: 12px;
	border: 3px solid #de2600;
	background: #e6e6e6;
	padding: 12px 14px;
	text-align: left;
	margin-bottom: 12px;
}
.proxy-warning_icon {
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	border: 3px solid #000;
	border-radius: 50%;
	color: #000;
	font-size: 25px;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
}
.proxy-warning_text {
	flex: 1;
	min-width: 0;
}
.proxy-warning_text strong {
	display: block;
	margin-bottom: 4px;
	font-size: 21px;
	line-height: 1.12;
	font-weight: bold;
}
.proxy-warning_text span {
	display: block;
	color: #444;
	font-size: 15px;
	line-height: 1.25;
}
.proxy-warning_reload {
	border: 0;
	display: block;
	width: 100%;
	background: #e91800;
	border-radius: 4px;
	color: #fff;
	font-size: 23px;
	line-height: 48px;
	font-weight: bold;
	cursor: pointer;
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.18);
	margin-bottom: 16px;
}
.proxy-warning_note {
	display: inline-block;
	border-bottom: 3px solid #000;
	color: #000;
	font-size: 17px;
	line-height: 1.2;
	font-weight: bold;
}

/* our mobile styles
---------------------------------------------------*/
.wrapper {}

.header {
	height: 42px;
	background: #161616;
	position: relative;
}
.header .container {
	padding-top: 4px;
}
.header .container:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 68px;
	height: 100%;
	background: url('../images/user.jpg') right center no-repeat;
}
.header img {
	display: block;
	width: 140px;
	margin: 0 auto 0;
}
.logo-link {
	cursor: pointer;
}
.btn-menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 41px;
	height: 100%;
	background: url('../images/menu.jpg') no-repeat;
	cursor: pointer;
}

.menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 220px;
	background: #161616;
	z-index: 9999;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
	display: none;
}
.menu.show {
	display: block;
}
.menu-item {
	display: block;
	border-top: 1px solid #777;
	padding: 7px 6px 7px 20px;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.tags {
	padding-top: 15px;
	text-align: left;
}
.tag {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #d9d9d9;
	padding: 0 5px;
	color: #000;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.tag.red {
	background: #de2600;
	color: #fff;
	font-weight: bold;
}
.tag:hover {
	background: #a8a8a8;
	color: #fff;
}

.offer {
	border-bottom: 1px solid #d9d9d9;
	color: #000;
	font-size: 18px;
	line-height: 38px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.offer span {
	color: #de2600;
}

.search {
	padding-top: 10px;
	padding-left: 40px;
	padding-bottom: 10px;
	background: url('../images/home.jpg') 0 center no-repeat;

}
.search-box {
	position: relative;
	overflow: hidden;
}
.search input {
	display: block;
	width: 100%;
	height: 38px;
	background: #fff;
	border: 2px solid #d5d9dc;
	border-radius: 3px;
	padding: 0 10px;
	color: #000;
	font-size: 18px	
}
.search button {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	background: url('../images/search.jpg') 10px center no-repeat #d5d9dc;
	border: none;
	width: 100px;
	padding-right: 10px;
	padding-left: 36px;
	color: #000;
	font-size: 16px;
}

.thumbs-title {
	color: #000;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}

.grid {
	margin-left: -5px;
	margin-right: -5px;
}
.grid:after {
	content: '';
	clear: both;
	display: table;
}
.grid-item,
.grid-item_50,
.grid-item_75,
.grid-item_100 {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

.grid-item {
	width: 25%;
}
.grid-item_50 {
	width: 50%;
}
.grid-item_75 {
	width: 75%;
}
.grid-item_100 {
	width: 100%;
}

.item {
	display: block;
	margin-bottom: 10px;
	color: #222;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
}
.item-pic {
	position: relative;
	background-color: #eee;
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 3px;
}
.item-pic:after {
	content: attr(data-q);
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 0 5px;
	background: #de2600;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}
.item-pic_blank {
	display: block;
	width: 100%;
	height: auto;
}
.item-name {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #222;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 5px;
}
.item-meta {
	position: relative;
	color: #404040;
	font-size: 13px;
	line-height: 18px;
}
.item-meta:after {
	content: attr(data-l) " мин";
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 3px;
	background: #777;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
}


.pagination {
	padding: 15px 0;
	text-align: center;
}
.page {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 4px 8px;
	margin: 2px;
	color: #000;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	cursor: pointer;
}
.page.active,
.page:hover {
	background: #555;
	color: #fff;
}
.page-space {
	display: inline-block;
	border: 1px solid transparent;
	padding: 4px 8px;
	margin: 2px;
	color: #000;
	font-size: 24px;
	line-height: 22px;
}


.video {}
.video-player {
	position: relative;
	overflow: hidden;
}
.video-player:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.55);
	transform: translate(-50%, -50%);
	z-index: 2;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
	pointer-events: none;
}
.video-player:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 0 14px 24px;
	border-color: transparent transparent transparent #fff;
	transform: translate(-40%, -50%);
	z-index: 3;
	pointer-events: none;
}
.video-play-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 4;
	cursor: pointer;
}
.video-player_blank {
	display: block;
	width: 100%;
	height: auto;
	-webkit-filter: blur(42px) !important;
	filter: blur(42px) !important;
	transform: scale(1.25) !important;
	transform-origin: center center;
}
.video-player video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.video-title {
	color: #000;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 32px;
	visibility: hidden;
}

.video-view {
	font-size: 15px;
	line-height: 30px;
	margin-right: 8px;
}
.video-view:before {
	content: attr(data-v);
	font-size: 19px;
	font-weight: bold;
	margin-right: 5px;
}
.video-meta_btn {
	display: inline-block;
	background-color: #e6e6e6;
	background-position: 10px center;
	background-repeat: no-repeat;
	padding: 0 10px;
	margin-right: 5px;
	margin-bottom: 8px;
	color: #000;
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
	cursor: pointer;
}
.video-like {
	padding-left: 30px;
	background-image: url('../images/icon-like.png');
}
.video-dislike {
	padding-left: 30px;
	background-image: url('../images/icon-dislike.png');
	color: #999;
}
.video-download {
	padding-left: 35px;
	background-image: url('../images/icon-download.png');
}
.video-favorite {
	padding-left: 30px;
	background-image: url('../images/icon-favorite.png');
}
.video-report {
	padding-left: 30px;
	background-image: url('../images/icon-report.png');
}
.video-share {
	padding-left: 30px;
	background-image: url('../images/icon-share.png');
}

.video-more {
	margin: 15px 0;
	background: #000;
	padding: 4px 5px;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
}

.realted {
	padding: 25px 0;
}
.h2 {
	color: #404040;
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}


.footer {
	padding: 25px 0;
	color: #333;
	font-size: 12px;
	line-height: 1.4;
	text-align: left;
}
.footer-box {
	margin-top: 15px;
	border-top: 1px solid #eee;
	padding-top: 15px;
}

.footer .link {
	color: inherit;
}


.loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('../images/loader.svg') center center no-repeat rgba(0, 0, 0, 0.9);
}



@media (max-width: 767px) {
	.proxy-warning {
		align-items: flex-start;
		padding: 58px 14px 20px;
		overflow-y: auto;
	}
	.proxy-warning_head {
		height: 64px;
	}
	.proxy-warning_head img {
		width: 175px;
	}
	.proxy-warning_body {
		padding: 14px 14px 22px;
	}
	.proxy-warning_alert {
		display: block;
		padding: 14px;
		margin-bottom: 14px;
		text-align: center;
	}
	.proxy-warning_icon {
		margin: 0 auto 10px;
	}
	.proxy-warning_text strong {
		font-size: 21px;
	}
	.proxy-warning_text span {
		font-size: 15px;
	}
	.proxy-warning_reload {
		font-size: 21px;
		line-height: 48px;
		margin-bottom: 16px;
	}
	.proxy-warning_note {
		font-size: 17px;
	}

	.tags {
		display: none;
	}

	.grid-item {
		width: 33.33%;
	}
	.grid-item_75 {
		width: 100%;
	}

	.video-related {
		width: 100%;
	}
	.video-related .item {
		width: 50%;
		float: left;
		padding: 5px;
	}
}


@media (max-width: 599px) {
	.grid-item {
		width: 50%;
	}

	.video-related {
		width: 100%;
	}
}


@media (max-width: 480px) {
	.grid-item {
		width: 100%;
	}
}
