@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	outline: none;
	text-decoration: none;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
input, textarea, select, button {
	font: 100% 'Roboto', sans-serif;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
button, input[type="submit"] {
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer;
}
button::-moz-focus-inner {
	padding: 0;
	border: none;
}
:-moz-placeholder {
	color: #999;
}
::-moz-placeholder {
	color: #999;
	opacity: 1;
}
::-webkit-input-placeholder {
	color: #999;
}
:-ms-input-placeholder {
	color: #999;
}
::placeholder {
	color: #999;
}
:focus:-moz-placeholder {
	color: transparent;
}
:focus::-moz-placeholder {
	color: transparent;
}
:focus::-webkit-input-placeholder {
	color: transparent;
}
:focus:-ms-input-placeholder {
	color: transparent;
}
:focus::placeholder {
	color: transparent;
}
.select2-container {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}
.select2-container .select2-selection--single {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 32px;
	-moz-user-select: none;
	 -ms-user-select: none;
	     user-select: none;
	-webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}
.select2-container .select2-selection--multiple {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	-moz-user-select: none;
	 -ms-user-select: none;
	     user-select: none;
	-webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
}
.select2-container .select2-search--inline {
	float: left;
}
.select2-container .select2-search--inline .select2-search__field {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
.select2-dropdown {
	background-color: white;
	border: 1px solid #E1E1E1;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}
.select2-results {
	display: block;
}
.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}
.select2-results__option {
	padding: 10px 6px;
	-moz-user-select: none;
	 -ms-user-select: none;
	     user-select: none;
	-webkit-user-select: none;
	border-bottom: 1px solid #e1e1e1;
}
.select2-results__option:last-child {
	border-bottom: none;
}
.select2-results__option[aria-selected] {
	cursor: pointer;
}
.select2-container--open .select2-dropdown {
	left: 0;
}
.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	-webkit-border-bottom-left-radius: 0;
	   -moz-border-radius-bottomleft: 0;
	        border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	   -moz-border-radius-bottomright: 0;
	        border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
	border-top: none;
	-webkit-border-top-left-radius: 0;
	   -moz-border-radius-topleft: 0;
	        border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	   -moz-border-radius-topright: 0;
	        border-top-right-radius: 0;
}
.select2-search--dropdown {
	display: block;
	padding: 4px;
}
.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
	display: none;
}
.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}
.select2-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.select2-container--default .select2-selection--single {
	background-color: #F4F4F4;
	border: 1px solid #E1E1E1;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
	background-color: #F4F4F4;
	border: 1px solid #E1E1E1;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
	cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #d82328;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	cursor: default;
	float: left;
	margin-right: 10px;
	margin-top: 3px;
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
	float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	-webkit-border-top-left-radius: 0;
	   -moz-border-radius-topleft: 0;
	        border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	   -moz-border-radius-topright: 0;
	        border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	-webkit-border-bottom-left-radius: 0;
	   -moz-border-radius-bottomleft: 0;
	        border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	   -moz-border-radius-bottomright: 0;
	        border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
}
.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #B5B5B5;
}
.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white;
}
.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}
.select2-container--classic .select2-selection--single {
	background-color: #f6f6f6;
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
	background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), to(#eeeeee));
	background-image: -moz-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
	background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
	background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	-webkit-border-top-right-radius: 4px;
	   -moz-border-radius-topright: 4px;
	        border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	   -moz-border-radius-bottomright: 4px;
	        border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
	background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
	background-image: -moz-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
	background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
	background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	-webkit-border-top-left-radius: 4px;
	   -moz-border-radius-topleft: 4px;
	        border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	   -moz-border-radius-bottomleft: 4px;
	        border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	-webkit-border-top-left-radius: 0;
	   -moz-border-radius-topleft: 0;
	        border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	   -moz-border-radius-topright: 0;
	        border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #eeeeee));
	background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
	background-repeat: repeat-x;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	-webkit-border-bottom-left-radius: 0;
	   -moz-border-radius-bottomleft: 0;
	        border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	   -moz-border-radius-bottomright: 0;
	        border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
	background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#ffffff));
	background-image: -moz-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
	background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
	background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	cursor: text;
	outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	-webkit-border-top-left-radius: 0;
	   -moz-border-radius-topleft: 0;
	        border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	   -moz-border-radius-topright: 0;
	        border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	-webkit-border-bottom-left-radius: 0;
	   -moz-border-radius-bottomleft: 0;
	        border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	   -moz-border-radius-bottomright: 0;
	        border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
}
.select2-container--classic .select2-dropdown {
	background-color: white;
	border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
	border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
	padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: white;
}
.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb;
}
@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon.eot?kzu3y6");
	src: url("../fonts/icomoon.eot?kzu3y6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?kzu3y6") format("truetype"), url("../fonts/icomoon.woff?kzu3y6") format("woff"), url("../fonts/icomoon.svg?kzu3y6#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-arrow-next:before {
	content: "\e900";
}
.icon-arrow-prev:before {
	content: "\e901";
}
.icon-delete:before {
	content: "\e902";
}
.icon-dislike:before {
	content: "\e903";
}
.icon-edit:before {
	content: "\e904";
}
.icon-eye:before {
	content: "\e905";
}
.icon-eye-blocked:before {
	content: "\e906";
}
.icon-facebook:before {
	content: "\e907";
}
.icon-like:before {
	content: "\e908";
}
.icon-magnifier:before {
	content: "\e909";
}
.icon-odnoklassniki:before {
	content: "\e90a";
}
.icon-share:before {
	content: "\e90b";
}
.icon-vkontakte:before {
	content: "\e90c";
}

