@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;800&display=swap");
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
button,
input,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0;
}

img,
object,
embed {
	vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

q:before,
q:after {
	content: "";
}

a {
	cursor: pointer;
}

input,
textarea {
	outline: none;
}

button {
	border: none;
	background: none;
}

@font-face {
	font-family: "Ico Moon";
	src: url("../fonts/icomoon.eot");
	src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#Ico Moon") format("svg");
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	@font-face {
		font-family: "Ico Moon";
		src: url("../fonts/icomoon.svg#Ico Moon") format("svg");
	}
}

html {
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font: 12px/1.2 "Poppins", Helvetica, sans-serif;
	min-width: 320px;
	position: relative;
	color: #1C232F;
	background: #fff;
}

a {
	color: #1C232F;
	text-decoration: none;
}

input {
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}

* {
	outline: none;
}

* {
	box-sizing: border-box;
}

*:before, *:after {
	box-sizing: border-box;
}

* ::-moz-selection {
	background: #F022DF;
	color: #F022DF;
}

* ::selection {
	background: #F022DF;
	color: #F022DF;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #999;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	color: #999;
	opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #999;
	opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #999;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
	color: transparent;
}

input.placeholder, textarea.placeholder {
	color: #999 !important;
}

.wrapper {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}

.wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 12;
	opacity: 0;
	visibility: hidden;
	background-color: #000;
}

.wrapper.has-nav-open {
	position: fixed;
}

.wrapper.has-nav-open::before {
	opacity: .7;
	visibility: visible;
}

.wrapper.has-nav-open .navigation {
	display: flex;
}

.wrapper.has-nav-open .burger-brick,
.wrapper.has-nav-open .burger-brick::before,
.wrapper.has-nav-open .burger-brick::after {
	background-color: #000;
}

.wrapper.has-nav-open .burger-brick {
	transform: rotate(45deg);
}

.wrapper.has-nav-open .burger-brick::before {
	top: 0;
	opacity: 0;
}

.wrapper.has-nav-open .burger-brick::after {
	bottom: 0;
	transform: rotate(-90deg);
}

.container {
	max-width: 1860px;
	padding: 0 20px;
	margin: 0 auto;
	width: 100%;
}

@media screen and (max-width: 1000px) {
	.container {
		padding: 0 10px;
	}
}

@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon.eot?kx8gi3");
	src: url("../fonts/icomoon.eot?kx8gi3#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?kx8gi3") format("truetype"), url("../fonts/icomoon.woff?kx8gi3") format("woff"), url("../fonts/icomoon.svg?kx8gi3#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
	content: "\e900";
	color: #1C232F;
}

.icon-arrow-right:before {
	content: "\e901";
	color: #1C232F;
}

.icon-angle-down:before {
	content: "\e902";
}

.icon-close:before {
	content: "\e903";
}

.icon-logo:before {
	content: "\e904";
}

.icon-play:before {
	content: "\e908";
}

.icon-search:before {
	content: "\e909";
}

.header {
	position: relative;
	z-index: 13;
	background-color: #fff;
}

