@font-face {
	font-family: 'Averta Std';
	src: url('/tpl/fonts/AvertaStdRegular.woff2') format('woff2'), url('/tpl/fonts/AvertaStdRegular.woff') format('woff');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'Averta Std';
	src: url('/tpl/fonts/AvertaStdSemibold.woff2') format('woff2'), url('/tpl/fonts/AvertaStdSemibold.woff') format('woff');
	font-weight: 600;
	font-style: normal
}

@font-face {
	font-family: 'Averta Std';
	src: url('/tpl/fonts/AvertaStdBold.woff2') format('woff2'), url('/tpl/fonts/AvertaStdBold.woff') format('woff');
	font-weight: 700;
	font-style: normal
}

*,
*:before,
*:after,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	position: relative;
	max-width: 100%;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased!important;
	font-family: 'Averta Std', sans-serif;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	min-width: 320px;
	max-width: 100%;
	position: relative;
	min-height: 100%;
	overflow-x: hidden;
	background: #f9f9f9;
	color: #777;
	height: 100%
}

body.theme-night {
	background: #2c2c2c;
	color: #777
}

a,
img {
	outline: 0
}

img,
svg {
	max-width: 100%;
	vertical-align: top;
	border: 0
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all ease-out .2s;
	transition: all ease-out .2s
}

a:focus,
a:active,
a:hover {
	text-decoration: none
}

input {
	font-family: inherit
}

iframe {
	border: 0
}

.body-overlay {
	display: none;
	position: absolute;
	top: 55px;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 19
}

@media(max-width:1399px) {
	.body-fxd {
		/* position: fixed;
		overflow: hidden;
		width: 100% */
	}
	.body-fxd .body-overlay {
		/* display: block */
	}
}

.actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.actions__item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: top;
	margin-right: 125px;
	padding: 0;
	background: 0;
	box-shadow: none;
	border: 0;
	outline: 0;
	cursor: pointer;
	-webkit-appearance: none
}

.actions__item:last-child {
	margin-right: 0
}

.actions__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 27px;
	height: 27px;
	margin-right: 7px;
	opacity: .6
}

.actions__item:hover .actions__icon {
	opacity: 1
}

.actions__name {
	font-size: 15px;
	line-height: 17px;
	color: #777;
	font-weight: bold;
	-webkit-transition: color .3s;
	transition: color .3s
}

.actions__item:hover .actions__name {
	color: #222
}

.theme-night .actions__item:hover .actions__name {
	color: #ccc
}

.theme-night .actions__item--favorites:hover .actions__name,
.actions__item--favorites:hover .actions__name {
	color: #de4648
}

.actions__icon .ico--check {
	display: none;
	fill: #222;
	width: 20px;
	height: 16px
}

.theme-night .actions__icon .ico--check {
	fill: #ccc
}

.actions__item--favorites:hover .actions__icon .ico--check {
	fill: #de4648
}

.actions__item--active .ico--check {
	display: block
}

.actions__item--active .ico--border-clock,
.actions__item--active .ico--border-heart {
	display: none
}

@media(max-width:1919px) {
	.actions__item {
		margin-right: 70px
	}
}

@media(max-width:1499px) {
	.actions__item {
		margin-right: 90px
	}
	.player--narrow .actions__item {
		margin-right: 25px
	}
}

@media(max-width:1291px) {
	.actions__item {
		margin-right: 50px
	}
	.player--narrow .actions__item {
		margin-right: 40px
	}
	.player--narrow .actions__icon {
		width: 40px;
		height: 30px
	}
	.player--narrow .actions__name {
		display: none
	}
}

@media(max-width:1099px) {
	.player--narrow .actions__icon {
		width: 27px;
		height: 27px
	}
	.player--narrow .actions__name {
		display: block
	}
}

@media(max-width:959px) {
	.player--narrow .actions__item,
	.actions__item {
		margin-right: 40px
	}
	.player--narrow .actions__icon,
	.actions__icon {
		width: 40px;
		height: 30px
	}
	.player--narrow .actions__name,
	.actions__name {
		display: none
	}
}

@media(max-width:639px) {
	.player--narrow .actions__item,
	.actions__item {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0;
		flex: 1 0 0;
		margin-right: 0
	}
	.player--narrow .actions__icon,
	.actions__icon {
		width: 100%;
		height: 30px
	}
}

.body {
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed
}

.body__content,
.body__footer {
	display: table-row
}

.body__content {
	height: 100%
}

.button {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 17px;
	line-height: 17px;
	color: #222;
	font-weight: 700;
	text-align: center;
	padding: 23px 20px 22px;
	background: #ffd632;
	border-radius: 7px;
	box-shadow: none;
	border: 0;
	cursor: pointer;
	outline: 0;
	-webkit-appearance: none;
	-webkit-transition: box-shadow .3s;
	transition: box-shadow .3s
}

.button:hover {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15)
}

.button--md {
	font-size: 13px;
	line-height: 13px;
	padding-top: 20px;
	padding-bottom: 17px
}

.button--sm {
	width: auto;
	padding: 13px 20px 12px 20px;
	font-size: 13px;
	line-height: 13px;
	border-radius: 3px
}

.button--border {
	background: 0;
	border: 1px solid #ccc;
	color: #777;
	padding-top: 12px;
	padding-bottom: 11px
}

.theme-night .button--border {
	border-color: rgba(231, 231, 231, .1)
}

.button--grey {
	background: #e5e5e5
}

.button[disabled] {
	opacity: .7;
	pointer-events: none;
	cursor: default
}

.chat {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 20;
	border-radius: 50%;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 3px 6px 0 rgba(0, 0, 0, 0.06)
}

.chat__counter {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: -7px;
	right: 0;
	background: #222;
	border-radius: 15px;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 6px 11px
}

@media(max-width:639px) {
	.chat__counter {
		top: -4px;
		font-size: 14px;
		line-height: 14px;
		padding: 4px 8px
	}
}

.comments {
	position: relative;
	background: #fff;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
	padding: 20px 25px;
	margin-top: 20px
}

.theme-night .comments {
	background: #313131
}

.comments__wrap {
	max-width: 870px;
	margin: 0 auto
}

.comments__title {
	font-size: 20px;
	line-height: 22px;
	color: #222;
	font-weight: 400;
	margin: 0
}

.theme-night .comments__title {
	color: #ccc
}

.comments__form {
	margin-top: 15px
}

.comments__row {
	margin-top: 15px
}

.comments__row:first-child {
	margin-top: 0
}

.comments__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 30px
}

.comments__captcha {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.comments__button {
	margin-left: 30px;
	width: 100%;
	max-width: 427px
}

.comments__list {
	margin: 35px 0 0;
	padding: 35px 0 0;
	list-style: none;
	border-top: 1px solid #f4f4f4
}

.theme-night .comments__list {
	border-top-color: rgba(216, 216, 216, .1)
}

.comments__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 30px;
	position: relative
}

.comments__item:first-child {
	margin-top: 0
}

.comments__pic {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 29px;
	height: 29px;
	margin-right: 10px
}

.comments__pic img {
	border-radius: 50%
}

.comments__pic svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 29px;
	height: 29px
}

.comments__pic .ico--profile-pic-night {
	display: none
}

.theme-night .comments__pic .ico--profile-pic-night {
	display: inline-block
}

.theme-night .comments__pic .ico--profile-pic {
	display: none
}

.comments__info {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0;
	flex: 1 0 0
}

.comments__name {
	display: block;
	font-size: 13px;
	line-height: 15px;
	color: #777
}

.comments__text {
	margin-top: 6px;
	font-size: 15px;
	line-height: 17px;
	color: #222
}

.theme-night .comments__text {
	color: #ccc
}

.comments__more {
	display: block;
	width: 100%;
	margin-top: 30px;
	margin-bottom: -15px;
	border: 0;
	border-top: 1px solid #f4f4f4;
	padding: 20px 5px 15px;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #222;
	text-align: center;
	cursor: pointer;
	background: 0;
	box-shadow: none;
	outline: 0;
	-webkit-appearance: none
}

.theme-night .comments__more {
	color: #ccc;
	border-top-color: rgba(216, 216, 216, .1)
}

.comments__more:hover {
	color: #777
}

@media(max-width:959px) {
	.comments {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media(max-width:639px) {
	.comments {
		margin-top: 10px;
		padding: 15px 10px
	}
	.comments__title {
		font-size: 16px;
		line-height: 18px
	}
	.comments__form {
		margin-top: 7px
	}
	.comments__actions {
		display: block;
		margin-top: 12px
	}
	.comments__button {
		margin-left: 0;
		margin-top: 20px;
		max-width: 100%
	}
	.comments__list {
		margin-top: 20px;
		padding-top: 20px
	}
	.comments__item {
		display: block;
		margin-top: 20px
	}
	.comments__name {
		padding-top: 8px;
		padding-left: 32px;
		min-height: 25px
	}
	.comments__pic {
		position: absolute;
		top: 0;
		left: 0;
		width: 25px;
		height: 25px
	}
	.comments__text {
		margin-top: 5px;
		font-size: 13px;
		line-height: 16px
	}
	.comments__more {
		margin-top: 16px;
		margin-bottom: -10px;
		padding-top: 18px
	}
}

.content {
	position: relative;
	width: 100%;
	min-height: 100%;
	padding-top: 80px;
	padding-left: 240px;
	-webkit-transition: padding .2s;
	transition: padding .2s
}

.content--sidebar-hid {
	padding-left: 0
}

.content__sidebar {
	position: fixed;
	top: 80px;
	margin-left: -240px;
	bottom: 0;
	width: 240px;
	background: #f3f3f3;
	z-index: 999999999
}

.theme-night .content__sidebar {
	background: #222
}

.content--sidebar-hid .content__sidebar {
	display: none
}

.content--sidebar-top .content__sidebar {
	top: 0
}

.content__body {
	padding: 7px 30px 70px
}

.content__info {
	display: none;
	margin-bottom: 10px
}

.content__info--vis {
	display: block
}

.content__info:last-child {
	margin-bottom: 0
}

@media(max-width:1919px) {
	.content {
		padding-top: 55px
	}
	.content__sidebar {
		top: 55px
	}
}

@media(max-width:1599px) {
	.content__body {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media(max-width:1399px) {
	.content {
		padding-left: 0
	}
	.content--sidebar-video.content--sidebar-hid .content__sidebar,
	.content__sidebar {
		display: none;
		left: 0;
		margin-left: 0
	}
	.content--sidebar-video .content__sidebar,
	.content--sidebar-hid .content__sidebar {
		/* display: block;
		z-index: 999999999 */
	}
}

@media(max-width:959px) {
	.content {
		padding-top: 0
	}
}

@media(max-width:639px) {
	.content__body {
		padding: 2px 5px 50px 5px
	}
	.content__info {
		display: block
	}
}

.cust-radio {
	display: block;
	position: relative;
	padding-left: 25px;
	min-height: 15px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.cust-radio input {
	position: absolute;
	opacity: 0
}

.cust-radio__name {
	font-size: 14px;
	line-height: 16px;
	color: #777
}

.cust-radio__checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	border: 1px solid #d8d8d8
}

.theme-night .cust-radio__checkmark {
	border-color: #777
}

.cust-radio input:checked~.cust-radio__checkmark {
	border: 5px solid #222
}

.theme-night .cust-radio input:checked~.cust-radio__checkmark {
	border-color: #777
}

.cust-radio__checkmark:after {
	content: '';
	position: absolute;
	display: none
}

.cust-radio input:checked~.cust-radio__checkmark:after {
	display: block
}

.emoji {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	margin: 0;
	list-style: none;
	padding: 8px 8px 7px;
	z-index: 1
}

.emoji--sm {
	padding: 0
}

.emoji:before {
	content: '';
	position: absolute;
	bottom: -14px;
	left: 50%;
	margin-left: 200px;
	width: 28px;
	height: 28px;
	background: #fff;
	border-radius: 0 0 0 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.30);
	z-index: -1
}

.emoji--sm:before,
.emoji--list:before {
	display: none
}

.theme-night .emoji:before {
	background: #222
}

.emoji--negative:before {
	margin-left: 250px
}

.emoji--hid {
	opacity: 0;
	visibility: hidden
}

.emoji__item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	position: relative;
	cursor: pointer
}

.emoji__item input {
	position: absolute;
	opacity: 0
}

.emoji--sm .emoji__item {
	margin-left: -7px;
	margin-right: 0;
	border: 2px solid transparent;
	border-radius: 50%
}

.emoji--sm .emoji__item:first-child {
	margin-left: 0
}

.emoji__item:last-child {
	margin-right: 0
}

.emoji__pic {
	display: inline-block;
	vertical-align: top;
	position: relative;
	height: 40px
}

.emoji__pic:after {
	content: '';
	position: absolute;
	top: 100%;
	margin-top: 4px;
	left: 50%;
	margin-left: -7px;
	width: 15px;
	height: 3px;
	background: #ffd632;
	display: none
}

.emoji--negative .emoji__pic:after {
	background: #f65366
}

.emoji__item input:checked~.emoji__pic:after {
	display: block
}

.emoji--sm .emoji__pic {
	height: 20px
}

.emoji__pic svg,
.emoji__pic img {
	max-width: none;
	max-height: 100%
}

.emoji__title {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-bottom: 10px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #222;
	font-size: 13px;
	line-height: 13px;
	color: #fff;
	padding: 6px 11px;
	border-radius: 13px;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s
}

.emoji__item:hover .emoji__title,
span.hovered {
	opacity: 1;
	visibility: visible
}

.emoji--sm .emoji__title {
	left: -10px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	font-size: 11px;
	line-height: 11px;
	margin-bottom: 5px
}

.emoji--sm .emoji__title:after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 7px 0 7px;
	border-color: #222 transparent transparent transparent
}

@media(max-width:959px) {
	.emoji {
		padding: 3px 6px 4px
	}
	.emoji--sm {
		padding: 0
	}
	.emoji:before {
		margin-left: 75px;
		bottom: -11px;
		width: 22px;
		height: 22px
	}
	.emoji--negative:before {
		margin-left: 140px
	}
	.emoji__pic {
		height: 27px
	}
	.emoji__pic:after {
		margin-top: 1px
	}
	.emoji__item {
		margin-right: 0
	}
}

@media(max-width:639px) {
	.emoji {
		padding: 5px 4px 3px
	}
	.emoji:before {
		margin-left: -32px
	}
	.emoji--negative:before {
		margin-left: 32px
	}
	.emoji__pic {
		height: 18px
	}
	.emoji__item {
		margin-right: -2px
	}
}

.emoji-check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-left: 70px;
	padding-top: 2px;
	min-height: 18px
}

.emoji-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.emoji-check__pic {
	position: absolute;
	top: -2px;
	left: 23px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 24px;
	width: 42px;
	margin-right: 5px
}

.emoji-check__pic img {
	max-width: none;
	max-height: 100%
}

.emoji-check__name {
	display: inline-block;
	vertical-align: top
}

