@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,900");
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;
}

@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 {
	height: 100%;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font: 14px/1.3 "Montserrat", sans-serif;
	height: 100%;
	min-width: 320px;
	position: relative;
	color: #000;
	background: #fff;
	overflow: visible !important;
}

a {
	color: #2600ff;
	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: #2600ff;
	color: #fff;
}

* ::selection {
	background: #2600ff;
	color: #fff;
}

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

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

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

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

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: #000 !important;
}

.wrapper {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	overflow: hidden;
}

.container {
	max-width: 1340px;
	padding: 0 30px;
	margin: 0 auto;
}

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

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

.icon-download:before {
	content: "\e912";
}

.icon-share:before {
	content: "\e913";
}

.icon-add-to:before {
	content: "\e914";
}

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

.icon-icon01:before {
	content: "\e90c";
}

.icon-icon02:before {
	content: "\e90d";
}

.icon-icon03:before {
	content: "\e90e";
}

.icon-icon04:before {
	content: "\e90f";
}

.icon-icon06:before {
	content: "\e910";
}

.icon-arrow-down:before {
	content: "\e90b";
}

.icon-min-dislike:before {
	content: "\e90a";
}

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

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

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

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

.icon-face:before {
	content: "\e901";
}

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

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

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

.icon-pic:before {
	content: "\e905";
}

.icon-video:before {
	content: "\e906";
}

.header {
	box-shadow: 0 0 111px rgba(0, 1, 1, 0.35), 0 4px 0 rgba(0, 1, 1, 0.11);
	background-color: #1c2128;
	padding: 12px 30px;
	position: relative;
}

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

@media screen and (max-width: 1159px) {
	.header.open .hamburger:before {
		transform: translateY(8px) rotate(45deg);
		background-color: #f2146d;
	}
	.header.open .hamburger:after {
		transform: translateY(-8px) rotate(-45deg);
		background-color: #f2146d;
	}
	.header.open .hamburger span {
		opacity: 0;
		transform: translate3d(-20px, 0, 0);
	}
	.header.open .navigation {
		opacity: 1;
		visibility: visible;
		transform: translate3d(0, 0, 0);
	}
}

.header .holder {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	max-width: 1825px;
	margin: 0 auto;
}

