* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: inherit;
	*zoom: 1;
}

html, body {
	height: 100%;
}

body {
	background: #000;
	font: 13px Arial;
	color: #fff;
}

.fll {float: left;}
.flr {float: right;}

/*колонки*/
.col-1 {
	width: 100%;
	padding: 3.5px;
}

.col-2 {
	float: left;
	width: 50%;
	padding: 3.5px;
}

.col-4 {
	float: left;
	width: 25%;
	padding: 3.5px;
}

.clear::after {
	display: table;
	content: "";
	clear: both;
}

.wrapper {
	max-width: 600px;
	margin: 0 auto;
}

.video-play-wrap {
    vertical-align: middle;
    display: table-cell;
}

.wrapper.p {
	padding: 30px 40px 0;
}

.icon {
	width: 15px;
	height: 9px;
	display: inline-block;
}

.icon-views {
	background: url(../img/icon-views.png) no-repeat;
}

.btn-more {
	background: #da2d87;
	border-bottom: #b71c6d solid 3px;
	height: 37px;
	line-height: 37px;
	width: 100%;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
	font-size: 15px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.btn-cat {
/*	background: #da2d87;
	border-bottom: #b71c6d solid 3px;
	height: 37px; */
	border: #b71c6d solid 2px;
	line-height: 37px;
	width: 100%;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
	font-size: 12px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.btn-back {
	display: inline-block;
	color: #dd4591;
	background: #fff;
	padding: 0 14px;
	height: 37px;
	line-height: 37px;
	border-radius: 5px;
	text-decoration: none;
	font-size: 15px;
}

h1 {
	font-size: 30px;
	margin: 25px 0;
	font-weight: normal;
}

h2 {
	font-size: 17px;
}

#header {
	background: #da2d87;
	border-bottom: #b71c6d solid 3px;
	height: 53px;
	text-align: center;
	width: 100%;
}

/*для шапки*/
#header table {
	width: 100%;
	height: 53px;
	padding: 0 13px 0 39px;
}

td {
	width: 33.3333%;
	min-width: 33.3333%;
}

td.left {
	text-align: left;
}

td.right {
	text-align: right;
}

td img {
	max-width: 100%;
}

#content {
	margin: 4px 0 10px;
}

#wrap {
	min-height: 100%;
	margin-bottom: -210px;
}

#wrap::after {
	content: "";
	display: block;
}

.video {
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 165px;
	margin-bottom: 7px;
    display: table;
}

.video-image {
	position: absolute;
	z-index: 1;
	text-align: center;
}

.video-image img {
    width: 100%;
}

.video-play {
	background: rgba(255,255,255,0.5);
	width: 50px;
	height: 50px;
	border-radius: 25px;
	position: relative;
	z-index: 2;
    margin: auto;
	text-align: center;
	line-height: 64px;
	display: block;
}

.video-duration {
	position: absolute;
	z-index: 2;
	bottom: 5px;
	right: 5px;
	background: #000;
	font-size: 12px;
	padding: 3px;
}

.video-info {
	position: absolute;
	bottom: 0;
	z-index: 2;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 32px;
	line-height: 36px;
	padding: 0 5px 0 10px;
}

.video-title {
	font-size: 13px;
}

.video-views {
	font-size: 12px;
	color: #6c6c6c;
}

.bg-player {
    background-position: center;
    width: 293px;
    height: 184px;
    background-size: 100%;
    background-repeat: no-repeat;
}

/*player*/
.player {
	max-width: 520px;
	margin: 0 auto;
	height: 280px;
	border-radius: 9px;
	position: relative;
	overflow: hidden;
}

.player-image {
	background-position: 50% 50%;
	height: 280px;
}

.player-play {
	width: 278px;
	height: 60px;
	line-height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 50%;
	margin-left: -139px;
	background: url(../img/play_p.png) no-repeat 238px 50% rgba(0,0,0,0.8);
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	border-radius: 5px;
	padding: 0 20px;
}

.player-controls {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: linear-gradient(to bottom, #da2d87 0%, #b71c6d 100%);
	position: absolute;
	z-index: 2;
	bottom: 0;
	font-size: 12px;
	font-weight: bold;
	padding: 0 14px;
}

#player-progress {
	background: #93215d;
	height: 9px;
	border-radius: 5px;
	width: 275px;
	display: inline-block;
	margin: 0 14px;
	position: relative;
	top: 1px;
}

#player-loaded {
	position: absolute;
	top: 0;
	left: 0;
	width: 10%;
	max-width: 100%;
	height: 9px;
	background: rgba(0,0,0,0.2);
	border-radius: 5px;
}

#player-jump {
	border-radius: 10px;
	width: 11px;
	height: 11px;
	background: #fff;
	position: relative;
	top: -2px;
	cursor: pointer;
}

#player-duration, #player-played {
	display: inline-block;
}

#player-btns {
	float: right;
	width: 115px;
	text-align: right;
	padding: 3px 0 0 0;
}

#player-btns a {
	margin: 0 7px;
}

form {
	margin: 25px 0 0 0;
}

form input {
	height: 40px;
	line-height: 40px;
	background: #fff;
	border-radius: 3px;
	padding: 0 15px;
	font-size: 13px;
	color: #555555;
	width: 50%
}

form .btn {
	background: #da2d87;
	border-bottom: #b71c6d solid 3px;
	color: #fff;
	border-radius: 3px;
	padding: 0 27px;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	margin-left: 8px;
}

#footer {
	color: #c3c3c3;
	height: 210px;
}

#wrap:after {
	height: 210px;
}

#footer.p {
	padding: 0 0 40px;
}

.error {
    color: red;
    position: relative;
    top: 10px;
}

.success {
    color: green;
    position: relative;
    top: 10px;
}

@media screen and (max-width: 600px) {
	#header table {
		padding: 0 10px;
	}
	.wrapper.p {
		padding: 0 10px;
	}
	#player-progress {
		width: 50%;
	}
	#player-btns {
		width: 85px;
	}
	#player-btns a {
		margin: 0 2px;
	}
}

@media screen and (max-width: 400px) {
	.video-info {
		font-size: 12px;
	}
}

object {
    width: 100%;
}