body {
	margin: 0;
	color: #111;
	background: #f4f4f4;
	font: 13px/1 'Roboto', sans-serif;
	min-width: 320px;
}
.wrapper {
	width: 100%;
	position: relative;
	/* overflow: hidden; */
}
.container {
	max-width: 940px;
	margin: 0 auto;
	padding: 0 10px;
}
.container:after, .container:before {
	display: table;
	clear: both;
	content: '';
}
@media only screen and (max-width: 525px) {
	.container {
		padding: 0 3px;
	}
}
.header {
	background: #fff;
	text-align: right;
	border-bottom: 1px solid #e1e1e1;
	padding: 24px 0 29px 0;
}
@media only screen and (max-width: 977px) {
	.header {
		text-align: center;
	}
}
@media only screen and (max-width: 525px) {
	.header {
		padding: 14px 0;
	}
}
.header .add-video {
	margin: 5px 0 0 16px;
}
.logo {
	float: left;
	margin: 11px 10px 0 0;
}
@media only screen and (max-width: 977px) {
	.logo {
		float: none;
		width: 219px;
		margin: 0 auto 20px;
	}
}
.search-form {
	margin: 5px 0 0 0;
	max-width: 600px; /* del */
	width: 100%; /* 300px */
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.search-form .search-input {
	background: #f4f4f4;
	border: 1px solid #e1e1e1;
	height: 42px;
	padding: 0 56px 0 20px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
.search-form .search-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 56px;
	background: none;
	font-size: 24px;
	color: #bdbdbd;
	-webkit-transition: color 0.3s;
	   -moz-transition: color 0.3s;
	     -o-transition: color 0.3s;
	        transition: color 0.3s;
}
.search-form .search-btn:hover {
	color: #008ad9;
}
.add-video {
	display: inline-block;
	vertical-align: top;
	padding: 0 26px;
	font-size: 14px;
	line-height: 42px;
	background: #d82328;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	color: #fff;
	-webkit-transition: background 0.3s;
	   -moz-transition: background 0.3s;
	     -o-transition: background 0.3s;
	        transition: background 0.3s;
}
.add-video:hover {
	background: #d82328;
}
.member-menu {
	margin: 5px 0 0 16px;
	display: inline-block;
	vertical-align: top;
	line-height: 42px;
}
.member-menu li {
	display: inline-block;
}
.member-menu li + li {
	border-left: 2px solid #d82328;
	padding-left: 10px;
	margin-left: 10px;
}
.member-menu a {
	color: #d82328;
	font-size: 14px;
	line-height: 16px;
	display: block;
}
.member-menu a:hover {
	text-decoration: underline;
}
.member-menu .member {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.member-menu .avatar {
	display: inline-block;
	vertical-align: middle;
	width: 42px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	overflow: hidden;
}
.nav-main {
	border-bottom: 1px solid #e1e1e1;
	background: #fff;
	position: relative;
}
.row-overflow {
	overflow: hidden;
}

.main-menu {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
					justify-content: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
/* .main-menu a {
	width: 100%;
} */
@media only screen and (max-width: 785px) {
	.main-menu {
		display: none;
		width: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		z-index: 100;
		text-align: center;
		margin: 0;
		background: #fff;
		border: 1px solid #E1E1E1;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.main-menu.open {
		display: block;
	}
}
.main-menu a, .main-menu .dropdown {
	display: table-cell;
	text-align: center;
	font-size: 12px;
	line-height: 48px;
	color: #999;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transition: color 0.3s, background 0.3s;
	   -moz-transition: color 0.3s, background 0.3s;
	     -o-transition: color 0.3s, background 0.3s;
					transition: color 0.3s, background 0.3s;
	width: 100%;
}
.main-menu a:hover,
.main-menu a.active,
.main-menu .dropdown:hover {
	background-color: #d82328;
	color: #fff;
}
@media only screen and (max-width: 785px) {
	.main-menu a, .main-menu .dropdown {
		display: block;
	}
}
.main-menu .dropdown {
	cursor: pointer;
	position: relative;
}
.main-menu .dropdown:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #d82328 transparent transparent transparent;
	-webkit-transition: border-color 0.3s;
	   -moz-transition: border-color 0.3s;
	     -o-transition: border-color 0.3s;
	        transition: border-color 0.3s;
}
.main-menu .dropdown:hover:after {
	border-color: #fff transparent transparent transparent;
}
.main-menu .dropdown:hover .drop {
	display: block;
}
.main-menu .drop {
	display: none;
	position: absolute;
	width: 146px;
	right: -1px;
	background: #fff;
	border: 1px solid #E1E1E1;
	z-index: 10;
}
@media only screen and (max-width: 785px) {
	.main-menu .drop {
		width: 100%;
	}
}
.main-menu .drop a {
	display: block;
	padding: 0 10px;
	width: auto;
}
.mobile-btn {
	width: 100%;
	display: none;
	position: relative;
	z-index: 10;
	padding: 8px 0;
	cursor: pointer;
	background: none;
	line-height: inherit;
}
@media only screen and (max-width: 785px) {
	.mobile-btn {
		display: block;
	}
}
.mobile-btn .icons {
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	height: 20px;
	width: 29px;
	position: relative;
}
.mobile-btn .ico_bar {
	background: #3F77D2;
	height: 4px;
	width: 100%;
	position: absolute;
	-webkit-transition: .1s ease-in-out;
	-moz-transition: .1s ease-in-out;
	-o-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
	left: 0;
}
.mobile-btn.active_btn .ico_bar {
	background: #F55E12;
}
.mobile-btn .ico_bar:first-child {
	top: 0;
}
.mobile-btn .ico_bar:nth-child(2) {
	top: 8px;
}
.mobile-btn .ico_bar:nth-child(3) {
	top: 16px;
}
.mobile-btn.active_btn .ico_bar:first-child {
	-webkit-transform: rotate(45deg) translate(5px, 9px);
	-moz-transform: rotate(45deg) translate(5px, 9px);
	-ms-transform: rotate(45deg) translate(5px, 9px);
	-o-transform: rotate(45deg) translate(5px, 9px);
	transform: rotate(45deg) translate(5px, 9px);
}
.mobile-btn.active_btn .ico_bar:nth-child(3) {
	-webkit-transform: rotate(-45deg) translate(2px, -6px);
	-moz-transform: rotate(-45deg) translate(2px, -6px);
	-ms-transform: rotate(-45deg) translate(2px, -6px);
	-o-transform: rotate(-45deg) translate(2px, -6px);
	transform: rotate(-45deg) translate(2px, -6px);
}
.mobile-btn.active_btn .ico_bar:nth-child(2) {
	opacity: 0;
}
.banner {
	position: relative;
}
.banner .head {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	color: #fff;
	font-size: 60px;
	line-height: 66px;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media only screen and (max-width: 525px) {
	.banner .head {
		font-size: 50px;
		line-height: 55px;
	}
}
.banner .image {
	max-width: none;
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
@media only screen and (max-width: 525px) {
	.banner .image {
		height: 160px;
	}
}
.banner.category:after {
	content: "";
	background: rgba(59, 99, 191, 0.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.block-sorting {
	text-align: right;
	margin: 0 0 20px 0;
}
@media only screen and (max-width: 525px) {
	.block-sorting {
		text-align: center;
		padding: 10px 0;
	}
}
.block-sorting .sort-by {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 31px;
	color: #999;
	font-weight: 500;
	text-transform: uppercase;
	margin: 5px 30px 0 0;
}
@media only screen and (max-width: 525px) {
	.block-sorting .sort-by {
		display: block;
		margin: 0 0 5px 0;
	}
}
.block-sorting .sortings {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}
.block-sorting .sortings a {
	margin: 5px 0 0 10px;
	background: #e1e1e1;
	font-size: 12px;
	line-height: 31px;
	color: #999;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 15px;
	-webkit-transition: color 0.3s, background 0.3s;
	   -moz-transition: color 0.3s, background 0.3s;
	     -o-transition: color 0.3s, background 0.3s;
	        transition: color 0.3s, background 0.3s;
}
.block-sorting .sortings a:first-child {
	margin: 5px 0 0 0;
}
.block-sorting .sortings a:hover,
.block-sorting .sortings a.active {
	background: #d82328;
	color: #fff;
}
.main {
	border-bottom: 1px solid #e1e1e1;
	padding: 20px 0 40px 0;
}
.thumbs-items {
	font-size: 0;
	text-align: center;
	margin: 0 0 20px -20px;
}
.thumb {
	width: 220px;
	margin: 0 0 20px 20px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 4px 0px #e1e1e1;
	   -moz-box-shadow: 0px 0px 4px 0px #e1e1e1;
	        box-shadow: 0px 0px 4px 0px #e1e1e1;
	z-index: 1; /*draggable*/
}
.thumb.ui-state-highlight {
	border: none;
}
.thumb .thumb-img {
	position: relative;
	display: block;
}
.thumb .duration {
	position: absolute;
	right: 0;
	top: 0;
	background: #d82328;
	width: 60px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	pointer-events: none;
}
.thumb .thumb-info {
	background: #fff;
	border: 1px solid #e1e1e1;
	border-top: none;
	padding: 10px 8px 15px 8px;
}
.thumb .thumb-info .title {
	display: block;
	font-size: 18px;
	line-height: 22px;
	color: #111;
	font-weight: 500;
	margin-bottom: 5px;
	/* white-space: nowrap; */
	text-overflow: ellipsis;
	overflow: hidden;
}
.thumb .thumb-info .info {
	overflow: hidden;
}
.thumb .thumb-info .left {
	overflow: hidden;
}
.thumb .thumb-info .right {
	float: right;
	margin-left: 10px;
}
.thumb .thumb-info .column {
	font-size: 12px;
}
.thumb .thumb-info .column li {
	color: #999;
	margin-bottom: 5px;
}
.thumb .thumb-info .column li:last-child {
	margin-bottom: 0;
}
.thumb .thumb-info .column a {
	color: #d82328;
}

.thumb .thumb-info .column li .ico {
	color: #999;
}

.thumb .actions {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #d8232896;
	padding: 0 8px;
}
.thumb .actions .item {
	display: block;
	font-size: 20px;
	margin: 10px 0;
	text-align: center;
	color: #fff;
	cursor: pointer;
	transition: color .3s;
	position: relative;
}
.thumb .actions .item.view {
	font-size: 14px;
}
.thumb .actions .item.active {
	color: #000;
}
.thumb .actions .item.active:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 18px;
	background: #000;
	left: 9px;
	top: -3px;
	transform: rotate(145deg);
	z-index: 1;
}
.thumb .actions .item.active:after {
	content: "";
	position: absolute;
	width: 4px;
	height: 18px;
	background: rgba(63, 109, 181, 0.8);
	left: 8px;
	top: -3px;
	transform: rotate(145deg);
}
.thumb .actions .item:hover {
	color: #000;
}

.row-thumbs {
	padding: 20px 0;
	background: #fff;
}
.row-thumbs .thumbs-items {
	margin: 0 0 -20px -2%;
}
.big-thumb {
	width: 31.33%;
	min-width: 220px;
	margin: 0 0 20px 2%;
}
.pagination {
	text-align: center;
	clear: both;
}
.pagination li {
	display: inline-block;
	vertical-align: top;
	margin: 0 4px;
}
.pagination .pagination-previous {
	margin: 0 10px 0 0;
}
.pagination .pagination-next {
	margin: 0 0 0 10px;
}
.pagination a, .pagination span {
	color: #999;
	font-size: 14px;
	line-height: 16px;
}
.pagination a:hover, .pagination span {
	color: #111;
}
.footer {
	padding: 50px 0;
	text-align: center;
}
@media only screen and (max-width: 525px) {
	.footer {
		padding: 25px 0;
	}
}
.footer-links a {
	margin: 0 15px;
	font-size: 12px;
	line-height: 25px;
	color: #999;
	text-transform: uppercase;
	font-weight: 700;
}
@media only screen and (max-width: 525px) {
	.footer-links a {
		margin: 0 7px;
	}
}
.footer-links a:hover {
	color: #d82328;
}
.footer-logo {
	display: inline-block;
	vertical-align: top;
}
.headline {
	margin: 0 0 25px 0;
}
.headline:after {
	content: "";
	display: table;
	clear: both;
}
.headline .title {
	float: left;
	font-size: 24px;
	line-height: 28px;
	border-bottom: 1px solid #c6c6c6;
}
.headline .title .text {
	font-weight: 700;
}
.headline .title .actions {
	margin-left: 30px;
}
.headline .title .ico {
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	font-size: 16px;
	color: #999;
	-webkit-transition: color 0.3s;
	   -moz-transition: color 0.3s;
	     -o-transition: color 0.3s;
	        transition: color 0.3s;
}
.headline .title .ico:hover {
	color: #000;
}
.content {
	overflow: hidden;
}
.sidebar {
	float: right;
	width: 220px;
	margin: 0 0 0 20px;
}
@media only screen and (max-width: 785px) {
	.sidebar {
		width: 100%;
		float: none;
		margin: 0;
	}
}
.aside-title {
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	margin: 10px 0 23px 0;
}
.block-author {
	margin: 0 0 35px 0;
	border: 1px solid #e1e1e1;
	-webkit-box-shadow: 0px 0px 4px 0px #e1e1e1;
	   -moz-box-shadow: 0px 0px 4px 0px #e1e1e1;
	        box-shadow: 0px 0px 4px 0px #e1e1e1;
}
.block-author .info {
	background: #fff;
	padding: 15px 10px 15px 20px;
}
.block-author .info li {
	font-size: 14px;
	line-height: 21px;
	color: #999;
}
.block-author .info li a {
	color: #d82328;
}
.block-author .avatar {
	display: block;
}
.block-author .avatar img {
	margin: 0 auto;
}
.sidebar .list-playlists {
	max-height: 878px;
	max-height: 405px;
	overflow-y: auto;
}
.list-playlists li {
	padding: 13px 10px;
	border: 1px solid #e1e1e1;
	-webkit-box-shadow: 0px 0px 4px 0px #e1e1e1;
	   -moz-box-shadow: 0px 0px 4px 0px #e1e1e1;
	        box-shadow: 0px 0px 4px 0px #e1e1e1;
	background: #fff;
	margin-bottom: 10px;
	position: relative;
}
.list-playlists li .left {
	float: left;
	margin: 2px 10px 0 0;
}
.list-playlists li .left .ico:first-child {
	margin: 0 10px 0 0;
}
.list-playlists li .left .ico.view {
	font-size: 14px;
}
.list-playlists li .left .ico.active {
	color: #000;
}
.list-playlists li .left .ico.active:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 18px;
	background: #000;
	left: 9px;
	top: -3px;
	transform: rotate(145deg);
	z-index: 1;
}
.list-playlists li .left .ico.active:after {
	content: "";
	position: absolute;
	width: 4px;
	height: 18px;
	background: #fff;
	left: 8px;
	top: -3px;
	transform: rotate(145deg);
}
.list-playlists li .right {
	float: right;
	margin: 2px 0 0 15px;
}
.list-playlists li .ico {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #999;
	-webkit-transition: color 0.3s;
	   -moz-transition: color 0.3s;
	     -o-transition: color 0.3s;
	        transition: color 0.3s;
}
.list-playlists li .ico:hover {
	color: #000;
}
.list-playlists li .text {
	display: block;
	font-size: 14px;
	line-height: 21px;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	-webkit-transition: color 0.3s;
	   -moz-transition: color 0.3s;
	     -o-transition: color 0.3s;
	        transition: color 0.3s;
}
.list-playlists li .text:hover {
	color: #000;
}
.right-column {
	width: 300px;
	float: right;
	margin: 0 0 0 20px;
}
.video-block .content {
	padding: 2px;
}
.video-block .right-column {
	width: 31%;
}
@media only screen and (max-width: 785px) {
	.video-block .right-column {
		display: none;
	}
}
.video-block .thumbs-items {
	margin: 0;
}
.video-block .big-thumb {
	width: 100%;
	margin: 0 0 30px 0;
}
.video-holder {
	-webkit-box-shadow: 0px 0px 4px 0px #e1e1e1;
	   -moz-box-shadow: 0px 0px 4px 0px #e1e1e1;
	        box-shadow: 0px 0px 4px 0px #e1e1e1;
}
.video-info {
	padding: 14px 20px;
	background: #fff;
	position: relative;
	border: 1px solid #e1e1e1;
}
.video-info .title {
	font-size: 30px;
	line-height: 35px;
	color: #000;
	font-weight: 500;
	max-width: 70%;
	margin: 0 0 5px 0;
}
.video-info .row {
	margin-bottom: 10px;
	overflow: hidden;
}
.video-info .row:last-child {
	border-top: 1px solid #e1e1e1;
	padding: 12px 20px 0 20px;
	margin: 0 -20px;
}
@media only screen and (max-width: 525px) {
	.video-info .row {
		text-align: center;
	}
}
.video-info .info {
	float: left;
	margin-right: 10px;
	text-align: left;
}
@media only screen and (max-width: 525px) {
	.video-info .info {
		float: none;
	}
}
.video-info .info li {
	font-size: 14px;
	line-height: 21px;
	color: #999;
}
.video-info .info li a {
	color: #d82328;
}
.video-info .categories {
	overflow: hidden;
	text-align: right;
	padding: 27px 0 0 0;
}
@media only screen and (max-width: 525px) {
	.video-info .categories {
		padding: 10px 0 0 0;
		text-align: center;
	}
}
.video-info .categories a {
	margin: 5px 0 0 10px;
	background: #e1e1e1;
	font-size: 12px;
	line-height: 31px;
	color: #999;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 15px;
	-webkit-transition: color 0.3s, background 0.3s;
	   -moz-transition: color 0.3s, background 0.3s;
	     -o-transition: color 0.3s, background 0.3s;
	        transition: color 0.3s, background 0.3s;
}
@media only screen and (max-width: 525px) {
	.video-info .categories a {
		margin: 5px 0 0 3px;
	}
}
.video-info .categories a:first-child {
	margin: 5px 0 0 0;
}
.video-info .categories a:hover {
	background: #d82328;
	color: #fff;
}
.add-playlist {
	display: inline-block;
	vertical-align: top;
	padding: 0 9px;
	font-size: 14px;
	line-height: 32px;
	background: #d82328;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	color: #fff;
	-webkit-transition: background 0.3s;
	   -moz-transition: background 0.3s;
	     -o-transition: background 0.3s;
	        transition: background 0.3s;
}
.add-playlist:hover {
	background: #d82328;
}

/* .add-playlist.add-serialy {
	margin: 10px 0 0;
}

@media only screen and (max-width: 785px) {
	.add-playlist.add-serialy {
		margin: 0 0 0 5px;
	}
}

@media only screen and (max-width: 340px) {
	.add-playlist.add-serialy {
		margin: 10px 0 0;
	}
} */

.modal-create-serialy .playlist-list {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.modal-create-serialy .playlist-list li {
	margin: 0 0 10px;
	width: 50%;
}

.modal-create-serialy .add-serialy {
	display: inline-block;
	vertical-align: top;
	padding: 0 9px;
	font-size: 14px;
	line-height: 32px;
	background: #d82328;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	margin: 10px 0 0;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
}

.modal-create-serialy .add-serialy:hover {
	background: #d82328;
}

.video-info .description {
	font-size: 14px;
	line-height: 21px;
	color: #999;
	text-align: left;
	margin-bottom: 7px;
}
.video-info .description.closed {
	max-height: 42px;
	overflow: hidden;
}
.video-info .description a {
	color: #d82328;
}
.video-info .show-more {
	color: #d82328;
}
.rating {
	position: absolute;
	right: 20px;
	top: 15px;
}
.rating li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.rating li:last-child {
	margin-left: 20px;
}
@media only screen and (max-width: 525px) {
	.rating li:last-child {
		margin-left: 0;
	}
}
.rating a {
	font-size: 30px;
	color: #999;
	display: block;
	margin-bottom: 2px;
	-webkit-transition: color 0.3s;
	   -moz-transition: color 0.3s;
	     -o-transition: color 0.3s;
	        transition: color 0.3s;
}
.rating a.not-active {
	cursor: default;
	pointer-events: none;
}
.rating a:hover,
.rating a.active {
	color: #d82328;
}
.rating span {
	font-size: 14px;
	line-height: 21px;
	color: #999;
	display: block;
	font-weight: 300;
}
.socials {
	padding: 20px 0;
	text-align: center;
}
.socials a {
	display: inline-block;
	vertical-align: middle;
	font-size: 31px;
	color: #999;
	margin: 0 15px;
	-webkit-transition: color 0.3s;
	   -moz-transition: color 0.3s;
	     -o-transition: color 0.3s;
	        transition: color 0.3s;
}
.socials a:hover {
	color: #d82328;
}
.socials .vk {
	font-size: 19px;
}
.block-comments {
	background: #fff;
	-webkit-box-shadow: 0px 0px 4px 0px #e1e1e1;
	   -moz-box-shadow: 0px 0px 4px 0px #e1e1e1;
	        box-shadow: 0px 0px 4px 0px #e1e1e1;
	border: 1px solid #e1e1e1;
}
.block-comments .show-more {
	text-align: center;
	padding: 20px 0;
}
.block-comments .show-more span {
	cursor: pointer;
	font-size: 12px;
	line-height: 21px;
	color: #999;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: color 0.3s;
	   -moz-transition: color 0.3s;
	     -o-transition: color 0.3s;
	        transition: color 0.3s;
}
.block-comments .show-more span:hover {
	color: #000;
}
.form-comment {
	overflow: hidden;
	padding: 15px 40px 15px 20px;
	border-bottom: 1px solid #e1e1e1;
}
@media only screen and (max-width: 525px) {
	.form-comment {
		padding: 10px;
	}
}
.form-comment .author {
	float: left;
	text-align: center;
	width: 100px;
	margin-right: 20px;
}
@media only screen and (max-width: 525px) {
	.form-comment .author {
		width: 80px;
	}
}
@media only screen and (max-width: 525px) {
	.form-comment .author {
		margin-right: 10px;
	}
}
.form-comment .author .avatar {
	display: block;
	width: 80px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	margin: 0 auto 8px;
}
.form-comment .author .name {
	font-size: 12px;
	line-height: 21px;
	color: #999;
}
.form-comment .row-overflow {
	padding: 12px 0 0 16px;
	text-align: right;
}
.textarea-holder {
	position: relative;
}
.textarea-holder:after {
	position: absolute;
	right: 100%;
	top: 2px;
	content: '';
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-right: 14px solid #F4F4F4;
	margin: 0 -1px 0 0px;
}
.textarea-holder:before {
	position: absolute;
	top: 0;
	content: '';
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #E1E1E1;
	right: 100%;
	margin: 0 -1px 0 0px;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="file"] {
	width: 100%;
	border: 1px solid #e1e1e1;
	background: #f4f4f4;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
	padding: 0 8px;
	font-size: 14px;
}
input[type="text"].error,
input[type="password"].error,
input[type="email"].error,
input[type="file"].error {
	border-color: #f00;
}
.input-text {
	height: 32px;
}
textarea {
	border: 1px solid #e1e1e1;
	background: #f4f4f4;
	width: 100%;
	height: 70px;
	resize: none;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
	padding: 8px 10px;
	font-size: 14px;
}
.send {
	margin: 13px 0 0 0;
	display: inline-block;
	vertical-align: top;
	padding: 0 45px;
	font-size: 14px;
	line-height: 42px;
	background: #d82328;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	color: #fff;
	-webkit-transition: background 0.3s;
	   -moz-transition: background 0.3s;
	     -o-transition: background 0.3s;
	        transition: background 0.3s;
}
@media only screen and (max-width: 525px) {
	.send {
		margin: 5px 0 0 0;
		padding: 0 20px;
		line-height: 35px;
	}
}
.send:hover {
	background: #d82328;
}
.list-comments {
	padding: 0 0 0 33px;
}
@media only screen and (max-width: 525px) {
	.list-comments {
		padding: 0 0 0 10px;
	}
}
.list-comments .comment {
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
	padding: 20px 20px 20px 0;
}
.list-comments .comment:last-child {
	border-bottom: none;
}
.list-comments .comment .avatar {
	float: left;
	margin: 0 60px 0 0;
	overflow: hidden;
	display: block;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	width: 64px;
}
@media only screen and (max-width: 525px) {
	.list-comments .comment .avatar {
		margin: 0 7px 0 0;
		width: 50px;
	}
}
.list-comments .comment .rating {
	position: static;
}
.list-comments .comment .rating-holder {
	float: right;
	margin: 18px 0 0 30px;
	position: relative;
}
@media only screen and (max-width: 525px) {
	.list-comments .comment .rating-holder {
		margin: 18px 0 0 10px;
	}
}
.list-comments .comment .rating-holder .result {
	position: absolute;
	bottom: 100%;
	right: 0;
	margin: 0 0 5px 0;
	white-space: nowrap;
}
.list-comments .comment .rating a {
	font-size: 15px;
}
.list-comments .comment .text {
	overflow: hidden;
}
.list-comments .comment .text .name {
	font-size: 12px;
	line-height: 21px;
	color: #999;
	font-weight: 300;
}
.list-comments .comment .text p {
	font-size: 18px;
	line-height: 21px;
	font-weight: 300;
}
@media only screen and (max-width: 525px) {
	.list-comments .comment .text p {
		font-size: 15px;
		line-height: 18px;
	}
}
.block-info .title {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 25px;
}
.block-info p {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 40px;
}
.block-info p:last-child {
	margin-bottom: 0;
}
.upload-block .right-column {
	width: 31%;
	display: none;
}
@media only screen and (max-width: 785px) {
	.upload-block .right-column {
		float: none;
		width: 100%;
		margin: 0 0 10px 0;
	}
}
.upload-block .content {
	padding: 2px;
}
.upload-form {
/*	border: 1px solid #e1e1e1;
	background: #fff;
	padding: 15px 20px 20px 20px;
	-webkit-box-shadow: 0px 0px 4px 0px #e1e1e1;
	   -moz-box-shadow: 0px 0px 4px 0px #e1e1e1;
	        box-shadow: 0px 0px 4px 0px #e1e1e1;*/
}
.upload-form .column {
	width: 48%;
}
@media only screen and (max-width: 525px) {
	.upload-form .column {
		width: 100%;
	}
}
.upload-form .left {
	float: left;
}
@media only screen and (max-width: 525px) {
	.upload-form .left {
		float: none;
	}
}
.upload-form .right {
	float: right;
}
@media only screen and (max-width: 525px) {
	.upload-form .right {
		float: none;
	}
}
.upload-form textarea {
	height: 114px;
	font-size: 14px;
	padding: 12px 20px;
}
.upload-form .block_content,
.aside-form {
	border: 1px solid #e1e1e1;
	margin-bottom: 10px;
	background: #fff;
	padding: 15px 20px;
	-webkit-box-shadow: 0px 0px 4px 0px #e1e1e1;
	   -moz-box-shadow: 0px 0px 4px 0px #e1e1e1;
	        box-shadow: 0px 0px 4px 0px #e1e1e1;
}
.aside-form .list-categories .item {
	margin-bottom: 5px;
}
.upload-form .block_header {
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	margin: 10px 0 23px 0;
}
.upload-form input[type="checkbox"],
.upload-form input[type="radio"] {
	display: inline-block;
	vertical-align: top;
	width: auto;
	margin: 0 3px 0 0;
}
.upload-form .list-categories {
	font-size: 0;
}
.upload-form .list-categories .item {
	width: 33.33%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 8px 0;
	font-size: 14px;
	line-height: 16px;
}
@media only screen and (max-width: 525px) {
	.upload-form .list-categories .item {
		width: 50%;
	}
}
.upload-form .buttons {
	margin: 5px 0 0 0;
}
.upload-form .buttons .submit {

}
#fullsubmit {
	display: block;
	width: 120px;
	margin: 0 auto;
}


.block-form {
	display: none;
	overflow: hidden;
	margin-bottom: 15px;
}
.block-form:last-child {
	margin-bottom: 0;
}
.row-form {
	margin-bottom: 15px;
}
.row-form:last-child {
	margin-bottom: 0;
}
.radios {
}
.radios li {
	margin: 0 0 5px 0;
	font-size: 14px;
	line-height: 16px;
}
.label {
	font-size: 18px;
	line-height: 21px;
	color: #333;
	margin-bottom: 3px;
	display: block;
}
.label .g_hint {
	font-size: 15px;
	line-height: 17px;
}
.block-more {
	overflow: hidden;
}
.block-more .all, .block-more .cancel {
	float: left;
	color: #d82328;
	font-size: 14px;
	line-height: 21px;
	cursor: pointer;
}
.block-more .all .ico, .block-more .cancel .ico {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	line-height: 18px;
	border: 1px solid #447ad3;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	text-align: center;
	margin-right: 5px;
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	     -o-transform: rotate(90deg);
	        transform: rotate(90deg);
	-webkit-transition: -webkit-transform 0.5s;
	   -moz-transition: -moz-transform 0.5s;
	     -o-transition: -o-transform 0.5s;
	        transition: transform 0.5s;
}
.block-more .all .text, .block-more .cancel .text {
	display: inline-block;
	vertical-align: middle;
}
.block-more .all.active .ico, .block-more .cancel.active .ico {
	-webkit-transform: rotate(270deg);
	   -moz-transform: rotate(270deg);
	    -ms-transform: rotate(270deg);
	     -o-transform: rotate(270deg);
	        transform: rotate(270deg);
}
.block-more .cancel {
	float: right;
	color: #333;
}
.block-more .cancel .ico {
	-webkit-transform: rotate(0);
	   -moz-transform: rotate(0);
	    -ms-transform: rotate(0);
	     -o-transform: rotate(0);
	        transform: rotate(0);
	border: 1px solid #333;
}
input[type="checkbox"],
input[type="radio"] {
	display: none;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
	font-size: 16px;
	line-height: 18px;
	color: #444;
	cursor: pointer;
	position: relative;
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
	content: "";
	display: inline-block;
	vertical-align: top;
	height: 16px;
	width: 16px;
	margin: 0 9px 0 0;
	border: 1px solid #e5e5e5;
}
input[type="checkbox"] + label::before {
	background: #e5e5e5;
}
input[type="radio"] + label::before {
	background: #e5e5e5;
	border-radius: 50%;
}
input[type="checkbox"]:disabled + label::before {
	background: pink;
}
input[type="checkbox"]:checked:disabled + label::before {
	background: gray;
}
input[type="radio"]:disabled + label::before {
	background: pink;
}
input[type="radio"]:checked:disabled + label::before {
	background: gray;
}
input[type="checkbox"]:checked + label:after {
	content: '';
	position: absolute;
	left: 7px;
	top: 5px;
	width: 4px;
	height: 7px;
	border: solid #d82328;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
input[type="radio"]:checked + label::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background: #d82328;
	border-radius: 50%;
	left: 3px;
	top: 4px;
}

.member-form {
	border: 1px solid #e1e1e1;
	background: #fff;
	padding: 15px 20px 20px 20px;
	-webkit-box-shadow: 0px 0px 4px 0px #e1e1e1;
	-moz-box-shadow: 0px 0px 4px 0px #e1e1e1;
	box-shadow: 0px 0px 4px 0px #e1e1e1;
	max-width: 500px;
	margin: 0 auto;
}
.member-form .topmost {
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
}
.member-form .block_header {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	margin: 0 0 15px 0;
}
.submit-holder {
	text-align: center;
	margin: 15px 0;
}
.submit,
input.submit {
	display: inline-block;
	vertical-align: top;
	padding: 0 26px;
	font-size: 14px;
	line-height: 42px;
	background: #d82328;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}
.submit:disabled,
input.submit:disabled {
	cursor: not-allowed;
	background: #ff8689;
}
.submit:hover {
	background: #d82328;
}
.submit.close {
	background: #D63F3F;
}
.submit.close:hover {
	background: #C35151;
}
.captcha .control {
	margin-bottom: 15px;
}
.field_error {
	color: red;
	font-size: 13px;
	line-height: 15px;
}
.forgot p {
	font-size: 14px;
	line-height: 16px;
}
.forgot p a {
	color: #3F77D2;
}
.message_error {
	color: red;
	text-align: center;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 16px;
}
.player {
	position: relative;
	height: 400px;
	z-index: 10;
}
#kt_player, #kt_player object, #kt_player_internal, #kt_preview {
	position: absolute!important;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
	z-index: 10;
}
.success {
	color: #379E37;
	font-size: 13px;
	line-height: 15px;
}
.failure {
	color: red;
	font-size: 13px;
	line-height: 15px;
}

/*start bs modal*/
.modal-open {
	overflow: hidden;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	text-align: center;
}
.modal:before {
	display: inline-block;
	vertical-align: middle;
	content: " ";
	height: 100%;
	width: 0;
	margin: 0 0 0 -4px;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	max-width: 700px;
}
.modal-content {
	position: relative;
	-webkit-background-clip: padding-box;
		background-clip: padding-box;
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.fade.in {
	opacity: 1;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.in {
	opacity: .5;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

.loader {
	margin: 6em auto;
	font-size: 10px;
	display: none;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load 1.1s infinite linear;
	animation: load 1.1s infinite linear;
}
.loader,
.loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
	position: absolute;
	overflow: hidden;
	margin: -5em 0 0 -5em;
	left: 50%;
	top: 50%;
}
@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/*end bs modal*/
.modal-dialog .close {
	position: absolute;
	right: 1px;
	top: 1px;
	width: 25px;
	height: 25px;
	font-size: 18px;
	background: #d82328;
	color: #fff;
	z-index: 1;
}
.modal-dialog .form {
	padding: 10px;
	background: #fff;
	box-shadow: 0px 0px 4px 0px #000;
}
.modal-dialog .form .title {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}
.modal-dialog .form .block-button {
	text-align: center;
}
.modal-dialog .form .list-playlists {
	margin-bottom: 15px;
	max-height: 227px;
	overflow: auto;
}
.modal-dialog .form .list-playlists li {
	padding: 8px 10px;
	margin-bottom: 2px;
}
.modal-dialog .form .right .list-playlists {
	max-height: 130px;
}
.modal-dialog .form .right .list-playlists li {
	padding: 0;
	border: none;
	box-shadow: none;
	margin-bottom: 4px;
}

.modal-dialog .form .form-header {
	font-size: 18px;
	line-height: 20px;
	margin: 5px 0 15px 0;
	color: #003333;
}
.modal-dialog .form .form-header strong {
	font-weight: 700;
}
.modal-dialog .form .form-content {
	overflow: hidden;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 15px 0 10px 0;
}
.modal-dialog .form .left {
	float: left;
	width: 44%;
}
.modal-dialog .form .right {
	float: right;
	width: 50%;
}
@media only screen and (max-width: 525px) {
	.modal-dialog .form .left {
		float: none;
		width: 100%;
	}
	.modal-dialog .form .right {
		float: none;
		width: 100%;
	}
}

.modal-dialog .list-images {
	text-align: center;
	font-size: 0;
}
.modal-dialog .list-images .image-item {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0 1% 5px 1%;
}
.modal-dialog .list-images .image-item:first-child {
	width: 100%;
	margin: 0 0 5px 0;
}
.modal-dialog .list-images .image-item img {
	margin: 0 auto;
}
.modal-dialog .list-images .image-item .options {
	padding: 5px 0;
}
.modal-dialog .list-categories .item {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 4px 0;
}
.modal-dialog .list-radios .item:first-child {
	margin-bottom: 5px;
}

.playlist_view {
	position: relative;
	padding-bottom: 56%;
	padding-top: 20px;
	height: 0;

	margin: 0 0 15px 0;
}
.playlist_view iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.wrap {
	overflow: hidden;
}
.g_hidden,
.hide {
	display: none;
}
.hidden-block {
	display: none;
	margin-bottom: 15px;
}
.form-holder {
	border: 1px solid #e1e1e1;
	background: #fff;
	padding: 15px 20px 20px 20px;
	-webkit-box-shadow: 0px 0px 4px 0px #e1e1e1;
	   -moz-box-shadow: 0px 0px 4px 0px #e1e1e1;
	        box-shadow: 0px 0px 4px 0px #e1e1e1;
}
.form-holder .block_content {
	max-width: 500px;
}
.form-holder .block_header {
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 10px 0;
}
.form-holder .block_header a {
	color: #d82328;
}
.form-holder .block_header a:hover {
	text-decoration: underline;
}

.uploader_progress {
	-webkit-transition: width .2s;
	-moz-transition: width .2s;
	-o-transition: width .2s;
	transition: width .2s;
}
.uploader_progress .progress_bar {
	height: 32px;
	line-height: 32px;
	background: #ff8689;
	font-size: 12px;
	color: #000;
	white-space: nowrap;
	text-indent: 5px;
	border-radius: 2px;
	-webkit-transition: width .2s;
	-moz-transition: width .2s;
	-o-transition: width .2s;
	transition: width .2s;
}
#progress-full {
	margin-bottom: 15px;
	position: relative;
}

.video_edit.upload-form .submit {
	margin: 0 0 10px 0;
}

.upload-form .block_content {
	padding: 15px 20px 5px;
}

.not_found {
	font-size: 15px;
	line-height: 18px;
	color: red;
	margin: 0 0 10px 0;
}
.playlists_list {
	position: absolute;
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
	max-width: 400px;
	z-index: 1000;
	background: #fff;
	padding: 5px;
	border: 1px solid #E1E1E1;
}
.playlists_list div {
	margin-bottom: 5px;
}
.playlists_list div:last-child {
	margin-bottom: 0;
}
.playlists_list div a {
	color: #333;
}
.newplaylist .close {
	color: #d82328;
}
.modal-playlist {
	max-width: 500px;
}

.create-playlist-holder {
	margin: -10px 0 10px 0;
}
.autosave-checkbox {
	margin: 0 0 15px 0;
}
.autosave-checkbox input {
	display: none !important;
}
.no-video {
	background: #000;
	color: #fff;
	text-align: center;
	line-height: 400px;
	font-size: 40px;
}



.ui-draggable {
	cursor: move;
}
.ui-droppable-active:after,
.ui-droppable-highlight:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 2px dashed #d82328;
}
.ui-droppable-hover,
.ui-droppable-highlight {
	background: #adc1e2 !important;
	/*animation: none;*/
}
.ui-droppable-hover:after,
.ui-droppable-highlight:after {
	border: 2px solid #d82328;
}
input.register {
	display: inline;
}
#invisible {
	display: none;
}

.edit-my-video {
	display: inline-block;
    vertical-align: top;
    padding: 0 9px;
    font-size: 14px;
    line-height: 32px;
    background: #cc3737;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	color: #fff;
	cursor: pointer;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.edit-my-video:hover {
	background: #e04747;
}
.upload-block {
    min-height: 300px;
}

.hidden-block {
	display: none;
}

.margin.not_found {
	margin: 0 0 200px;
}

.video-info .title {
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
}

.headline .title .text {
	font-weight: 400;
	color: #000;
}

.page-error {
    padding: 10px;
    background: transparent;
    color: #e62117;
    border: 1px solid #e62117;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    margin: 0 0 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.uploader_popup {
	left: 50% !important;
	transform: translateX(-50%) !important;
}