.emoji-check__name {
	font-size: 15px;
	line-height: 17px;
	color: #777;
	white-space: normal
}

.emoji-check__mark {
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #d8d8d8;
	border-radius: 2px
}

.theme-night .emoji-check__mark {
	border-color: #777
}

.emoji-check input:checked~.emoji-check__mark {
	background: #343a40;
	border-color: #343a40
}

.theme-night .emoji-check input:checked~.emoji-check__mark {
	background: #777;
	border-color: #777
}

.emoji-check__mark svg {
	position: absolute;
	top: 4px;
	left: 3px;
	opacity: 0
}

.emoji-check__mark .ico--del {
	fill: #fff;
	left: 4px
}

.emoji-check input:checked~.emoji-check__mark svg {
	opacity: 1
}

.filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	padding-top: 40px
}

.filter__side {
	width: 50%;
	margin-right: 50px
}

.filter__side:last-child {
	margin-right: 0
}

.filter__line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.filter__col {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	margin-right: 44px
}

.filter__col:last-child {
	margin-right: 0
}

.filter__title {
	font-size: 13px;
	line-height: 15px;
	color: #222;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	border-bottom: 1px solid #e7e7e7;
	padding: 0 13px 15px;
	position: relative
}

.theme-night .filter__title {
	color: #ccc;
	border-bottom-color: rgba(231, 231, 231, .1)
}

.filter__handler {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer
}

.filter__handler svg {
	position: absolute;
	top: 18px;
	right: 1px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: transform .3s;
	transition: transform .3s
}

.filter__col--open .filter__handler svg,
.filter__handler--active svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.filter__list {
	margin: 12px 0 0;
	padding: 0;
	list-style: none
}

.filter__list.filter-emoji {
	margin-top: 17px
}

.filter__item {
	margin-top: 5px
}

.filter__list.filter-emoji .filter__item {
	margin-top: 17px
}

.filter__item:first-child {
	margin-top: 0
}

@media(max-width:1599px) {
	.filter__col,
	.filter__side {
		margin-right: 20px
	}
}

@media(max-width:1219px) {
	.filter {
		display: block
	}
	.filter__side {
		width: 100%;
		margin-right: 0;
		margin-top: 20px
	}
	.filter__side:first-child {
		margin-top: 0
	}
}

@media(max-width:639px) {
	.filter {
		background: #fff;
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
		padding: 4px 10px
	}
	.theme-night .filter {
		background: #313131
	}
	.filter__side {
		margin-top: 0
	}
	.filter__line {
		display: block
	}
	.filter__col {
		margin-right: 0
	}
	.filter__col--open .filter__col:last-child {
		padding-bottom: 10px
	}
	.filter__title {
		font-size: 13px;
		line-height: 15px;
		padding: 15px 0 16px
	}
	.filter__side:last-child .filter__title {
		border-bottom: 0
	}
	.filter__col--open .filter__title {
		border-bottom: 0
	}
	.filter__list {
		display: none;
		margin-top: -4px;
		padding-bottom: 10px;
		border-bottom: 1px solid #e7e7e7
	}
	.theme-night .filter__list {
		border-bottom-color: rgba(231, 231, 231, .1)
	}
	.filter-emoji {
		margin-top: 4px;
		padding-bottom: 0;
		border-bottom: 0
	}
	.filter__handler {
		display: block
	}
}

.filter-check {
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 15px;
	line-height: 15px;
	color: #777;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.filter-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.filter-check__name {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 7px 36px 7px 13px;
	border-radius: 3px;
	border: 1px solid transparent
}

.filter-check__name svg {
	position: absolute;
	top: 8px;
	right: 12px;
	display: none
}

.theme-night .filter-check__name svg {
	top: 9px
}

.filter-check input:checked~.filter-check__name svg {
	display: block
}

.filter-check input:checked~.filter-check__name {
	color: #222;
	background: #f1f2f1
}

.theme-night .filter-check input:checked~.filter-check__name {
	color: #ccc;
	border-color: #434343;
	background: transparent
}

@media(max-width:639px) {
	.filter-check {
		font-size: 14px;
		line-height: 14px;
		font-weight: 600
	}
	.filter-check__name {
		display: block;
		border-radius: 0;
		padding-left: 10px;
		padding-right: 10px;
		margin-left: -10px;
		margin-right: -10px
	}
	.filter-check__name svg {
		fill: #222
	}
	.theme-night .filter-check input:checked~.filter-check__name {
		background: #434343
	}
}

.filter-handler {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 0;
	outline: 0;
	background: 0;
	border: 0;
	box-shadow: none;
	cursor: pointer;
	-webkit-appearance: none
}

.filter-handler__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px
}

.filter-handler__text {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 15px;
	color: #222;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	padding-right: 16px;
	-webkit-transition: color .3s;
	transition: color .3s
}

.filter-handler:focus .filter-handler__text,
.filter-handler:hover .filter-handler__text {
	color: #777
}

.theme-night .filter-handler__text {
	color: #ccc
}

.filter-handler__text svg {
	position: absolute;
	top: 3px;
	right: 0;
	opacity: .3;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: transform .3s;
	transition: transform .3s
}

.section--filter-open .filter-handler__text svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

@media(max-width:639px) {
	.filter-handler__icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 28px;
		height: 28px;
		background: #fff;
		border-radius: 3px;
		margin-right: 0
	}
	.theme-night .filter-handler__icon {
		background: #313131
	}
	.filter-handler__text {
		display: none
	}
}

.grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -5px;
	padding: 0;
	list-style: none
}

.grid__item {
	display: block;
	padding: 5px;
	width: 25%
}

.grid--sm .grid {
	margin: -5px
}

.grid--sm .grid__item {
	padding: 5px;
	width: 50%
}

@media(max-width:1409px) {
	.grid__item {
		width: 25%;
	}
}

@media(max-width:999px) {
	.grid {
		margin: -4px
	}
	.grid__item {
		padding: 4px
	}
}

@media(max-width:659px) {
	.grid {
		margin: -3px
	}
	.grid__item {
		width: 50%;
		padding: 3px
	}
}

@media(max-width:479px) {
	.grid__item {
		width: 100%;
		max-width: 450px;
		margin: 0 auto
	}
}

.header {
	position: fixed;
	left: 0;
	right: 0;
	background: #fff;
	box-shadow: 0 3px 6px 0 rgba(92, 92, 92, 0.04);
	z-index: 10
}

.header--static {
	position: absolute
}

.theme-night .header {
	background: #313131;
	box-shadow: none
}

.header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	padding: 18px 40px 17px 20px
}

.header--blank .header__inner {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 40px 11px 20px
}

.header__burger {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 45px;
	height: 45px;
	background: 0;
	padding: 0;
	border: 0;
	box-shadow: none;
	cursor: pointer;
	outline: 0;
	-webkit-appearance: none;
	top: 3px
}

.header__logo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	margin-left: 12px
}

.header__search {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	position: relative;
	margin-left: 117px;
	margin-right: 117px
}

.header__nav {
	position: relative
}

.header__nav--mobile {
	display: none
}

.header__theme {
	position: relative;
	margin-left: 45px
}

.header__back {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 20px;
	left: 40px;
	font-size: 15px;
	line-height: 17px;
	color: #222
}

.header__back svg {
	display: none
}

.theme-night .header__back {
	color: #ccc
}

.header__back:hover {
	text-decoration: underline
}

@media(max-width:1919px) {
	.header__inner {
		padding: 5px 35px 5px 20px
	}
	.header__search {
		margin-left: 55px;
		margin-right: 55px
	}
	.header__back {
		left: 35px
	}
}

@media(max-width:1599px) {
	.header__inner {
		padding-right: 20px
	}
	.header__theme {
		margin-left: 30px
	}
	.header__search {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin-left: 50px;
		margin-right: auto
	}
}

@media(max-width:1399px) {
	.header__inner {
		padding-right: 30px
	}
	.header__search {
		margin-left: 30px
	}
	.header__back {
		left: 30px
	}
}

@media(max-width:959px) {
	.header {
		position: relative;
		left: auto;
		right: auto
	}
	.header__inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 20px;
		padding-right: 20px
	}
	.header__logo {
		margin-right: auto;
		margin-left: 4px
	}
	.header--blank .header__logo {
		margin-right: 0
	}
	.header__search {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
		width: 100%;
		margin-top: 15px;
		margin-left: 0;
		margin-right: 0
	}
	.header__theme {
		margin-left: 25px
	}
	.header__back {
		left: 20px
	}
	.header__burger {
		left: -10px
	}
}

@media(max-width:639px) {
	.header__inner {
		padding: 8px 10px 10px
	}
	.header__burger {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		left: 0;
		top: -2px
	}
	.header__logo {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-left: auto;
		top: -6px;
		left: -14px
	}
	.header--blank .header__logo {
		margin-left: 0;
		left: 0;
		top: 0
	}
	.header__search {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		margin-top: 0;
		right: 12px;
		top: -4px
	}
	.header--search-vis .header__search {
		position: absolute;
		top: 10px;
		left: 10px;
		right: 10px;
		width: auto;
		z-index: 10
	}
	.header__nav {
		display: none;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
		width: 100%;
		margin-top: 2px;
		padding-top: 8px;
		border-top: 1px solid #e7e7e7
	}
	.theme-night .header__nav {
		border-top-color: rgba(231, 231, 231, .1)
	}
	.theme-night .header--search-vis .header__nav,
	.header--search-vis .header__nav {
		border-top-color: transparent
	}
	.header__nav--mobile {
		display: none;
	}
	.header__theme {
		display: none
	}
	.header__back {
		position: absolute;
		top: 17px;
		left: 15px;
		width: 30px;
		height: 20px;
		font-size: 0
	}
	.header__back svg {
		display: block;
		position: absolute;
		top: 3px;
		left: 0
	}
}

.ico {
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	fill: #222
}

.ico--burger {
	width: 23px;
	height: 19px
}

.ico--cam {
	width: 15px;
	height: 18px
}

.ico--upload {
	width: 18px;
	height: 17px;
	stroke: #222
}

.ico--sign-up {
	width: 20px;
	height: 18px;
	stroke: #222
}

.ico--login {
	width: 19px;
	height: 15px
}

.ico--sun {
	width: 13px;
	height: 13px
}

.ico--moon {
	width: 12px;
	height: 12px
}

.ico--home {
	width: 19px;
	height: 19px
}

.ico--bell {
	width: 17px;
	height: 19px
}

.ico--fire {
	width: 16px;
	height: 23px
}

.ico--fame {
	width: 20px;
	height: 20px
}

.ico--flash {
	width: 15px;
	height: 20px
}

.ico--folder {
	width: 21px;
	height: 16px
}

.ico--star {
	width: 19px;
	height: 21px
}

.ico--history {
	width: 24px;
	height: 20px
}

.ico--heart {
	width: 22px;
	height: 19px
}

.ico--watch {
	width: 21px;
	height: 21px
}

.ico--thumb {
	width: 17px;
	height: 20px
}

.ico--crown {
	width: 16px;
	height: 15px;
	stroke: #222
}

.ico--list {
	width: 13px;
	height: 13px
}

.ico--tv {
	width: 13px;
	height: 13px
}

.ico--film-night,
.ico--film {
	width: 30px;
	height: 30px
}

.ico--profile {
	width: 14px;
	height: 18px;
	stroke: #222
}

.ico--border-heart {
	width: 27px;
	height: 23px;
	fill: none;
	stroke: #222
}

.actions__item:hover .ico--border-heart {
	fill: #de4648;
	stroke: #de4648
}

.ico--border-clock {
	width: 23px;
	height: 23px
}

.ico--border-download {
	width: 27px;
	height: 25px
}

.ico--info {
	width: 25px;
	height: 25px
}

.ico--flag {
	width: 20px;
	height: 27px
}

.ico--arrow {
	width: 6px;
	height: 10px
}

.ico--thumbs-up {
	width: 22px;
	height: 19px;
	stroke: #222
}

.theme-night .ico--thumbs-up {
	stroke: #777;
	fill: #ccc
}

.ico--filter {
	width: 14px;
	height: 14px;
	stroke: #222
}

.ico--magnifier {
	width: 18px;
	height: 18px
}

.ico--del {
	width: 8px;
	height: 8px;
	fill: #777
}

.ico--download {
	width: 13px;
	height: 15px
}

.ico--check {
	width: 10px;
	height: 8px;
	fill: #fff
}

.ico--arrow-back {
	width: 21px;
	height: 15px
}

.ico--arrow-down {
	width: 12px;
	height: 16px
}

.ico--edit {
	width: 15px;
	height: 14px;
	fill: #777
}

.ico--plus {
	width: 12px;
	height: 12px
}

.theme-night .ico {
	fill: #dadada
}

.theme-night .ico--edit {
	fill: #777
}

.ico--del2 {
	width: 12px;
	height: 12px;
	fill: #777
}

.ico--man {
	width: 11px;
	height: 14px
}

.ico--cinema {
	width: 14px;
	height: 14px
}

.theme-night .ico--border-heart,
.theme-night .ico--profile,
.theme-night .ico--crown,
.theme-night .ico--filter,
.theme-night .ico--upload,
.theme-night .ico--sign-up {
	stroke: #dadada
}

.theme-night .ico--del2,
.theme-night .ico--flag,
.theme-night .ico--info,
.theme-night .ico--border-download,
.theme-night .ico--border-clock {
	fill: #ccc
}

.theme-night .ico--border-heart {
	fill: none
}

.ico--nice-model {
	width: 39px;
	height: 45px
}

.emoji--sm .ico--nice-model {
	width: 21px;
	height: 24px
}

.ico--nice-tits {
	width: 73px;
	height: 43px
}

.emoji--sm .ico--nice-tits {
	width: 37px;
	height: 27px
}

.ico--watched-it-again {
	width: 40px;
	height: 40px
}

.emoji--sm .ico--watched-it-again {
	width: 20px;
	height: 20px
}

.ico--nice-pussy {
	width: 40px;
	height: 40px
}

.emoji--sm .ico--nice-pussy {
	width: 20px;
	height: 20px
}

.ico--nice-ass {
	width: 52px;
	height: 40px
}

.emoji--sm .ico--nice-ass {
	width: 26px;
	height: 20px
}

.ico--interesting {
	width: 40px;
	height: 40px
}

.emoji--sm .ico--interesting {
	width: 20px;
	height: 20px
}

.ico--real-story {
	width: 39px;
	height: 40px
}

.emoji--sm .ico--real-story {
	width: 20px;
	height: 21px
}

.ico--nice-story {
	width: 40px;
	height: 40px
}

.emoji--sm .ico--nice-story {
	width: 20px;
	height: 20px
}

.ico--nice-fucking {
	width: 70px;
	height: 48px
}

.emoji--sm .ico--nice-fucking {
	width: 35px;
	height: 24px
}

.ico--art {
	width: 39px;
	height: 40px
}

.emoji--sm .ico--art {
	width: 20px;
	height: 21px
}

.ico--made-me-cum {
	width: 33px;
	height: 40px
}