.header .holder {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.header .holder .menu {
	position: relative;
	flex-grow: 1;
	justify-content: flex-end;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 1024px) {
	.header .holder .menu {
		position: static;
	}
}

.header .holder .menu.has-search-open .header_navigation {
	margin-right: 10px;
}

.header .holder .menu.has-search-open .navigation {
	opacity: 0;
}

@media screen and (max-width: 1024px) {
	.header .holder .menu.has-search-open .navigation {
		opacity: 1;
	}
}

.header .holder .menu.has-search-open .form_search {
	display: block;
}

.header .holder .menu.has-search-open .view_search i:before {
	content: "\e903";
}

.header .holder .burger {
	display: none;
	margin: 0 10px 0 4px;
}

@media screen and (max-width: 1024px) {
	.header .holder .burger {
		display: block;
	}
}

.logo {
	flex-shrink: 0;
	flex-grow: 0;
	margin-right: 20px;
	display: flex;
	align-items: center;
	padding: 13px 0;
}

@media screen and (max-width: 1024px) {
	.logo {
		margin-right: 0;
	}
}

.logo a {
	display: block;
}

@media screen and (max-width: 424px) {
	.logo img {
		width: 160px;
	}
}

@media screen and (max-width: 420px) {
	.logo .second {
		display: none;
	}
}

.header_navigation {
	flex-shrink: 1;
	flex-grow: 1;
	min-width: 1px;
	display: flex;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 1024px) {
	.header_navigation {
		position: static;
	}
}

.navigation {
	margin: 0 0 0 auto;
}

@media screen and (max-width: 1024px) {
	.navigation {
		position: fixed;
		top: 80px;
		bottom: 0;
		left: -20px;
		right: -20px;
		display: none;
		flex-direction: column;
		overflow-y: auto;
	}
}

@media screen and (max-width: 424px) {
	.navigation {
		top: 64px;
	}
}

@media screen and (max-width: 1000px) {
	.navigation {
		left: -10px;
		right: -10px;
	}
}

.navigation.priority-nav {
	display: flex;
	justify-content: center;
}

.navigation.is-open .nav__dropdown-toggle {
	color: #F022DF;
}

.navigation > ul > .navigation_item {
	display: inline-flex;
	vertical-align: top;
}

@media screen and (max-width: 1024px) {
	.navigation > ul > .navigation_item {
		display: block;
	}
}

@media screen and (max-width: 1024px) {
	.navigation_list {
		display: block;
		background-color: #fff;
	}
}

.navigation_item {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	flex-shrink: 0;
	flex-grow: 0;
	border-bottom: 1px solid transparent;
	transition: border-color .3s ease;
}

@media screen and (max-width: 1024px) {
	.navigation_item {
		border-color: #000;
	}
}

.navigation_item.open span i {
	transform: rotate(0deg);
}

.navigation_item.open > a + .dropped {
	display: block;
	opacity: 1;
	visibility: visible;
}

.navigation_item.active .navigation_link {
	color: #F022DF;
}

@media screen and (min-width: 1025px) {
	.navigation_item.active {
		border-bottom-color: #F022DF;
	}
	.navigation_item.active .navigation_link {
		color: #F022DF;
	}
	.navigation_item.active .navigation_link:after {
		transform: translate3d(0, 0, 0);
	}
	.navigation_item:hover {
		border-bottom-color: #F022DF;
	}
	.navigation_item:hover .navigation_link {
		color: #F022DF;
	}
	.navigation_item:hover span i {
		transform: rotate(0deg);
	}
	.navigation_item:hover > a + .dropped {
		display: block;
		opacity: 1;
		visibility: visible;
	}
}

.navigation_link {
	display: flex;
	align-items: center;
	color: #16171b;
	padding: 0 10px;
	margin: 0 7px;
	position: relative;
	overflow: hidden;
	transition: color .3s;
	flex-direction: column;
	justify-content: center;
	line-height: 32px;
	font-weight: 500;
}

.navigation_link span {
	display: flex;
	align-items: center;
}

.lang {
	display: flex;
	height: 100%;
	margin-left: 10px;
	position: relative;
	transition: color .3s ease;
}

.lang .button_lang {
	cursor: pointer;
	color: #97999D;
	color: #676767;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.35px;
	background: none;
	border: none;
	width: 100%;
	transition: color .3s ease;
}

@media screen and (min-width: 1025px) {
	.lang .button_lang:hover {
		color: #F022DF;
	}
	.lang .button_lang:hover i {
		color: #F022DF;
	}
}

.lang b {
	display: flex;
	align-items: center;
}

.lang span {
	margin-right: 4px;
}

.lang i {
	font-size: 4px;
	transition: transform .3s ease;
}

.lang.open .dropped {
	opacity: 1;
	visibility: visible;
}

.lang.open i {
	transform: rotate(180deg);
}

.header_search.open .form_search {
	display: block;
	z-index: 1;
}

.header_search.open .view_search .icon-search:before {
	content: "\e903";
}

@media screen and (max-width: 1000px) {
	.header_search {
		width: auto;
		flex-shrink: 0;
		flex-grow: 0;
	}
	.header_search.open .view_search i {
		font-size: 18px;
	}
	.header_search.open .view_search i:before {
		content: "\e90b";
	}
}

.header_search form {
	width: 100%;
}

.view_search {
	background: none;
	border: none;
	height: 24px;
	width: 24px;
	cursor: pointer;
}

@media screen and (max-width: 1000px) {
	.view_search {
		display: block;
	}
}

@media screen and (min-width: 1025px) {
	.view_search:hover i {
		color: #F022DF;
	}
}

.view_search i {
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	color: #1C232F;
	width: 20px;
	height: 20px;
	transition: color .3s ease;
}

.form_search {
	display: none;
	width: 100%;
	max-width: 520px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
	.form_search {
		width: calc(100% - 90px);
		max-width: initial;
		left: 0;
		right: auto;
	}
}

.search_wrapper {
	display: flex;
	border: 1px solid transparent;
	border-bottom-color: #97999D;
}

.input,
.textarea {
	background-color: #fff;
	border: none;
	flex-shrink: 1;
	flex-grow: 1;
	min-width: 1px;
	height: 38px;
	padding: 12px 10px 12px 0;
	color: #b1b1b1;
	font-family: "Poppins", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.2;
	border-radius: 10px 0 0 10px;
	width: 100%;
}

.textarea {
	min-height: 100px;
	resize: vertical;
}

.search_button {
	background-color: #fff;
	height: 38px;
	border-radius: 0 10px 10px 0;
	border: none;
	flex-shrink: 0;
	flex-grow: 0;
	cursor: pointer;
	transition: background .3s, color .3s;
}

@media screen and (min-width: 1025px) {
	.search_button:hover i {
		color: #F022DF;
	}
}

.search_button i {
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	color: #1C232F;
	width: 20px;
	height: 20px;
	transition: color .3s ease;
}

.notification {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F022DF;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 20px;
	text-transform: uppercase;
	padding: 9px 50px 9px 20px;
	position: relative;
}

.notification.hidden {
	display: none;
}

@media screen and (max-width: 1024px) {
	.notification {
		font-size: 18px;
	}
}

@media screen and (max-width: 719px) {
	.notification {
		font-size: 16px;
	}
}

@media screen and (max-width: 575px) {
	.notification {
		display: block;
	}
}

.notification span {
	display: inline-block;
	margin-right: 20px;
	font-weight: 500;
}

@media screen and (max-width: 575px) {
	.notification span {
		margin: 0 0 20px 0;
	}
}

.notification .btn {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 20px;
	color: #FFFFFF;
	background: #AF14A3;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 500;
	transition: background .3s;
}

@media screen and (min-width: 1025px) {
	.notification .btn:hover {
		background: #8d0f83;
	}
}

.notification .close-btn {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0, -50%);
	width: 20px;
	height: 20px;
	cursor: pointer;
}

