* {
	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;
}

/* 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;
}
.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;
}
.video-player_blank {
	display: block;
	width: 100%;
	height: auto;
}
.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;
}

.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) {
	.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%;
	}
}