.emoji--sm .ico--made-me-cum {
	width: 17px;
	height: 20px
}

.ico--funny {
	width: 40px;
	height: 40px
}

.emoji--sm .ico--funny {
	width: 20px;
	height: 20px
}

.ico--boring {
	width: 40px;
	height: 40px
}

.emoji--sm .ico--boring {
	width: 20px;
	height: 20px
}

.ico--wrong-title {
	width: 40px;
	height: 40px
}

.emoji--sm .ico--wrong-title {
	width: 20px;
	height: 20px
}

.ico--ugly-model {
	width: 39px;
	height: 40px
}

.emoji--sm .ico--ugly-model {
	width: 20px;
	height: 21px
}

.ico--total-shit {
	width: 48px;
	height: 40px
}

.emoji--sm .ico--total-shit {
	width: 24px;
	height: 20px
}

.ico--too-short {
	width: 50px;
	height: 40px
}

.emoji--sm .ico--too-short {
	width: 25px;
	height: 20px
}

.ico--fake-story {
	width: 40px;
	height: 40px
}

.emoji--sm .ico--fake-story {
	width: 20px;
	height: 20px
}

.ico--poor-fucking {
	width: 59px;
	height: 40px
}

.emoji--sm .ico--poor-fucking {
	width: 30px;
	height: 20px
}

.ico--too-much-talking {
	width: 40px;
	height: 40px
}

.emoji--sm .ico--too-much-talking {
	width: 20px;
	height: 20px
}

.ico--too-much-male {
	width: 38px;
	height: 46px
}

.emoji--sm .ico--too-much-male {
	width: 18px;
	height: 22px
}

.ico--bad-sound {
	width: 46px;
	height: 39px
}

.emoji--sm .ico--bad-sound {
	width: 23px;
	height: 20px
}

.ico--add {
	width: 39px;
	height: 40px
}

.ico--chat {
	width: 72px;
	height: 72px
}

.ico--tag-night,
.ico--tag {
	width: 40px;
	height: 40px
}

.ico--profile-pic-hover-night,
.ico--profile-pic-night,
.ico--profile-pic-hover,
.ico--profile-pic {
	width: 130px;
	height: 130px
}

.ico--cross {
	width: 14px;
	height: 14px;
	fill: #ccc
}

.ico--free,
.ico--more,
.ico--playlist,
.ico--favorites,
.ico--post,
.ico--download2 {
	width: 44px;
	height: 44px
}

@media(max-width:959px) {
	.ico--nice-model {
		width: 26px;
		height: 30px
	}
	.ico--nice-tits {
		width: 49px;
		height: 36px
	}
	.ico--watched-it-again {
		width: 27px;
		height: 27px
	}
	.ico--nice-pussy {
		width: 27px;
		height: 27px
	}
	.ico--nice-ass {
		width: 35px;
		height: 27px
	}
	.ico--interesting {
		width: 27px;
		height: 27px
	}
	.ico--real-story {
		width: 26px;
		height: 27px
	}
	.ico--nice-story {
		width: 27px;
		height: 27px
	}
	.ico--nice-fucking {
		width: 46px;
		height: 32px
	}
	.ico--art {
		width: 26px;
		height: 27px
	}
	.ico--made-me-cum {
		width: 23px;
		height: 27px
	}
	.ico--funny {
		width: 27px;
		height: 27px
	}
	.ico--boring {
		width: 27px;
		height: 27px
	}
	.ico--wrong-title {
		width: 27px;
		height: 27px
	}
	.ico--ugly-model {
		width: 26px;
		height: 27px
	}
	.ico--total-shit {
		width: 32px;
		height: 27px
	}
	.ico--too-short {
		width: 34px;
		height: 27px
	}
	.ico--fake-story {
		width: 27px;
		height: 27px
	}
	.ico--poor-fucking {
		width: 40px;
		height: 27px
	}
	.ico--too-much-talking {
		width: 27px;
		height: 27px
	}
	.ico--too-much-male {
		width: 24px;
		height: 30px
	}
	.ico--bad-sound {
		width: 31px;
		height: 26px
	}
	.ico--add {
		width: 27px;
		height: 28px
	}
}

@media(max-width:639px) {
	.ico--border-heart {
		width: 18px;
		height: 16px
	}
	.ico--border-clock {
		width: 15px;
		height: 15px
	}
	.ico--border-download {
		width: 17px;
		height: 16px
	}
	.ico--info {
		width: 16px;
		height: 16px
	}
	.ico--flag {
		width: 12px;
		height: 16px
	}
	.ico--filter {
		width: 17px;
		height: 17px
	}
	.ico--film-night,
	.ico--film {
		width: 25px;
		height: 25px
	}
	.ico--chat {
		width: 62px;
		height: 62px
	}
	.ico--tag-night,
	.ico--tag {
		width: 25px;
		height: 25px
	}
}

.ico-features {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative
}

.ico-features__image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 15px
}

.ico-features__name {
	font-size: 14px;
	line-height: 16px;
	color: #222;
	font-weight: 600;
	padding-top: 15px
}

.ico-features__name--lg {
	font-size: 17px;
	line-height: 19px;
	font-weight: bold
}

.theme-night .ico-features__name {
	color: #ccc
}

.ico-text {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	vertical-align: top;
	position: relative;
	margin-right: 30px;
	font-size: 14px;
	line-height: 16px;
	color: #222
}

.theme-night .ico-text {
	color: #ccc
}

.ico-text:last-child {
	margin-right: 0
}

.ico-text__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: none;
	vertical-align: top;
	margin-right: 6px;
	position: relative;
	top: -1px
}

.ico-text__title {
	color: #777;
	margin-right: 4px
}

@media(max-width:639px) {
	.ico-text {
		font-size: 13px;
		line-height: 15px;
		margin-right: 17px
	}
	.ico-text__title {
		display: none
	}
	.ico-text__icon {
		display: inline-block
	}
}

.info {
	position: relative;
	margin-top: 20px;
	padding: 20px 40px;
	background: #fff;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
	overflow: hidden
}

.theme-night .info {
	background: #313131
}

.info__title {
	font-size: 13px;
	line-height: 13px;
	color: #777;
	font-weight: 400;
	margin: 0 0 5px
}

.info__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 0;
	padding: 0;
	list-style: none
}

.info__item {
	display: inline-block;
	vertical-align: top;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 300px;
	flex: 0 0 300px;
	width: 300px;
	margin-left: 5px
}

.info__item:first-child {
	margin-left: 0
}

.info__link {
	display: block;
	width: 300px;
	height: 350px
}

.content--sidebar-video.content--sidebar-hid .info__item:nth-child(4) {
	display: block
}

.info--sm .info__link {
	/* height: 100px */
}

.info--wide .info__item {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	width: 100%
}

.info--wide .info__link {
	width: 100%;
	height: auto;
	-webkit-transform-origin: top left;
	transform-origin: top left
}

@media(max-width:1919px) {
	.info__item:nth-child(5) {
		display: none
	}
}

@media(max-width:1599px) {
	.info {
		padding-left: 10px;
		padding-right: 10px
	}
	.info__item {
		margin-left: 10px
	}
}

@media(max-width:1499px) {
	.info__list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media(max-width:1291px) {
	.info__item:nth-child(4) {
		display: none
	}
	.content--sidebar-video.content--sidebar-hid .info__item:nth-child(4) {
		display: none
	}
}

@media(max-width:999px) {
	.info__item:nth-child(3) {
		display: none
	}
}

@media(max-width:679px) {
	.info__item:nth-child(2) {
		display: none
	}
}

@media(max-width:639px) {
	.info {
		padding: 0;
		background: 0;
		box-shadow: none;
		margin-top: 10px
	}
	.info__title {
		font-size: 11px;
		line-height: 11px
	}
}

.info-text {
	margin-top: 64px;
	font-size: 12px;
	line-height: 17px;
	color: #777
}

@media(max-width:1399px) {
	.info-text {
		margin-top: 54px
	}
}

@media(max-width:959px) {
	.info-text {
		margin-top: 44px
	}
}

@media(max-width:639px) {
	.info-text {
		margin-top: 34px;
		font-size: 11px
	}
}

.input {
	position: relative
}

.input__label {
	display: block;
	font-size: 15px;
	line-height: 17px;
	color: #222;
	margin: 0 0 8px 0
}

.theme-night .input__label {
	color: #777
}

.input__area {
	width: 100%;
	height: 60px;
	font-family: inherit;
	font-size: 15px;
	line-height: 15px;
	font-weight: 400;
	color: #222;
	border: 1px solid #e5e5e5;
	background: 0;
	box-shadow: none;
	border-radius: 3px;
	padding: 1px 20px 0;
	position: relative;
	outline: 0;
	-webkit-appearance: none
}

.theme-night .input__area {
	color: #ccc;
	border-color: #434343
}

.theme-night .input--bg .input__area {
	border-color: #2c2c2c;
	background: #2c2c2c
}

.input__area--sm {
	height: 45px;
	padding-left: 15px;
	padding-right: 15px
}

.input__area--count {
	padding-right: 50px
}

textarea.input__area {
	height: 84px;
	padding-top: 15px;
	padding-bottom: 15px;
	resize: vertical
}

textarea.input__area--sm {
	height: 60px
}

.input__area::-webkit-input-placeholder {
	color: #777
}

.input__area::-moz-placeholder {
	color: #777
}

.input__area:-ms-input-placeholder {
	color: #777
}

.input__area.placeholder {
	color: #777
}

.input__area:focus::-webkit-input-placeholder {
	color: transparent
}

.input__area:focus::-moz-placeholder {
	color: transparent
}

.input__area:focus:-ms-input-placeholder {
	color: transparent
}

.input__area.placeholder:focus {
	color: transparent
}

.input__counter {
	position: absolute;
	top: 42px;
	right: 16px;
	font-size: 13px;
	line-height: 13px;
	color: #777
}

.input__note {
	display: none;
	margin-top: 7px;
	font-size: 11px;
	line-height: 11px;
	color: #777
}

.input--error .input__area {
	border-color: #de4648;
	z-index: 1;
	height: 68px
}

.input__hint {
	display: none;
	position: absolute;
	bottom: 5px;
	left: 15px;
	font-size: 12px;
	line-height: 12px;
	color: #de4648;
	font-weight: 400;
	z-index: 99
}

.input--error2 .input__hint,
.input--error .input__hint {
	display: block
}

.input--error2 .input__hint {
	position: static;
	margin-top: 10px
}

@media(max-width:639px) {
	.input__area {
		padding-left: 10px;
		height: 40px;
		font-size: 13px
	}
	.input__area--count {
		padding-right: 40px
	}
	.input__note {
		display: block
	}
	textarea.input__area {
		height: 60px
	}
	textarea.input__area--sm {
		height: 45px;
		padding-bottom: 0
	}
	.upload .input__area--sm::-webkit-input-placeholder {
		color: transparent
	}
	.upload .input__area--sm::-moz-placeholder {
		color: transparent
	}
	.upload .input__area--sm:-ms-input-placeholder {
		color: transparent
	}
	.upload .input__area--sm.placeholder {
		color: transparent
	}
}

.item {
	display: block;
	position: relative;
	background: #fff;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08)
}

.theme-night .item {
	background: #313131
}

.grid--sm .item {
	box-shadow: none
}

.item__image {
	display: block;
	position: relative;
	overflow: hidden
}

.item__image:before {
	display: block;
	content: '';
	width: 100%;
	padding-top: 56.25%
}

.item__inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: url(/tpl/images/ico-loader.svg) no-repeat 50% 50%;
	background-size: 30px 30px
}

.item__main {
	display: block;
	position: relative;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-webkit-touch-callout: none
}

.item__description {
	padding: 0 10px;
	height: 47px;
	overflow: hidden
}

.grid--sm .item__description {
	height: 23px;
	padding: 0
}

.item__counter {
	position: absolute;
	top: 10px;
	right: 10px;
	background: rgba(52, 58, 64, .68);
	font-size: 12px;
	line-height: 12px;
	color: #e2e3e4;
	padding: 5px 7px 3px;
	border-radius: 2px
}

.grid--sm .item__counter {
	top: 5px;
	right: 5px;
	padding: 4px 5px 2px
}

.item__title {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	display: block;
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	color: #222;
	position: relative;
	overflow: hidden;
	height: 40px;
	padding: 9px 0 0
}

.theme-night .item__title {
	color: #ccc
}

.grid--sm .item__title {
	padding-top: 5px;
	height: auto;
	white-space: nowrap;
	text-overflow: ellipsis
}

.item__about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative
}

.item__reactions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: rgba(52, 58, 64, .68);
	border-radius: 13px;
	padding: 1px 7px 1px 3px
}

.item__emoji {
	height: 24px;
	margin-left: -7px;
	border: 2px solid #fff;
	border-radius: 50%
}

.item__emoji img {
	max-width: none;
	max-height: 100%
}

.theme-night .item__emoji {
	border-color: #313131
}

.item__emoji:first-child {
	margin-left: 0
}

.item__text {
	font-size: 13px;
	line-height: 13px;
	color: #fff;
	margin-left: 5px;
	position: relative;
	top: 1px
}

.item__line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative
}

.item__rate {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
	position: relative;
	font-size: 13px;
	line-height: 13px;
	color: #777;
	padding-left: 28px;
	padding-top: 6px;
	min-height: 19px;
	margin-left: 5px
}

.item__rate svg {
	position: absolute;
	top: 0;
	left: 0
}

.item__actions {
	display: none;
	font-size: 0
}

.item__button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	vertical-align: top;
	margin-right: 10px;
	width: 60px;
	height: 28px;
	background-color: #f9f9f9;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-radius: 2px
}

.theme-night .item__button {
	background-color: #222
}

.item__button:last-child {
	margin-right: 0
}

.item__button--watch-later .ico--watch {
	width: 15px;
	height: 15px
}

.item__button .ico--check {
	display: none;
	fill: #222
}

.theme-night .item__button .ico--check {
	fill: #dadada
}

.item__button--active .ico--check {
	display: block
}

.item__button--active .ico--watch {
	display: none
}

.item__category {
	font-size: 16px;
	line-height: 16px;
	color: #222;
	font-weight: bold;
	padding: 10px;
	margin: 0;
	height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.theme-night .item__category {
	color: #ccc
}

.item:hover .item__category,
.item a:hover {
	color: #777
}

.item__click {
	position: absolute;
	left: 10px;
	background: rgba(34, 34, 34, .68);
	width: 28px;
	height: 20px;
	border-radius: 2px;
	box-shadow: none;
	border: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	outline: 0;
	-webkit-appearance: none;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
	z-index: 1
}

.hoverontouch--aktiv .item__click,
.item__main:hover .item__click {
	opacity: 1;
	visibility: visible
}

.item__click--favorites {
	top: 10px
}

.item__click--later {
	top: 40px
}

.item__click svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: .5
}

.item__click:hover svg {
	opacity: .9
}

.item__click--favorites svg {
	width: 16px;
	height: 14px;
	fill: #fff
}