@media screen and (max-width: 575px) {
	.notification .close-btn {
		top: 10px;
		transform: translate(0, 0);
	}
}

@media screen and (min-width: 1025px) {
	.notification .close-btn:hover svg {
		fill: #fff;
	}
}

.notification .close-btn svg {
	pointer-events: none;
	fill: #AF14A3;
	transition: fill .3s ease;
}

.dropped {
	position: absolute;
	z-index: 2;
	width: 112px;
	top: calc(100% + 10px);
	right: 0;
	transform: translate3d(0, 0, 0);
	display: flex;
	flex-direction: column;
	opacity: 0;
	visibility: hidden;
	transition: transform .3s, visibility .3s, opacity .3s;
	border-radius: 5px;
	overflow: hidden;
	background-color: #ecedee;
}

.dropped .row {
	padding: 6px 10px;
	transition: background-color .3s ease;
}

@media screen and (min-width: 1025px) {
	.dropped .row:hover {
		background-color: #c3c7cc;
	}
}

.burger {
	display: inline-block;
	margin: 0;
	border: 0;
	overflow: visible;
	background-color: transparent;
	cursor: pointer;
}

.burger-box {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 24px;
}

@media screen and (max-width: 424px) {
	.burger-box {
		width: 34px;
		height: 24px;
	}
}