.logo {
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

@media screen and (max-width: 567px) {
	.logo {
		-ms-flex-positive: 1;
		    flex-grow: 1;
	}
}

.logo a {
	display: inline-block;
}

.logo img {
	display: inline-block;
	max-width: 159px;
	width: 100%;
	vertical-align: top;
	height: auto;
}

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

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

.action_field {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	-ms-flex-pack: start;
	    justify-content: flex-start;
	padding: 0 8px 0 114px;
}

@media screen and (max-width: 1440px) {
	.action_field {
		padding: 0 8px 0 25px;
	}
}

.action_field .wrap {
	max-width: 1280px;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.navigation {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

@media screen and (max-width: 1159px) {
	.navigation {
		position: absolute;
		top: 100%;
		right: 0;
		z-index: 12;
		-ms-flex-direction: column;
		    flex-direction: column;
		background-color: #1c2128;
		padding: 30px;
		box-shadow: 0 4px 0 rgba(0, 1, 1, 0.11);
		opacity: 0;
		text-align: right;
		min-width: 180px;
		visibility: hidden;
		border-radius: 0 0 0 5px;
		transform: translate3d(100%, 0, 0);
		transition: transform .3s, opacity .3s, visibility .3s;
	}
}

.navigation .item {
	text-transform: uppercase;
	margin-left: 36px;
	font-weight: 600;
}

@media screen and (max-width: 1366px) {
	.navigation .item {
		margin-left: 20px;
	}
}

@media screen and (max-width: 1280px) {
	.navigation .item {
		font-size: 12px;
	}
}

@media screen and (max-width: 1159px) {
	.navigation .item {
		margin: 15px 0 0;
	}
}

.navigation .item:first-child {
	margin: 0;
}

.navigation .item.active a {
	color: #f2146d;
}

.navigation a {
	color: #fff;
	transition: color .3s;
	cursor: pointer;
}

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

.search {
	-ms-flex-positive: 1;
	    flex-grow: 1;
	max-width: 430px;
	width: 100%;
	margin-left: 25px;
}

@media screen and (max-width: 1159px) {
	.search {
		max-width: 100%;
		margin-left: 0;
	}
}

@media screen and (max-width: 567px) {
	.search {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 2;
	}
}

.search .wrap {
	background-color: #fff;
	border-radius: 20px;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 567px) {
	.search .wrap {
		border-radius: 0;
		box-shadow: 0 1px 0 rgba(0, 1, 1, 0.11);
	}
}

.search .input {
	height: 40px;
	background: none;
	border: none;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	padding: 14px 0 14px 16px;
	width: 100%;
}

@media screen and (max-width: 1280px) {
	.search .input {
		font-size: 12px;
		padding: 13px 0 13px 16px;
		height: 37px;
	}
}

@media screen and (max-width: 639px) {
	.search .input {
		font-size: 11px;
	}
}

.search .button {
	cursor: pointer;
	padding: 0;
	font-size: 0;
	height: 40px;
	width: 45px;
	background: none;
	border: none;
	transition: color .3s;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

@media screen and (min-width: 1025px) {
	.search .button:hover {
		color: #f2146d;
	}
}

@media screen and (max-width: 1280px) {
	.search .button {
		height: 37px;
		width: 40px;
	}
}

.search .button i {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}

@media screen and (max-width: 1280px) {
	.search .button i {
		font-size: 14px;
	}
}

.login_panel {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	position: relative;
}

.login_panel.open .button.user {
	background-color: #f2146d;
	border-radius: 20px 20px 0 0;
}

@media screen and (max-width: 639px) {
	.login_panel.open .button.user {
		border-radius: 6px 6px 0 0;
	}
}

.login_panel .droppable {
	min-width: 220px;
	right: 0;
	left: auto;
	z-index: 20;
}

.login_panel.open .droppable {
	display: block;
}

.login_panel .button {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	padding: 11px 20px;
	border-radius: 20px;
	background-color: #1a1b1b;
	margin-left: 5px;
	transition: background .3s;
	cursor: pointer;
}

@media screen and (min-width: 1025px) {
	.login_panel .button:hover {
		background-color: #088df3;
	}
}

@media screen and (max-width: 1280px) {
	.login_panel .button {
		font-size: 12px;
	}
}

@media screen and (max-width: 639px) {
	.login_panel .button {
		font-size: 11px;
		padding: 10px 12px;
		border-radius: 6px;
	}
}

.login_panel .button:first-child {
	margin: 0;
}

.login_panel .button.second {
	background-color: #088df3;
}

@media screen and (min-width: 1025px) {
	.login_panel .button.second:hover {
		background-color: #f2146d;
	}
}

@media screen and (max-width: 413px) {
	.login_panel .button.second {
		display: none;
	}
}

.login_panel .button.user {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	max-width: 300px;
}

@media screen and (max-width: 1280px) {
	.login_panel .button.user {
		max-width: 200px;
	}
}

@media screen and (max-width: 414px) {
	.login_panel .button.user {
		max-width: 150px;
	}
}

@media screen and (max-width: 374px) {
	.login_panel .button.user {
		max-width: 100px;
	}
}

.login_panel .button.user span {
	padding-right: 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
}

.login_panel .button.user i {
	font-size: 7px;
}

.droppable {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	display: none;
	z-index: 2;
}

.droppable .wrap {
	background-color: #1a1b1b;
	border-radius: 0 0 20px 20px;
	overflow: hidden;
}

@media screen and (max-width: 639px) {
	.droppable .wrap {
		border-radius: 0 0 6px 6px;
	}
}

.droppable .avatar {
	border-radius: 50%;
	overflow: hidden;
	width: 122px;
	height: 122px;
	background: #000;
	text-align: center;
	margin: 8px auto;
}

@media screen and (max-width: 639px) {
	.droppable .avatar {
		display: none;
	}
}

.droppable .avatar img {
	position: relative;
	top: 50%;
	left: 50%;
	display: block;
	max-width: 100%;
	height: auto;
	transform: translate3d(-50%, -50%, 0);
}

.droppable .item {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	margin-top: 1px;
}

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

.droppable .item.active a {
	background-color: #088df3;
}

.droppable a {
	display: block;
	color: #fff;
	padding: 12px 20px;
	position: relative;
	overflow: hidden;
	transition: background .3s;
}

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

@media screen and (max-width: 1024px) {
	.droppable a {
		padding: 10px 14px;
	}
}

.hamburger {
	margin: 0 0 0 25px;
	background: none;
	border: none;
	padding: 0;
	font-size: 0;
	position: relative;
	height: 20px;
	width: 25px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	display: none;
}

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

.hamburger:before {
	content: "";
	background-color: #fff;
	height: 4px;
	border-radius: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transition: transform .3s, background .3s;
}

.hamburger:after {
	content: "";
	background-color: #fff;
	height: 4px;
	border-radius: 2px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transition: transform .3s, background .3s;
}

.hamburger span {
	height: 4px;
	display: block;
	background-color: #fff;
	border-radius: 2px;
	transition: opacity .3s, transform .3s;
}

.main {
	position: relative;
}

@media screen and (max-width: 567px) {
	.main {
		margin-top: 37px;
	}
}

.panel_tools {
	box-shadow: -35px 30px 57px rgba(0, 0, 0, 0.13);
	background-color: #fff;
	padding: 30px 0;
}

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

.panel_tools .columns {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	margin: 0 -10px;
}

@media screen and (max-width: 639px) {
	.panel_tools .columns {
		-ms-flex-direction: column;
		    flex-direction: column;
		margin: -8px -10px;
	}
}

.panel_tools .column {
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	padding: 0 10px;
}

@media screen and (max-width: 639px) {
	.panel_tools .column {
		margin-top: 10px;
	}
	.panel_tools .column:first-child {
		margin-top: 0;
	}
}

.panel_tools .column.first {
	max-width: 30%;
}

@media screen and (max-width: 860px) {
	.panel_tools .column.first {
		max-width: 40%;
	}
}

@media screen and (max-width: 639px) {
	.panel_tools .column.first {
		max-width: 100%;
	}
	.panel_tools .image img {
		margin-top: -60px;
	}
}

.panel_tools .column.second {
	-ms-flex-positive: 1;
	    flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
}

.panel_tools .brand {
	position: relative;
}

@media screen and (max-width: 639px) {
	.panel_tools .brand {
		text-align: center;
	}
}

.panel_tools .image {
	position: absolute;
	left: 0;
	bottom: -10px;
	right: 0;
	width: 140px;
}

@media screen and (max-width: 1024px) {
	.panel_tools .image {
		width: 100px;
		bottom: -5px;
	}
}

@media screen and (max-width: 639px) {
	.panel_tools .image {
		position: static;
		bottom: auto;
		left: auto;
		right: auto;
		width: auto;
		max-width: 100px;
		margin: 0 auto 10px;
	}
}

.panel_tools .image img {
	display: block;
	width: 100%;
	height: auto;
}

.panel_tools .image + .hold {
	padding-left: 160px;
}

@media screen and (max-width: 1024px) {
	.panel_tools .image + .hold {
		padding-left: 110px;
	}
}

@media screen and (max-width: 639px) {
	.panel_tools .image + .hold {
		padding: 0;
	}
}

.panel_tools .name {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

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

.panel_tools .site {
	color: #1a1b1b;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	margin-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (max-width: 1024px) {
	.panel_tools .site {
		font-size: 11px;
	}
}

.panel_tools .count {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
}

.panel_tools .item {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	color: #525555;
	padding: 0 20px;
	text-align: center;
}

@media screen and (max-width: 1280px) {
	.panel_tools .item {
		font-size: 18px;
	}
}

@media screen and (max-width: 1024px) {
	.panel_tools .item {
		font-size: 16px;
		padding: 0 10px;
	}
}

@media screen and (max-width: 767px) {
	.panel_tools .item {
		font-size: 14px;
	}
}

@media screen and (max-width: 639px) {
	.panel_tools .item {
		padding: 8px 10px;
	}
}

.panel_tools .item span {
	color: #000;
}

.panel_tools .button {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	padding: 11px 20px;
	border-radius: 20px;
	background-color: #088df3;
	transition: background .3s;
}

@media screen and (min-width: 1025px) {
	.panel_tools .button:hover {
		background-color: #f2146d;
	}
}

@media screen and (max-width: 1280px) {
	.panel_tools .button {
		font-size: 12px;
	}
}

@media screen and (max-width: 639px) {
	.panel_tools .button {
		font-size: 11px;
		padding: 10px 12px;
		border-radius: 6px;
	}
}

.group_action {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.group_action .progress_container {
	margin-left: 8px;
	text-align: center;
}

@media screen and (max-width: 639px) {
	.group_action .progress_container {
		width: 100%;
		margin: 10px 0 0;
	}
}

@media screen and (max-width: 639px) {
	.group_action .progress_container .view {
		text-align: center;
	}
}

.group_item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	margin-left: 30px;
}

.group_item:first-child {
	margin-left: 0;
}

@media screen and (max-width: 639px) {
	.group_item {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: center;
		    justify-content: center;
	}
}

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

.progress_container .view {
	color: #525555;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
}

@media screen and (max-width: 1160px) {
	.progress_container .view {
		font-size: 16px;
	}
}

.btn_rating {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	margin: 0 2px;
	color: #525555;
}

@media screen and (min-width: 1025px) {
	.btn_rating.like:hover {
		color: #5db112;
	}
}

@media screen and (min-width: 1025px) {
	.btn_rating.dislike:hover {
		color: #db1d68;
	}
}

@media screen and (max-width: 639px) {
	.btn_rating {
		margin: 0;
		padding: 10px;
	}
}

.btn_rating i {
	font-size: 30px;
}

@media screen and (max-width: 1160px) {
	.btn_rating i {
		font-size: 24px;
	}
}

@media screen and (max-width: 767px) {
	.btn_rating i {
		font-size: 20px;
	}
}

.main_splash {
	background-color: #fff;
	overflow: hidden;
	clear: both;
}

@media screen and (max-width: 1366px) {
	.main_splash {
		height: 370px;
	}
}

@media screen and (max-width: 567px) {
	.main_splash {
		height: 175px;
	}
}

.main_splash img {
	width: 100%;
	height: auto;
	display: block;
}

@media screen and (max-width: 1366px) {
	.main_splash img {
		position: relative;
		left: 50%;
		height: 100%;
		width: auto;
		transform: translateX(-50%);
	}
}

.intro {
	background-color: #000;
	overflow: hidden;
	position: relative;
	clear: both;
}

@media screen and (max-width: 767px) {
	.intro {
		height: 350px;
	}
}

.intro img {
	position: relative;
	left: 50%;
	height: 100%;
	width: auto;
	transform: translateX(-50%);
}

.intro .holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 1340px;
	padding: 0 30px;
	margin: 0 auto;
}

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

.intro .block {
	position: absolute;
	top: 50%;
	left: 0;
	max-width: 475px;
	transform: translateY(-50%);
	padding: 0 30px;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.intro .block {
		right: 0;
		margin: 0 auto;
		text-align: center;
	}
}

.intro .title {
	color: #fff;
	font-size: 60px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 25px;
}

@media screen and (max-width: 1280px) {
	.intro .title {
		font-size: 40px;
	}
}

@media screen and (max-width: 767px) {
	.intro .title {
		font-size: 30px;
		margin-bottom: 20px;
	}
}

.intro .title strong {
	display: block;
	font-size: 100px;
	font-weight: 900;
}

@media screen and (max-width: 1280px) {
	.intro .title strong {
		font-size: 80px;
	}
}

@media screen and (max-width: 767px) {
	.intro .title strong {
		font-size: 50px;
	}
}

.intro .title span {
	color: #f2146d;
	font-style: normal;
}

.intro .slogan {
	margin-bottom: 40px;
	font-weight: 300;
	font-size: 24px;
	line-height: 1.6;
}

@media screen and (max-width: 1280px) {
	.intro .slogan {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.intro .slogan {
		font-size: 16px;
		margin-bottom: 20px;
	}
}

.intro .button {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	text-transform: uppercase;
	padding: 21px 50px;
	border-radius: 35px;
	background-color: #088df3;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	transition: background .3s;
}

@media screen and (min-width: 1025px) {
	.intro .button:hover {
		background-color: #f2146d;
	}
}

@media screen and (max-width: 1280px) {
	.intro .button {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.intro .button {
		font-size: 16px;
		padding: 15px 20px;
	}
}

.row_container {
	padding: 22px 0;
}

@media screen and (max-width: 767px) {
	.row_container {
		padding: 12px 0;
	}
}

.headline {
	margin-bottom: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	    align-items: flex-end;
}

@media screen and (max-width: 767px) {
	.headline {
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-align: start;
		    align-items: flex-start;
	}
}

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

.headline .tab_wrap {
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.headline .tab_wrap .title {
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-right: 18px;
}

.headline .title {
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
}

.headline .title a {
	color: #f2146d;
}

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

@media screen and (max-width: 479px) {
	.headline .title {
		font-size: 18px;
	}
}

.headline .btn_tab {
	background-color: #1a1b1b;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	padding: 7px 15px;
	border-radius: 15px;
	margin: 0 2px;
	border: none;
	cursor: pointer;
	transition: background .3s;
}

@media screen and (min-width: 1025px) {
	.headline .btn_tab:hover {
		background-color: #f2146d;
	}
}

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

.headline .btn_tab.active {
	background-color: #f2146d;
}

.note {
	color: #525555;
	font-size: 12px;
}

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

.sorting {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-left: 20px;
}

@media screen and (max-width: 639px) {
	.sorting {
		margin: 10px 0 0;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

.sorting .item {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 2px;
}

@media screen and (max-width: 1024px) {
	.sorting .item {
		font-size: 11px;
	}
}

@media screen and (max-width: 374px) {
	.sorting .item {
		font-size: 10px;
	}
}

.sorting .item:first-child {
	margin-left: 0;
}

.sorting .item.active a {
	background-color: #f2146d;
}

.sorting a {
	display: block;
	border-radius: 15px;
	background-color: #1a1b1b;
	color: #fff;
	padding: 8px 16px;
	transition: background .3s;
	cursor: pointer;
}

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

@media screen and (max-width: 1024px) {
	.sorting a {
		padding: 6px 12px;
	}
}

.rate {
	margin-left: 10px;
	color: #525555;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

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

.rate i {
	font-size: 14px;
}

.progress {
	margin-top: 5px;
	position: relative;
	height: 5px;
	border-radius: 3px;
	background-color: #d6d6d6;
	min-width: 150px;
}

.thumb .progress {
	min-width: auto;
}

.progress span {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	border-radius: 3px;
	background-color: #5db112;
}

.thumbs_video {
	font-size: 0;
	text-align: center;
	margin: -11px;
}

@media screen and (max-width: 1024px) {
	.thumbs_video {
		margin: -6px;
	}
}

.thumbs_video .thumb {
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	padding: 11px;
	text-align: left;
}

@media screen and (max-width: 1024px) {
	.thumbs_video .thumb {
		padding: 6px;
	}
}

@media screen and (max-width: 820px) {
	.thumbs_video .thumb {
		width: 50%;
	}
}

@media screen and (max-width: 479px) {
	.thumbs_video .thumb {
		width: 100%;
	}
}

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

@media screen and (min-width: 1025px) {
	.thumbs_video .th:hover {
		box-shadow: -35px 30px 57px rgba(0, 0, 0, 0.24);
	}
	.thumbs_video .th:hover .title {
		color: #088df3;
	}
	.thumbs_video .th:hover .tools {
		background-color: #fff;
	}
}

.thumbs_video .th.checked {
	box-shadow: none;
}

.thumbs_video .th.checked .wrap_image:after {
	opacity: 1;
	visibility: visible;
}

.thumbs_video .th.checked .tools {
	opacity: .4;
}

.thumbs_video .th.checked .title {
	color: #000;
}

.thumbs_video .wrap_image {
	position: relative;
	padding-bottom: 58.74%;
}

.thumbs_video .wrap_image:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(242, 20, 109, 0.7);
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
}

.thumbs_video .wrap_image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.thumbs_video .quality {
	position: absolute;
	top: 5px;
	right: 5px;
	border-radius: 10px;
	background-color: #000;
	color: #fff;
	padding: 5px 5px 5px 6px;
}

@media screen and (max-width: 1024px) {
	.thumbs_video .quality {
		padding: 6px 6px 6px 8px;
	}
}

.thumbs_video .quality i {
	font-size: 10px;
}

@media screen and (max-width: 1024px) {
	.thumbs_video .quality i {
		font-size: 8px;
	}
}

.thumbs_video .time {
	position: absolute;
	bottom: 5px;
	left: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	padding: 3px 10px;
	border-radius: 10px;
	background-color: #000;
}

@media screen and (max-width: 1024px) {
	.thumbs_video .time {
		font-size: 11px;
	}
}

.thumbs_video .tools {
	padding: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	    align-items: flex-start;
	transition: background .3s;
}

@media screen and (max-width: 1024px) {
	.thumbs_video .tools {
		padding: 10px 0;
	}
}

.thumbs_video .title {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
	transition: color .3s;
}

@media screen and (max-width: 1024px) {
	.thumbs_video .title {
		font-size: 13px;
		line-height: 1.2;
	}
}

.check_sticky {
	
}

.check_sticky .checkbox_thumb {
	display: none;
}

.check_sticky .checkbox_thumb:checked + .label:before {
	display: block;
}

.check_sticky .label {
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 5px;
	border: 2px solid #f2146d;
	background-color: #fff;
	opacity: 0.9;
	cursor: pointer;
	position: relative;
}

.check_sticky .label:before {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 11px;
	height: 7px;
	content: '';
	transform: rotate(-50deg);
	border: 2px solid #f2146d;
	border-top: none;
	border-right: none;
	background: transparent;
	display: none;
}

.sticky_list {
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	padding: 3px 10px;
	border-radius: 10px;
	background-color: #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

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

.sticky_list .item {
	margin-left: 10px;
	display: -ms-flexbox;
	display: flex;
}

.sticky_list .item:first-child {
	margin-left: 0;
}

.sticky_list i {
	padding-right: 5px;
}

.choice_image {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.choice_image .item {
	position: absolute;
	bottom: 0;
	left: 0;
	border: 2px solid #f2146d;
	width: 107px;
	height: 64px;
}

@media screen and (min-width: 1025px) {
	.choice_image .item:hover {
		z-index: 2;
	}
}

.choice_image .item.second {
	bottom: 15px;
	left: 15px;
}

.choice_image img {
	display: block;
	width: 100%;
	height: auto;
}

.more_filed {
	text-align: center;
	margin-top: 15px;
}

.more_filed .more {
	border-radius: 20px;
	background-color: #1a1b1b;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	min-width: 250px;
	padding: 12px;
	transition: background .3s;
}

@media screen and (min-width: 1025px) {
	.more_filed .more:hover {
		background-color: #088df3;
	}
}

@media screen and (max-width: 1280px) {
	.more_filed .more {
		font-size: 12px;
	}
}

.bottom_field {
	text-align: right;
	margin-top: 15px;
}

.delete_select {
	border-radius: 20px;
	background-color: #1a1b1b;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	padding: 12px 20px;
	cursor: pointer;
	transition: background .3s;
	border: none;
}

@media screen and (min-width: 1025px) {
	.delete_select:hover {
		background-color: #088df3;
	}
}

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

.thumbs_channel {
	font-size: 0;
	text-align: center;
	margin: -10px;
}

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

.thumbs_channel .thumb {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 10px;
}

@media screen and (max-width: 1024px) {
	.thumbs_channel .thumb {
		padding: 5px;
	}
}

@media screen and (max-width: 820px) {
	.thumbs_channel .thumb {
		width: 33.333%;
	}
}

@media screen and (max-width: 639px) {
	.thumbs_channel .thumb {
		width: 50%;
	}
}

@media screen and (max-width: 374px) {
	.thumbs_channel .thumb {
		width: 100%;
	}
}

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

@media screen and (min-width: 1025px) {
	.thumbs_channel .th:hover {
		box-shadow: -35px 30px 57px rgba(0, 0, 0, 0.24);
	}
	.thumbs_channel .th:hover .title {
		color: #088df3;
	}
	.thumbs_channel .th:hover .tools {
		background-color: #fff;
	}
}

.thumbs_channel .wrap_image {
	position: relative;
	padding-bottom: 52.46%;
}

.thumbs_channel .wrap_image > img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.thumbs_channel .brand_splash {
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 70px;
}

@media screen and (max-width: 1024px) {
	.thumbs_channel .brand_splash {
		width: 50px;
	}
}

@media screen and (max-width: 479px) {
	.thumbs_channel .brand_splash {
		left: 5px;
	}
}

.thumbs_channel .brand_splash img {
	display: block;
	width: 100%;
	height: auto;
}

.thumbs_channel .sticky {
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	padding: 3px 10px;
	border-radius: 10px;
	background-color: #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

@media screen and (max-width: 1024px) {
	.thumbs_channel .sticky {
		font-size: 11px;
	}
}

.thumbs_channel .sticky .sticky-item {
	margin-left: 10px;
	display: -ms-flexbox;
	display: flex;
}

.thumbs_channel .sticky .sticky-item:first-child {
	margin-left: 0;
}

.thumbs_channel .sticky i {
	padding-right: 5px;
}

.thumbs_channel .tools {
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	padding: 15px;
	transition: background .3s;
}

@media screen and (max-width: 1024px) {
	.thumbs_channel .tools {
		padding: 10px 0;
	}
}

.thumbs_channel .info {
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
}

.thumbs_channel .title {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	transition: color .3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (max-width: 1024px) {
	.thumbs_channel .title {
		font-size: 13px;
	}
}

.thumbs_channel .link {
	margin-top: 4px;
	color: #1a1b1b;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (max-width: 1024px) {
	.thumbs_channel .link {
		font-size: 11px;
	}
}

.thumbs_albums {
	font-size: 0;
	text-align: center;
	margin: -11px;
}

@media screen and (max-width: 1024px) {
	.thumbs_albums {
		margin: -6px;
	}
}

.thumbs_albums .thumb {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 11px;
	text-align: left;
}

@media screen and (max-width: 1024px) {
	.thumbs_albums .thumb {
		padding: 6px;
	}
}

@media screen and (max-width: 820px) {
	.thumbs_albums .thumb {
		width: 33.333%;
	}
}

@media screen and (max-width: 567px) {
	.thumbs_albums .thumb {
		width: 50%;
	}
}

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

@media screen and (min-width: 1025px) {
	.thumbs_albums .th:hover {
		box-shadow: -35px 30px 57px rgba(0, 0, 0, 0.24);
	}
	.thumbs_albums .th:hover .title {
		color: #088df3;
	}
	.thumbs_albums .th:hover .tools {
		background-color: #fff;
	}
}

.thumbs_albums .th.checked {
	box-shadow: none;
}

.thumbs_albums .th.checked .wrap_image:after {
	opacity: 1;
	visibility: visible;
}

.thumbs_albums .th.checked .tools {
	opacity: .4;
}

.thumbs_albums .th.checked .title {
	color: #000;
}

.thumbs_albums .wrap_image {
	position: relative;
	padding-bottom: 124.6%;
}

.thumbs_albums .wrap_image:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(242, 20, 109, 0.7);
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
}

.thumbs_albums .wrap_image img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.thumbs_albums .quality {
	position: absolute;
	top: 5px;
	right: 5px;
	border-radius: 10px;
	background-color: #000;
	color: #fff;
	padding: 5px 5px 5px 6px;
}

@media screen and (max-width: 1024px) {
	.thumbs_albums .quality {
		padding: 6px 6px 6px 8px;
	}
}

.thumbs_albums .quality i {
	font-size: 10px;
}

@media screen and (max-width: 1024px) {
	.thumbs_albums .quality i {
		font-size: 8px;
	}
}

.thumbs_albums .count {
	position: absolute;
	bottom: 5px;
	left: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	padding: 3px 10px;
	border-radius: 10px;
	background-color: #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

@media screen and (max-width: 1024px) {
	.thumbs_albums .count {
		font-size: 11px;
	}
}

.thumbs_albums .count span {
	margin-left: 4px;
}

.thumbs_albums .tools {
	padding: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	    align-items: flex-start;
	transition: background .3s;
}

@media screen and (max-width: 1024px) {
	.thumbs_albums .tools {
		padding: 10px 0;
	}
}

.thumbs_albums .title {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
	transition: color .3s;
}

@media screen and (max-width: 1024px) {
	.thumbs_albums .title {
		font-size: 13px;
		line-height: 1.2;
	}
}

.thumbs_album {
	font-size: 0;
	text-align: center;
	margin: -10px;
}

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

.thumbs_album .thumb {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 10px;
}

@media screen and (max-width: 1024px) {
	.thumbs_album .thumb {
		padding: 5px;
	}
}

@media screen and (max-width: 820px) {
	.thumbs_album .thumb {
		width: 33.333%;
	}
}

@media screen and (max-width: 639px) {
	.thumbs_album .thumb {
		width: 50%;
	}
}

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

@media screen and (min-width: 1025px) {
	.thumbs_album .th:hover {
		box-shadow: -35px 30px 57px rgba(0, 0, 0, 0.24);
	}
	.thumbs_album .th:hover .title {
		color: #088df3;
	}
	.thumbs_album .th:hover .tools {
		background-color: #fff;
	}
}

.thumbs_album .wrap_image {
	position: relative;
	padding-bottom: 124.6%;
}

.thumbs_album .wrap_image img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.thumbs_album .sticky {
	position: absolute;
	bottom: 5px;
	left: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	padding: 3px 10px;
	border-radius: 10px;
	background-color: #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

@media screen and (max-width: 1024px) {
	.thumbs_album .sticky {
		font-size: 11px;
	}
}

.thumbs_album .sticky .sticky-item {
	margin-left: 10px;
	display: -ms-flexbox;
	display: flex;
}

.thumbs_album .sticky .sticky-item:first-child {
	margin-left: 0;
}

.thumbs_album .sticky i {
	padding-right: 5px;
}

.thumbs_album .tools {
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	padding: 15px;
	transition: background .3s;
}

@media screen and (max-width: 1024px) {
	.thumbs_album .tools {
		padding: 10px 0;
	}
}

.thumbs_album .title {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
	transition: color .3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (max-width: 1024px) {
	.thumbs_album .title {
		font-size: 13px;
		line-height: 1.2;
	}
}

.thumbs_categories {
	font-size: 0;
	text-align: center;
	margin: -10px;
}

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

.thumbs_categories .thumb {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 10px;
}

@media screen and (max-width: 1024px) {
	.thumbs_categories .thumb {
		padding: 5px;
	}
}

@media screen and (max-width: 820px) {
	.thumbs_categories .thumb {
		width: 33.333%;
	}
}

@media screen and (max-width: 639px) {
	.thumbs_categories .thumb {
		width: 50%;
	}
}

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

@media screen and (min-width: 1025px) {
	.thumbs_categories .th:hover {
		box-shadow: -35px 30px 57px rgba(0, 0, 0, 0.24);
	}
	.thumbs_categories .th:hover .title {
		color: #fff;
	}
	.thumbs_categories .th:hover .tools {
		background-color: #f2146d;
	}
}

.thumbs_categories .wrap_image {
	position: relative;
}

.thumbs_categories .wrap_image img {
	display: block;
	width: 100%;
	height: auto;
}

.thumbs_categories .sticky {
	position: absolute;
	bottom: 5px;
	left: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	padding: 3px 10px;
	border-radius: 10px;
	background-color: #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

@media screen and (max-width: 1024px) {
	.thumbs_categories .sticky {
		font-size: 11px;
	}
}

.thumbs_categories .sticky .sticky-item {
	margin-left: 10px;
	display: -ms-flexbox;
	display: flex;
}

.thumbs_categories .sticky .sticky-item:first-child {
	margin-left: 0;
}

.thumbs_categories .sticky i {
	padding-right: 5px;
}

.thumbs_categories .tools {
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	padding: 15px;
	transition: background .3s;
}

@media screen and (max-width: 1024px) {
	.thumbs_categories .tools {
		padding: 10px 0;
	}
}

.thumbs_categories .title {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
	transition: color .3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (max-width: 1024px) {
	.thumbs_categories .title {
		font-size: 13px;
		line-height: 1.2;
	}
}

.tags_list {
	column-count: 4;
	margin: 0 -10px;
}

@media screen and (max-width: 767px) {
	.tags_list {
		column-count: 2;
	}
}

.tags_list .column {
	padding: 0 10px 20px;
}

.tags_list .item + .letter {
	margin-top: 15px;
}

.tags_list .letter {
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
	color: #088df3;
	margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
	.tags_list .letter {
		margin-bottom: 10px;
		font-size: 20px;
	}
}

.tags_list .item {
	margin-top: 20px;
	font-size: 16px;
	font-weight: 600;
}

.tags_list .item:first-child {
	margin-top: 0;
}

@media screen and (max-width: 1024px) {
	.tags_list .item {
		font-size: 14px;
		margin-top: 16px;
	}
}

.tags_list .item a {
	color: #000;
	display: -ms-flexbox;
	display: flex;
}

.tags_list .item a:hover {
	color: #f2146d;
}

.tags_list .item a:hover span {
	color: #f2146d;
}

.tags_list .item b {
	font-weight: 600;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 1px;
}

.tags_list .item span {
	color: #525555;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-left: 5px;
}

.pagination {
	text-align: center;
	font-size: 0;
	margin-top: 20px;
}

.pagination .item {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 2px;
}

.pagination .item.active span {
	background-color: #088df3;
}

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

.pagination a,
.pagination span {
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	height: 100%;
	border-radius: 20px;
	background-color: #1a1b1b;
	min-width: 40px;
	height: 40px;
	transition: background .3s;
}

.pagination span {
	background: #666;
}

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

.form_field {
	color: #525555;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
}

.form_field .form_edit {
	max-width: 360px;
}

.form_field .columns {
	display: -ms-flexbox;
	display: flex;
	max-width: 925px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.form_field .columns {
		-ms-flex-direction: column;
		    flex-direction: column;
	}
}

.form_field .column {
	width: 50%;
	padding: 0 25px;
}

.form_field .column.full {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.form_field .column {
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) and (max-width: 639px) {
	.form_field .column {
		margin-top: 15px;
	}
}

@media screen and (max-width: 767px) {
	.form_field .column:first-child {
		margin-top: 0;
	}
}

.form_field .row {
	margin-top: 20px;
}

@media screen and (max-width: 639px) {
	.form_field .row {
		margin-top: 15px;
	}
}

.form_field .row:first-child {
	margin-top: 0;
}

.form_field .input {
	height: 40px;
	width: 100%;
	border-radius: 20px;
	background-color: #e4e4e4;
	padding: 12px 18px;
	border: none;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
}

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

.form_field .field_file {
	position: relative;
}

.form_field .label {
	position: relative;
	z-index: 2;
	height: 40px;
	border-radius: 20px;
	background-color: #e4e4e4;
	padding: 12px 18px;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
}

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

.form_field .label span {
	color: #7e7e7e;
	text-transform: none;
}

.form_field .input_filed {
	opacity: 0;
	width: 100%;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.form_field .button {
	background-color: #088df3;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	padding: 12px 18px;
	border-radius: 20px;
	border: none;
	cursor: pointer;
	transition: background .3s;
}

@media screen and (min-width: 1025px) {
	.form_field .button:hover {
		background-color: #f2146d;
	}
}

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

.form_field .textarea {
	display: block;
	height: 100px;
	width: 100%;
	resize: none;
	border-radius: 20px;
	background-color: #e4e4e4;
	padding: 12px 18px;
	border: none;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
}

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

.form_field .selected_choice {
	display: none;
}

.select2-container--default .select2-selection--multiple:after {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'Ico Moon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e90b";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	font-size: 9px;
}

.file_control {
	position: relative;
	width: 100%;
}

.file_control .field {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 18px;
	border: none;
	border-radius: 20px;
	color: #aaa;
	background-color: #e4e4e4;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
}

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

.file_control .button_file {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 8px;
	color: #fff;
	border-radius: 15px;
	background-color: #1a1b1b;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	cursor: pointer;
}

@media screen and (max-width: 1024px) {
	.file_control .button_file {
		font-size: 10px;
	}
}

.file_control .file {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	opacity: 0;
	cursor: pointer;
}

.panel_information {
	box-shadow: -35px 30px 57px rgba(0, 0, 0, 0.13);
	background-color: #fff;
	padding: 20px 0;
	clear: both;
}

.panel_information .holder {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	    align-items: flex-start;
}

@media screen and (max-width: 639px) {
	.panel_information .holder {
		-ms-flex-direction: column;
		    flex-direction: column;
	}
}

.panel_information .photo {
	max-width: 305px;
	margin-right: 18px;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

@media screen and (max-width: 1000px) {
	.panel_information .photo {
		width: 225px;
	}
}

@media screen and (max-width: 639px) {
	.panel_information .photo {
		width: 100%;
		max-width: 305px;
		margin: 0 auto 20px;
	}
}

.panel_information .photo img {
	display: block;
	width: 100%;
	height: auto;
}

.panel_information .information {
	min-width: 1px;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	color: #000;
}

.panel_information .name {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 22px;
}

@media screen and (max-width: 767px) {
	.panel_information .name {
		font-size: 20px;
		margin-bottom: 15px;
	}
}

.columns_list {
	margin: -7px -5px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

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

.columns_list .column {
	padding: 7px 5px;
	width: 33.333%;
}

@media screen and (max-width: 1160px) {
	.columns_list .column {
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.columns_list .column {
		width: 100%;
		padding: 5px;
	}
}

.columns_list .item {
	margin-top: 14px;
	display: -ms-flexbox;
	display: flex;
	color: #525555;
}

@media screen and (max-width: 767px) {
	.columns_list .item {
		font-size: 12px;
		margin-top: 10px;
	}
}

.columns_list .item:first-child {
	margin-top: 0;
}

.columns_list .col {
	min-width: 1px;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 50%;
}

.columns_list .col.second {
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-left: 10px;
	text-align: left;
}

.columns_list strong {
	color: #000;
}

.about_content {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid #e4e4e4;
}

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

.about_content .title {
	color: #525555;
	font-weight: 500;
	margin-bottom: 5px;
}

.bottom_panel {
	border-top: 1px solid #e4e4e4;
	margin-top: 18px;
	padding-top: 18px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

@media screen and (max-width: 1160px) {
	.bottom_panel {
		-ms-flex-pack: center;
		    justify-content: center;
	}
}

.bottom_panel .count {
	display: -ms-flexbox;
	display: flex;
	margin-right: 50px;
	-ms-flex-positive: 1;
	    flex-grow: 1;
}

@media screen and (max-width: 1160px) {
	.bottom_panel .count {
		width: 100%;
		margin: 0 0 20px;
	}
}

.bottom_panel .item {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	color: #525555;
	margin-left: 50px;
	text-align: center;
}

@media screen and (max-width: 1280px) {
	.bottom_panel .item {
		font-size: 18px;
	}
}

@media screen and (max-width: 1160px) {
	.bottom_panel .item {
		-ms-flex-positive: 1;
		    flex-grow: 1;
	}
}

@media screen and (max-width: 1024px) {
	.bottom_panel .item {
		font-size: 16px;
		padding: 0 10px;
	}
}

@media screen and (max-width: 767px) {
	.bottom_panel .item {
		font-size: 14px;
	}
}

@media screen and (max-width: 639px) {
	.bottom_panel .item {
		padding: 8px 10px;
	}
}

.bottom_panel .item:first-child {
	margin-left: 0;
}

.bottom_panel .item span {
	color: #000;
}

.bottom_panel .progress_container {
	margin-left: 10px;
}

.intro_privileges {
	clear: both;
	padding: 22px 0;
	background: url("../images/content/bg03.jpg") no-repeat;
	background-size: cover;
}

@media screen and (max-width: 767px) {
	.intro_privileges {
		padding: 12px 0;
	}
}

.grid_columns {
	font-size: 0;
	text-align: center;
	margin: -18px 0 0 -18px;
}

@media screen and (max-width: 767px) {
	.grid_columns {
		margin: -10px 0 0 -10px;
	}
}

.grid_column {
	display: inline-block;
	width: 33.333%;
	text-align: left;
	padding: 18px 0 0 18px;
	position: relative;
}

@media screen and (max-width: 1160px) {
	.grid_column {
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.grid_column {
		width: 100%;
		padding: 10px 0 0 10px;
	}
}

.grid_column .wrap {
	box-shadow: -35px 30px 57px rgba(0, 0, 0, 0.13);
	background-color: #fff;
	padding: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

@media screen and (max-width: 767px) {
	.grid_column .wrap {
		padding: 10px;
	}
}

.grid_column .icon {
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 112px;
	height: 112px;
	border-radius: 112px;
	box-shadow: -12px 11px 24px rgba(0, 0, 0, 0.13);
	background-color: #088df3;
	position: relative;
	margin-right: 16px;
}

@media screen and (max-width: 1160px) {
	.grid_column .icon {
		width: 85px;
		height: 85px;
		border-radius: 85px;
	}
}

@media screen and (max-width: 767px) {
	.grid_column .icon {
		width: 50px;
		height: 50px;
		border-radius: 25px;
	}
}

.grid_column .icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	color: #fff;
}

.grid_column .icon i.icon-icon01 {
	font-size: 80px;
}

@media screen and (max-width: 1160px) {
	.grid_column .icon i.icon-icon01 {
		font-size: 50px;
	}
}

@media screen and (max-width: 767px) {
	.grid_column .icon i.icon-icon01 {
		font-size: 30px;
	}
}

.grid_column .icon i.icon-icon02 {
	font-size: 60px;
	margin-left: 6px;
}

@media screen and (max-width: 1160px) {
	.grid_column .icon i.icon-icon02 {
		font-size: 50px;
	}
}

@media screen and (max-width: 767px) {
	.grid_column .icon i.icon-icon02 {
		font-size: 24px;
		margin-left: 3px;
	}
}

.grid_column .icon i.icon-icon03 {
	font-size: 66px;
}

@media screen and (max-width: 1160px) {
	.grid_column .icon i.icon-icon03 {
		font-size: 50px;
	}
}

@media screen and (max-width: 767px) {
	.grid_column .icon i.icon-icon03 {
		font-size: 30px;
	}
}

.grid_column .icon i.icon-icon04 {
	font-size: 72px;
}

@media screen and (max-width: 1160px) {
	.grid_column .icon i.icon-icon04 {
		font-size: 50px;
	}
}

@media screen and (max-width: 767px) {
	.grid_column .icon i.icon-icon04 {
		font-size: 24px;
	}
}

.grid_column .icon i.icon-hd {
	font-size: 38px;
	margin-left: 3px;
}

@media screen and (max-width: 1160px) {
	.grid_column .icon i.icon-hd {
		font-size: 25px;
	}
}

@media screen and (max-width: 767px) {
	.grid_column .icon i.icon-hd {
		font-size: 16px;
		margin-left: 1px;
	}
}

.grid_column .icon i.icon-icon06 {
	font-size: 60px;
}

@media screen and (max-width: 1160px) {
	.grid_column .icon i.icon-icon06 {
		font-size: 44px;
	}
}

@media screen and (max-width: 767px) {
	.grid_column .icon i.icon-icon06 {
		font-size: 24px;
	}
}

.grid_column .desc {
	min-width: 1px;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
}

@media screen and (max-width: 1366px) {
	.grid_column .desc {
		font-size: 12px;
	}
}

.tabs_container .tab_post {
	display: none;
}

.tabs_container .tab_post.active {
	display: block;
}

.navigation_items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	margin: -3px;
	padding-bottom: 25px;
}

@media screen and (max-width: 1366px) {
	.navigation_items {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

.navigation_items .item {
	width: 20%;
	padding: 3px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

@media screen and (max-width: 1366px) {
	.navigation_items .item {
		font-size: 14px;
	}
}

@media screen and (max-width: 1160px) {
	.navigation_items .item {
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.navigation_items .item {
		font-size: 12px;
	}
}

@media screen and (max-width: 479px) {
	.navigation_items .item {
		width: 100%;
	}
}

@media screen and (max-width: 1160px) {
	.navigation_items .item.second {
		width: 100%;
	}
}

.navigation_items .item.active a {
	background-color: #f2146d;
}

.navigation_items .btn {
	color: #fff;
	padding: 25px 10px;
	display: block;
	border-radius: 35px;
	background-color: #1a1b1b;
	transition: background .3s;
}

@media screen and (min-width: 1025px) {
	.navigation_items .btn:hover {
		background-color: #f2146d;
	}
}

@media screen and (max-width: 1160px) {
	.navigation_items .btn {
		padding: 18px 10px;
	}
}

.card_info {
	background: url("../images/content/bg03.jpg") no-repeat;
	background-size: cover;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 50px;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: 48px;
}

@media screen and (max-width: 1160px) {
	.card_info {
		padding: 15px 25px;
	}
}

@media screen and (max-width: 767px) {
	.card_info {
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 479px) {
	.card_info {
		padding: 15px;
		-ms-flex-direction: column;
		    flex-direction: column;
	}
}

.card_info .content {
	color: #1a1b1b;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	min-width: 1px;
}

@media screen and (max-width: 1160px) {
	.card_info .content {
		font-size: 25px;
	}
}

@media screen and (max-width: 767px) {
	.card_info .content {
		font-size: 20px;
	}
}

@media screen and (max-width: 479px) {
	.card_info .content {
		font-size: 16px;
	}
}

.card_info .content span {
	color: #f2146d;
}

.logo_single {
	background: url("../images/logo-single.svg") no-repeat;
	width: 270px;
	height: 256px;
	position: relative;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-right: 60px;
}

@media screen and (max-width: 1160px) {
	.logo_single {
		width: 200px;
		height: 186px;
		background-size: 200px 186px;
		margin-right: 30px;
	}
}

@media screen and (max-width: 479px) {
	.logo_single {
		width: 130px;
		height: 106px;
		background-size: 130px 106px;
		margin: 0 0 15px;
	}
}

.logo_single span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	color: #088df3;
	font-size: 60px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}

@media screen and (max-width: 1160px) {
	.logo_single span {
		font-size: 45px;
	}
}

@media screen and (max-width: 479px) {
	.logo_single span {
		font-size: 24px;
	}
}

.card_bottom {
	color: #1a1b1b;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.card_bottom {
		font-size: 14px;
		margin-bottom: 25px;
	}
}

.card_more {
	text-align: center;
	margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
	.card_more {
		margin-bottom: 25px;
	}
}

.card_more .button {
	border-radius: 35px;
	background-color: #088df3;
	color: #fff;
	padding: 21px 10px;
	min-width: 350px;
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	transition: background .3s;
}

@media screen and (min-width: 1025px) {
	.card_more .button:hover {
		background-color: #f2146d;
	}
}

@media screen and (max-width: 1366px) {
	.card_more .button {
		font-size: 20px;
	}
}

@media screen and (max-width: 1160px) {
	.card_more .button {
		padding: 18px 10px;
	}
}

@media screen and (max-width: 767px) {
	.card_more .button {
		font-size: 14px;
		min-width: 250px;
		margin-top: 25px;
	}
}

.tab_content {
	display: none;
}

.tab_content.slideInUp {
	display: block;
}

@keyframes slideInUp {
	from {
		transform: translate3d(0, 100%, 0);
		opacity: 0;
		visibility: visible;
	}
	to {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.slideInUp {
	animation-name: slideInUp;
}

.twocolumns_inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	    align-items: flex-start;
}

@media screen and (max-width: 960px) {
	.twocolumns_inner {
		-ms-flex-direction: column;
		    flex-direction: column;
	}
}

.watch {
	-ms-flex-positive: 1;
	    flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	min-width: 1px;
	width: 100%;
}

.watch.open .share_information {
	display: block;
}

.player {
	position: relative;
}

.player img {
	width: 100%;
	height: auto;
	display: inline-block;
}

.player .quality_sticky {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 10px;
	border-radius: 18px;
	background-color: #000;
	color: #fff;
	line-height: 1;
}

.player .quality_sticky i {
	font-size: 19px;
}

.button_play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0) scale(1);
	will-change: transform;
	transition: transform .3s;
	width: 152px;
	height: 152px;
	box-shadow: -6px 5px 10px rgba(0, 0, 0, 0.59);
	background-color: #f2146d;
	border-radius: 76px;
	border: none;
	color: #fff;
	padding: 0;
	cursor: pointer;
}

@media screen and (max-width: 1160px) {
	.button_play {
		width: 100px;
		height: 100px;
		border-radius: 50px;
	}
}

@media screen and (min-width: 1025px) {
	.button_play:hover {
		transform: translate3d(-50%, -50%, 0) scale(0.9);
	}
}

@media screen and (max-width: 567px) {
	.button_play {
		width: 60px;
		height: 60px;
		border-radius: 30px;
	}
}

.button_play i {
	font-size: 60px;
	display: inline-block;
	vertical-align: top;
	transform: translateX(8px);
}

@media screen and (max-width: 1160px) {
	.button_play i {
		font-size: 40px;
		transform: translateX(5px);
	}
}

@media screen and (max-width: 567px) {
	.button_play i {
		font-size: 25px;
		transform: translateX(3px);
	}
}

.player_tools {
	padding: 16px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

@media screen and (max-width: 567px) {
	.player_tools {
		padding: 0 0 10px 0;
		-ms-flex-direction: column;
		    flex-direction: column;
	}
}

.player_tools .rating {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.player_tools .progress_container {
	margin-left: 10px;
	text-align: center;
}

.player_tools .buttons_action {
	margin-left: 10px;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	text-align: right;
	font-size: 0;
}

@media screen and (max-width: 567px) {
	.player_tools .buttons_action {
		margin: 10px 0 0;
		text-align: left;
	}
}

.player_tools .buttons_action .item {
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
	margin: 2px;
}

.player_tools .buttons_action .item .btn_add {

}

.player_tools .buttons_action .item.selected .btn {
	background-color: #f2146d;
}

.player_tools .buttons_action .item.selected .btn_drop {
	border-radius: 20px 20px 0 0;
}

.player_tools .buttons_action .item.selected .icon-arrow-down {
	transform: rotate(180deg);
}

.player_tools .buttons_action .item.selected .dropped {
	display: block;
}

.player_tools .action_wrap {
	position: relative;
}

.player_tools .btn {
	border-radius: 20px;
	background-color: #1a1b1b;
	padding: 11px 20px;
	color: #fff;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	    align-items: center;
	transition: background .3s;
}

@media screen and (min-width: 1025px) {
	.player_tools .btn:hover {
		background-color: #088df3;
	}
}

@media screen and (max-width: 1160px) {
	.player_tools .btn {
		padding: 11px 14px;
		font-size: 13px;
	}
}

@media screen and (max-width: 1024px) {
	.player_tools .btn {
		padding: 8px 12px;
	}
}

@media screen and (max-width: 479px) {
	.player_tools .btn {
		font-size: 11px;
		padding: 8px;
	}
}

.player_tools .btn i {
	font-size: 16px;
}

@media screen and (max-width: 1160px) {
	.player_tools .btn i {
		font-size: 14px;
	}
}

.player_tools .btn span {
	padding: 0 12px 0 6px;
}

@media screen and (max-width: 1160px) {
	.player_tools .btn span {
		padding: 0 6px;
	}
}

.player_tools .btn .icon-arrow-down {
	font-size: 7px;
}

@media screen and (max-width: 1024px) {
	.player_tools .btn .icon-arrow-down {
		font-size: 5px;
	}
}

.player_tools .dropped {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 1;
	background-color: #1a1b1b;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	border-radius: 0 0 20px 20px;
	overflow: hidden;
	text-align: left;
}

@media screen and (max-width: 1024px) {
	.player_tools .dropped {
		font-size: 11px;
	}
}

.player_tools .dropped li {
	position: relative;
}
.player_tools .dropped .delete {
	position: absolute;
	right: 3px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 26px;
	line-height: 1;
	color: #fff;
}
.player_tools .dropped .delete:hover {
	color: #f2146d;
}
.player_tools .dropped span .link {
	display: block;
	background: #6ac519 !important;
}
.player_tools .dropped span .link:hover {
    text-decoration: underline;
}
.player_tools .dropped .link {
	display: block;
	color: #fff;
	padding: 12px 15px 12px 10px;
	transition: background .3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (min-width: 1025px) {
	.player_tools .dropped .link:hover {
		background-color: #088df3;
	}
	.player_tools .dropped .link:hover small {
		color: #fff;
	}
}

@media screen and (max-width: 1024px) {
	.player_tools .dropped .link {
		padding: 10px;
	}
	.player_tools .dropped .delete {
		font-size: 20px;
	}
}

.player_tools .dropped small {
	display: block;
	color: #a2a2a2;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	transition: color .3s;
}

@media screen and (max-width: 1024px) {
	.player_tools .dropped small {
		font-size: 10px;
	}
}

.share_information {
	padding: 16px 0;
	border-top: 1px solid #e4e4e4;
	display: none;
}

.share_information .social {
	margin-bottom: 10px;
}

.share_information .share_input {
	max-width: 760px;
}

.share_information .input {
	height: 40px;
	padding: 12px 20px;
	border-radius: 20px;
	width: 100%;
	border: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.2;
	color: #1f212b;
	background-color: #e4e4e4;
}

.player_information {
	padding: 16px 0;
	border-top: 1px solid #e4e4e4;
}

.player_information .title {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 15px;
}

@media screen and (max-width: 1160px) {
	.player_information .title {
		font-size: 20px;
	}
}

@media screen and (max-width: 567px) {
	.player_information .title {
		font-size: 18px;
		line-height: 1.3;
	}
}

.player_information .content {
	font-weight: 700;
}

@media screen and (max-width: 1024px) {
	.player_information .content {
		font-size: 12px;
		line-height: 1.4;
	}
}

.details_list {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
}

.details_list .item {
	color: #525555;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	margin-right: 25px;
}

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

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

.details_list .item span {
	color: #000;
}

.details_items {
	padding: 16px 0;
	border-top: 1px solid #e4e4e4;
}

.details_items .row {
	margin-top: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

@media screen and (max-width: 1160px) {
	.details_items .row {
		-ms-flex-direction: column;
		    flex-direction: column;
		margin-top: 10px;
	}
}

.details_items .row:first-child {
	margin-top: 0;
}

.details_items .col {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	    align-items: flex-start;
	margin: 0 28px 0 0;
}

@media screen and (max-width: 1160px) {
	.details_items .col {
		margin: 0 0 10px;
	}
}

@media screen and (max-width: 567px) {
	.details_items .col {
		-ms-flex-direction: column;
		    flex-direction: column;
	}
}

.details_items .col:last-child {
	margin: 0;
}

.details_items span {
	color: #525555;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	margin-right: 10px;
	padding: 9px 0;
}

@media screen and (max-width: 1024px) {
	.details_items span {
		padding: 7px 0;
		font-size: 12px;
	}
}

.details_items .wrap {
	font-size: 0;
}

.details_items .link {
	display: inline-block;
	vertical-align: top;
	border-radius: 15px;
	background-color: #e4e4e4;
	padding: 8px 11px;
	color: #000;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	margin: 2px;
	transition: background .3s, color .3s;
}

@media screen and (min-width: 1025px) {
	.details_items .link:hover {
		background-color: #088df3;
		color: #fff;
	}
}

@media screen and (max-width: 1024px) {
	.details_items .link {
		padding: 6px 8px;
		font-size: 11px;
	}
}

.details_items .link.active {
	background-color: #f2146d;
	color: #fff;
}

.list_screen {
	padding: 16px 0;
	border-top: 1px solid #e4e4e4;
}

.list_screen .items {
	font-size: 0;
	margin: -10px;
}

@media screen and (max-width: 567px) {
	.list_screen .items {
		margin: -5px;
	}
}

.list_screen .item {
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	width: 20%;
}

@media screen and (max-width: 1024px) {
	.list_screen .item {
		width: 25%;
	}
}

@media screen and (max-width: 960px) {
	.list_screen .item {
		width: 16.666%;
	}
}

@media screen and (max-width: 567px) {
	.list_screen .item {
		width: 33.333%;
		padding: 5px;
	}
}

.list_screen img {
	display: block;
	width: 100%;
	height: auto;
}

.nano {
	max-height: 385px;
}

@media screen and (max-width: 960px) {
	.nano {
		max-height: 300px;
	}
}

.nano > .nano-content {
	padding: 0 30px 0 0;
}

.nano > .nano-pane {
	width: 4px;
	right: 12px;
	border-radius: 2px;
	background-color: #e4e4e4;
}

.nano > .nano-pane > .nano-slider {
	background-color: #1a1b1b;
	margin: 0;
}

.tools_action {
	font-size: 0;
	padding: 20px 10px;
	margin-bottom: 28px;
	overflow: hidden;
}

@media screen and (max-width: 479px) {
	.tools_action {
		padding: 15px 0;
		margin-bottom: 15px;
	}
}

.tools_action .button {
	float: left;
	margin: 2px;
	border-radius: 20px;
	background-color: #1a1b1b;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	padding: 12px 20px;
	cursor: pointer;
	transition: background .3s;
	border: none;
}

.tools_action .button.right {
	float: right;
}
@media screen and (max-width: 767px) {
	.tools_action .button.right {
		float: left;
	}
}

.tools_action .button:disabled {
	background-color: #676767;
	pointer-events: none;
}

@media screen and (min-width: 1025px) {
	.tools_action .button:hover {
		background-color: #088df3;
	}
}

.tools_action .button.active {
	background-color: #f2146d;
}

@media screen and (max-width: 1280px) {
	.tools_action .button {
		font-size: 12px;
	}
}

@media screen and (max-width: 479px) {
	.tools_action .button {
		padding: 10px 15px;
	}
}

.slider_for,
.slider_nav {
	display: none;
}

.slider_for.slick-initialized,
.slider_nav.slick-initialized {
	display: block;
}

.slick-slide img {
	display: block;
	width: 100%;
	height: auto;
}

.slider_for .slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	width: 64px;
	background: none;
	font-size: 0;
	padding: 0;
	border: none;
	cursor: pointer;
	color: #fff;
	transition: background .3s;
}

@media screen and (min-width: 1025px) {
	.slider_for .slick-arrow:hover {
		background-color: #c21058;
	}
}

.slider_for .slick-prev {
	left: 0;
}

.slider_for .slick-prev:before {
	font-size: 25px;
	content: "\e908";
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'Ico Moon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 480px) {
	.slider_for .slick-prev:before {
		font-size: 18px;
	}
}

.slider_for .slick-next {
	right: 0;
}

.slider_for .slick-next:before {
	font-size: 25px;
	content: "\e909";
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'Ico Moon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 480px) {
	.slider_for .slick-next:before {
		font-size: 18px;
	}
}

.slider_nav {
	padding: 10px 70px;
	background-color: #151616;
}

.slider_nav .item.slick-current span:before, .slider_nav .item.slick-current span:after {
	display: block;
}

.slider_nav .item span {
	margin: 5px;
	display: block;
	position: relative;
}

.slider_nav .item span:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	box-shadow: inset 0 0 0 3px #f2146d;
	display: none;
}

.slider_nav .item span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
}

.slider_nav .slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 64px;
	background: none;
	font-size: 0;
	padding: 0;
	border: none;
	cursor: pointer;
	color: #fff;
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.slider_nav .slick-arrow:hover {
		color: #f2146d;
	}
}

.slider_nav .slick-prev {
	left: 0;
}

.slider_nav .slick-prev:before {
	font-size: 25px;
	content: "\e908";
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'Ico Moon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 480px) {
	.slider_nav .slick-prev:before {
		font-size: 18px;
	}
}

.slider_nav .slick-next {
	right: 0;
}

.slider_nav .slick-next:before {
	font-size: 25px;
	content: "\e909";
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'Ico Moon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 480px) {
	.slider_nav .slick-next:before {
		font-size: 18px;
	}
}

.aside {
	width: 412px;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-left: 22px;
	background: url("../images/content/background-aside.jpg");
}

@media screen and (max-width: 960px) {
	.aside {
		width: 100%;
		margin: 20px 0 0;
		border-top: 1px solid #e4e4e4;
		background: none;
	}
}

.aside .choice_list {
	padding: 0;
	border: none;
}

.aside .align {
	text-align: center;
}

.aside .button {
	margin-top: 30px;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	text-transform: uppercase;
	padding: 21px 50px;
	border-radius: 35px;
	background-color: #088df3;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	transition: background .3s;
	cursor: pointer;
}

@media screen and (min-width: 1025px) {
	.aside .button:hover {
		background-color: #f2146d;
	}
}

@media screen and (max-width: 1366px) {
	.aside .button {
		font-size: 20px;
	}
}

@media screen and (max-width: 860px) {
	.aside .button {
		font-size: 18px;
		padding: 15px 30px;
	}
}

@media screen and (max-width: 767px) {
	.aside .button {
		font-size: 16px;
	}
}

@media screen and (max-width: 479px) {
	.aside .button {
		margin-top: 15px;
	}
}

.aside .spots {
	padding: 55px 0;
	text-align: center;
	margin: -15px;
}

@media screen and (max-width: 567px) {
	.aside .spots {
		padding: 15px 0 0;
	}
}

.aside .spot {
	display: inline-block;
	vertical-align: top;
	padding: 15px;
}

.aside_title {
	padding: 23px 0;
	color: #1a1b1b;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
}

@media screen and (max-width: 567px) {
	.aside_title {
		padding: 16px 0;
		font-size: 18px;
	}
}

.form_comment .title {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 18px;
}

.form_comment_wrap {
	max-width: 930px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	    align-items: flex-start;
	margin-bottom: 15px;
}

@media screen and (max-width: 479px) {
	.form_comment_wrap {
		-ms-flex-direction: column;
		    flex-direction: column;
	}
}

.form_comment_wrap .col {
	min-width: 1px;
	width: 100%;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
}

.form_comment_wrap .col.second {
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-left: 8px;
	min-width: auto;
	width: auto;
}

@media screen and (max-width: 479px) {
	.form_comment_wrap .col.second {
		margin: 10px 0 0;
		text-align: right;
	}
}

.form_comment_wrap .textarea {
	width: 100%;
	height: 75px;
	display: block;
	border-radius: 20px;
	background-color: #e4e4e4;
	margin: 0;
	padding: 16px;
	border: none;
	resize: none;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	transition: height .3s;
}

@media screen and (max-width: 479px) {
	.form_comment_wrap .textarea {
		font-size: 12px;
		border-radius: 5px;
	}
}

/* .form_comment_wrap .textarea:focus {
	height: 150px;
} */

.form_comment_wrap .button {
	border-radius: 20px;
	background-color: #088df3;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	padding: 12px 20px;
	transition: background .3s;
}

@media screen and (min-width: 1025px) {
	.form_comment_wrap .button:hover {
		background-color: #f2146d;
	}
}

@media screen and (max-width: 479px) {
	.form_comment_wrap .button {
		font-size: 12px;
		border-radius: 5px;
	}
}

.comment_view .row {
	margin-top: 15px;
}

.comment_view .row:first-child {
	margin-top: 0;
}

.comment_view .wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	    align-items: flex-start;
}

.comment_view .avatar {
	margin-right: 10px;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	overflow: hidden;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.comment_view .avatar.empty {
	background-color: #000;
}

.comment_view .avatar.empty img {
	max-width: 30px;
}

.comment_view .avatar img {
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.comment_view .content {
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
	line-height: 1.4;
}

@media screen and (max-width: 479px) {
	.comment_view .content {
		font-size: 12px;
	}
}

.comment_view .heading {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 5px;
}

@media screen and (max-width: 479px) {
	.comment_view .heading {
		font-size: 12px;
	}
}

.comment_view .author {
	color: #088df3;
	font-weight: 700;
}

@media screen and (min-width: 1025px) {
	.comment_view .author:hover {
		text-decoration: underline;
	}
}

.comment_view .date {
	color: #525555;
	margin-left: 5px;
}

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

.footer .offer_intro,
.row_container .offer_intro {
	margin: 0;
}

.offer_intro {
	position: relative;
	overflow: hidden;
	margin: 20px 10px;
	background: url(../images/content/ad01.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	color: #1a1b1b;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.2;
	padding: 30px 15px;
}

.offer_intro img {
	position: relative;
	left: 50%;
	height: 100%;
	width: 100%;
	transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
	.offer_intro {
		font-size: 26px;
		margin: 15px 5px;
		padding: 25px 10px;
	}
}

@media screen and (max-width: 860px) {
	.offer_intro {
		font-size: 20px;
	}
}

@media screen and (max-width: 479px) {
	.offer_intro {
		font-size: 18px;
		padding: 15px 5px;
	}
}

.offer_intro .offer_title {
	color: #1a1b1b;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px;
}

@media screen and (max-width: 1366px) {
	.offer_intro .offer_title {
		font-size: 50px;
	}
}

@media screen and (max-width: 1024px) {
	.offer_intro .offer_title {
		font-size: 40px;
	}
}

@media screen and (max-width: 768px) {
	.offer_intro .offer_title {
		font-size: 30px;
	}
}

@media screen and (max-width: 479px) {
	.offer_intro .offer_title {
		font-size: 28px;
	}
}

@media screen and (max-width: 375px) {
	.offer_intro .offer_title {
		font-size: 24px;
	}
}

.offer_intro .offer_title span {
	color: #f2146d;
}

.offer_intro .list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin: 0 -10px;
}

@media screen and (max-width: 768px) {
	.offer_intro .list {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

.offer_intro .item {
	color: #1a1b1b;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	padding: 10px;
}

@media screen and (max-width: 1366px) {
	.offer_intro .item {
		font-size: 20px;
	}
}

@media screen and (max-width: 860px) {
	.offer_intro .item {
		font-size: 20px;
	}
}

@media screen and (max-width: 768px) {
	.offer_intro .item {
		width: 50%;
	}
}

@media screen and (max-width: 639px) {
	.offer_intro .item {
		font-size: 18px;
	}
}

@media screen and (max-width: 375px) {
	.offer_intro .item {
		font-size: 16px;
	}
}

.offer_intro .item i {
	font-size: 36px;
	margin-right: 10px;
}

@media screen and (max-width: 1366px) {
	.offer_intro .item i {
		font-size: 34px;
	}
}

@media screen and (max-width: 860px) {
	.offer_intro .item i {
		font-size: 30px;
	}
}

@media screen and (max-width: 639px) {
	.offer_intro .item i {
		font-size: 20px;
	}
}

.offer_intro .item span {
	text-align: left;
}

.offer_intro .button {
	cursor: pointer;
	margin-top: 30px;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	text-transform: uppercase;
	padding: 21px 50px;
	border-radius: 35px;
	background-color: #088df3;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	transition: background .3s;
}

@media screen and (min-width: 1025px) {
	.offer_intro .button:hover {
		background-color: #f2146d;
	}
}

@media screen and (max-width: 1366px) {
	.offer_intro .button {
		font-size: 20px;
	}
}

@media screen and (max-width: 860px) {
	.offer_intro .button {
		font-size: 18px;
		padding: 15px 30px;
	}
}

@media screen and (max-width: 767px) {
	.offer_intro .button {
		font-size: 16px;
	}
}

@media screen and (max-width: 479px) {
	.offer_intro .button {
		margin-top: 15px;
	}
}

.footer_holder {
	position: relative;
	box-shadow: 0 0 111px rgba(0, 1, 1, 0.35), 0 -4px 0 rgba(0, 1, 1, 0.11);
	background-color: #1c2128;
	margin-top: 4px;
}

.footer_holder .holder {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	padding: 50px 0;
}

@media screen and (max-width: 1280px) {
	.footer_holder .holder {
		padding: 30px 0;
	}
}

.footer_holder .row {
	text-align: center;
	margin-top: 30px;
}

.footer_holder .row:first-child {
	margin-top: 0;
}

.footer_logo a {
	display: block;
}

.footer_logo img {
	display: inline-block;
	max-width: 286px;
	width: 100%;
	height: auto;
	vertical-align: top;
}

@media screen and (max-width: 1280px) {
	.footer_logo img {
		max-width: 200px;
	}
}

.footer_navigation {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.footer_navigation .item {
	text-transform: uppercase;
	margin-left: 36px;
	font-weight: 600;
}

@media screen and (max-width: 1280px) {
	.footer_navigation .item {
		margin-left: 25px;
		font-size: 12px;
	}
}

@media screen and (max-width: 767px) {
	.footer_navigation .item {
		margin: 0;
		-ms-flex-positive: 1;
		    flex-grow: 1;
		padding: 10px;
	}
}

.footer_navigation .item:first-child {
	margin: 0;
}

@media screen and (max-width: 767px) {
	.footer_navigation .item.second {
		width: 100%;
	}
}

.footer_navigation .item.second a {
	padding: 11px 20px;
	background-color: #088df3;
	border-radius: 20px;
	transition: background .3s;
	cursor: pointer;
}

@media screen and (min-width: 1025px) {
	.footer_navigation .item.second a:hover {
		background-color: #f2146d;
		color: #fff;
	}
}

.footer_navigation .item.active a {
	color: #f2146d;
}

.footer_navigation a {
	display: block;
	color: #fff;
	transition: color .3s;
}

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

.copy {
	color: #a2a2a2;
	font-size: 12px;
	line-height: 1.8;
}

@media screen and (max-width: 1280px) {
	.copy {
		font-size: 11px;
	}
}

@media screen and (max-width: 1160px) {
	.modal.modal_large .button_close {
		top: 5px;
		right: 5px;
		color: #000;
	}
}

.modal.modal_large .button_close i {
	font-size: 33px;
}

@media screen and (max-width: 1160px) {
	.modal.modal_large .button_close i {
		font-size: 24px;
	}
}

.modal.modal-small {
	max-width: 515px;
	min-width: 280px;
}

.modal .holder {
	box-shadow: -10px 9px 32px #000;
	background-color: #fff;
	position: relative;
}

.modal .button_close {
	position: absolute;
	top: -35px;
	right: -35px;
	background: none;
	border: none;
	padding: 0;
	font-size: 0;
	width: 33px;
	height: 33px;
	color: #fff;
	cursor: pointer;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.modal .button_close {
		top: 5px;
		right: 5px;
		color: #000;
	}
}

.modal .button_close i {
	font-size: 33px;
}

@media screen and (max-width: 767px) {
	.modal .button_close i {
		font-size: 24px;
	}
}

.heading_modal {
	display: -ms-flexbox;
	display: flex;
	padding: 30px 45px 30px 30px;
	border-bottom: 1px solid #e4e4e4;
	-ms-flex-align: center;
	    align-items: center;
}

@media screen and (max-width: 860px) {
	.heading_modal {
		padding: 30px 20px;
	}
}

@media screen and (max-width: 479px) {
	.heading_modal {
		padding: 15px 45px 15px 15px;
		-ms-flex-align: start;
		    align-items: flex-start;
		-ms-flex-direction: column;
		    flex-direction: column;
	}
}

.heading_modal .title {
	-ms-flex-positive: 1;
	    flex-grow: 1;
	color: #000;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	min-width: 1px;
}

@media screen and (max-width: 479px) {
	.heading_modal .title {
		font-size: 20px;
	}
}

.heading_modal .second {
	color: #525555;
	font-size: 12px;
	line-height: 1.2;
	margin-left: 10px;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	padding: 10px 0;
}

@media screen and (max-width: 479px) {
	.heading_modal .second {
		margin: 10px 0 0;
		padding: 0;
	}
}

.wrapped_main {
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 767px) {
	.wrapped_main {
		-ms-flex-direction: column;
		    flex-direction: column;
	}
}

.wrapped_main .main_modal {
	width: 50%;
}

@media screen and (max-width: 860px) {
	.wrapped_main .main_modal {
		width: 60%;
	}
}

@media screen and (max-width: 767px) {
	.wrapped_main .main_modal {
		width: 100%;
	}
}

.wrapped_main .intro_modal {
	width: 50%;
}

@media screen and (max-width: 860px) {
	.wrapped_main .intro_modal {
		width: 40%;
	}
}

@media screen and (max-width: 767px) {
	.wrapped_main .intro_modal {
		width: 100%;
	}
}

.main_modal {
	padding: 30px 30px 40px;
}

.main_modal.main_modal_small {
	padding: 15px 15px 20px;
}

@media screen and (max-width: 860px) {
	.main_modal {
		padding: 20px;
	}
	.main_modal.main_modal_small {
		padding: 10px;
	}
}

@media screen and (max-width: 479px) {
	.main_modal {
		padding: 15px;
	}
}

.main_modal .row {
	margin-top: 20px;
}

.main_modal .row:first-child {
	margin-top: 0;
}

.main_modal .columns {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.main_modal .input {
	border-radius: 20px;
	background-color: #e4e4e4;
	height: 40px;
	padding: 14px 16px;
	border: none;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 500;
	text-transform: uppercase;
}

.main_modal textarea.input {
	height: auto;
	resize: none;
}

.main_modal .submit {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	border: none;
	border-radius: 20px;
	background-color: #088df3;
	padding: 12px 20px;
	cursor: pointer;
	transition: background .3s;
}

.main_modal .submit.large {
	font-size: 24px;
	font-weight: 700;
	max-width: 330px;
	width: 100%;
	border-radius: 35px;
	padding: 21px 20px;
}

@media screen and (max-width: 860px) {
	.main_modal .submit.large {
		font-size: 16px;
		max-width: 200px;
		padding: 14px 20px;
	}
}

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

@media screen and (max-width: 479px) {
	.main_modal .submit {
		font-size: 12px;
	}
}

.main_modal .link {
	margin-left: 18px;
	color: #f2146d;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

@media screen and (min-width: 1025px) {
	.main_modal .link:hover {
		text-decoration: underline;
	}
}

@media screen and (max-width: 479px) {
	.main_modal .link {
		font-size: 12px;
	}
}

.choice_list {
	padding-top: 20px;
	border-top: 1px solid #e4e4e4;
}

.choice_list .hold {
	background-color: #e4e4e4;
}

.choice_list .item {
	border-top: 1px solid #fff;
}

.choice_list .item:first-child {
	border-top: none;
}

.choice_list .radio_choice {
	display: none;
}

.choice_list .radio_choice:checked + .label {
	background-color: #088df3;
}

.choice_list .radio_choice:checked + .label:before {
	border-color: #088df3;
}

.choice_list .radio_choice:checked + .label:after {
	display: block;
}

.choice_list .radio_choice:checked + .label .title,
.choice_list .radio_choice:checked + .label .price {
	color: #fff;
}

.choice_list .radio_choice:checked + .label small {
	color: #fff;
}

.choice_list .radio_choice:checked + .label small strong {
	color: #fff;
}

.choice_list .label {
	padding: 25px 20px 25px 60px;
	display: block;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	position: relative;
}

@media screen and (max-width: 1024px) {
	.choice_list .label {
		padding: 15px 20px 15px 60px;
	}
}

@media screen and (max-width: 860px) {
	.choice_list .label {
		padding: 10px 20px 10px 40px;
	}
}

.choice_list .label:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate3d(0, -50%, 0);
	width: 24px;
	height: 24px;
	border-radius: 12px;
	border: 2px solid #d3d3d3;
	background-color: #fff;
}

@media screen and (max-width: 860px) {
	.choice_list .label:before {
		left: 10px;
		width: 20px;
		height: 20px;
		border-radius: 10px;
	}
}

.choice_list .label:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 25px;
	width: 14px;
	height: 14px;
	background-color: #088df3;
	border-radius: 7px;
	transform: translate3d(0, -50%, 0);
	display: none;
}

@media screen and (max-width: 860px) {
	.choice_list .label:after {
		left: 15px;
		width: 10px;
		height: 10px;
		border-radius: 5px;
	}
}

.choice_list .heading {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
	.choice_list .heading {
		margin-bottom: 5px;
	}
}

.choice_list .title {
	color: #1a1b1b;
	font-size: 24px;
	font-weight: 700;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
}

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

@media screen and (max-width: 567px) {
	.choice_list .title {
		font-size: 16px;
	}
}

.choice_list .price {
	margin-left: 10px;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	font-size: 24px;
	color: #088df3;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	    align-items: flex-end;
}

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

@media screen and (max-width: 567px) {
	.choice_list .price {
		font-size: 16px;
	}
}

.choice_list .price span {
	font-size: 18px;
	font-weight: 400;
}

@media screen and (max-width: 1024px) {
	.choice_list .price span {
		font-size: 16px;
	}
}

@media screen and (max-width: 567px) {
	.choice_list .price span {
		font-size: 14px;
	}
}

.choice_list small {
	display: block;
	color: #525555;
}

@media screen and (max-width: 567px) {
	.choice_list small {
		font-size: 11px;
	}
}

.choice_list small strong {
	color: #f2146d;
}

.intro_modal {
	background: url("../images/content/bg02.jpg");
	padding: 48px;
}

@media screen and (max-width: 860px) {
	.intro_modal {
		padding: 20px;
	}
}

.intro_modal .logotype {
	margin-bottom: 80px;
}

@media screen and (max-width: 860px) {
	.intro_modal .logotype {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 767px) {
	.intro_modal .logotype {
		text-align: center;
		margin-bottom: 20px;
	}
}

.intro_modal .logotype img {
	display: inline-block;
	max-width: 360px;
	width: 100%;
	vertical-align: top;
	height: auto;
}

@media screen and (max-width: 860px) {
	.intro_modal .logotype img {
		max-width: 250px;
	}
}

@media screen and (max-width: 767px) {
	.intro_modal .logotype img {
		max-width: 150px;
	}
}

@media screen and (max-width: 767px) {
	.intro_modal .list {
		font-size: 0;
	}
}

.intro_modal .item {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	margin-top: 40px;
	position: relative;
	padding-left: 60px;
}

.intro_modal .item:first-child {
	margin-top: 0;
}

@media screen and (max-width: 860px) {
	.intro_modal .item {
		padding-left: 40px;
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.intro_modal .item {
		font-size: 14px;
		margin: 5px;
		display: inline-block;
		vertical-align: top;
	}
	.intro_modal .item:first-child {
		margin-top: 5px;
	}
}

.intro_modal .item:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate3d(0, -50%, 0);
	background: url("../images/content/accept-circle.svg") no-repeat;
	width: 44px;
	height: 41px;
}

@media screen and (max-width: 860px) {
	.intro_modal .item:before {
		width: 32px;
		height: 30px;
		background-size: 32px 30px;
	}
}

@media screen and (max-width: 767px) {
	.intro_modal .item:before {
		width: 22px;
		height: 20px;
		background-size: 22px 20px;
	}
}

.footer_modal {
	background: url("../images/content/bg01.jpg") no-repeat;
	background-size: cover;
	padding: 30px 30px 50px;
	text-align: center;
}

@media screen and (max-width: 860px) {
	.footer_modal {
		padding: 20px;
	}
}

@media screen and (max-width: 479px) {
	.footer_modal {
		padding: 15px;
	}
}

.footer_modal .title {
	color: #1a1b1b;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	margin-bottom: 25px;
}

@media screen and (max-width: 479px) {
	.footer_modal .title {
		font-size: 18px;
		margin-bottom: 20px;
	}
}

.footer_modal .list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: center;
	    justify-content: center;
	margin: -10px;
}

.footer_modal .item {
	padding: 10px;
	color: #1a1b1b;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

@media screen and (max-width: 479px) {
	.footer_modal .item {
		font-size: 14px;
	}
}

.footer_modal .item i {
	font-size: 22px;
	margin-right: 10px;
}

@media screen and (max-width: 567px) {
	.footer_modal .item i {
		font-size: 18px;
	}
}

.footer_modal .button {
	margin-top: 25px;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	text-transform: uppercase;
	padding: 21px 50px;
	border-radius: 35px;
	background-color: #088df3;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	transition: background .3s;
}

@media screen and (min-width: 1025px) {
	.footer_modal .button:hover {
		background-color: #f2146d;
	}
}

@media screen and (max-width: 1280px) {
	.footer_modal .button {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.footer_modal .button {
		font-size: 16px;
		padding: 15px 20px;
	}
}

@media screen and (max-width: 479px) {
	.footer_modal .button {
		font-size: 12px;
		padding: 12px 15px;
	}
}

.hidden {
	display: none;
}
.field-error {
	color: #f30f0f;
	margin: 5px 0;
}
.success {
	color: #44b759;
	margin: 5px 0;
}

.player {
	margin: 0 0 10px;
	border: 2px solid #1a1a1a;
	background: #000000;
}
.player .embed-wrap {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	height: 0;
}
.player .player-wrap {
	width: 100%;
	height: auto;
	position: relative;
}
.player .player-wrap .poster {
	width: 100%;
	height: auto;
}
.player .embed-wrap iframe,
.player .player-wrap #kt_player,
.player .player-wrap #kt_player_internal {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
}
.player .player-wrap #kt_player.is-fullscreen {
	position: fixed !important;
}
.player .loading {
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #999999;
	padding: 50px 20px;
}
.no-player {
	display: block;
	position: relative;
	overflow: hidden;
}
.no-player img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
}
.no-player .message {
	display: block;
	position: absolute;
	text-align: center;
	padding: 20px;
	left: 0;
	right: 0;
	top: 30px;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #999999;
}
.no-player .message em {
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #ffffff;
}
.no-player .message a {
	color: #ffffff;
}
.no-player .message a:hover {
	color: #f2146d;
}
.no-player .message form {
	display: block;
	padding: 20px 0 0 0;
}
.no-player .btn-play {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('../player/skin/img/play_white.png') 50% 50% no-repeat;
}

.empty-content {
	font-size: 16px;
	padding: 20px 10px;
	text-align: left;
}

.model_rating {
	display: flex;
	text-align: center;
}

.item-control {
	position: absolute;
	z-index: 1;
	margin: 5px;
	display: flex;
	align-items: center;
}

.list_playlists {
	padding: 5px 5px 0 5px;
	max-height: 300px;
	overflow-y: auto;
}
.list_playlists .item_playlists {
	margin-bottom: 10px;
	cursor: pointer;
}


/*start bs default styles*/
.dropdown {
	position: relative;
}
.dropdown .btn {
	display: inline-flex;
	align-items: center;
	border-radius: 20px;
	background-color: #1a1b1b;
	color: #fff;
	padding: 10px 18px;
	transition: background .3s;
	cursor: pointer;
	font-size: 14px;
}
.dropdown .btn .text {
	display: inline-block;
	vertical-align: middle;
}
.dropdown .btn .icon-arrow-down {
	font-size: 7px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}
.open > .dropdown-menu {
	display: block;
}
.dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 10;
	background-color: #1a1b1b;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	border-radius: 20px;
	overflow: hidden;
	text-align: left;
	max-width: 200px;
}
@media screen and (max-width: 767px) {
	.dropdown-menu {
		right: auto;
		left: 0;
	}
}
.dropdown-menu a {
	display: block;
	color: #fff;
	padding: 12px 15px 12px 10px;
	transition: background .3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}
.dropdown-menu a:hover {
    background-color: #088df3;
}
/*end bs styles*/

.custom .dropdown {
	display: inline-block;
	vertical-align: top;
}
.custom .dropdown-menu {
	margin-top: 13px;
	width: 234px;
	left: 50%;
	transform: translate(-50%, 0);
}
.custom .dropdown-menu:before,
.custom .dropdown-menu:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	margin: auto;
}
.custom .dropdown-menu:before {
	border-width: 0 11px 12px 11px;
	border-color: transparent transparent #fff transparent;
	z-index: 2;
}
.custom .dropdown-menu:after {
	border-width: 0 12px 13px 12px;
	border-color: transparent transparent #c5c5c5 transparent;
	z-index: 1;
}

.action_btn {
	font-size: 14px;
	line-height: 18px;
	color: #dc1463;
	margin: 0 0 0 5px;
	background: #f9f5f4;
	padding: 0 6px;
	border-radius: 5px;
	cursor: pointer;
	border: 2px solid #dc1463;
}

.action_btn.disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

.playlist-holder {
	font-size: 0;
}
.item-playlist {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	border: 4px solid transparent;
	padding: 3px;
}
.item-playlist.selected {
    border-color: #f2146d;
}
.item-playlist .img {
	position: relative;
	padding-bottom: 58.74%;
}
.item-playlist .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.item-playlist .title {
	font-size: 14px;
	color: #000;
	margin: 5px 0;
	display: block;
}

.block-screenshots {
	max-width: 925px;
	margin: 0 auto;
	padding: 0 25px 25px 25px;
}
.section-title {
	font-size: 14px;
	position: relative;
	cursor: pointer;
}
.section-title .icon-arrow-down {
	font-size: 8px;
	transition: transform .3s;
	display: inline-block;
	vertical-align: middle;
}
.section-title.collapse .icon-arrow-down {
	transform: rotate(180deg);
}
.list-videos-screenshots {
	font-size: 0;
	margin: 15px 0 0 0;
}
.list-videos-screenshots .item {
	width: 33.333%;
	padding: 0 5px;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
}
.list-videos-screenshots .item .control {
	margin: 5px 0;
}
.list-videos-screenshots .item img {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.block-screenshots {
		padding: 0 0 10px 0;
	}
	.list-videos-screenshots .item {
		width: 50%;
	}
}

.progressbar {
	position: absolute;
	z-index: 1200;
	width: 60%;
	left: 20%;
	top: 50%;
	height: 40px;
	margin-top: -20px;
}
.progressbar .text {
	position: absolute;
	width: 100%;
	height: 40px;
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
}
.progressbar .progress {
	position: absolute;
	height: 40px;
	background: #f2146d;
	margin: 0;
	min-width: auto;
}

.generic-error {
    margin-bottom: 10px;
	color: red;
	font-size: 14px;
}

.captcha-control {
	overflow: hidden;
}
.captcha-control .image img {
	float: left;
	margin-right: 10px;
}
.captcha-control .image .overflow {
	overflow: hidden;
}

.page-error {
	padding: 10px;
	background: transparent;
	color: #e44242;
	border: 2px solid #e44242;
	font-size: 30px;
	line-height: 34px;
	text-align: center;
	margin: 0 0 20px;
	border-radius: 3px;
}
@media screen and (max-width: 767px) {
	.page-error {
		font-size: 20px;
		line-height: 26px;
	}
}

.player-vip {
	text-align: center;
    position: absolute;
    z-index: 12;
    left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.player-vip.hidden {
	display: none;
}

.player-vip .offer_intro {
	border: 2px solid #088df3;
}

.player-vip .offer_intro .button {
	margin-top: 0;
}

.player-vip-button {
    padding: 8px 14px;
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0 0 0;
    background-color: #f2146d;
    color: #fff;
    border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: background-color .3s;
}
.player-vip-button:hover {
	background-color: #088df3;
}