.item__click--later svg {
	width: 14px;
	height: 14px;
	fill: #fff
}

.item__click .actions__icon {
	opacity: 1
}

.item__click--active svg {
	opacity: 1;
	fill: #fff!important
}

.item__click .ico--check {
	display: none;
	width: 16px;
	height: 12px
}

.item__click--active .ico--check {
	display: block
}

.item__click--active .ico--heart,
.item__click--active .ico--watch {
	display: none
}

.item__preview-container {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .9)
}

.item__preview {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%
}

.item__preview-container video {
	pointer-events: none
}

.item__preview-container video::-webkit-media-controls,
.item__preview-container video::-webkit-media-controls-volume-slider,
.item__preview-container video::-webkit-media-controls-toggle-closed-captions-button,
.item__preview-container video::-webkit-media-controls-mute-button,
.item__preview-container video::-webkit-media-controls-time-remaining-display,
.item__preview-container video::-webkit-media-controls-time-remaining-display,
.item__preview-container video::-webkit-media-controls-current-time-display,
.item__preview-container video::-webkit-media-controls-timeline,
.item__preview-container video::-webkit-media-controls-play-button,
.item__preview-container video::-webkit-media-controls-fullscreen-button {
	display: none
}

@media(max-width:479px) {
	.item__description {
		height: 65px;
		padding-left: 8px;
		padding-right: 8px
	}
	.item__title {
		height: auto;
		white-space: nowrap;
		text-overflow: ellipsis;
		padding-top: 10px;
		padding-bottom: 0
	}
	.item__about {
		justify-content: flex-end;
		margin-top: -28px;
		padding-top: 5px;
		border-top: 0
	}
	.item__click,
	.item__reactions {
		display: none
	}
	.item__actions {
		display: block
	}
	.item__counter {
		top: 5px;
		right: 5px
	}
	.item__line {
		display: block
	}
	.item__rate {
		display: inline-block;
		vertical-align: top;
		margin-top: 8px
	}
}

.line {
	position: relative;
	padding: 10px 30px 15px
}

.line:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 30px;
	right: 30px;
	height: 1px;
	background: #e7e7e7
}

.theme-night .line:after {
	background: rgba(231, 231, 231, .1)
}

.line__title {
	font-size: 13px;
	line-height: 15px;
	color: #777;
	font-weight: 400;
	text-align: left;
	margin: 0
}

.line__list {
	margin-top: 10px
}

@media(max-width:1499px) {
	.line {
		padding-left: 15px;
		padding-right: 15px
	}
	.line:after {
		left: 15px;
		right: 15px
	}
}

@media(max-width:639px) {
	.line {
		display: none
	}
}

.login {
	position: relative;
	max-width: 460px;
	margin: 0 auto;
	padding: 10% 10px
}

.login__title {
	text-align: center
}

.login__error {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #de4648;
	margin-bottom: 15px
}

.login__form {
	margin-top: 25px
}

.login__fields {
	position: relative
}

.login__row {
	margin-top: -1px
}

.login__row:first-child {
	margin-top: 0
}

.login__row .input__area {
	border-radius: 0
}

.login__row:first-child .input__area {
	border-radius: 4px 4px 0 0
}

.login__row:last-child .input__area {
	border-radius: 0 0 4px 4px
}

.login__captcha {
	margin-top: 20px
}

.login__button {
	margin-top: 30px
}

.login__action {
	margin-top: 50px;
	font-size: 15px;
	line-height: 17px;
	color: #777;
	font-weight: 400;
	text-align: center
}

.login__action a {
	color: #222
}

.theme-night .login__action a {
	color: #ccc
}

.login__action a:hover {
	text-decoration: underline
}

.logo {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 166px;
	height: 42px
}

.logo--night {
	display: none
}

.theme-night .logo {
	display: none
}

.theme-night .logo--night {
	display: inline-block
}

@media(max-width:1919px) {
	.logo {
		width: 133px;
		height: 34px
	}
}

@media(max-width:1399px) {
	.logo {
		width: 119px;
		height: 30px
	}
}

.member-modal {
	position: relative;
	color: #222
}

.theme-night .member-modal {
	color: #ccc
}

.member-modal__header {
	text-align: center;
	border-bottom: 1px solid #ececec;
	padding: 40px 40px 30px
}

.theme-night .member-modal__header {
	border-color: rgba(231, 231, 231, .1)
}

.member-modal__title {
	font-size: 27px;
	line-height: 29px;
	font-weight: bold;
	margin: 0
}

.member-modal__text {
	font-size: 19px;
	line-height: 21px;
	margin-top: 10px
}

.member-modal__body {
	padding: 30px 40px 40px
}

.member-modal__features {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 210px
}

.member-modal__item {
	margin-top: 20px
}

.member-modal__item:first-child {
	margin-top: 0
}

.member-modal__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px
}

.member-modal__button {
	display: inline-block;
	vertical-align: top;
	margin-right: 17px
}

.member-modal__button:last-child {
	margin-right: 0
}

@media(max-width:639px) {
	.member-modal__header {
		padding: 20px 30px
	}
	.member-modal__title {
		font-size: 20px;
		line-height: 22px
	}
	.member-modal__text {
		font-size: 14px;
		line-height: 16px
	}
	.member-modal__body {
		padding: 20px
	}
}

.mobile-block {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 21;
	background: rgba(255, 255, 255, .7);
	padding: 5px
}

.theme-night .mobile-block {
	background: rgba(0, 0, 0, .7)
}

.mobile-block__wrap {
	position: relative;
	max-width: 300px;
	margin: 0 auto;
	text-align: center
}

.mobile-block__title {
	font-size: 13px;
	line-height: 15px;
	color: #222;
	font-weight: 400;
	text-align: center;
	margin: 0 0 3px
}

.theme-night .mobile-block__title {
	color: #ccc
}

.mobile-block iframe {
	display: inline-block;
	vertical-align: top
}

.mobile-block__close {
	position: absolute;
	top: -5px;
	right: -5px;
	background: #222;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 0;
	box-shadow: none;
	padding: 0;
	cursor: pointer;
	-webkit-appearance: none;
	outline: 0
}

.mobile-block__close:before,
.mobile-block__close:after {
	content: '';
	position: absolute;
	top: 7px;
	left: 14px;
	width: 2px;
	height: 15px;
	background: #f2f2f2
}

.mobile-block__close:before {
	transform: rotate(45deg)
}

.mobile-block__close:after {
	transform: rotate(-45deg)
}

@media(max-width:639px) {
	.mobile-block {
		display: block
	}
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background: rgba(0, 0, 0, .5);
	overflow-y: auto;
	padding: 20px 0
}

.theme-night .modal {
	background: rgba(0, 0, 0, .8)
}

.modal__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 100%
}

.modal__window {
	position: relative;
	width: 500px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08)
}

.theme-night .modal__window {
	background: #222
}

.modal__close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	padding: 0;
	background: 0;
	border: 0;
	box-shadow: none;
	cursor: pointer;
	outline: 0;
	-webkit-appearance: none
}

.modal__close svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media(max-width:639px) {
	.modal__window {
		width: 300px
	}
	.modal__close {
		right: 0;
		top: 0
	}
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.nav__link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: top;
	margin-right: 45px
}

.nav__link:last-child {
	margin-right: 0
}

.nav__text {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	font-size: 15px;
	line-height: 17px;
	color: #222;
	margin-right: 10px;
	max-width: 215px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: color .3s;
	transition: color .3s;
	position: relative;
	top: 2px
}

.nav__link:hover .nav__text {
	color: #ffd632
}

.theme-night .nav__text {
	color: #dadada
}

.nav__icon {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	background: #f9f9f9;
	border-radius: 50%
}

.theme-night .nav__icon {
	background: #2c2c2c
}

@media(max-width:1599px) {
	.nav__link {
		margin-right: 30px
	}
}

@media(max-width:1399px) {
	.nav__text {
		display: none
	}
}

@media(max-width:959px) {
	.nav__link {
		margin-right: 25px
	}
}

@media(max-width:639px) {
	.nav {
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.nav__link {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0;
		flex: 1 0 0;
		display: block;
		margin-right: 0
	}
	.nav__icon {
		margin-left: auto;
		margin-right: auto
	}
	.nav__icon .ico {
		opacity: .5
	}
	.nav__link--active .nav__icon .ico {
		opacity: 1
	}
	.nav__text {
		display: block;
		margin: 2px auto 0;
		font-size: 13px;
		line-height: 15px;
		max-width: 85px;
		text-align: center
	}
	.nav__link--active .nav__text {
		font-weight: bold
	}
}

.notification {
	margin: 10px 0;
	padding: 18px 20px;
	font-size: 15px;
	line-height: 17px;
	font-weight: 400;
	border: 1px solid transparent;
	border-radius: 4px
}

.notification--red {
	color: #de4648;
	border-color: rgba(255, 0, 0, .2);
	background: rgba(222, 70, 72, .18)
}

.notification--green {
	color: #03a87c;
	background: rgba(3, 168, 124, .18);
	border-color: rgba(3, 168, 124, .2)
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	margin-top: 30px;
	padding-bottom: 20px
}

.pagination--side {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.pagination__list {
	margin: 0 30px;
	font-size: 0
}

.pagination__link {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	background: #fff;
	border-radius: 3px;
	padding: 18px 21px 17px;
	font-size: 15px;
	line-height: 15px;
	color: #222;
	font-weight: bold
}

.theme-night .pagination__link {
	color: #ccc;
	background: #313131
}

.pagination__link:hover {
	color: #ffd632
}

.theme-night .pagination__link--active,
.pagination__link--active {
	background: #ffd632;
	color: #222
}

.pagination__link--active:hover {
	color: #222
}

.pagination__link:first-child {
	margin-left: 0
}

.pagination__arrow {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 15px;
	color: #222;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background: #fff;
	padding: 18px 21px 17px;
	border-radius: 3px;
	min-width: 194px
}

.theme-night .pagination__arrow {
	color: #ccc;
	background: #313131
}

.pagination__arrow:hover {
	background: #ffd632;
	color: #222
}

.pagination__arrow span {
	display: inline-block;
	vertical-align: top;
	position: relative
}

.pagination__arrow--prev span {
	padding-left: 30px
}

.pagination__arrow--next span {
	padding-right: 30px
}

.pagination__arrow svg {
	content: '';
	position: absolute;
	top: 2px
}

.pagination__arrow--prev svg {
	left: 0
}

.pagination__arrow--next svg {
	right: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.theme-night .pagination__arrow:hover svg {
	fill: #222
}

@media(max-width:1399px) {
	.pagination {
		padding-bottom: 10px
	}
	.pagination__link {
		display: none
	}
	.pagination__link:nth-child(1),
	.pagination__link:nth-child(2),
	.pagination__link:nth-child(3),
	.pagination__link:nth-last-child(2),
	.pagination__link:last-child {
		display: inline-block
	}
}

@media(max-width:959px) {
	.pagination {
		margin-top: 20px
	}
	.pagination__list {
		margin-left: 20px;
		margin-right: 20px
	}
	.pagination__link:nth-last-child(2),
	.pagination__link:last-child {
		display: none
	}
}

@media(max-width:639px) {
	.pagination__list {
		display: none
	}
	.pagination__arrow {
		width: 50%;
		min-width: 1px;
		font-size: 13px;
		line-height: 13px;
		padding: 19px 10px 18px
	}
	.pagination__arrow--prev {
		margin-right: 10px
	}
	.pagination__arrow svg {
		display: none
	}
	.pagination__arrow--prev span {
		padding-left: 0
	}
	.pagination__arrow--next span {
		padding-right: 0
	}
}

.player {
	position: relative;
	padding-top: 13px
}

.player__inner {
	position: relative;
	padding-right: 520px
}

.player--wide .player__inner {
	padding-right: 0
}

.player__block {
	width: 100%
}

.player__side {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 500px;
	overflow: hidden
}

@media(max-width:1919px) {
	.player__inner {
		padding-right: 434px
	}
	.player__side {
		width: 414px
	}
}

@media(max-width:1659px) {
	.player {
		padding-top: 8px
	}
}

@media(max-width:1499px) {
	.player__inner {
		padding-right: 0
	}
	.player__side {
		display: none
	}
	.player--narrow .player__inner {
		padding-right: 426px
	}
	.player--narrow .player__side {
		display: block;
		width: 409px
	}
}

@media(max-width:1291px) {
	.player {
		padding-top: 3px
	}
	.player--narrow .player__inner {
		padding-right: 394px
	}
	.player--narrow .player__side {
		width: 379px
	}
}

@media(max-width:1099px) {
	.player--narrow .player__inner {
		padding-right: 0
	}
	.player--narrow .player__side {
		display: none
	}
}

@media(max-width:639px) {
	.player {
		padding-top: 0
	}
}

.player-block {
	position: relative;
	background: #fff;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
	z-index: 10
}

.theme-night .player-block {
	background: #313131
}

.player-block__main {
	position: relative;
	z-index: 11
}

.player-block__main:before {
	display: block;
	content: '';
	width: 100%;
	padding-top: 56.25%
}

.player-block__main:after {
	display: none;
	content: '';
	position: absolute;
	top: 0;
	bottom: -1px;
	left: -20px;
	right: -20px;
	background: #2c2c2c
}

.theme-night .player-block__main:after {
	background: #222
}

.player-block__item {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1
}

.player-block__item>div {
	width: 100%!important;
	height: 100%!important
}

.player-block__info {
	position: absolute;
	bottom: 37px;
	left: 0;
	right: 0;
	z-index: 100;
	padding: 10px 20px
}

/*
.player-block__item:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100px;
	background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.00) 0, rgba(0, 0, 0, 0.76) 100%)
}
*/

.player-block__title {
	width: 50%;
	font-size: 29px;
	line-height: 31px;
	color: #222;
	font-weight: bold;
	margin: 0;
	position: relative;
	z-index: 1
}

.player-block__date {
	width: 50%;
	margin-top: 5px;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	font-weight: 400;
	position: relative;
	z-index: 1
}

.player-block__date--mobile {
	display: none;
	width: auto;
	color: #777
}

.player-block__rating {
	position: absolute;
	bottom: 12px;
	right: 20px;
	background: #fff;
	border-radius: 28px;
	margin: 0;
	padding: 6px 9px 5px;
	list-style: none;
	font-size: 0;
	white-space: nowrap;
	z-index: 1
}

.theme-night .player-block__rating {
	background: #222
}

.player-block__emoji {
	display: inline-block;
	vertical-align: top;
	margin-right: 2px;
	height: 44px
}

.player-block__emoji img {
	max-width: none;
	max-height: 100%
}

.player-block__emoji:last-child {
	margin-right: 0
}

.player-block__description {
	padding: 24px 30px 22px
}

.player-block__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.player-block__actions {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.player-block__rate {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-left: 10px
}

.player-block__about {
	display: none;
	border-top: 1px solid #e7e7e7;
	margin-top: 20px;
	padding-top: 20px
}

.theme-night .player-block__about {
	border-top-color: rgba(231, 231, 231, .1)
}

.player-block__tags {
	margin-top: 20px
}

.player-block__tags:first-child {
	margin-top: 0
}

.player-block__text {
	margin-top: 20px;
	border-top: 1px solid #e7e7e7;
	padding-top: 18px
}

.theme-night .player-block__text {
	border-top-color: rgba(231, 231, 231, .1)
}

@media(max-width:1499px) {
	.player-block__description {
		padding-left: 15px;
		padding-right: 15px
	}
}

@media(max-width:1291px) {
	.player-block__info {
		padding-left: 10px;
		padding-right: 10px
	}
	.player-block__title {
		font-size: 25px;
		line-height: 27px
	}
}

@media(max-width:959px) {
	.player-block__description {
		padding: 12px 15px 11px 10px
	}
	.player-block__title {
		font-size: 21px;
		line-height: 23px
	}
	.player-block__rating {
		padding: 3px 6px 2px;
		border-radius: 17px
	}
	.player-block__emoji {
		height: 27px
	}
}

@media(max-width:639px) {
	.player {
		margin-left: -5px;
		margin-right: -5px
	}
	.player-block__description {
		padding: 8px 5px 0
	}
	.player-block__top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.player-block__rate {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
		margin-left: 0
	}
	.player-block__actions {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		margin-top: 8px;
		padding-top: 5px;
		padding-bottom: 5px;
		border-top: 1px solid #e7e7e7
	}
	.theme-night .player-block__actions {
		border-top-color: rgba(231, 231, 231, .1)
	}
	.player-block__info {
		padding: 8px 5px;
		bottom: auto;
		top: 0
	}
	.player-block__title {
		font-size: 15px;
		line-height: 17px;
		width: 100%
	}
	.player-block__date,
	.player-block__rating {
		display: none
	}
	.player-block__date--mobile {
		order: 1;
		display: block;
		margin-top: 0;
		top: 5px;
		padding-left: 5px
	}
	.player-block__info:after {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.00) 0, rgba(0, 0, 0, 0.86) 100%)
	}
	.player-block__main:after {
		left: -5px;
		right: -5px
	}
	.player-block__emoji {
		display: none
	}
	.player-block__about {
		margin-top: 0;
		padding-top: 8px
	}
	.player-block__tags {
		margin-top: 8px
	}
	.player-block__tags+.player-block__tags {
		border-top: 1px solid #e7e7e7;
		padding-top: 8px
	}
	.theme-night .player-block__tags+.player-block__tags {
		border-top-color: rgba(231, 231, 231, .1)
	}
	.player-block__text {
		padding: 10px 5px 4px;
		margin-top: 8px
	}
	.player-block__main.is_stuck {
		border-bottom: 10px solid #f9f9f9
	}
	.theme-night .player-block__main.is_stuck {
		border-bottom-color: #2c2c2c
	}
}

.player-related {
	background: #fff;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
	padding: 10px 10px 15px
}

.player-related:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 15px;
	background: #fff
}

.theme-night .player-related {
	background: #313131
}

.theme-night .player-related:after {
	background: #313131
}

.player-related__title {
	font-size: 13px;
	line-height: 15px;
	color: #777;
	font-weight: 400;
	text-align: right;
	margin: 0
}

.player-related__grid {
	margin-top: 10px;
	padding: 0 5px
}

.player-related__item {
	display: block;
	width: 100%;
	margin-top: 10px
}

.player-related__item:first-child {
	margin-top: 0
}

.player-related__link {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	opacity: 0
}

.player-related__link iframe {
	vertical-align: top
}

.player-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative
}