.burger-brick {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.burger-brick::before {
	top: -10px;
}

@media screen and (max-width: 424px) {
	.burger-brick::before {
		top: -8px;
	}
}

.burger-brick::after {
	bottom: -10px;
}

@media screen and (max-width: 424px) {
	.burger-brick::after {
		bottom: -8px;
	}
}

.burger-brick, .burger-brick::before, .burger-brick::after {
	position: absolute;
	width: 40px;
	height: 4px;
	border-radius: 4px;
	background-color: #000;
}

@media screen and (max-width: 424px) {
	.burger-brick, .burger-brick::before, .burger-brick::after {
		width: 34px;
	}
}

.burger-brick::before, .burger-brick::after {
	content: "";
	display: block;
}

.main {
	padding-bottom: 50px;
}

.section_container {
	margin-top: 22px;
}

.thumbs {
	font-size: 0;
}

@media screen and (max-width: 640px) {
	.thumbs {
		margin: -5px;
	}
}

.thumb_category,
.thumb_popular,
.thumb {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	width: 20%;
}

@media screen and (max-width: 1380px) {
	.thumb_category,
	.thumb_popular,
	.thumb {
		width: 25%;
	}
}

@media screen and (max-width: 960px) {
	.thumb_category,
	.thumb_popular,
	.thumb {
		width: 33.333%;
	}
}

@media screen and (max-width: 640px) {
	.thumb_category,
	.thumb_popular,
	.thumb {
		width: 50%;
	}
}

@media screen and (max-width: 550px) {
	.thumb_category,
	.thumb_popular,
	.thumb {
		width: 100%;
	}
}

@media screen and (min-width: 1025px) {
	.thumb .th:hover .time,
	.thumb .th:hover .title {
		opacity: 1;
		transition: opacity .5s ease;
	}
}

@media screen and (min-width: 1025px) {
	.thumb .th .time,
	.thumb .th .title {
		opacity: 0;
	}
}

.th {
	display: block;
	transition: background .3s, box-shadow .3s;
}

.th .wrap_image {
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #eee;
	padding-bottom: 56.25%;
}

.th img {
	display: block;
	height: auto;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.th .title {
	color: #16171b;
	font-size: 14px;
	font-weight: 400;
	max-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	bottom: 10px;
	padding: 0 20px;
	width: 100%;
	line-height: 1.4;
	color: #fff;
}

@media screen and (max-width: 480px) {
	.th .title {
		font-size: 12px;
		max-height: 30px;
	}
}

.sticky_top {
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
	z-index: 10;
}

.sticky_top .label,
.sticky_top .time {
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 5px;
	padding: 6px 10px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

@media screen and (max-width: 340px) {
	.sticky_top .label,
	.sticky_top .time {
		padding: 4px 6px;
	}
}

.headline {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 12px;
}

@media screen and (max-width: 575px) {
	.headline {
		display: block;
	}
}

.headline .title {
	margin-right: 40px;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	color: #1C232F;
}

@media screen and (max-width: 575px) {
	.headline .title {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 575px) {
	.headline .sorting {
		margin: 0 -5px;
	}
}

.headline .sorting a {
	font-weight: 300;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	color: #97999D;
	color: #676767;
	padding: 0 15px;
	transition: color .3s ease;
}

@media screen and (max-width: 575px) {
	.headline .sorting a {
		padding: 0 5px;
	}
}

@media screen and (min-width: 1025px) {
	.headline .sorting a:hover {
		color: #F022DF;
	}
}

.headline .sorting a.active {
	color: #1C232F;
}

.pagination {
	padding-top: 40px;
	display: flex;
	margin: -3px 0 0 -3px;
	justify-content: center;
}

.pagination .item {
	flex-shrink: 0;
	flex-grow: 0;
	text-align: center;
	margin: 3px 0 0 5px;
	color: #97999D;
}

@media screen and (max-width: 767px) {
	.pagination .item {
		display: none;
	}
	.pagination .item.pager a span {
		display: none;
	}
	.pagination .item.pager, .pagination .item.active {
		display: block;
	}
}

.pagination .item.pager {
	margin: 3px 5px 0 10px;
}

.pagination .item.pager a {
	padding: 12px 20px;
	text-transform: uppercase;
}

.pagination .item.active a {
	color: #1C232F;
	border: 1px solid #1C232F;
}

.pagination .item.dots a {
	background-color: transparent;
}

.pagination a {
	display: block;
	padding: 12px 2px;
	min-width: 40px;
	border-radius: 10px;
	color: #848484;
	transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
	.pagination a:hover {
		background-color: #F3F3F3;
	}
}

.pagination i {
	font-size: 10px;
}

.pagination i.icon-arrow-left {
	margin-right: 10px;
	color: #848484;
}

.pagination i.icon-arrow-right {
	margin-left: 10px;
	color: #848484;
}

.view-all-btn {
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	margin: 35px auto;
}

.view-all-btn a {
	color: #97999D;
	color: #676767;
	padding: 10px 30px;
	border-radius: 5px;
	border: 1px solid transparent;
	transition: color .3s ease,	border-color .3s ease;
}

@media screen and (min-width: 1025px) {
	.view-all-btn a:hover {
		color: #1C232F;
		border-color: #1C232F;
	}
}

.twocolumns {
	display: flex;
	align-items: flex-start;
}

.viewlist {
	flex-grow: 1;
	flex-shrink: 1;
	min-width: 1px;
}

.aside {
	flex-grow: 0;
	flex-shrink: 0;
	width: 300px;
	margin-left: 20px;
	text-align: center;
	color: #323232;
	font-size: 11px;
	line-height: 1.6;
}

@media screen and (max-width: 1139px) {
	.aside {
		display: none;
	}
}

.aside .opt {
	margin-bottom: 15px;
}

.aside .opt:last-child {
	margin-bottom: 0;
}

.aside .spots .text {
	margin-top: 0;
}

.player {
	position: relative;
	margin-bottom: 10px;
}

.player .button_play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 128px;
	height: 128px;
	border: 11px solid #eae8e7;
	border-radius: 50%;
}

@media screen and (max-width: 719px) {
	.player .button_play {
		width: 100px;
		height: 100px;
		border-width: 8px;
	}
}

@media screen and (max-width: 424px) {
	.player .button_play {
		width: 80px;
		height: 80px;
		border-width: 6px;
	}
}

.player .button_play .icon-play {
	font-size: 50px;
	display: block;
	color: #eae8e7;
	position: absolute;
	top: 50%;
	left: 53%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 719px) {
	.player .button_play .icon-play {
		font-size: 30px;
	}
}

@media screen and (max-width: 424px) {
	.player .button_play .icon-play {
		font-size: 24px;
	}
}

.player.stop .player-wrap {
	filter: blur(4px);
	-webkit-filter: blur(4px);
}

.player .stop-block {
	display: none;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	z-index: 20;
}

.player .stop-block span {
	text-align: center;
	font-weight: 300;
	font-size: 36px;
	line-height: 54px;
	color: #FFFFFF;
	margin-bottom: 15px;
}

@media screen and (max-width: 1439px) {
	.player .stop-block span {
		font-size: 30px;
		line-height: 45px;
	}
}

@media screen and (max-width: 1199px) {
	.player .stop-block span {
		font-size: 26px;
		line-height: 40px;
	}
}

@media screen and (max-width: 719px) {
	.player .stop-block span {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width: 575px) {
	.player .stop-block span {
		font-size: 16px;
		line-height: 20px;
	}
}

.player .stop-block .btn {
	background: #F022DF;
	border-radius: 5px;
	padding: 12px 50px;
	font-weight: 800;
	font-size: 30px;
	line-height: 45px;
	text-transform: uppercase;
	color: #FFFFFF;
	transition: background .3s ease;
}

@media screen and (max-width: 1199px) {
	.player .stop-block .btn {
		padding: 12px 30px;
		font-size: 24px;
		line-height: 30px;
	}
}

@media screen and (max-width: 575px) {
	.player .stop-block .btn {
		padding: 10px 20px;
		font-size: 20px;
	}
}

@media screen and (max-width: 424px) {
	.player .stop-block .btn {
		padding: 6px 14px;
		font-size: 16px;
	}
}

@media screen and (min-width: 1025px) {
	.player .stop-block .btn:hover {
		background: #c41cb6;
	}
}

.player.stop .button_play {
	display: none;
}

.player.stop .stop-block {
	display: flex;
}

.watch_full {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F022DF;
	border-radius: 5px;
	padding: 23px 20px;
	position: relative;
	color: #1C232F;
	font-size: 20px;
	text-transform: uppercase;
	transition: background .3s ease;
}

@media screen and (max-width: 1024px) {
	.watch_full {
		padding: 10px 20px;
		font-size: 18px;
	}
}

@media screen and (max-width: 575px) {
	.watch_full {
		font-size: 16px;
	}
}

@media screen and (min-width: 1025px) {
	.watch_full:hover {
		background: #c41cb6;
	}
}

.watch_full b {
	margin-left: 6px;
	color: #FFFFFF;
	font-weight: 700;
}

.information_tools {
	margin-top: 21px;
}

.information_tools .title {
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 24px;
	line-height: 36px;
	color: #1C232F;
}

@media screen and (max-width: 575px) {
	.information_tools .title {
		font-size: 20px;
		line-height: 28px;
	}
}

.information_tools .cols {
	display: flex;
	font-size: 14px;
	line-height: 20px;
	color: #1C232F;
}

.information_tools .cols .col {
	margin-right: 20px;
}

.information_tools .cols span {
	color: #97999D;
}

.information_tools .row-group {
	display: flex;
	flex-wrap: wrap;
}

.information_tools .row-group > .row {
	margin-right: 30px;
}

.information_tools .row {
	font-size: 14px;
	color: #97999D;
	display: flex;
	align-items: center;
	margin-top: 22px;
}

.information_tools .row > span {
	margin-right: 9px;
}

.information_tools .list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.information_tools .list .item {
	border: 1px solid #1C232F;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 0 5px 5px 0;
}

@media screen and (min-width: 1025px) {
	.information_tools .list .item:hover {
		border-color: #F022DF;
		background: #F022DF;
	}
	.information_tools .list .item:hover a {
		color: #fff;
	}
}

.information_tools .show-more-block {
	margin-top: 20px;
}

.information_tools .show-more-block.hidden {
	display: none;
}

.show-more-btn {
	display: inline-block;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #97999D;
	margin-top: 26px;
	cursor: pointer;
	transition: color .3s ease;
}

@media screen and (min-width: 1025px) {
	.show-more-btn:hover {
		color: #F022DF;
	}
}

.tags {
	padding-top: 20px;
}

@media screen and (max-width: 1024px) {
	.tags {
		padding-top: 0;
	}
}

.tags-bl {
	margin-bottom: 26px;
}

.tags-bl:last-child {
	margin-bottom: 0;
}

.tags-letter {
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	color: #F022DF;
}

.tags-list {
	-moz-column-count: 7;
	     column-count: 7;
	margin: 0 -5px;
	font-size: 0;
}

@media screen and (max-width: 1439px) {
	.tags-list {
		-moz-column-count: 6;
		     column-count: 6;
	}
}

@media screen and (max-width: 1199px) {
	.tags-list {
		-moz-column-count: 5;
		     column-count: 5;
	}
}

@media screen and (max-width: 1024px) {
	.tags-list {
		-moz-column-count: 4;
		     column-count: 4;
	}
}

@media screen and (max-width: 719px) {
	.tags-list {
		-moz-column-count: 3;
		     column-count: 3;
	}
}

@media screen and (max-width: 575px) {
	.tags-list {
		-moz-column-count: 2;
		     column-count: 2;
	}
}

.tag {
	padding: 0 5px;
	display: inline-flex;
	width: 100%;
	overflow: hidden;
	font-weight: 300;
	font-size: 16px;
	line-height: 36px;
}

@media screen and (max-width: 424px) {
	.tag {
		font-size: 15px;
	}
}

.tag-link {
	display: flex;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid transparent;
	transition: border-color .3s ease, 
 color .3s ease;
}

@media screen and (min-width: 1025px) {
	.tag-link:hover {
		color: #F022DF;
		border-color: #F022DF;
	}
}

.tag-txt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.alphabet-list {
	display: flex;
	flex-wrap: wrap;
	font-weight: 300;
	font-size: 16px;
	padding: 10px 0;
}

.alphabet-item {
	padding: 5px 0;
	margin-right: 8px;
}

.alphabet-item:last-child {
	margin-right: 0;
}

.alphabet-link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid transparent;
	border-radius: 5px;
	color: #97999D;
}

@media screen and (min-width: 1025px) {
	.alphabet-link:hover {
		background-color: #F3F3F3;
		border-color: #F3F3F3;
	}
}

.alphabet-link.is-active {
	border-color: #1C232F;
	pointer-events: none;
}

.profile {
	display: flex;
	margin-bottom: 42px;
	font-size: 14px;
}

@media screen and (max-width: 1024px) {
	.profile {
		font-size: 12px;
	}
}

@media screen and (max-width: 639px) {
	.profile {
		display: block;
	}
}

.profile-view {
	flex-shrink: 0;
	margin-right: 30px;
}

@media screen and (max-width: 1024px) {
	.profile-view {
		width: 300px;
		margin-right: 20px;
	}
}

@media screen and (max-width: 719px) {
	.profile-view {
		width: 220px;
	}
}

@media screen and (max-width: 639px) {
	.profile-view {
		width: 400px;
		margin: 0 0 30px 0;
	}
}

@media screen and (max-width: 575px) {
	.profile-view {
		width: auto;
	}
}

.profile-img {
	width: 100%;
}

.profile-content {
	flex-grow: 1;
}

.profile-name {
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 24px;
}

@media screen and (max-width: 1024px) {
	.profile-name {
		font-size: 20px;
	}
}

.profile-list {
	max-width: 500px;
	-moz-column-count: 2;
	     column-count: 2;
	margin-bottom: 5px;
	width: 100%;
}

@media screen and (max-width: 424px) {
	.profile-list {
		-moz-column-count: 1;
		     column-count: 1;
	}
}

.profile-list-item {
	display: inline-block;
	width: 100%;
	margin-bottom: 14px;
}

.profile-list-mark {
	color: #97999d;
}

.profile-desc {
	line-height: 1.8;
}

.footer {
	display: table-row;
	height: 1px;
}

.footer .holder {
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	color: #1C232F;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	flex-wrap: wrap;
}

.footer .holder .item {
	padding: 5px 22px;
}

.footer .holder a {
	transition: color .3s ease;
}

@media screen and (min-width: 1025px) {
	.footer .holder a:hover {
		color: #F022DF;
	}
}

.footer .copyright {
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	color: #97999D;
	color: #676767;
	text-align: center;
	margin-bottom: 50px;
}

.spots {
	font-weight: 300;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	color: #97999D;
	color: #676767;
	margin-bottom: 50px;
}

.spots .text {
	margin: 15px 0 20px;
	text-align: center;
}

.spots-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 1439px) {
	.spots-list {
		justify-content: space-evenly;
	}
}

@media screen and (max-width: 1024px) {
	.spots-list {
		justify-content: center;
	}
}

@media screen and (max-width: 1024px) {
	.spots .opt {
		padding: 0 5px;
	}
}

.blur-fix {
	width: 0;
	height: 0;
}
.no-thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: rgb(240 34 223 / 30%);
	color: #fff;
}

.popup-holder input,
.popup-holder .textarea {
	border-radius: 0;
	border-bottom: 1px solid #97999D;
}

.popup-title {
	margin-right: 40px;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #1C232F;
	padding: 20px;
	display: inline-block;
}

.popup-holder {
	padding: 0 20px 20px;
}

.popup-holder .row {
	margin: 0 0 10px;
}

.popup-holder label {
	display: inline-block;
	margin: 0 0 5px;
	font-size: 14px;
	width: 100%;
}

.popup-holder img {
 margin: 0 0 5px;
 width: 165px;
 height: 68px;
}

.submit {
	cursor: pointer;
	flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    color: #FFFFFF;
    background: #AF14A3;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    transition: background .3s;
	border: none;
	margin: 10px 0 0;
}

@media screen and (min-width: 1025px) {
	.submit:hover {
		background: #8d0f83;
	}
}

.field-error {
	color: red;
}

.player-wrap {
	position: relative;
}

#kt_player {
	position: absolute !important;
}

.our_friends .friends {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #676767;
}

.our_friends .friends a {
    transition: color .3s ease;
	color: #F022DF;
	text-decoration: underline;
}

.our_friends .friends a:hover {
	color: #000;
	text-decoration: none;
}

.aside.mobile {
	display: none;
	margin: 0 auto;
}

@media screen and (max-width: 992px) {
	.aside.mobile {
		display: block;
	}
}

.aside.mobile .spots {
	margin: 22px 0 0;
}

.list-sort.headline {
	justify-content: flex-start;
}

.list-sort.headline span {
	color: #F022DF;
	text-decoration: underline;
}

.list-sort.headline a:hover {
	color: #F022DF;
}