.player-tags__title {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 14px;
	line-height: 16px;
	color: #777;
	font-weight: 400;
	margin: 0 12px 0 0;
	position: relative;
	top: 8px
}

.player-tags__list {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
	margin-bottom: -10px
}

.player-tags__item {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 8px 15px 7px;
	font-size: 13px;
	line-height: 15px;
	color: #222;
	border: 1px solid #e5e5e5;
	border-radius: 3px
}

.theme-night .player-tags__item {
	border-color: #434343;
	color: #ccc
}

.player-tags__list .suggest {
	margin-bottom: 10px
}

@media(max-width:639px) {
	.player-tags {
		display: block
	}
	.player-tags:after {
		content: '';
		display: table;
		clear: both
	}
	.player-tags__title {
		float: left;
		left: 5px
	}
	.player-tags__list {
		display: block
	}
	.player-tags__item {
		padding: 6px 10px
	}
}

.profile {
	position: relative;
	background: #fff;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08)
}

.theme-night .profile {
	background: #313131
}

.profile__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 30px 30px 30px 0
}

.profile__image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-align: center;
	width: 100%;
	max-width: 327px
}

.profile__pic {
	position: relative;
	width: 130px;
	height: 130px;
	margin: 0 auto;
	cursor: pointer
}

.profile__avatar {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	border-radius: 50%;
	width: 130px;
	height: 130px
}

.profile__pic svg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}

.profile__pic .ico--profile-pic-hover {
	display: none
}

.profile__pic:hover .ico--profile-pic-hover {
	display: inline-block
}

.profile__pic:hover .profile__avatar,
.profile__pic:hover .ico--profile-pic {
	display: none
}

.profile__pic .ico--profile-pic-hover-night,
.profile__pic .ico--profile-pic-night {
	display: none
}

.theme-night .profile__pic .ico--profile-pic-night {
	display: inline-block
}

.theme-night .profile__pic:hover .ico--profile-pic-hover-night {
	display: inline-block
}

.theme-night .profile__pic:hover .ico--profile-pic-night {
	display: none
}

.theme-night .profile__pic .ico--profile-pic {
	display: none
}

.profile__pic--added .ico--profile-pic {
	display: none
}

.theme-night .profile__pic--added .ico--profile-pic-night {
	display: none
}

.profile__pic input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 2
}

.profile__name {
	margin: 12px auto 0;
	font-size: 15px;
	line-height: 17px;
	color: #222;
	max-width: 270px
}

.theme-night .profile__name {
	color: #ccc
}

.profile__info {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0;
	flex: 1 0 0
}

@media(max-width:1399px) {
	.profile__image {
		max-width: 200px
	}
}

@media(max-width:959px) {
	.profile__form {
		display: block;
		padding: 15px
	}
	.profile__image {
		max-width: 100%
	}
	.profile__info {
		width: 100%;
		margin-top: 20px
	}
}

@media(max-width:639px) {
	.profile__form {
		padding: 10px 5px 20px
	}
}

.profile-form {
	position: relative;
	border: 1px solid #e5e5e5;
	border-radius: 4px
}

.theme-night .profile-form {
	border-color: rgba(231, 231, 231, .1)
}

.profile-form__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 8px 10px 8px 20px;
	border-bottom: 1px solid #e5e5e5
}

.theme-night .profile-form__row {
	border-bottom-color: rgba(231, 231, 231, .1)
}

.profile-form__row:last-child {
	border-bottom: 0
}

.profile-form__label {
	display: block;
	width: 275px;
	font-size: 15px;
	line-height: 17px;
	color: #777
}

.profile-form__wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0;
	flex: 1 0 0
}

.profile-form__area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 2px 10px 3px 5px;
	border: 1px solid transparent;
	border-radius: 3px;
	height: 45px;
	overflow: hidden
}

.profile-form__row--edit .profile-form__area {
	border-color: #e5e5e5
}

.theme-night .profile-form__row--edit .profile-form__area {
	border-color: rgba(231, 231, 231, .1)
}

.profile-form__field {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	outline: 0;
	width: 100%;
	height: 40px;
	font-size: 15px;
	line-height: 15px;
	color: #222;
	padding: 0 10px;
	background: 0;
	box-shadow: none;
	border: 1px solid transparent;
	border-radius: 3px;
	-webkit-appearance: none
}

.profile-form__field[readonly] {
	pointer-events: none
}

.theme-night .profile-form__field {
	color: #ccc
}

.profile-form__line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0;
	flex: 1 0 0
}

.profile-form__line .profile-form__field {
	display: none;
	border-right: 1px solid #e5e5e5
}

.theme-night .profile-form__line .profile-form__field {
	border-right-color: rgba(231, 231, 231, .1)
}

.profile-form__line .profile-form__field:last-child {
	border-right: 0
}

.profile-form__row--edit .profile-form__line .profile-form__field {
	display: block
}

.profile-form__dots {
	font-size: 20px;
	color: #222;
	padding: 8px 10px
}

.theme-night .profile-form__dots {
	color: #ccc
}

.profile-form__row--edit .profile-form__dots {
	display: none
}

.profile-form__edit {
	position: relative;
	width: 40px;
	height: 37px;
	background: 0;
	cursor: pointer;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	outline: 0;
	-webkit-appearance: none
}

.profile-form__edit svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.profile-form__row--edit .profile-form__edit {
	display: none
}

.profile-form__actions {
	display: none;
	font-size: 0
}

.profile-form__row--edit .profile-form__actions {
	display: block
}

.profile-form__button {
	margin-right: 10px
}

.profile-form__button:last-child {
	margin-right: 0
}

.profile-form__hint {
	display: none;
	font-size: 12px;
	line-height: 12px;
	color: #de4648;
	font-weight: 400;
	margin-top: 10px
}

.profile-form__wrap--error.profile-form__row--edit .profile-form__hint {
	display: block
}

.profile-form__wrap--error.profile-form__row--edit .profile-form__area {
	border-color: #de4648
}

@media(max-width:1599px) {
	.profile-form__label {
		width: 205px
	}
}

@media(max-width:959px) {
	.profile-form__label {
		width: 145px
	}
}

@media(max-width:639px) {
	.profile-form {
		border: 0
	}
	.profile-form__row {
		display: block;
		padding: 0;
		margin-top: 20px;
		border-bottom: 0
	}
	.profile-form__row:first-child {
		margin-top: 0
	}
	.profile-form__label {
		width: 100%;
		padding: 0 10px;
		margin-bottom: 5px
	}
	.profile-form__field {
		padding-left: 10px;
		padding-right: 10px;
		height: 47px
	}
	.profile-form__area {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto;
		border-color: #e5e5e5;
		padding: 0
	}
	.theme-night .profile-form__area {
		border-color: rgba(231, 231, 231, .1)
	}
	.profile-form__actions {
		width: 100%;
		margin-top: 10px
	}
	.profile-form__row--edit .profile-form__field {
		border-color: #e5e5e5
	}
	.theme-night .profile-form__row--edit .profile-form__field {
		border-color: rgba(231, 231, 231, .1)
	}
	.profile-form__row--edit .profile-form__area {
		border-color: transparent
	}
	.profile-form__edit {
		top: 5px
	}
	.profile-form__line {
		display: block
	}
	.profile-form__line .profile-form__field {
		margin-bottom: 10px
	}
	.profile-form__line .profile-form__field:last-child {
		margin-bottom: 0;
		border-right: 1px solid #e5e5e5
	}
	.theme-night .profile-form__line .profile-form__field:last-child {
		border-right-color: rgba(231, 231, 231, .1)
	}
	.theme-night .profile-form__row--edit .profile-form__area {
		border-color: transparent
	}
	.profile-form__wrap--error.profile-form__row--edit .profile-form__area {
		border-color: transparent
	}
	.profile-form__wrap--error.profile-form__row--edit .profile-form__field {
		border-color: #de4648
	}
}

.rate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.rate__item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: top;
	margin-left: 30px;
	padding: 0;
	background: 0;
	border: 0;
	box-shadow: none;
	-webkit-appearance: none;
	outline: 0;
	cursor: pointer
}

.rate__item:first-child {
	margin-left: 0
}

.rate__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 13px
}

.rate__icon .ico--thumbs-up {
	width: 28px;
	height: 25px
}

.rate__item--down .rate__icon {
	top: 1px
}

.rate__item--down .rate__icon .ico--thumbs-up {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.rate__item--up.rate__item--active .ico--thumbs-up,
.rate__item--up:hover .ico--thumbs-up {
	fill: #03a87c;
	stroke: #03a87c
}

.rate__item--down.rate__item--active .ico--thumbs-up,
.rate__item--down:hover .ico--thumbs-up {
	fill: #de4648;
	stroke: #de4648
}

.rate__text {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 18px;
	color: #777
}

.rate__emoji {
	position: absolute;
	right: -10px;
	bottom: 100%;
	margin-bottom: 37px;
	background: #fff;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.50);
	border-radius: 28px;
	z-index: 11
}

.theme-night .rate__emoji {
	background: #222
}

.rate__emoji-list {
	display: none;
	width: 100%;
	white-space: nowrap
}

.rate__suggest {
	display: none;
	position: absolute;
	top: 7px;
	left: 10px;
	right: 10px
}

.rate__icon .ico--check {
	display: none;
	fill: #222;
	width: 20px;
	height: 16px
}

.theme-night .rate__icon .ico--check {
	fill: #dadada
}

@media(max-width:959px) {
	.rate__emoji {
		margin-bottom: 26px
	}
	.rate__suggest {
		top: 3px;
		left: 5px;
		right: 5px
	}
}

@media(max-width:639px) {
	.rate {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.rate__emoji {
		display: none;
		right: 0;
		margin-bottom: 11px
	}
	.rate__suggest {
		top: 5px;
		left: 5px;
		right: 5px
	}
	.rate__text,
	.rate__item {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0;
		flex: 1 0 0;
		margin-left: 0
	}
	.rate__item--active .rate__icon .ico--thumbs-up {
		display: none
	}
	.rate__item--active .rate__icon .ico--check {
		display: block
	}
	.rate__text {
		text-align: center
	}
}

.report {
	position: relative;
	border-top: 1px solid #f4f4f4;
	padding-top: 20px;
	margin-top: 20px
}

.theme-night .report {
	border-color: rgba(231, 231, 231, .1)
}

.report__line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.report__checks {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 80px
}

.report__row {
	margin-top: 5px
}

.report__row:first-child {
	margin-top: 0
}

.report__area {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0;
	flex: 1 0 0
}

.report__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 10px
}

.report__captcha {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px
}

.report__button {
	width: 100%;
	max-width: 427px
}

@media(max-width:959px) {
	.report__button {
		max-width: 220px
	}
	.report__checks {
		margin-right: 20px
	}
}

@media(max-width:639px) {
	.report {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 0
	}
	.report__line,
	.report__actions {
		display: block
	}
	.report__checks,
	.report__captcha {
		margin-right: 0
	}
	.report__area,
	.report__button {
		max-width: 100%;
		margin-top: 10px
	}
}

.search {
	position: relative;
	width: 100%
}

.search__field {
	display: block;
	width: 100%;
	outline: 0;
	height: 45px;
	padding: 0 45px 0 20px;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	color: #222;
	background: #fff;
	border: 1px solid #e5e5e5;
	box-shadow: none;
	border-radius: 3px
}

.theme-night .search__field {
	background: #2c2c2c;
	border-color: #2c2c2c;
	color: #ccc
}

.search__submit {
	position: absolute;
	top: 14px;
	right: 20px;
	background: 0;
	width: 18px;
	height: 18px;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	cursor: pointer;
	padding: 0;
	-webkit-appearance: none;
	outline: 0;
	opacity: .5
}

.search__field::-webkit-input-placeholder {
	color: #ccc
}

.search__field::-moz-placeholder {
	color: #ccc
}

.search__field:-ms-input-placeholder {
	color: #ccc
}

.search__field.placeholder {
	color: #ccc
}

.theme-night .search__field::-webkit-input-placeholder {
	color: #777
}

.theme-night .search__field::-moz-placeholder {
	color: #777
}

.theme-night .search__field:-ms-input-placeholder {
	color: #777
}

.theme-night .search__field.placeholder {
	color: #777
}

.search__field:focus::-webkit-input-placeholder {
	color: transparent
}

.search__field:focus::-moz-placeholder {
	color: transparent
}

.search__field:focus:-ms-input-placeholder {
	color: transparent
}

.search__field.placeholder:focus {
	color: transparent
}

.search input[type=search] {
	-moz-appearance: none;
	-webkit-appearance: none
}

@-moz-document url-prefix() {
	.search__field {
		padding-top: 3px
	}
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none
}

.search__icon {
	display: none;
	position: relative;
	background: 0;
	width: 18px;
	height: 18px;
	padding: 0;
	box-shadow: none;
	outline: 0;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none
}

.search__del {
	position: absolute;
	top: 2px;
	right: 3px;
	display: none;
	width: 30px;
	height: 30px;
	background: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: none;
	cursor: pointer
}

.search__del svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.theme-night .search__del {
	opacity: .5
}

@media(max-width:1919px) {
	.search {
		width: 550px
	}
	.search__field {
		height: 35px;
		padding-left: 15px;
		padding-right: 40px
	}
	.search__submit {
		top: 9px;
		right: 12px
	}
}

@media(max-width:1599px) {
	.search {
		width: 415px
	}
}

@media(max-width:1399px) {
	.search {
		width: 285px
	}
	.search__field {
		padding-left: 15px
	}
}

@media(max-width:959px) {
	.search {
		width: 100%
	}
}

@media(max-width:639px) {
	.search {
		width: 18px
	}
	.search__field {
		padding-left: 10px;
		padding-right: 35px
	}
	.header--search-vis .search {
		width: auto
	}
	.search__icon,
	.header--search-vis .search__del,
	.header--search-vis .search__field {
		display: block
	}
	.search__field,
	.search__submit,
	.header--search-vis .search__icon {
		display: none
	}
}

.section {
	position: relative;
	padding-top: 25px
}

.section--sm {
	padding-top: 15px
}

.section__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.section__title {
	position: relative
}

.section__action {
	position: relative;
	top: 9px;
	margin-left: 10px
}

.section__sort {
	position: relative;
	top: 12px;
	margin-left: 10px
}

.section__filter {
	display: none;
	position: relative
}

.section__grid {
	margin-top: 20px
}

.section--sm .section__grid {
	margin-top: 10px
}

.section__more {
	display: none;
	margin-top: 15px;
	padding-bottom: 8px;
	text-align: center;
	border-bottom: 1px solid #e7e7e7
}

.theme-night .section__more {
	border-bottom-color: rgba(213, 213, 213, .1)
}

.section__show {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 13px;
	line-height: 13px;
	color: #222;
	font-weight: bold;
	padding-right: 30px
}

.theme-night .section__show {
	color: #ccc
}

.section__show svg {
	position: absolute;
	top: 1px;
	right: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.section__videos,
.section__profile,
.section__upload {
	margin-top: 20px
}

.section__sub-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 20px;
	line-height: 22px;
	color: #777;
	font-weight: 400;
	margin: 0;
	position: relative
}

.section__sub-title svg {
	border-radius: 50%;
	overflow: hidden
}

.theme-night .section__sub-title .ico--film,
.section__sub-title .ico--film-night {
	display: none
}

.theme-night .section__sub-title .ico--film-night {
	display: block
}

.section__sub-title span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 6px;
	margin-left: 10px
}

@media(max-width:1399px) {
	.section__videos,
	.section__profile,
	.section__upload,
	.section__grid {
		margin-top: 15px
	}
}

@media(max-width:959px) {
	.section {
		padding-top: 10px
	}
	.section--sm {
		padding-top: 15px
	}
	.section__sort {
		top: 9px
	}
}

@media(max-width:639px) {
	.section__grid {
		margin-top: 10px
	}
	.section__more {
		display: block
	}
	.section__action {
		top: 5px
	}
	.section__videos,
	.section__profile,
	.section__upload {
		margin-top: 10px
	}
	.section__sub-title {
		font-size: 16px;
		line-height: 18px
	}
	.section__sub-title span {
		margin-left: 5px
	}
	.section__title {
		padding-top: 8px
	}
	.section__filter {
		margin-top: 10px
	}
	.section__sort {
		top: 12px
	}
}

@media(max-width:479px) {
	.section__grid {
		margin-left: -5px;
		margin-right: -5px;
		overflow: hidden
	}
}

.sidebar__section {
	position: relative;
	border-bottom: 1px solid #e7e7e7;
	height: 100%!important
}

.theme-night .sidebar__section {
	border-bottom-color: rgba(231, 231, 231, .1)
}

.sidebar__section:last-child {
	border-bottom: 0
}

.sidebar__section--mobile {
	display: none
}

@media(max-width:639px) {
	.sidebar__section--mobile {
		display: block;
		padding: 14px 10px 20px
	}
}

.sidebar-links {
	padding: 40px 20px;
	margin: 0;
	list-style: none
}

.sidebar-links__row {
	margin-top: 10px
}

.sidebar-links__row:first-child {
	margin-top: 0
}

.sidebar-links__item {
	font-size: 13px;
	line-height: 15px;
	color: #222
}

.theme-night .sidebar-links__item {
	color: #ccc
}

.sidebar-links__item:hover {
	color: #ffd632
}

@media(max-width:639px) {
	.sidebar-links {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.sidebar-nav {
	position: relative;
	margin: 0;
	padding: 29px 0 27px;
	list-style: none
}

.sidebar__section--mobile+.sidebar__section .sidebar-nav {
	padding-top: 24px
}

.sidebar-nav__item {
	position: relative;
	margin-top: 7px
}

.sidebar-nav__item:first-child {
	margin-top: 0
}

.sidebar-nav__item--active:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 3px;
	background: #ffd632
}

.sidebar-nav__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.sidebar-nav__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 67px;
	height: 39px;
	margin-right: 2px;
	opacity: .2;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.sidebar-nav__item:hover .sidebar-nav__icon,
.sidebar-nav__item--active .sidebar-nav__icon {
	opacity: 1
}

.sidebar-nav__text {
	font-size: 15px;
	line-height: 17px;
	color: #222;
	font-weight: 400
}

.theme-night .sidebar-nav__text {
	color: #ccc
}

.sidebar-nav__item--active .sidebar-nav__text {
	font-weight: bold
}

@media(max-width:639px) {
	.sidebar-nav {
		padding: 10px 0
	}
	.sidebar__section--mobile+.sidebar__section .sidebar-nav {
		padding-top: 10px
	}
	.sidebar-nav__item--hid {
		display: none
	}
}

.sidebar-search {
	position: relative;
	padding: 40px 10px
}

.sidebar-search__block {
	position: relative;
	width: 100%
}

.sidebar-search__field {
	display: block;
	width: 100%;
	outline: 0;
	height: 33px;
	padding: 2px 33px 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #222;
	background: #fff;
	border: 0;
	box-shadow: none;
	border-radius: 3px;
	-webkit-appearance: none
}

.sidebar-search input[type=text],
.sidebar-search input[type=search] {
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 3px
}

.theme-night .sidebar-search__field {
	color: #ccc;
	background: #2c2c2c
}

.sidebar-search__submit {
	position: absolute;
	top: 11px;
	left: 12px;
	background: 0;
	width: 12px;
	height: 12px;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	cursor: pointer;
	padding: 0;
	outline: 0;
	-webkit-appearance: none
}

.sidebar-search__submit svg {
	width: 12px;
	height: 12px
}

.sidebar-search__field::-webkit-input-placeholder {
	color: #909090
}

.sidebar-search__field::-moz-placeholder {
	color: #909090
}

.sidebar-search__field:-ms-input-placeholder {
	color: #909090
}

.sidebar-search__field.placeholder {
	color: #909090
}

.theme-night .sidebar-search__field::-webkit-input-placeholder {
	color: #777
}

.theme-night .sidebar-search__field::-moz-placeholder {
	color: #777
}

.theme-night .sidebar-search__field:-ms-input-placeholder {
	color: #777
}

.theme-night .sidebar-search__field.placeholder {
	color: #777
}

.sidebar-search__field:focus::-webkit-input-placeholder {
	color: transparent
}

.sidebar-search__field:focus::-moz-placeholder {
	color: transparent
}

.sidebar-search__field:focus:-ms-input-placeholder {
	color: transparent
}

.sidebar-search__field.placeholder:focus {
	color: transparent
}

.sidebar-search__del {
	position: absolute;
	top: 7px;
	right: 4px;
	width: 20px;
	height: 20px;
	background: 0;
	padding: 0;
	border: 0;
	box-shadow: none;
	-webkit-appearance: none;
	outline: 0;
	cursor: pointer
}

.sidebar-search__del svg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	margin-left: -6px;
	fill: #ccc
}

.sidebar-search__list {
	margin: 20px 0 0;
	padding: 0 10px;
	list-style: none
}

.sidebar-search__item {
	margin-top: 10px
}

.sidebar-search__item:first-child {
	margin-top: 0
}

.sidebar-search__link {
	font-size: 13px;
	line-height: 15px;
	color: #777
}

.sidebar-search__link:hover {
	color: #222
}

.theme-night .sidebar-search__link:hover {
	color: #ccc
}

@media(max-width:639px) {
	.sidebar-search {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

[data-simplebar] {
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start
}

.simplebar-wrapper {
	overflow: hidden;
	width: inherit;
	height: inherit;
	max-width: inherit;
	max-height: inherit
}

.simplebar-mask {
	direction: inherit;
	position: absolute;
	overflow: hidden;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: auto!important;
	height: auto!important;
	z-index: 0
}

.simplebar-offset {
	direction: inherit!important;
	box-sizing: inherit!important;
	resize: none!important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	-webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
	direction: inherit;
	box-sizing: border-box!important;
	position: relative;
	display: block;
	height: 100%;
	width: auto;
	visibility: visible;
	max-width: 100%;
	max-height: 100%;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
	width: 0;
	height: 0
}

.simplebar-content:before,
.simplebar-content:after {
	content: ' ';
	display: table
}

.simplebar-placeholder {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
	box-sizing: inherit!important;
	height: 100%;
	width: 100%;
	max-width: 1px;
	position: relative;
	float: left;
	max-height: 1px;
	overflow: hidden;
	z-index: -1;
	padding: 0;
	margin: 0;
	pointer-events: none;
	flex-grow: inherit;
	flex-shrink: 0;
	flex-basis: 0
}

.simplebar-height-auto-observer {
	box-sizing: inherit;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 1000%;
	width: 1000%;
	min-height: 1px;
	min-width: 1px;
	overflow: hidden;
	pointer-events: none;
	z-index: -1
}

.simplebar-track {
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
	overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-content {
	pointer-events: none;
	user-select: none;
	-webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
	pointer-events: all
}

.simplebar-scrollbar {
	position: absolute;
	right: 2px;
	width: 11px;
	min-height: 10px
}

.simplebar-scrollbar:before {
	position: absolute;
	content: "";
	background: #ccc;
	border-radius: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: opacity .2s linear
}

.theme-night .simplebar-scrollbar:before {
	background: rgba(218, 218, 218, .2)
}

.simplebar-scrollbar.simplebar-visible:before {
	opacity: 1;
	transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
	top: 0;
	width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
	top: 2px;
	bottom: 2px
}

.simplebar-track.simplebar-horizontal {
	left: 0;
	height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
	height: 100%;
	left: 2px;
	right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	right: auto;
	left: 0;
	top: 2px;
	height: 7px;
	min-height: 0;
	min-width: 10px;
	width: auto
}

[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
	right: auto;
	left: 0
}

.hs-dummy-scrollbar-size {
	direction: rtl;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	height: 500px;
	width: 500px;
	overflow-y: hidden;
	overflow-x: scroll
}

.simplebar-hide-scrollbar {
	position: fixed;
	left: 0;
	visibility: hidden;
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.sort {
	position: relative
}

.sort__title {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 13px;
	line-height: 15px;
	color: #222;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 20px;
	cursor: pointer
}

.theme-night .sort__title {
	color: #ccc
}

.sort__title svg {
	position: absolute;
	top: 1px;
	right: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: transform .3s;
	transition: transform .3s;
	opacity: .5
}

.sort--open .sort__title svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.sort__list {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 5px;
	width: 183px;
	background: #fff;
	box-shadow: 0 2px 10px 0 rgba(92, 92, 92, 0.29);
	border-radius: 2px;
	padding: 20px 15px;
	z-index: 2;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s
}

.theme-night .sort__list {
	background: #313131
}

.sort--open .sort__list {
	opacity: 1;
	visibility: visible
}

.sort__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 12px
}

.sort__item:first-child {
	margin-top: 0
}

.sort__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
	width: 16px;
	height: 15px
}

.sort__text {
	font-size: 15px;
	line-height: 17px;
	color: #222;
	position: relative
}

.theme-night .sort__text {
	color: #ccc
}

.suggest {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	position: relative;
	border: 1px solid #e7e7e7;
	border-radius: 3px
}

.theme-night .suggest {
	border-color: #434343
}

.suggest__button {
	display: inline-block;
	vertical-align: top;
	height: 30px;
	font-size: 13px;
	line-height: 13px;
	color: #222;
	padding: 2px 15px;
	background: 0;
	border: 0;
	box-shadow: none;
	outline: 0;
	-webkit-appearance: none
}

.suggest--active .suggest__button {
	display: none
}

.theme-night .suggest__button {
	color: #ccc
}

.suggest__area {
	display: none;
	vertical-align: top;
	width: auto;
	height: 30px;
	font-size: 13px;
	line-height: 13px;
	padding: 2px 10px 0;
	border: 0;
	box-shadow: none;
	outline: 0;
	background: transparent
}

.suggest--active .suggest__area {
	display: inline-block
}

.theme-night .suggest__area {
	color: #ccc
}

.suggest__open-list,
.suggest__add {
	position: relative;
	width: 34px;
	height: 32px;
	padding: 0;
	background: 0;
	border: 0;
	border-left: 1px solid #e7e7e7;
	box-shadow: none;
	cursor: pointer;
	outline: 0;
	-webkit-appearance: none
}

.suggest__open-list:hover,
.suggest__add:hover {
	background: #f9f9f9
}

.theme-night .suggest__open-list:hover,
.theme-night .suggest__add:hover {
	background: #434343
}

.suggest__open-list svg,
.suggest__add svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.theme-night .suggest__open-list,
.theme-night .suggest__add {
	border-left-color: #434343
}

.suggest__area::-webkit-input-placeholder {
	color: #777
}

.suggest__area::-moz-placeholder {
	color: #777
}

.suggest__area:-ms-input-placeholder {
	color: #777
}

.suggest__area.placeholder {
	color: #777
}

.suggest__area:focus::-webkit-input-placeholder {
	color: transparent
}

.suggest__area:focus::-moz-placeholder {
	color: transparent
}

.suggest__area:focus:-ms-input-placeholder {
	color: transparent
}

.suggest__area.placeholder:focus {
	color: transparent
}

.suggest:hover .suggest__button {
	opacity: .8
}

.suggest__handler {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: 0;
	box-shadow: none;
	padding: 0;
	border: 0;
	outline: 0;
	-webkit-appearance: none;
	cursor: pointer
}

.suggest--active .suggest__handler {
	display: none
}

.suggest__list {
	position: absolute;
	top: 100%;
	left: 0;
	width: 200px;
	margin: 3px 0 0;
	padding: 3px 0;
	list-style: none;
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	z-index: 2;
	max-height: 250px
}

.theme-night .suggest__list {
	border-color: #434343;
	background: #2c2c2c
}

.suggest__item {
	padding: 5px 10px;
	font-size: 13px;
	line-height: 13px;
	cursor: pointer
}

.suggest__item:hover {
	opacity: .8
}

@media(max-width:639px) {
	.suggest__area {
		padding-left: 5px;
		padding-right: 10px;
		height: 26px
	}
	.suggest__button {
		display: none
	}
	.suggest__open-list {
		height: 26px
	}
	.suggest__add {
		height: 26px;
		border-left-color: transparent
	}
	.suggest--active .suggest__open-list,
	.suggest--active .suggest__add {
		border-left-color: #e7e7e7
	}
	.theme-night .suggest__open-list,
	.theme-night .suggest__add {
		border-left-color: transparent
	}
	.theme-night .suggest--active .suggest__open-list,
	.theme-night .suggest--active .suggest__add {
		border-left-color: #434343
	}
}

.suggest-field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.suggest-field__area {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	width: 100%;
	height: 40px;
	background: transparent;
	border: 1px solid #e5e5e5;
	border-radius: 20px;
	box-shadow: none;
	padding: 0 15px;
	font-size: 15px;
	-webkit-appearance: none
}

.theme-night .suggest-field__area {
	border-color: rgba(231, 231, 231, .1);
	color: #ccc
}

.suggest-field__submit {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	margin-left: 8px;
	font-size: 12px;
	line-height: 12px;
	color: #222;
	font-weight: bold;
	text-transform: uppercase;
	padding: 14px 37px 13px 19px;
	background: #ffd93b;
	border-radius: 20px;
	box-shadow: none;
	border: 0;
	-webkit-appearance: none
}

.suggest-field__submit svg {
	position: absolute;
	top: 14px;
	right: 15px;
	width: 12px;
	height: 12px
}

.theme-night .suggest-field__submit svg {
	fill: #222
}

@media(max-width:959px) {
	.suggest-field__area {
		height: 27px;
		font-size: 11px;
		padding-left: 10px;
		padding-right: 10px
	}
	.suggest-field__submit {
		padding: 8px 31px 7px 16px;
		font-size: 10px;
		margin-left: 5px
	}
	.suggest-field__submit svg {
		top: 9px;
		right: 15px;
		width: 10px;
		height: 10px
	}
}

@media(max-width:639px) {
	.suggest-field__area {
		height: 19px;
		font-size: 11px;
		padding-left: 7px;
		padding-right: 7px
	}
	.suggest-field__submit {
		padding: 4px 23px 2px 10px;
		margin-left: 3px
	}
	.suggest-field__submit svg {
		top: 6px;
		right: 10px;
		width: 8px;
		height: 8px
	}
}

.tags {
	margin-top: 20px;
	background: #fff;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
	padding: 20px 15px 30px 30px
}

.theme-night .tags {
	background: #313131
}

.tags--sm {
	padding: 0;
	background: 0;
	box-shadow: none;
	margin-top: 15px
}

.theme-night .tags--sm {
	background: 0
}

.tags__title {
	position: relative;
	padding-left: 50px;
	padding-top: 10px;
	min-height: 40px;
	margin: 0;
	font-size: 20px;
	line-height: 22px;
	color: #222;
	font-weight: 400
}

.theme-night .tags__title {
	color: #777
}

.tags__title svg {
	position: absolute;
	top: 0;
	left: 0
}

.ico--tag-night {
	display: none
}

.theme-night .ico--tag {
	display: none
}

.theme-night .ico--tag-night {
	display: inline-block
}

.tags__list {
	margin: 20px 0 -15px;
	font-size: 0
}

.tags--sm .tags__list {
	margin: 0 0 -10px
}

.tags__item {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 11px 15px 10px;
	font-size: 15px;
	line-height: 15px;
	color: #222;
	border: 1px solid #e5e5e5;
	border-radius: 3px
}

.theme-night .tags__item {
	color: #ccc;
	border-color: #434343
}

.tags__item:last-child {
	margin-right: 0
}

.tags__item:hover {
	color: #777
}

.theme-night .tags__item:hover {
	color: #ccc;
	background: #3a3a3a
}

.tags--sm .tags__item {
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px 8px 4px;
	font-size: 13px;
	line-height: 13px
}

.tags--sm .tags__item--text {
	border-color: transparent;
	padding-left: 0;
	padding-right: 0;
	color: #777
}

.theme-night .tags--sm .tags__item--text:hover {
	color: #777;
	background: 0
}

@media(max-width:959px) {
	.tags {
		padding: 15px 5px 20px 20px
	}
	.tags--sm {
		padding: 0
	}
	.tags__list {
		margin-top: 15px;
		margin-bottom: -10px
	}
	.tags__item {
		margin-bottom: 10px;
		padding: 9px 10px 8px
	}
	.tags--sm .tags__item {
		padding: 5px 8px 4px
	}
	.tags--sm .tags__item--text {
		padding-left: 0;
		padding-right: 0
	}
}

@media(max-width:639px) {
	.tags {
		margin-top: 10px;
		padding: 10px
	}
	.tags--sm {
		padding: 0
	}
	.tags__title {
		padding-left: 35px;
		padding-top: 4px;
		min-height: 25px;
		font-size: 16px;
		line-height: 18px
	}
	.tags__list {
		margin-top: 10px
	}
	.tags--sm .tags__list {
		margin-top: 0;
		margin-bottom: -8px
	}
	.tags__item {
		margin-right: 10px;
		padding: 7px 10px 6px;
		font-size: 13px;
		line-height: 13px
	}
	.tags--sm .tags__item {
		padding: 5px 7px 4px;
		margin-bottom: 8px;
		font-size: 12px;
		line-height: 12px
	}
	.tags--sm .tags__item--text {
		padding-left: 0;
		padding-right: 0
	}
}

.theme-switch {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	background: #f9f9f9;
	width: 96px;
	height: 42px;
	padding: 5px 7px;
	border-radius: 21px
}

.theme-night .theme-switch {
	background: #2c2c2c
}

.theme-switch:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 7px;
	width: 44px;
	height: 31px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
	-webkit-transition: left .5s;
	transition: left .5s
}

.theme-night .theme-switch:before {
	left: 45px;
	background: #313131;
	box-shadow: 0 3px 6px 0 rgba(92, 92, 92, 0.04)
}

.theme-switch__item {
	width: 50%;
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	padding: 0;
	box-shadow: none;
	border: 0;
	cursor: pointer;
	outline: 0;
	-webkit-appearance: none;
	z-index: 1
}

.theme-switch__item svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.theme-switch__item--dark {
	opacity: .4
}

.theme-night .theme-switch__item--light {
	opacity: .4
}

.theme-night .theme-switch__item--dark {
	opacity: 1
}

.title {
	font-size: 34px;
	line-height: 36px;
	color: #222;
	font-weight: bold;
	margin: 0
}

.theme-night .title {
	color: #ccc
}

@media(max-width:959px) {
	.title {
		font-size: 27px;
		line-height: 29px
	}
}

@media(max-width:639px) {
	.title {
		font-size: 21px;
		line-height: 23px
	}
}

.upload {
	position: relative
}

.upload__block {
	margin-top: 15px;
	background: #fff;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08)
}

.theme-night .upload__block {
	background: #313131
}

.upload__block:first-child {
	margin-top: 0
}

.upload__action {
	padding: 50px 35px;
	text-align: center
}

.upload__area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px dashed #e5e5e5;
	min-height: 257px
}

.theme-night .upload__area {
	border-color: #777
}

.upload__title {
	font-size: 15px;
	line-height: 17px;
	color: #222;
	font-weight: 400
}

.theme-night .upload__title {
	color: #ccc
}

.upload__file {
	margin-top: 15px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #ffd632;
	box-shadow: none;
	border-radius: 3px;
	border: 0;
	font-size: 15px;
	line-height: 15px;
	color: #222;
	font-weight: 400;
	text-align: center;
	padding: 9px 29px 9px;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: box-shadow .3s;
	transition: box-shadow .3s
}

.upload__file:hover {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15)
}

.upload__file input {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	cursor: pointer
}

.upload__text {
	margin-top: 35px;
	font-size: 13px;
	line-height: 19px;
	color: #777;
	text-align: center
}

.upload__form,
.upload__button {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto
}

.upload__form {
	padding-top: 45px
}

.upload__row {
	margin-top: 30px
}

.upload__row:first-child {
	margin-top: 0
}

.upload__row--line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.upload__row--line .input {
	width: 50%
}

.upload__row--line .input+.input {
	margin-left: 20px
}

.upload__button {
	padding-top: 70px;
	padding-bottom: 74px
}

.upload__border {
	padding: 7px 10px 0;
	border: 1px solid #e5e5e5;
	border-radius: 3px
}

.theme-night .upload__border {
	border-color: #2c2c2c;
	background: #2c2c2c
}

.upload__suggest {
	margin-right: 10px;
	margin-bottom: 7px
}

.upload__suggest:last-child {
	margin-right: 0
}

@media(max-width:959px) {
	.upload__action {
		padding: 20px 20px 30px
	}
}

@media(max-width:639px) {
	.upload__block {
		margin-top: 10px;
		background: 0;
		box-shadow: none
	}
	.upload__action {
		padding: 10px 10px 20px;
		background: #fff;
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08)
	}
	.theme-night .upload__action {
		background: #313131
	}
	.upload__area {
		min-height: 183px
	}
	.upload__text {
		margin-top: 15px;
		font-size: 11px;
		text-align: left
	}
	.upload__about {
		background: #fff;
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
		padding: 20px 10px
	}
	.theme-night .upload__about {
		background: #313131
	}
	.upload__form {
		padding-top: 0
	}
	.upload__row--line {
		display: block
	}
	.upload__row--line .input {
		width: 100%
	}
	.upload__row--line .input+.input {
		margin-left: 0;
		margin-top: 30px
	}
	.upload__button {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.upload-video {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 257px;
	text-align: left
}

.upload-video__cover {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	width: 320px;
	height: 180px;
	margin-right: 45px;
	background-color: #e5e5e5;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%
}

.theme-night .upload-video__cover {
	background-color: #ccc
}

.upload-video__info {
	max-width: 420px
}

.upload-video__title {
	font-size: 17px;
	line-height: 17px;
	color: #222;
	font-weight: 400;
	margin: 0
}

.theme-night .upload-video__title {
	color: #ccc
}

.upload-video__size {
	margin-top: 10px;
	font-size: 13px;
	line-height: 13px;
	color: #777
}

.upload-video__text {
	margin-top: 25px;
	font-size: 13px;
	line-height: 15px;
	color: #222
}

.theme-night .upload-video__text {
	color: #777
}

.upload-video__progress {
	margin-top: 20px;
	background: #03a87c;
	height: 17px;
	border-radius: 7px
}

@media(max-width:959px) {
	.upload-video__cover {
		margin-right: 20px
	}
}

@media(max-width:639px) {
	.upload-video {
		display: block;
		min-height: 1px
	}
	.upload-video__cover {
		margin-right: 0;
		width: 100%;
		max-width: 320px
	}
	.upload-video__info {
		max-width: 100%;
		margin-top: 10px
	}
	.upload-video__title {
		font-size: 13px;
		line-height: 13px
	}
	.upload-video__size {
		margin-top: 5px;
		font-size: 12px;
		line-height: 12px
	}
	.upload-video__text {
		margin-top: 15px;
		font-size: 11px;
		line-height: 19px;
		color: #777
	}
}

.video-uploads {
	position: relative;
	background: #fff;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
	font-size: 14px;
	line-height: 16px;
	color: #222
}

.theme-night .video-uploads {
	background: #313131;
	color: #ccc
}

.video-uploads__header {
	border-bottom: 1px solid #ebebed
}

.theme-night .video-uploads__header {
	border-color: rgba(231, 231, 231, .1)
}

.video-uploads__title {
	display: none;
	font-size: 12px;
	line-height: 14px;
	color: #777;
	font-weight: 600;
	text-transform: uppercase;
	padding: 15px 20px 11px
}

.video-uploads__header .video-uploads__title {
	display: block
}

.video-uploads__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.video-uploads__block {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-right: 1px solid #f5f5f6;
	position: relative
}

.video-uploads__header .video-uploads__block {
	border-color: #ebebed
}

.theme-night .video-uploads__block {
	border-color: rgba(231, 231, 231, .1)
}

.video-uploads__block:last-child {
	border-right: 0
}

.video-uploads__block--number {
	width: 7%
}

.video-uploads__block--preview {
	width: 14%
}

.video-uploads__block--duration {
	width: 8%
}

.video-uploads__block--title {
	width: 26%
}

.video-uploads__list--ok .video-uploads__block--title {
	font-weight: 600
}

.video-uploads__block--tags {
	width: 33%
}

.video-uploads__block--status {
	width: 12%
}

.video-uploads__list {
	margin: 0;
	padding: 0;
	list-style: none
}

.video-uploads__list:nth-child(even) {
	background: #fcfcfc
}

.theme-night .video-uploads__list:nth-child(even) {
	background: #292929
}

.video-uploads__list:last-child {
	border-bottom: 0
}

.video-uploads__item {
	padding: 15px 20px 11px
}

.video-uploads__cover {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	background: #e5e5e5 url(/tpl/images/video-cover.jpg) no-repeat 50% 50%;
	background-size: cover
}

.video-uploads__status {
	position: relative;
	padding-left: 21px
}

.video-uploads__status:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #ccc
}

.video-uploads__list--error .video-uploads__status:before {
	background: #de4648
}

.video-uploads__list--ok .video-uploads__status:before {
	background: #03a87c
}

.video-uploads__list--del .video-uploads__status:before {
	background: #000
}

.video-uploads__list--approve .video-uploads__status:before {
	background: #ffd632
}

.video-uploads__list--process .video-uploads__status:before {
	background: #ccc
}

.video-uploads__handler {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	box-shadow: none;
	background: 0;
	border: 0;
	outline: 0;
	cursor: pointer;
	-webkit-appearance: none
}

.video-uploads__handler svg {
	position: absolute;
	top: 17px;
	right: 20px;
	opacity: .3;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: transform .3s;
	transition: transform .3s
}

.video-uploads__list--open .video-uploads__handler svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

form.upload .input--error .input__area {
	height: 45px
}

form.upload .input__hint {
	position: relative;
	left: 0;
	margin-top: 15px;
	z-index: 1
}

@media(max-width:1279px) {
	.video-uploads__title,
	.video-uploads__item {
		padding-left: 10px;
		padding-right: 10px
	}
}

@media(max-width:1099px) {
	.video-uploads {
		background: 0;
		box-shadow: none
	}
	.theme-night .video-uploads {
		background: 0
	}
	.video-uploads__title,
	.video-uploads__row {
		display: block
	}
	.video-uploads__header.video-uploads__row {
		display: none
	}
	.video-uploads__list {
		margin-bottom: 20px;
		background: #fff;
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
		border-bottom: 0
	}
	.theme-night .video-uploads__list {
		border-color: rgba(231, 231, 231, .1);
		background: #313131
	}
	.video-uploads__list:last-child {
		margin-bottom: 0
	}
	.video-uploads__block--number,
	.video-uploads__block--preview,
	.video-uploads__block--duration,
	.video-uploads__block--title,
	.video-uploads__block--tags,
	.video-uploads__block--status {
		width: 100%
	}
	.video-uploads__block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		border-right: 0;
		border-bottom: 1px solid #f5f5f6
	}
	.theme-night .video-uploads__block {
		border-color: rgba(231, 231, 231, .1)
	}
	.video-uploads__block:last-child {
		border-bottom: 0
	}
	.video-uploads__title {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 105px;
		border-right: 1px solid #f5f5f6;
		padding-left: 20px;
		padding-right: 20px
	}
	.theme-night .video-uploads__title {
		border-color: rgba(231, 231, 231, .1)
	}
	.video-uploads__item {
		padding: 0
	}
	.video-uploads__content {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0;
		flex: 1 0 0;
		padding: 15px 20px 11px
	}
	.video-uploads__cover {
		padding-bottom: 0;
		width: 150px;
		height: 85px
	}
}

@media(max-width:639px) {
	.video-uploads__block {
		display: none;
		padding: 15px 10px;
		border-bottom: 0
	}
	.video-uploads__list--open .video-uploads__block,
	.video-uploads__handler,
	.video-uploads__block--number {
		display: block
	}
	.video-uploads__list--open .video-uploads__block {
		border-bottom: 1px solid #f5f5f6
	}
	.theme-night .video-uploads__list--open .video-uploads__block {
		border-color: rgba(231, 231, 231, .1)
	}
	.video-uploads__list--open .video-uploads__block:last-child {
		border-bottom: 0
	}
	.video-uploads__content,
	.video-uploads__title {
		width: 100%;
		padding: 0
	}
	.video-uploads__title {
		border-right: 0;
		padding-right: 30px
	}
	.video-uploads__content {
		margin-top: 7px
	}
	.video-uploads__list {
		margin-bottom: 10px
	}
}

.section #exoNativeWidget3533529.exo-native-widget {
	width: 100%!important;
	max-width: 100%!important;
	height: auto!important;
	overflow: visible!important;
	margin: 5px 0;
	clear: none!important
}

.section #exoNativeWidget3533529 .exo-native-widget-outer-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
	margin: 0 -5px!important;
	width: auto!important
}

.section #exoNativeWidget3533529 .exo-native-widget-item-container {
	display: block;
	width: 25%;
	height: initial!important;
	margin-top: 0!important;
	padding: 5px!important;
	box-sizing: border-box;
	overflow: visible!important;
	float: none!important
}

.section #exoNativeWidget3533529 .exo-native-widget-item {
	display: block;
	width: 100%!important;
	height: 100%!important;
	position: relative;
	background: #fff;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
	overflow: visible!important
}

.section #exoNativeWidget3533529 .exo-native-widget-item-image {
	width: 100%!important;
	margin: 0!important;
	max-width: 100%!important;
	height: auto!important;
	position: static!important;
	background-position: 50% 50%!important;
	background-repeat: no-repeat
}

.section #exoNativeWidget3533529 .exo-native-widget-item-image:before {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 56.25%
}

.section #exoNativeWidget3533529 .exo-native-widget-item-content {
	display: block;
	text-align: center!important;
	max-width: 100%!important;
	padding-left: 0;
	margin: 0!important;
	padding-top: 0!important;
	overflow: initial!important;
	box-sizing: border-box;
	height: 47px!important;
	max-height: 47px!important;
	overflow: hidden!important
}

.section #exoNativeWidget3533529 .exo-native-widget-item-title {
	display: block;
	position: relative;
	font-size: 13px!important;
	line-height: 16px!important;
	font-weight: 400!important;
	color: #222!important;
	overflow: hidden;
	height: 40px;
	box-sizing: border-box;
	padding: 10px!important;
	font-family: 'Averta Std', Arial, Helvetica, Verdana, sans-serif!important;
	text-align: left
}

.section #exoNativeWidget3533529 .exo-native-widget-item-text {
	display: none!important
}

.section #exoNativeWidget3533529 .exo-native-widget-item-brand {
	display: none!important
}

.section #exoNativeWidget3533529 .exo-native-widget .clear {
	display: none
}

.theme-night .section #exoNativeWidget3533529 .exo-native-widget-item {
	background: #313131
}

.theme-night .section #exoNativeWidget3533529 .exo-native-widget-item-title {
	color: #ccc!important
}

.theme-night .player-block__title {
	color: #fff!important
}

@media(max-width:1409px) {
	.section #exoNativeWidget3533529 .exo-native-widget-item-container {
		width: 33.33333%!important
	}
	.section #exoNativeWidget3533529 .exo-native-widget-item-container:last-child,
	.section #exoNativeWidget3533529 .exo-native-widget-item-container:nth-last-child(2) {
		display: none!important
	}
}

@media(max-width:999px) {
	.section #exoNativeWidget3533529.exo-native-widget {
		margin-bottom: 4px
	}
	.section #exoNativeWidget3533529 .exo-native-widget-outer-container {
		margin-left: -4px!important;
		margin-right: -4px!important
	}
	.section #exoNativeWidget3533529 .exo-native-widget-item-container {
		padding: 4px!important
	}
}

@media(max-width:659px) {
	.section #exoNativeWidget3533529.exo-native-widget {
		margin-bottom: 3px
	}
	.section #exoNativeWidget3533529 .exo-native-widget-item-container {
		width: 50%!important;
		padding: 3px!important
	}
	.section #exoNativeWidget3533529 .exo-native-widget-item-container:last-child,
	.section #exoNativeWidget3533529 .exo-native-widget-item-container:nth-last-child(2) {
		display: block!important
	}
	.section #exoNativeWidget3533529 .exo-native-widget-outer-container,
	.section #exoNativeWidget3533529 .exo-native-widget-outer-container {
		margin-left: -3px!important;
		margin-right: -3px!important
	}
}

@media(max-width:479px) {
	.section #exoNativeWidget3533529 .exo-native-widget-item-container {
		width: 100%!important;
		max-width: 450px;
		margin: 0 auto!important
	}
	.section #exoNativeWidget3533529 .exo-native-widget-item-title {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		padding-left: 8px!important;
		padding-right: 8px!important
	}
	.section #exoNativeWidget3533529.exo-native-widget .exo-native-widget-item-content {
		height: 34px!important;
		max-height: 34px!important
	}
}

.title--sm {
	font-size: 13px;
	line-height: 0;
	color: #777;
	font-weight: 400;
	text-align: right;
	position: relative;
	top: -6px
}

@media(max-width:959px) {
	.title--sm {
		font-size: 13px;
		line-height: 0;
		top: -6px
	}
}

@media(max-width:639px) {
	.title--sm {
		font-size: 13px;
		line-height: 0;
		top: -14px
	}
}

.player__line {
	background: #ffce0d;
	padding: 5px 10px 3px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #222;
	margin-bottom: 5px
}

.title__line {
	padding: 5px 10px 3px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #222;
	margin-bottom: 5px
}

div.player-block__square {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 300px!important;
	height: 250px!important;
	text-align: center
}

@media(max-width:1299px) {}

@media(max-width:639px) {
	div.player-block__square {
		display: none!important
	}
}

@media(max-width:639px) {
	.player-block__item:after {
		display: none
	}
	.player-block__info:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.00) 0, rgba(0, 0, 0, 0.86) 100%)
	}
}

.spot {
	position: relative;
	margin: 20px 0
}

.spot__player,
.spot__player video {
	width: 100%
}

#main .spot__player,
#main .spot__title {
	width: 100%;
	max-width: 600px;
	margin: 0 auto
}

.spot--video-mobile {
	display: none
}

.spot__title {
	margin-bottom: 5px;
	top: 0;
	line-height: 15px
}

@media(max-width:479px) {
	.spot {
		margin: 5px 0
	}
	.spot--video-mobile {
		display: block
	}
	.spot--video-desktop {
		display: none
	}
	.section__grid .spot__title {
		padding-right: 5px
	}
}

#main #box .fluid_ad_cta {
	z-index: 9
}

.mn-container-title {
	font-size: 20px;
	padding: 0 0 3px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left
}

.mn-container-title.mn-container-title_position_left {
	text-align: left
}

.mn-container-title.mn-container-title_position_right {
	text-align: right
}

.mn-container-adsby {
	font-size: 11px;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 6px;
	text-align: right
}

.mn-container-adsby.mn-container-adsby_position_left {
	text-align: left
}

.mn-container-adsby.mn-container-adsby_position_right {
	text-align: right
}

.mn-container-adsby__link {
	color: #999;
	text-decoration: none
}

.mn-container-adsby__a {
	text-decoration: underline
}

.mn-thumb__label {
	display: block;
	height: 66px;
	margin-left: 0;
	margin-right: 0;
	padding: 0 5px;
	-webkit-line-clamp: 2
}

.mn-thumb__label-title {
	text-decoration: none;
	margin: 0;
	display: block;
	overflow: hidden;
	width: auto!important;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	max-height: 60px;
	color: #000;
	position: relative;
	-webkit-box-orient: vertical;
	max-height: 40px
}

.mn-thumb__label-title-link {
	color: #000
}

.mn-thumb__label-brand {
	color: #999;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	font-family: helvetica neue, Helvetica, Arial, sans-serif;
	background-image: null;
	text-align: left;
	line-height: 12px;
	height: 18px
}

.mn-thumb__label-brand-link {
	color: #999
}

.mn-thumb {
	direction: ltr;
	cursor: default!important;
	overflow: hidden;
	background: nonne;
	background-color: transparent;
	padding: 0;
	margin: 0;
	height: auto;
	width: 98.99%;
	border-width: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-style: none;
	position: relative;
	float: left;
	margin: 0 0 1% 1%
}

.mn-thumb a {
	border: 0;
	cursor: pointer;
	text-decoration: none!important;
	outline: 0
}

.mn-thumb__holder {
	position: relative;
	width: 100%;
	height: auto
}

.mn-thumb__img {
	border-width: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-style: none;
	display: block;
	overflow: hidden!important;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0
}

.mn-thumb__tracker {
	position: absolute;
	top: 30%;
	left: 50%;
	margin: 0;
	padding: 0;
	border: 0;
	border-width: 0;
	opacity: 0;
	visibility: hidden
}

.mn-thumb__aspect {
	width: 1px
}

.mn-thumbnails_image .mn-thumb__aspect {
	padding-bottom: 100%
}

.mn-thumbnails_text .mn-thumb {
	clear: left;
	width: auto;
	padding: 3px 3px 3px 1px;
	margin-bottom: 0
}

.mn-thumbnails_text .mn-thumb .mn-thumb__label {
	display: inline-block;
	height: auto;
	vertical-align: top;
	padding: 0
}

.mn-thumbnails_text .mn-thumb a {
	display: list-item;
	list-style: disc outside none;
	vertical-align: top;
	overflow: visible;
	margin-left: 15px;
	padding: 0
}

.mn-thumbnails_label-over .mn-thumb__label-brand {
	line-height: 18px;
	margin: 0 12px 2px
}

.mn-thumbnails_label-over .mn-thumb__label {
	position: absolute;
	bottom: 0;
	z-index: 1;
	background: rgba(255, 255, 255, .8);
	width: 100%;
	margin-left: 0;
	padding: 0
}

.mn-thumbnails_label-over .mn-thumb__label-title {
	text-decoration: none;
	margin: 0;
	padding: 2px 10px 0;
	-webkit-line-clamp: 2!important
}

.mn-thumbnails_label-over .mn-thumb__aspect {
	padding-bottom: 100%
}

.mn-thumbnails_img-left .mn-thumb {
	margin-bottom: 1.5%
}

.mn-thumbnails_img-left .mn-thumb .mn-thumb__holder {
	float: left;
	width: 40%
}

.mn-thumbnails_img-left .mn-thumb .mn-thumb__label {
	overflow: hidden;
	padding-left: 10px
}

.mn-thumbnails_img-left .mn-thumb .mn-thumb__label-title {
	max-height: 120px
}

.mn-thumbnails_img-left .mn-thumb .mn-thumb__label {
	height: 100px
}

.mn-thumbnails_img-right .mn-thumb {
	margin-bottom: 1.5%
}

.mn-thumbnails_img-right .mn-thumb .mn-thumb__holder {
	float: right;
	width: 40%
}

.mn-thumbnails_img-right .mn-thumb .mn-thumb__label {
	overflow: hidden;
	padding-right: 10px
}

.mn-thumbnails_img-right .mn-thumb .mn-thumb__label-title {
	max-height: 120px
}

.mn-thumbnails_img-right .mn-thumb .mn-thumb__label {
	height: 100px
}

.mn-related-container {
	clear: both
}

.mn-outer {
	margin-left: -1%;
	direction: ltr;
	text-align: left
}

.mn-clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	visibility: hidden
}

@media screen and (min-width:0) and (max-width:759px) {
	.mn-thumb__aspect {
		padding-bottom: 85%;
		width: 100%
	}
	.mn-thumb {
		width: 98.99%
	}
}

@media screen and (min-width:760px) {
	.mn-thumb__aspect {
		padding-bottom: 85%;
		width: 100%
	}
	.mn-thumbnails_col-6 .mn-thumb {
		width: 15.66%
	}
	.mn-thumbnails_col-5 .mn-thumb {
		width: 18.99%
	}
	.mn-thumbnails_col-4 .mn-thumb {
		width: 23.99%
	}
	.mn-thumbnails_col-3 .mn-thumb {
		width: 32.33%
	}
	.mn-thumbnails_col-2 .mn-thumb {
		width: 48.99%
	}
}