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

fieldset, img {
	border: 0;
}

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

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

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

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

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

a * {
	cursor: pointer;
}

input,
textarea {
	outline: none;
}

@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.2 "Exo 2", sans-serif;
	height: 100%;
	/* min-width: 320px; */
	position: relative;
	color: #000;
	background: #fff;
}

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: #16171b;
}

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

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

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

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

.hidden {
	display: none;
}

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

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

@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-eye:before {
	content: "\e900";
  }
  .icon-calendar:before {
	content: "\e901";
  }
  .icon-clock:before {
	content: "\e902";
  }
  .icon-arrow-down:before {
	content: "\e903";
  }
  .icon-arrow-left:before {
	content: "\e904";
  }
  .icon-arrow-right:before {
	content: "\e905";
  }
  .icon-heart:before {
	content: "\e906";
  }
  .icon-home:before {
	content: "\e907";
  }
  .icon-search:before {
	content: "\e908";
  }
  .icon-upload:before {
	content: "\e909";
  }
  .icon-user:before {
	content: "\e90a";
  }
  .icon-dots:before {
	content: "\e90b";
  }
  .icon-close:before {
	content: "\e90c";
  }
  .icon-comment:before {
	content: "\e90d";
  }
  .icon-dislike:before {
	content: "\e90e";
  }
  .icon-download:before {
	content: "\e90f";
  }
  .icon-flag:before {
	content: "\e910";
  }
  .icon-info:before {
	content: "\e911";
  }
  .icon-like:before {
	content: "\e912";
  }
  .icon-share:before {
	content: "\e913";
  }
  .icon-add-user:before {
	content: "\e914";
  }
  

.header {
	box-shadow: 3.4px 2.2px 29px 0 rgba(0, 0, 0, 0.08);
	background-color: #fff;
	position: relative;
	z-index: 9999999;
}

.header .holder {
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

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

.logo a {
	display: block;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}

@media screen and (max-width: 420px) {
	.logo a {
		width: 44px;
		overflow: hidden;
	}
}

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

.logo a .labe {
	color: #000;
	font-size: 11.4px;
}

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

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

.js-priorityNav .priority-nav {
	opacity: 0;
}

.navigation {
	width: 100%;
	max-width: 730px;
	display: none;
	margin: 0 0 0 auto;
}

.navigation.priority-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	    justify-content: flex-end;
}

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

.navigation > ul > .navigation_item {
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	height: 100%;
}

.navigation_item {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0 15px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
}

.navigation_item.active .navigation_link {
	color: #78b000;
}

.navigation_item.active .navigation_link:after {
	transform: translate3d(0, 0, 0);
}

.navigation_link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	color: #16171b;
	padding: 0 10px;
	position: relative;
	overflow: hidden;
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.navigation_link:hover {
		color: #78b000;
	}
	.navigation_link:hover:after {
		transform: translate3d(0, 0, 0);
	}
}

.navigation_link:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transform: translate3d(0, 2px, 0);
	transition: transform .3s;
	background-color: #78b000;
	height: 2px;
}

.navigation_link i {
	font-size: 20px;
}

.nav__dropdown-wrapper {
	display: -ms-flexbox;
	display: flex;
	padding: 0 0 0 15px;
}

.nav__dropdown-toggle {
	background: none;
	border: none;
	font-size: 0;
	cursor: pointer;
	position: relative;
	transition: color .3s;
	width: 30px;
}

@media screen and (min-width: 1025px) {
	.nav__dropdown-toggle:hover {
		color: #78b000;
	}
}

.nav__dropdown-toggle:before {
	content: "\e90b";
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'Ico Moon' !important;
	font-size: 6px;
	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;
}

.nav__dropdown {
	box-shadow: -4px 6px 21px rgba(25, 25, 33, 0.19);
	border-radius: 5px;
	top: 75%;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
}

.nav__dropdown:before {
	content: "";
	position: absolute;
	top: -7px;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	content: "";
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 7px solid #ecedee;
}

.nav__dropdown .navigation_item {
	padding: 0;
	overflow: hidden;
}

.nav__dropdown .navigation_item:first-child {
	border-radius: 5px 5px 0 0;
}

.nav__dropdown .navigation_item:last-child {
	border-radius: 0 0 5px 5px;
}

.nav__dropdown .navigation_link {
	color: #16171b;
	background-color: #ecedee;
	display: block;
	text-align: center;
	padding: 15px;
	text-transform: uppercase;
	transition: background .3s, color .3s;
}

@media screen and (min-width: 1025px) {
	.nav__dropdown .navigation_link:hover {
		background-color: #78b000;
		color: #fff;
	}
}

.nav__dropdown .navigation_link:after {
	display: none;
}

.header_search {
	padding: 20px 0;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
	width: 18%;
	margin-left: 40px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

@media screen and (max-width: 1000px) {
	.header_search {
		width: auto;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		-ms-flex-positive: 0;
		    flex-grow: 0;
		margin-left: 20px;
	}
	.header_search.open .view_search i {
		font-size: 18px;
	}
	.header_search.open .view_search i:before {
		content: "\e909";
	}
	.header_search.open .form_search {
		opacity: 1;
		visibility: visible;
		transform: translate3d(0, 0, 0);
	}
}

@media screen and (max-width: 375px) {
	.header_search {
		margin-left: 30px;
	}
}

.header_search form {
	width: 100%;
}

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

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

.view_search i {
	font-size: 20px;
}

.form_search {
	width: 100%;
}

@media screen and (max-width: 1000px) {
	.form_search {
		width: auto;
		padding: 10px 9999px;
		margin: 0 -9999px;
		background-color: #fff;
		box-shadow: 3px 2px 2px 0 rgba(0, 0, 0, 0.08);
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		transform: translate3d(0, 10px, 0);
		opacity: 0;
		visibility: hidden;
		transition: transform .3s, visibility .3s, opacity .3s;
	}
}

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

.search_wrapper .input {
	background-color: #ecedee;
	border: none;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
	height: 40px;
	padding: 12px 18px;
	color: #16171b;
	font-family: 'Exo 2', sans-serif;
	font-size: 13px;
	line-height: 1.2;
	border-radius: 5px 0 0 5px;
	width: 100%;
}

.search_button {
	background-color: #ecedee;
	height: 40px;
	width: 60px;
	border-radius: 0 5px 5px 0;
	border: none;
	border-left: 1px solid #d7dbde;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	color: #16171b;
	cursor: pointer;
	transition: background .3s, color .3s;
}

@media screen and (min-width: 1025px) {
	.search_button:hover {
		background-color: #78b000;
		color: #fff;
	}
}

.search_button i {
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
}

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

@media screen and (max-width: 375px) {
	.header_panel {
		margin-left: 30px;
	}
}

.header_panel .item {
	margin-left: 20px;
	position: relative;
	height: 100%;
}

@media screen and (max-width: 375px) {
	.header_panel .item {
		margin-left: 30px;
	}
}

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

.header_panel .item .dropped {
	width: 150px;
}

.header_panel .item.open .dropped {
	transform: translate3d(-50%, 0, 0);
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width: 1780px) {
	.header_panel .item.open .dropped {
		transform: translate3d(0, 0, 0);
	}
}

.header_panel .item.open .header_button {
	color: #78b000;
}

.header_button {
	/* color: #cdd1d4; */
	background: none;
	border: none;
	/* font-size: 0; */
	cursor: pointer;
	height: 100%;
	font-size: 14px;
}

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

.header_button i {
	font-size: 26px;
	transition: color .3s;
	display: none;
}

.item.mobile {
	display: none;
}

@media screen and (max-width: 992px) {
	.item.mobile {
		display: block;
	}
	.item.desk {
		display: none;
	}
	.header_button {
		font-size: 0;
		color: #cdd1d4;
	}
	.header_button i {
		display: inline-block;
	}

	.header_button .text {
		display: none;
	}
}

@media screen and (max-width: 479px) {
	.header_button i {
		font-size: 22px;
	}
}

.dropped {
	position: absolute;
	width: 112px;
	top: calc(100% + 10px);
	left: 50%;
	transform: translate3d(-50%, 20px, 0);
	opacity: 0;
	visibility: hidden;
	transition: transform .3s, visibility .3s, opacity .3s;
	box-shadow: -4px 6px 21px rgba(25, 25, 33, 0.19);
	border-radius: 5px;
	background-color: #ecedee;
}

@media screen and (max-width: 1780px) {
	.dropped {
		left: auto;
		transform: none;
		right: 0;
	}
}

.dropped:before {
	position: absolute;
	top: -7px;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	content: "";
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 7px solid #ecedee;
}

@media screen and (max-width: 1780px) {
	.dropped:before {
		right: 10px;
		left: auto;
		transform: none;
	}
}

.item_drop {
	color: #16171b;
	display: block;
	text-align: center;
	padding: 15px;
	text-transform: uppercase;
	transition: background .3s, color .3s;
}

a.item_drop {
	cursor: pointer;
}

a.item_drop.done {
	background-color: #78b000;
	color: #fff;
	cursor: default;
}

a.item_drop.disable {
	background-color: #78b000;
	color: #fff;
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}

@media screen and (min-width: 1025px) {
	.item_drop:hover {
		background-color: #78b000;
		color: #fff;
	}
}

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

.item_drop:first-child {
	border-radius: 5px 5px 0 0;
}

.item_drop:last-child {
	border-radius: 0 0 5px 5px;
}

span.item_drop {
	color: #fff;
	background: #78b000;
}

.section_container {
	padding: 24px 0;
}

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

.section_container.open .btn.onClick {
	background-color: #78b000;
	color: #fff;
}

.section_container.open .form_comments {
	display: block;
}

.section_container.is_hidden .title,
.section_container.is_hidden .sorting,
.section_container.is_hidden .thumbs_channels {
	display: none;
}

.section_container.bg {
	background-color: #ecedee;
}

.headline {
	margin-bottom: 18px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	    align-items: flex-start;
	position: relative;
	z-index: 101;
}

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

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

.headline .title {
	color: #16171b;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
}

@media screen and (max-width: 767px) {
	.headline .title {
		width: 100%;
		-ms-flex-negative: 1;
		    flex-shrink: 1;
		-ms-flex-positive: 1;
		    flex-grow: 1;
		min-width: 1px;
		font-size: 20px;
	}
}

.headline .title a {
	color: #78b000;
}

.headline .title a:hover {
	text-decoration: underline;
}

.headline .btn {
	min-width: 124px;
	margin-left: 10px;
}

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

.side {
	display: -ms-flexbox;
	display: flex;
	margin-left: 30px;
}

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

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

.side .sorting {
	margin: 0 0 0 10px;
}

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

.sorting {
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	position: relative;
	text-align: center;
	margin-left: 3px;
	min-width: 155px;
}

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

.sorting.open .btn_sort {
	background-color: #78b000;
	color: #fff;
}

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

.sorting.open .drop_sort {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

.btn_sort {
	border-radius: 5px;
	background-color: #ecedee;
	border: none;
	font-family: 'Exo 2', sans-serif;
	font-size: 12px;
	color: #8b8fa1;
	padding: 8px 10px;
	text-transform: uppercase;
	cursor: pointer;
	width: 100%;
	transition: background .3s, color .3s;
}

@media screen and (min-width: 1025px) {
	.btn_sort:hover {
		background-color: #78b000;
		color: #fff;
	}
}

.btn_sort b {
	font-weight: normal;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.btn_sort span {
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
}

.btn_sort i {
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-left: 10px;
	font-size: 7px;
}

.drop_sort {
	position: absolute;
	top: calc(99% + 10px);
	left: 0;
	right: 0;
	transform: translate3d(0, 10px, 0);
	opacity: 0;
	visibility: hidden;
	transition: transform .3s, opacity .3s, visibility .3s;
}

.drop_sort:before {
	content: "";
	position: absolute;
	top: -7px;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	content: "";
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 7px solid #ecedee;
}

.drop_sort .item {
	background-color: #ecedee;
	display: block;
	color: #8b8fa1;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px;
}

@media screen and (min-width: 1025px) {
	.drop_sort .item:hover {
		background-color: #78b000;
		color: #fff;
	}
}

.drop_sort .item:first-child {
	border-radius: 5px 5px 0 0;
}

.drop_sort .item:last-child {
	border-radius: 0 0 5px 5px;
}

.buttons {
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
}

.buttons .btn {
	min-width: auto;
	margin: 0 0 0 5px;
}

.btn {
	display: inline-block;
	vertical-align: top;
	border-radius: 5px;
	background-color: #78b000;
	color: #fff;
	border: none;
	font-family: 'Exo 2', sans-serif;
	font-size: 12px;
	padding: 8px 10px;
	text-transform: uppercase;
	cursor: pointer;
}

.buttons .btn {
	background-color: #ecedee;
	color: #8b8fa1;
	transition: color .3s, background .3s;
}

.buttons .btn:hover {
	background-color: #78b000;
	color: #fff;
}

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

.btn.active {
	background-color: #78b000;
	color: #fff;
}

.btn.done {
	background-color: #78b000;
	color: #fff;
}


[data-hide-thumbs='true']::before {
	display: inline-block;
	vertical-align: top;
	content: attr(data-text);
}

.is_hidden [data-hide-thumbs='true']::before {
	content: attr(data-text-expand);
}

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

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

.twocolumns_inner .thumbs {
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
}

.twocolumns_inner .thumb,
.twocolumns_inner .videos_list .item {
	width: 25%;
}

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

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

@media screen and (max-width: 340px) {
	.twocolumns_inner .thumb,
	.twocolumns_inner .videos_list .item {
		width: 100%;
	}
}

.twocolumns_inner .spots_aside {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
		flex-grow: 0;
		max-width: 300px;
		padding: 46px 0 0;
}

@media screen and (max-width: 1380px) {
	.twocolumns_inner .spots_aside {
		max-width: 100%;
		margin: 40px 0 0;
		padding: 0;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		    flex-direction: row;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}
}

.twocolumns_inner .spots_aside .spot {
	padding: 15px;
	background: #fff;
}

@media screen and (max-width: 1380px) {
	.twocolumns_inner .spots_aside .spot {
		margin: 0;
	}
}

@media screen and (max-width: 640px) {
	.twocolumns_inner .spots_aside .spot:last-child {
		display: none;
	}
}

.thumbs {
	font-size: 0;
	text-align: center;
	margin: -15px 0 0 -20px;
}

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

.thumb,
.videos_list .item {
	display: inline-block;
	vertical-align: top;
	text-align: left; 
	font-size: 14px;
	width: 20%;
	width: 16.66%;
	padding: 15px 0 0 20px;
	position: relative;
}

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

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

@media screen and (max-width: 640px) {
	.thumb,
	.videos_list .item {
		width: 50%;
		padding: 5px;
	}
}

@media screen and (max-width: 340px) {
	.thumb,
	.videos_list .item {
		width: 100%;
	}
}

.thumb.private .wrap_image img {
	opacity: .5;
}

.thumb.private .wrap_image .line-private {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 7px;
    color: #16171b;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    z-index: 99;
    text-align: center;
    background: #fff;
}

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

@media screen and (min-width: 1025px) {
	.th:hover {
		box-shadow: -4px 6px 21px rgba(25, 25, 33, 0.19);
		background-color: #fff;
	}
	.th:hover .title {
		color: #78b000;
	}
	.th:hover .icon-heart {
		transform: rotate(0) translate3d(0, 0, 0);
		opacity: 1;
		visibility: visible;
	}
}

.th .wrap_image {
	position: relative;
	border-radius: 5px;
	display: block;
	overflow: hidden;
	background-color: #eee;
	padding-bottom: 75%;
}

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


.th .wrap_image .line-private {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 7px;
    color: #16171b;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    z-index: 10;
    text-align: center;
    background: #fff;
}

.th .tools {
	padding: 14px 10px;
}

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

.th .title {
	color: #16171b;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 10px;
	max-height: 32px;
	overflow: hidden;
}

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

.quality_icon {
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	padding: 6px 10px;
	color: #16171b;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
}

@media screen and (max-width: 340px) {
	.quality_icon {
		padding: 4px 6px;
	}
}

.sticky_bottom {
	position: absolute;
	bottom: 5px;
	left: 5px;
	display: -ms-flexbox;
	display: flex;
	z-index: 10;
}

.sticky_bottom .time {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	padding: 6px 10px;
	color: #16171b;
	font-size: 11px;
	text-transform: uppercase;
}

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

.sticky_bottom .count {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	padding: 6px 10px;
	color: #8b8fa1;
	font-size: 11px;
	text-transform: uppercase;
}

@media screen and (max-width: 340px) {
	.sticky_bottom .count {
		padding: 4px 6px;
	}
}

.sticky_bottom .count span {
	color: #16171b;
}

.sticky_bottom .icon-heart {
	background-color: rgba(249, 0, 29, 0.8);
	color: #fff;
	margin-left: 5px;
	padding: 6px 10px;
	border-radius: 5px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	font-size: 11px;
	transform: rotateX(65deg) translate3d(25px, 0, 0);
	will-change: transform;
	opacity: 0;
	visibility: hidden;
	transition: transform .3s, opacity .3s, visibility .3s;
}

@media screen and (min-width: 1025px) {
	.sticky_bottom .icon-heart:hover {
		background-color: #f9001d;
	}
}

@media screen and (max-width: 1024px) {
	.sticky_bottom .icon-heart {
		transform: rotateX(0) translateX(0);
		opacity: 1;
		visibility: visible;
	}
}

.count_sticky {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	padding: 6px 10px;
	font-size: 11px;
	color: #8b8fa1;
}

@media screen and (max-width: 340px) {
	.count_sticky {
		padding: 4px 6px;
	}
}

.count_sticky span {
	color: #16171b;
}

.sticky_list {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100px;
}

@media screen and (max-width: 1024px) {
	.sticky_list {
		top: 5px;
		left: 5px;
	}
}

@media screen and (max-width: 860px) {
	.sticky_list {
		width: 70px;
	}
}

@media screen and (max-width: 640px) {
	.sticky_list {
		width: 50px;
	}
}

.sticky_list .view {
	border-radius: 7px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: -15px;
	border: 2px solid #27211d;
	width: 100px;
}

@media screen and (max-width: 860px) {
	.sticky_list .view {
		width: 70px;
	}
}

@media screen and (max-width: 640px) {
	.sticky_list .view {
		width: 50px;
	}
}

.sticky_list .view:first-child {
	top: 15px;
	left: 0;
}

@media screen and (min-width: 1025px) {
	.sticky_list .view:hover {
		z-index: 2;
		border: 2px solid #78b000;
	}
}

.sticky_list .view img {
	position: static;
}

.bottom_thumb {
	display: -ms-flexbox;
	display: flex;
	color: #8b8fa1;
	font-size: 11px;
	-ms-flex-align: center;
	    align-items: center;
}

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

.bottom_thumb .view {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	margin-right: 15px;
}

.bottom_thumb .author {
	margin-right: 15px;
	font-size: 11px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	color: #8b8fa1;
}

@media screen and (max-width: 1640px) {
	.bottom_thumb .author {
		-ms-flex-order: 1;
		    order: 1;
		-ms-flex-negative: 1;
		    flex-shrink: 1;
		-ms-flex-positive: 1;
		    flex-grow: 1;
		min-width: 1px;
		width: 100%;
		margin: 5px 0 0;
	}
}

.bottom_thumb .author a {
	color: #78b000;
	max-width: 86px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	vertical-align: top;
}

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

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

.bottom_thumb span {
	color: #16171b;
}

.bottom_thumb span.percent {
	color: #78b000;
}

.progress_line {
	max-width: 50px;
	width: 100%;
	height: 3px;
	overflow: hidden;
	border-radius: 2px;
	background-color: #cdd1d4;
	position: relative;
	margin-left: 10px;
}

.progress_line span {
	background-color: #78b000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.spots_aside {
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	-ms-flex-direction: column;
	    flex-direction: column;
	margin-left: 40px;
}

.spots_aside .spot {
	margin-bottom: 20px;
	box-shadow: -4px 6px 21px rgba(25, 25, 33, 0.19);
}

.spots_aside .spot:last-child {
	margin-bottom: 0;
	font-size: 13px;
}

.spots_bottom {
	padding: 50px 0;
	background-color: #ecedee;
}

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

.spots_bottom .description {
	color: #16171b;
	font-size: 14px;
	line-height: 1.4;
	/* margin-bottom: 45px; */
}

.spots_bottom .description a {
	color: #78b000;
    font-size: 14px;
	line-height: 1.4;
	margin: 0 10px 0 0;
}

.spots_bottom .description a:hover {
	text-decoration: underline;
}

.spots_bottom .description .spots-title {
	color: #16171b !important;
    font-size: 24px;
    font-weight: 500 !important;
    line-height: 1.2;
}


.spots {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

@media screen and (max-width: 960px) {
	.spots {
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}
}

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

@media screen and (max-width: 1600px) {
	.spots .spot:first-child {
		display: none;
	}
}

@media screen and (max-width: 1280px) {
	.spots .spot:nth-child(2) {
		display: none;
	}
}

@media screen and (max-width: 960px) {
	.spots .spot:nth-child(3) {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	.spots .spot:last-child {
		display: none;
	}
}

.spots .spot > * {
	box-shadow: -4px 6px 21px rgba(25, 25, 33, 0.19);
}

.spots a,
.spots img {
	display: block;
}

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

.pagination .item {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	text-align: center;
	margin: 3px 0 0 3px;
}

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

.pagination.bottom {
	width: 100% !important;
	padding-top: 40px !important;
	text-align: center;
}

.pagination.bottom .item {
	display: inline-block;
}

.pagination .item.active span {
	background-color: #16171b;
	color: #fff;
	display: block;
	padding: 12px 2px;
	min-width: 40px;
	border-radius: 5px;
	transition: color .3s, background .3s;
}

.pagination a,
.pagination .submit {
	display: block;
	padding: 12px 2px;
	min-width: 40px;
	border-radius: 5px;
	background-color: #ecedee;
	color: #8b8fa1;
	transition: color .3s, background .3s;
	cursor: pointer;
	border: 0;
}

@media screen and (min-width: 1025px) {
	.pagination a:hover,
	.pagination .submit:hover {
		background-color: #78b000;
		color: #fff;
	}
}

.pagination .submit {
	padding: 12px 5px;
}

.pagination .submit.active {
	background-color: #16171b;
	color: #fff;
}

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

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

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

.thumb_categories {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 14.28%;
	padding: 10px;
}

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

@media screen and (max-width: 960px) {
	.thumb_categories {
		width: 25%;
	}
}

@media screen and (max-width: 767px) {
	.thumb_categories {
		width: 33.333%;
	}
}

@media screen and (max-width: 479px) {
	.thumb_categories {
		width: 50%;
		padding: 5px;
	}
}

.th_categories {
	display: block;
	color: #16171b;
	border-radius: 5px;
	transition: box-shadow .3s, background .3s;
}

@media screen and (min-width: 1025px) {
	.th_categories:hover {
		box-shadow: -4px 6px 21px rgba(25, 25, 33, 0.19);
		background-color: #78b000;
	}
	.th_categories:hover .name_cat,
	.th_categories:hover .count_cat {
		color: #fff;
	}
	.th_categories:hover .name_cat span,
	.th_categories:hover .count_cat span {
		color: #fff;
	}
}

.th_categories .wrap_image {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	padding-bottom: 135%;
}

.th_categories img {
	display: block;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.th_categories .no-thumb {
	border: 1px solid #78b000;
	position: absolute;
	top: 0;
	bottom: 0%;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: #fff;
}

.th_categories .no-thumb .img {
	display: block;
	position: absolute;
	top: 50%;
	bottom: auto;
	left: 50%;
	right: auto;
	width: 100%;
	height: auto;
	max-width: 100px;
	transform: translate3d(-50%, -50%, 0)
}


.th_categories .tools {
	padding: 14px 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: baseline;
	    align-items: baseline;
}

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

.name_cat {
	font-size: 16px;
	line-height: 1.2;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color .3s;
}

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

.count_cat {
	font-size: 11px;
	color: #8b8fa1;
	line-height: 1.2;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	margin-left: 5px;
	transition: color .3s;
}

.count_cat span {
	color: #16171b;
	transition: color .3s;
}

.bottom_more {
	margin-top: 35px;
	text-align: center;
}

.button_more {
	display: inline-block;
	vertical-align: top;
	border-radius: 5px;
	background-color: #ecedee;
	color: #8b8fa1;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	padding: 12px 10px;
	text-transform: uppercase;
	min-width: 222px;
	transition: background .3s, color .3s;
}

@media screen and (min-width: 1025px) {
	.button_more:hover {
		background-color: #78b000;
		color: #fff;
	}
}

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

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

.thumb_channel {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 16.666%;
	padding: 10px;
	font-size: 16px;
}

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

@media screen and (max-width: 960px) {
	.thumb_channel {
		width: 25%;
	}
}

@media screen and (max-width: 767px) {
	.thumb_channel {
		width: 33.333%;
	}
}

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

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

.th_channel {
	display: block;
	color: #16171b;
	border-radius: 5px;
	transition: box-shadow .3s;
}

@media screen and (min-width: 1025px) {
	.th_channel:hover {
		box-shadow: -4px 6px 21px rgba(25, 25, 33, 0.19);
	}
}

.th_channel .wrap_image {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	padding-bottom: 73%;
}

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

.th_channel .img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0%;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.th_channel .no-thumb {
	border: 1px solid #78b000;
	position: absolute;
	top: 0;
	bottom: 0%;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.th_channel .no-thumb .img {
	display: block;
	position: absolute;
	top: 50%;
	bottom: auto;
	left: 50%;
	right: auto;
	width: 100%;
	height: auto;
	max-width: 100px;
	transform: translate3d(-50%, -50%, 0)
}

.th_channel .tools {
	margin: -35px 0 0;
	position: relative;
	padding: 10px;
	z-index: 2;
}

@media screen and (max-width: 1380px) {
	.th_channel .tools {
		margin: -30px 0 0;
	}
}

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

.th_channel .columns {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	    align-items: flex-end;
	margin-bottom: 10px;
}

.image_brand {
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	overflow: hidden;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
}

@media screen and (max-width: 1380px) {
	.image_brand {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width: 479px) {
	.image_brand {
		width: 25px;
		height: 25px;
	}
}

.image_brand img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
}

.name_brand {
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
	margin-left: 10px;
	font-size: 16px;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

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

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

.list_channels {
	column-count: 6;
	column-gap: 5em;
}

@media screen and (max-width: 1280px) {
	.list_channels {
		column-count: 5;
		column-gap: 3em;
	}
}

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

@media screen and (max-width: 768px) {
	.list_channels {
		column-count: 3;
	}
}

@media screen and (max-width: 640px) {
	.list_channels {
		column-count: 2;
		column-gap: 1em;
	}
}

.list_channels .item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 6px 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}

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

.list_channels .item.letter {
	margin-top: 20px;
	color: #78b000;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	padding: 0;
}

@media screen and (max-width: 640px) {
	.list_channels .item.letter {
		font-size: 20px;
	}
}

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

.list_channels a {
	color: #16171b;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (min-width: 1025px) {
	.list_channels a:hover {
		color: #78b000;
	}
	.list_channels a:hover span {
		color: #78b000;
	}
}

.list_channels em {
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list_channels span {
	margin-left: 10px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	color: #8b8fa1;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}

@media screen and (max-width: 640px) {
	.list_channels span {
		font-size: 12px;
	}
}

.form_comments {
	display: none;
}

.form_comments .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	    align-items: flex-start;
	margin-bottom: 30px;
}

.form_comments .row:last-child {
	margin-bottom: 0;
}

.form_comments form .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	    align-items: flex-start;
	margin-bottom: 30px !important;
	padding: 0 !important;
	border: 0 !important;
}

.form_comments form .row:last-child {
	margin-bottom: 0 !important;
}

.form_comments .columns {
	display: -ms-flexbox;
	display: flex;
	max-width: 780px;
	width: 100%;
	margin-bottom: 30px;
}

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

.form_comments .column {
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
}

.form_comments .column.second {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	min-width: auto;
	margin-left: 10px;
}

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

.form_comments .textarea {
	border-radius: 5px;
	background-color: #ecedee;
	border: none;
	resize: none;
	padding: 20px;
	width: 100%;
	font-family: 'Exo 2', sans-serif;
	font-size: 13px;
	line-height: 1.2;
	color: #16171b;
	height: 80px;
}

@media screen and (max-width: 479px) {
	.form_comments .textarea {
		padding: 10px;
	}
}

.form_comments .input {
	border-radius: 5px;
	background-color: #ecedee;
	border: none;
	resize: none;
	padding: 10px;
	width: 100%;
	font-family: 'Exo 2', sans-serif;
	font-size: 13px;
	line-height: 1.2;
	color: #16171b;
}

.form_comments .image img {
	margin: 0 0 15px;
}

.form_comments .no-logo .row {
	margin-bottom: 15px !important;
}

.form_comments .btn {
	min-width: 94px;
	padding: 13px 10px;
}

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

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

.form_comments .content {
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
}

.form_comments .sup {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 1.2;
	color: #8b8fa1;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 479px) {
	.form_comments .sup {
		font-size: 13px;
	}
}

.form_comments .sup span {
	margin-left: 10px;
}

.form_comments .name {
	color: #78b000;
}

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

.form_comments .post {
	color: #16171b;
	font-size: 14px;
	line-height: 1.6;
}

@media screen and (max-width: 479px) {
	.form_comments .post {
		font-size: 13px;
	}
}

.form_comments .post .bottom {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
}

.form_comments .post .bottom .submit {
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    background-color: #ecedee;
    color: #8b8fa1;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    padding: 8px;
	text-transform: uppercase;
	border: 0;
	margin: 10px 5px 0 0;
	transition: background .3s, color .3s;
	cursor: pointer;
}

@media screen and (min-width: 1025px) {
	.form_comments .post .bottom .submit:hover {
		color: #fff;
		background-color: #78b000;
	}
}

.poster {
	position: relative;
	background-color: #ecedee;
	margin-top: -24px;
}

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

@media screen and (max-width: 640px) {
	.poster > img {
		height: 134px;
		width: auto;
		transform: translate3d(-50%, 0, 0);
		position: relative;
		left: 50%;
	}
}

.poster .tools {
	padding: 20px 0;
}

.poster .columns {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	-ms-flex-align: center;
	    align-items: center;
}

@media screen and (max-width: 1000px) {
	.poster .columns {
		-ms-flex-direction: column;
		    flex-direction: column;
		margin-bottom: 20px;
	}
}

.poster .column {
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
	text-align: center;
	padding: 0 10px;
}

@media screen and (max-width: 1000px) {
	.poster .column {
		padding: 0;
		margin-bottom: 20px;
	}
	.poster .column:last-child {
		margin: 0;
	}
}

.poster .column.second {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	padding: 0;
}

.poster .rank {
	color: #8b8fa1;
	font-size: 36px;
	line-height: 1.2;
}

@media screen and (max-width: 1440px) {
	.poster .rank {
		font-size: 30px;
	}
}

@media screen and (max-width: 1000px) {
	.poster .rank {
		font-size: 24px;
	}
}

.poster .rank span {
	color: #78b000;
}

.poster .button {
	border-radius: 5px;
	background-color: #78b000;
	color: #fff;
	padding: 18px 48px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	display: block;
	text-transform: uppercase;
	transition: background .3s;
}

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

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

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

.poster .desc {
	color: #16171b;
	font-size: 14px;
	line-height: 1.4;
}

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

.channel_image {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	margin-right: 20px;
}

.channel_image img {
	border-radius: 5px;
	overflow: hidden;
	width: 70px;
	height: auto;
}

.channel_inform {
	margin-top: 4px;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
}

.channel_inform .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: 14px;
}

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

.channel_inform .row:last-child {
	margin-bottom: 0;
}

.channel_inform .title {
	color: #16171b;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
	max-width: 320px;
	width: 100%;
}

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

.channel_inform .cols {
	display: -ms-flexbox;
	display: flex;
	margin: -10px;
}

.channel_inform .item {
	color: #8b8fa1;
	font-size: 14px;
	line-height: 1;
	padding: 10px;
}

.channel_inform .item span {
	color: #16171b;
}

.follow {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	margin-left: 20px;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	color: #8b8fa1;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	border-radius: 5px;
	overflow: hidden;
}

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

.follow span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	padding: 0 10px;
}

.follow .button-info {
	padding: 0 5px 0 0;
}

.button_follow {
	background-color: #78b000;
	padding: 8px 20px;
	color: #fff;
	transition: background .3s;
}

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

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

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

.grid_item {
	width: 16.666%;
	padding: 10px;
	display: inline-block;
	vertical-align: top;
}

@media screen and (max-width: 1380px) {
	.grid_item {
		width: 20%;
	}
}

@media screen and (max-width: 1160px) {
	.grid_item {
		width: 25%;
		padding: 5px;
	}
}

@media screen and (max-width: 767px) {
	.grid_item {
		width: 33.333%;
	}
}

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

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

.popup_form .grid_item {
	width: 25%;
	padding: 5px;
}

@media screen and (max-width: 1050px) {
	.popup_form .grid_item {
		width: 50%;
		padding: 5px;
	}
}

.popup_form .checkbox-container {
	text-align: left;
}

.grid_item .wrap_image {
	padding-bottom: 68%;
}

.grid_item .wrap_image.portrait {
	padding-bottom: 99%;
}

.grid_item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* opacity: 0;
	transform: scale(0.8); */
	transition: all 700ms;
}

.grid_item img.lazyloaded {
	opacity: 1;
	transform: scale(1);
}

.grid_item.private .wrap_image img {
	opacity: .5;
}

.grid_item.private .wrap_image .line-private {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 7px;
	color: #16171b;
    font-size: 14px;
    font-weight: 400;
	line-height: 1.2;
	z-index: 10;
	text-align: center;
	background: #fff;
}

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

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

.thumb_circle {
	display: inline-block;
	vertical-align: top;
	width: 14.28%;
	padding: 11px;
	position: relative;
}

@media screen and (max-width: 1200px) {
	.thumb_circle {
		width: 16.666%;
	}
}

@media screen and (max-width: 1024px) {
	.thumb_circle {
		width: 20%;
	}
}

@media screen and (max-width: 860px) {
	.thumb_circle {
		width: 25%;
	}
}

@media screen and (max-width: 767px) {
	.thumb_circle {
		width: 33.333%;
	}
}

@media screen and (max-width: 479px) {
	.thumb_circle {
		width: 50%;
		padding: 5px;
	}
}

.th_circle {
	border-radius: 110px 110px 5px 5px;
	font-size: 16px;
	line-height: 1.2;
	color: #16171b;
	transition: color .3s, box-shadow .3s;
}

@media screen and (min-width: 1025px) {
	.th_circle:hover {
		box-shadow: -4px 6px 21px rgba(25, 25, 33, 0.19);
		background-color: #fff;
	}
	.th_circle:hover .name a {
		color: #78b000;
	}
}

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

.th_circle .wrap_image {
	position: relative;
	padding-bottom: 100%;
}

.th_circle .wrap_image img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
	overflow: hidden;
}

.th_circle .no-thumb {
	border: 1px solid #78b000;
	position: absolute;
	top: 0;
	bottom: 0%;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #fff;
}

.th_circle .no-thumb .img {
	display: block;
	position: absolute;
	top: 50%;
	bottom: auto;
	left: 50%;
	right: auto;
	width: 100%;
	height: auto;
	max-width: 100px;
	border-radius: 0;
	transform: translate3d(-50%, -50%, 0)
}

.th_circle .wrap_image .unread-notification {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 2px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    z-index: 10;
    text-align: center;
    background: #78b000;
}

.th_circle .wrap_inform {
	padding: 20px 10px;
}

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

.th_circle .name span {
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.th_circle .name a {
	color: #16171b;
}

@media screen and (min-width: 1025px) {
	.th_circle .name a:hover {
		color: #78b000;
	}
}

.th_circle .flag {
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-left: 5px;
}

.th_circle .bottom {
	text-align: center;
	margin-top: 18px;
	position: relative;
	font-size: 14px;
}

.th_circle .bottom.open .btn_more {
	color: #78b000;
}

.th_circle .bottom.open .dropped {
	opacity: 1;
	visibility: visible;
	transform: translate3d(-50%, 0, 0);
}

.th_circle .btn_more {
	display: inline-block;
	vertical-align: top;
	background: none;
	border: none;
	font-size: 0;
	color: #1d1e24;
	cursor: pointer;
}

@media screen and (min-width: 1025px) {
	.th_circle .btn_more:hover {
		color: #78b000;
	}
}

.th_circle .btn_more i {
	font-size: 6px;
}

.th_circle .dropped {
	min-width: 150px;
	top: 100%;
	z-index: 9;
}

@media screen and (max-width: 1780px) {
	.th_circle .dropped {
		left: 50%;
		right: auto;
	}
}

@media screen and (max-width: 1780px) {
	.th_circle .dropped:before {
		left: auto;
		right: auto;
	}
}

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

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

.section_aside {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	max-width: 40%;
	width: 100%;
	margin-right: 30px;
}

@media screen and (max-width: 1200px) {
	.section_aside {
		max-width: 100%;
		margin: 0 0 30px;
	}
}

.list_rows .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	    align-items: flex-start;
	margin-bottom: 25px;
}

.list_rows .row:last-child {
	margin-bottom: 0;
}

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

@media screen and (max-width: 1024px) {
	.list_rows .avatar {
		width: 34px;
		height: 34px;
		border-radius: 34px;
	}
}

.list_rows .avatar a {
	display: block;
}

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

.list_rows .inform {
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
}

.list_rows .sup {
	font-size: 14px;
	line-height: 1.2;
	color: #8b8fa1;
	margin-bottom: 5px;
}

.list_rows a {
	color: #78b000;
}

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

.list_rows .bottom {
	font-size: 16px;
	line-height: 1.4;
	color: #16171b;
}

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

.aside_inform {
	margin-right: 30px;
	width: 300px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
}

@media screen and (max-width: 1200px) {
	.aside_inform {
		width: 100%;
		margin: 0 0 30px;
	}
}

.aside_inform .box {
	border-radius: 5px;
	padding: 20px;
	background-color: #ecedee;
}

@media screen and (max-width: 1200px) {
	.aside_inform .box {
		display: -ms-flexbox;
		display: flex;
	}
}

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

.aside_inform .row_list {
	margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
	.aside_inform .row_list {
		margin: 0;
		width: 50%;
		padding: 7px 5px;
	}
}

@media screen and (max-width: 567px) {
	.aside_inform .row_list {
		width: 100%;
	}
}

.aside_inform .row_list:last-child {
	margin-bottom: 0;
}

.aside_inform li {
	color: #8b8fa1;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 15px;
}

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

.aside_inform li:last-child {
	margin-bottom: 0;
}

.aside_inform li span {
	color: #16171b;
}

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

@media screen and (max-width: 1200px) {
	.section_content {
		max-width: 100%;
	}
}

.section_content .section_row {
	margin-bottom: 30px;
}

.section_content .thumb,
.section_content .videos_list .item {
	width: 33.333%;
}

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

@media screen and (max-width: 374px) {
	.section_content .thumb,
	.section_content .videos_list .item {
		width: 100%;
	}
}

.section_content .grid_item {
	width: 25%;
}

@media screen and (max-width: 640px) {
	.section_content .grid_item {
		width: 33.333%;
	}
}

@media screen and (max-width: 568px) {
	.section_content .grid_item {
		width: 50%;
	}
}

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

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

.section_inform .section_aside {
	max-width: 100%;
    margin: 0;
}

.search_sorting .columns {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -9px;
}

.search_sorting .column {
	-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;
	padding: 9px;
}

.search_sorting .column.second {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
}

.search_sorting .label {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	color: #8b8fa1;
	font-size: 16px;
	line-height: 1.2;
	font-family: 'Exo 2', sans-serif;
	margin-right: 8px;
}

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

.search_sorting .input {
	height: 40px;
	border-radius: 5px;
	background-color: #fff;
	border: none;
	padding: 12px 18px;
	font-size: 13px;
	color: #16171b;
	width: 100%;
	line-height: 1.2;
	font-family: 'Exo 2', sans-serif;
}

.search_sorting .cols {
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
	display: -ms-flexbox;
	display: flex;
}

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

.search_sorting .col.second {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	padding: 0 6px;
	color: #16171b;
	font-size: 13px;
	line-height: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.search_sorting .button {
	color: #fff;
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	height: 40px;
	min-width: 110px;
	text-align: center;
	border-radius: 5px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	background-color: #78b000;
}

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

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

.label_radio {
	position: relative;
	color: #16171b;
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	padding-left: 30px;
	cursor: pointer;
}

.label_radio:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate3d(0, -50%, 0);
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background-color: #fff;
}

.label_radio:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translate3d(0, -50%, 0);
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #78b000;
	display: none;
}

.radio_input {
	display: none;
}

.radio_input:checked + .label_radio:before {
	box-shadow: inset 0 0 0 3px #78b000;
}

.radio_input:checked + .label_radio:after {
	display: block;
}

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

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

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

.twocolumns_section .aside {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	width: 300px;
	margin-left: 20px;
}

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

.twocolumns_section .spot {
	box-shadow: -4px 6px 21px rgba(25, 25, 33, 0.19);
	margin-top: 20px;
}

.twocolumns_section .spot:first-child {
	margin-top: 0;
}

@media screen and (max-width: 1140px) {
	.twocolumns_section .spot {
		margin: 5px;
	}
	.twocolumns_section .spot:first-child {
		margin-top: 5px;
	}
}

@media screen and (max-width: 680px) {
	.twocolumns_section .spot:last-child {
		display: none;
	}
}

.gallery-images {
	margin-bottom: 20px;
}

.content_spot {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
}

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

.content_information {
	padding-right: 320px;
}

@media screen and (max-width: 1140px) {
	.content_information {
		padding: 0;
	}
}

@media screen and (max-width: 992px) {
	.content_information .content_spot {
		display: block;
	}
	
	.content_information .content_spot .center {
		margin: 0 0 10px;
	}

}

.content_information .row {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ecedee;
}

.content_information .title {
	color: #16171b;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
}

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

.content_information .subtitle {
	font-size: 16px;
	color: #8b8fa1;
	margin-top: 10px;
}

@media screen and (max-width: 479px) {
	.content_information .subtitle {
		font-size: 13px;
	}
}

.content_information .subtitle a {
	color: #78b000;
}

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

.content_information .columns {
	display: -ms-flexbox;
	display: flex;
}

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

.content_information .column {
	-ms-flex-positive: 1;
	    flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	min-width: 1px;
}

.content_information .column.second {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
}

@media screen and (max-width: 767px) {
	.content_information .column.second {
		margin-bottom: 10px;
	}
}

.rate_box {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	margin: 0 -3px;
	padding-right: 50px;
}

.btn_rate {
	background: none;
	border: none;
	margin: 0 3px;
	color: #cdd1d4;
	cursor: pointer;
}

@media screen and (min-width: 1025px) {
	.btn_rate:hover {
		color: #78b000;
	}
	.btn_rate:hover.dislike {
		color: #ed0138;
	}
}

.btn_rate i {
	font-size: 32px;
}

@media screen and (max-width: 640px) {
	.btn_rate i {
		font-size: 22px;
	}
}

.rate_view {
	margin-left: 10px;
	font-family: 'Exo 2', sans-serif;
	color: #8b8fa1;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
}

.rate_view span {
	color: #16171b;
}

.progress {
	width: 85px;
	height: 6px;
	border-radius: 3px;
	background-color: #cdd1d4;
	position: relative;
	margin-top: 6px;
}

.progress span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 2px;
	background-color: #78b000;
}

.panel_choice {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	    justify-content: flex-end;
}

.tabs {
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 -3px 0;
}

.tabs .item {
	margin: 0 0 3px 3px;
}

.tabs .item.active .btn_item {
	color: #fff;
	background-color: #78b000;
}

.tabs .btn_item,
.tabs .btn_download {
	color: #16171b;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	border-radius: 5px;
	background-color: #ecedee;
	padding: 10px 20px;
	transition: background .3s, color .3s;
}

/* .tabs .btn_download:last-of-type {
	display: none;
} */

@media screen and (min-width: 1025px) {
	.tabs .btn_item:hover,
	.tabs .btn_download:hover {
		color: #fff;
		background-color: #78b000;
	}
}

@media screen and (max-width: 479px) {
	.tabs .btn_item,
	.tabs .btn_download {
		padding: 10px;
	}
}

.tabs .btn_item i,
.tabs .btn_download i {
	font-size: 20px;
}

@media screen and (max-width: 479px) {
	.tabs .btn_item i,
	.tabs .btn_download i {
		font-size: 18px;
	}
}

.tabs .btn_item span,
.tabs .btn_download span {
	padding: 0 0 0 5px;
}

@media screen and (max-width: 1160px) {
	.tabs .btn_item span,
	.tabs .btn_download span {
		display: none;
	}
}

.tabs .count {
	border-radius: 8px;
	background-color: #f9001d;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	margin-left: 5px;
	line-height: 1;
	padding: 2px 5px;
}

@media screen and (max-width: 479px) {
	.tabs .count {
		font-size: 10px;
	}
}

.tab_content {
	display: none;
}

.tab_content.selected {
	display: block;
}

.tab_content .form_comments {
	display: block;
}

.tab_content .columns {
	-ms-flex-align: stretch;
	    align-items: stretch;
}

.row_content {
	margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
	.row_content {
		margin-bottom: 15px;
	}
}

.row_content:last-child {
	margin-bottom: 0;
}

.cols_content {
	display: -ms-flexbox;
	display: flex;
	margin: 0 -30px -15px 0;
}

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

.cols_content .col {
	margin: 0 30px 15px 0;
}

.list_inform {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -18px -10px 0;
}

.list_inform .item {
	color: #8b8fa1;
	font-size: 14px;
	margin: 0 18px 10px 0;
}

@media screen and (max-width: 479px) {
	.list_inform .item {
		font-size: 13px;
	}
}

.list_inform span {
	color: #16171b;
}

.list_inform a {
	color: #16171b;
}

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

.list_items {
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: start;
	    align-items: flex-start;
	margin: -3px -3px 0 0;
}

.list_items span {
	color: #8b8fa1;
	font-size: 14px;
	margin-right: 10px;
	padding: 4px 0;
	margin: 3px 10px 0 0;
}

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

.list_items a {
	color: #8b8fa1;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 500;
	padding: 5px 8px;
	text-transform: uppercase;
	border-radius: 5px;
	background-color: #ecedee;
	margin: 3px 3px 0 0;
	transition: background .3s, color .3s;
}

@media screen and (min-width: 1025px) {
	.list_items a:hover {
		background-color: #78b000;
		color: #fff;
	}
}

@media screen and (max-width: 479px) {
	.list_items a {
		font-size: 11px;
	}
}

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

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

.report_columns .radio_input:checked + .label:before {
	box-shadow: inset 0 0 0 3px #78b000;
}

.report_columns .radio_input:checked + .label:after {
	display: block;
}

.report_columns .label {
	color: #16171b;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	font-family: 'Exo 2', sans-serif;
	padding-left: 26px;
	position: relative;
	cursor: pointer;
}

.report_columns .label:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #ecedee;
	border-radius: 10px;
}

.report_columns .label:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	left: 5px;
	width: 10px;
	height: 10px;
	background-color: #78b000;
	border-radius: 10px;
	display: none;
}

.report_columns .textarea {
	width: 100%;
	height: 110px;
	display: block;
	border-radius: 5px;
	background-color: #ecedee;
	padding: 20px;
	color: #000;
	font-size: 14px;
	line-height: 1.2;
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	border: none;
	resize: none;
}

.report_column {
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-right: 68px;
}

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

.report_column.second {
	margin: 0;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	min-width: 1px;
}

.report_column.second .title_inner {
	margin: 0 20px 0 0;
}

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

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

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

.report_column .title_inner {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	margin-bottom: 20px;
	color: #8b8fa1;
	font-size: 14px;
	line-height: 1.2;
	text-transform: capitalize;
}

@media screen and (max-width: 479px) {
	.report_column .title_inner {
		margin: 0 0 10px;
	}
}

.report_column .row_inner {
	margin: 16px 0 0;
}

.report_column .row_inner:first-child {
	margin: 0;
}

.report_column .bottom_panel {
	margin-top: 35px;
}

.report_column .button_send {
	margin: 0;
	min-width: 78px;
	padding: 12px 10px;
	border: none;
	cursor: pointer;
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	letter-spacing: 0.35px;
	border-radius: 5px;
	background-color: #78b000;
	color: #fff;
	text-transform: uppercase;
}

.share_columns {
	max-width: 585px;
	width: 100%;
}

.share_columns .row_inner {
	display: -ms-flexbox;
	display: flex;
	margin: 16px 0 0;
}

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

.share_columns .row_inner:first-child {
	margin: 0;
}

.share_columns .label {
	color: #8b8fa1;
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	min-width: 110px;
	margin-right: 14px;
	padding: 12px 0;
}

.share_columns .input {
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
	width: 100%;
	height: 40px;
	border-radius: 5px;
	border: none;
	background-color: #ecedee;
	color: #000;
	font-family: 'Exo 2', sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.2;
	padding: 12px 20px;
}

.share_columns .textarea {
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
	width: 100%;
	height: 110px;
	border-radius: 5px;
	border: none;
	background-color: #ecedee;
	color: #000;
	font-family: 'Exo 2', sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.2;
	padding: 12px 20px;
	resize: none;
}

.add_link {
	position: relative;
}

.add_link.open .btn_add {
	color: #fff;
	background-color: #78b000;
}

.add_link.open .btn_add .icon-arrow-down {
	transform: rotate(180deg);
}

.add_link.open .drop_block {
	transform: translate3d(-50%, 0, 0);
	opacity: 1;
	visibility: visible;
}

.btn-favourites li span{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
}

.btn_add {
	border: none;
	height: 100%;
	cursor: pointer;
	color: #16171b;
	font-size: 14px;
	border-radius: 5px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	padding: 10px 20px;
	background-color: #ecedee;
	transition: background .3s, color .3s;
}

@media screen and (min-width: 1025px) {
	.btn_add:hover {
		color: #fff;
		background-color: #78b000;
	}
}

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

.btn_add i {
	font-size: 20px;
}

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

.btn_add .icon-arrow-down {
	margin-left: 5px;
	font-size: 7px;
	transition: transform .3s;
}

.btn_add span {
	padding: 0 0 0 5px;
}

@media screen and (max-width: 1160px) {
	.btn_add span {
		display: none;
	}
}

.drop_block {
	position: absolute;
	top: calc(99% + 5px);
	left: 50%;
	z-index: 1;
	transform: translate3d(-50%, 10px, 0);
	opacity: 0;
	visibility: hidden;
	transition: transform .3s, opacity .3s, visibility .3s;
	width: 176px;
	box-shadow: -4px 6px 21px rgba(25, 25, 33, 0.19);
	border-radius: 5px;
	background-color: #ecedee;
	overflow: hidden;
}

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

.drop_block a {
	color: #626262;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding: 15px;
	transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
	.drop_block a:hover {
		background-color: #78b000;
		color: #fff;
	}
}

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

@media screen and (max-width: 1140px) {
	.player {
		margin: 0;
	}
}

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

.play_button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 90px;
	height: 90px;
	border-radius: 100px;
	border: none;
	box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.3);
	background-color: #78b000;
	cursor: pointer;
}

@media screen and (max-width: 479px) {
	.play_button {
		width: 65px;
		height: 65px;
		border-radius: 65px;
	}
}

.play_button svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(calc(-50% + 2px), -50%, 0);
}

@media screen and (max-width: 479px) {
	.play_button svg {
		width: 25px;
		height: 25px;
	}
}

.tabs_headline {
	display: -ms-flexbox;
	display: flex;
	margin: 0 -25px;
	padding-bottom: 18px;
}

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

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

.tabs_headline .tab_item {
	padding: 0 25px;
}

@media screen and (max-width: 1140px) {
	.tabs_headline .tab_item {
		padding: 0 10px;
	}
}

@media screen and (max-width: 860px) {
	.tabs_headline .tab_item {
		padding: 5px 10px;
	}
}

.tabs_headline .tab_item.active .title_button {
	color: #16171b;
}

.tabs_headline .tab_item.active .title_button:after {
	display: block;
}

.tabs_headline .title_button {
	color: #8b8fa1;
	position: relative;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
}

@media screen and (max-width: 1140px) {
	.tabs_headline .title_button {
		font-size: 20px;
	}
}

@media screen and (max-width: 860px) {
	.tabs_headline .title_button {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.tabs_headline .title_button {
		width: 100%;
		-ms-flex-negative: 1;
		    flex-shrink: 1;
		-ms-flex-positive: 1;
		    flex-grow: 1;
		min-width: 1px;
	}
}

.tabs_headline .title_button:after {
	content: "";
	background-color: #78b000;
	height: 2px;
	position: absolute;
	top: calc(100% + 5px);
	left: 0;
	right: 0;
	display: none;
}

@media screen and (max-width: 860px) {
	.tabs_headline .title_button:after {
		top: calc(100% + 2px);
	}
}

.tabs_thumbs .thumbs {
	display: none;
}

.tabs_thumbs .thumbs.selected {
	display: block;
}

.section_splash {
	background-color: #ecedee;
	height: 350px;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 1280px) {
	.section_splash {
		height: 250px;
	}
}

.section_splash:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("../images/mask_logo.svg") no-repeat;
	width: 732px;
	height: 350px;
}

.logo_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	will-change: transform;
	z-index: 1;
}

@media screen and (max-width: 1160px) {
	.logo_inner {
		top: 20px;
		transform: translate3d(-50%, 0, 0);
	}
	.logo_inner svg {
		width: 300px;
		height: 54px;
	}
}

@media screen and (max-width: 479px) {
	.logo_inner svg {
		width: 230px;
		height: 42px;
	}
}

.panel_buttons {
	box-shadow: 3px 2px 29px rgba(0, 0, 0, 0.08);
	background-color: #fff;
}

.panel_buttons .container {
	position: relative;
}

.section_avatar {
	position: absolute;
	bottom: 10px;
	left: 20px;
	width: 100%;
	max-width: 300px;
	max-height: 300px;	
	border-radius: 50%;
	overflow: hidden;
}

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

@media screen and (max-width: 1160px) {
	.section_avatar {
		position: static;
		margin: -150px auto 0;
	}
}

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

}

.section_avatar .no-thumb {
	height: 300px;
	width: 300px;
	border: 1px solid #78b000;
	color: #cdd1d4;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: column;
}

.section_avatar .no-thumb i {
	font-size: 150px;
}

@media screen and (max-width: 1280px) {
	.section_avatar .no-thumb {
		width: 200px;
		height: 200px;
	}

	.section_avatar .no-thumb i {
		font-size: 100px;
	}
}

.wrap_navigation {
	padding-left: 330px;
	display: -ms-flexbox;
	display: flex;
}

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

@media screen and (max-width: 1280px) {
	.wrap_navigation {
		padding-left: 230px;
	}
}

@media screen and (max-width: 1160px) {
	.wrap_navigation {
		padding-left: 0;
	}
}

.action_panel {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	margin-right: 20px;
	min-width: 255px;
}

@media screen and (max-width: 1600px) {
	.action_panel {
		margin: 20px 0 0;
		-ms-flex-pack: center;
		    justify-content: center;
	}
}

.action_panel .item {
	margin-right: 20px;
}

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

.button_action {
	color: #cdd1d4;
	background: none;
	border: none;
	font-size: 0;
	cursor: pointer;
	margin: 0;
	padding: 0;
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.button_action:hover {
		color: #78b000;
	}
}

.button_action i {
	font-size: 20px;
}

.action_panel .info-message {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
} 

.action_panel .info-message .button_action {
	display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    background-color: #ecedee;
    color: #8b8fa1;
    font-size: 12px;
    font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 0 10px;
	padding: 8px 20px;
    transition: background .3s, color .3s;
} 

@media screen and (min-width: 1025px) {
	.action_panel .info-message .button_action:hover {
		background-color: #78b000;
		color: #fff;
	}
}


.navigation_panel {
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	position: relative;
	z-index: 2;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}

@media screen and (max-width: 1600px) {
	.navigation_panel {
		-ms-flex-pack: justify;
		    justify-content: space-between;
		padding: 20px 0;
	}
}

@media screen and (max-width: 1000px) {
	.navigation_panel {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: stretch;
		    justify-content: stretch;
	}
}

.navigation_panel .item {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

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

.navigation_panel .item .active  {
	color: #78b000;
}

.navigation_panel .item .active span {
	color: #78b000;
}

.navigation_panel .item .active:after {
	display: block;
}

@media screen and (max-width: 1000px) {
	.navigation_panel .item .active:after {
		display: none;
	}
}

.navigation_panel a,
.navigation_panel .active {
	display: block;
	text-align: center;
	color: #16171b;
	padding: 30px 10px;
	position: relative;
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.navigation_panel a:hover {
		color: #78b000;
	}
	.navigation_panel a:hover span {
		color: #78b000;
	}
}

.navigation_panel a.disable {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: #16171b;
}

@media screen and (max-width: 1000px) {
	.navigation_panel a,
	.navigation_panel .active {
		padding: 8px 10px;
	}
}

.navigation_panel a:after,
.navigation_panel .active:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #78b000;
	height: 2px;
	display: none;
}

.navigation_panel span {
	color: #8b8fa1;
}

.subscribe_button {
	background-color: #ecedee;
	border-radius: 5px;
	overflow: hidden;
	color: #8b8fa1;
	font-size: 12px;
	font-weight: 500;
	display: -ms-flexbox;
	display: flex;
}

.subscribe_button a {
	color: #fff;
	padding: 8px 20px;
	text-transform: uppercase;
	background-color: #78b000;
}

.subscribe_button span {
	padding: 8px;
}

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

.footer_holder {
	padding: 50px 0;
	box-shadow: 3px 2px 29px rgba(0, 0, 0, 0.08);
	background-color: #fff;
}

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

.footer_holder .columns {
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 1000px) {
	.footer_holder .columns {
		-ms-flex-direction: column;
		    flex-direction: column;
		text-align: center;
	}
}

.footer_holder .column {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	width: 30%;
}

@media screen and (max-width: 1000px) {
	.footer_holder .column {
		width: 100%;
		-ms-flex-order: 2;
		    order: 2;
	}
}

.footer_holder .column.second {
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
	width: 70%;
}

@media screen and (max-width: 1000px) {
	.footer_holder .column.second {
		width: 100%;
		margin-bottom: 20px;
		-ms-flex-order: 1;
		    order: 1;
	}
}

.footer_holder .wrap {
	display: -ms-flexbox;
	display: flex;
	padding-left: 165px;
}

@media screen and (max-width: 1280px) {
	.footer_holder .wrap {
		padding-left: 100px;
	}
}

@media screen and (max-width: 1024px) {
	.footer_holder .wrap {
		padding-left: 75px;
	}
}

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

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

.logo_footer {
	margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
	.logo_footer {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
	}
}

.logo_footer a,
.logo_footer svg {
	display: block;
}

.logo_footer svg {
	max-width: 100%;
	height: auto;
}

.copy {
	color: #8b8fa1;
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 20px;
}

.copy span {
	color: #16171b;
}

.footer_list {
	margin: -10px 0;
	width: 33.333%;
}

@media screen and (max-width: 1000px) {
	.footer_list {
		margin: -8px 0;
	}
}

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

@media screen and (max-width: 414px) {
	.footer_list {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin: 0;
		-ms-flex-pack: center;
		    justify-content: center;
	}
}

@media screen and (max-width: 567px) {
	.footer_list.second {
		width: 100%;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		display: -ms-flexbox;
		display: flex;
		margin-top: 5px;
	}
}

@media screen and (max-width: 414px) {
	.footer_list.second {
		margin: 0;
	}
}

.footer_list:first-child {
	padding-left: 0;
}

.footer_list .item {
	text-align: left;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	padding: 10px 0;
}

@media screen and (max-width: 1000px) {
	.footer_list .item {
		padding: 8px 0;
	}
}

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

@media screen and (max-width: 414px) {
	.footer_list .item {
		width: auto;
		padding: 5px;
	}
}

.footer_list a {
	color: #16171b;
	cursor: pointer;
}

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

.popup_wrap {
	/* position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 99;
	overflow-y: auto; */
	padding: 0;
}

.fancybox-skin {
	padding: 0 !important;
}

.fancybox-close {
	background-image: none;
	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;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	color: #16171b;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
}

.fancybox-close::before {
	content: "\e90c";
}

.field-error.down {
	color: #f9001d;
}

.popup {
	/* margin: 10px 0; */
	/* box-shadow: -25px 30px 62px rgba(0, 0, 0, 0.76); */
	border-radius: 5px;
	overflow: hidden;
	background-color: #fff;
	padding: 24px 30px 50px;
	max-width: 500px;
	width: 100%;
	/* position: absolute; */
	/* top: 50%; */
	/* left: 50%; */
	/* transform: translate3d(-50%, -50%, 0); */
	max-height: 100%;
	overflow: auto;
}

@media screen and (max-width: 640px) {
	.popup {
		padding: 12px;
		max-width: calc(100% - 15px);
	}
}

.popup.second {
	max-width: 950px;
}

@media screen and (max-width: 960px) {
	.popup.second {
		max-width: calc(100% - 15px);
	}
}

.popup .btn_cross {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #16171b;
	background: none;
	border: none;
	cursor: pointer;
}

.popup .btn_cross i {
	font-size: 20px;
}

@media screen and (max-width: 640px) {
	.popup .btn_cross i {
		font-size: 16px;
	}
}

.heading_title {
	color: #16171b;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 40px;
}

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

.popup_form .row {
	margin-top: 25px;
}

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

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

.popup_form .label {
	color: #8b8fa1;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	font-family: 'Exo 2', sans-serif;
	margin-bottom: 8px;
	display: inline-block;
	vertical-align: top;
}

@media screen and (max-width: 639px) {
	.popup_form .label {
		font-size: 14px;
	}
}

h4.popup_form .label {
	width: 100%;
}

.popup_form .label span {
	font-size: 12px;
	padding-left: 5px;
}

.popup_form .checkbox-container .label {
	margin: 0;
	line-height: 26px;
}

.wrap_image.preview img {
	width: 100%;
	margin: 0 0 10px;
} 

.popup_form .text-info {
	color: #000;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	font-family: 'Exo 2', sans-serif;
	margin-bottom: 8px;
	display: inline-block;
	vertical-align: top;
}

.popup_form .image .label {
	width: 100%;
}

.popup_form .image img {
	margin: 0 0 10px;
}

.popup_form .input {
	width: 100%;
	height: 40px;
	border-radius: 5px;
	border: none;
	font-size: 13px;
	line-height: 1.2;
	padding: 11px 20px;
	color: #16171b;
	font-family: 'Exo 2', sans-serif;
	background-color: #ecedee;
}

.popup_form .input.error {
	box-shadow: inset 0 0 0 2px #f9001d;
	color: #f9001d;
}

.popup_form .textarea {
	width: 100%;
	color: #16171b;
	height: 130px;
	resize: none;
	border-radius: 5px;
	border: none;
	font-size: 13px;
	line-height: 1.2;
	padding: 11px 20px;
	font-family: 'Exo 2', sans-serif;
	background-color: #ecedee;
}

.popup_form .textarea.error {
	box-shadow: inset 0 0 0 2px #f9001d;
	color: #f9001d;
}

.popup_form .columns {
	margin-top: 50px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

@media screen and (max-width: 639px) {
	.popup_form .columns {
		margin-top: 30px;
	}
}

.popup_form .btn_action {
	border-radius: 5px;
	background-color: #78b000;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	padding: 12px 30px;
	border: none;
	font-family: 'Exo 2', sans-serif;
	cursor: pointer;
}

@media screen and (max-width: 640px) {
	.popup_form .btn_action {
		font-size: 13px;
	}
}

.popup_form .pass_link {
	color: #16171b;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	margin-left: 40px;
	text-transform: uppercase;
}

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

@media screen and (max-width: 639px) {
	.popup_form .pass_link {
		font-size: 13px;
		margin-left: 20px;
	}
}

.popup_form .cols {
	display: -ms-flexbox;
	display: flex;
	margin: 0 -25px;
	padding-bottom: 50px;
}

@media screen and (max-width: 860px) {
	.popup_form .cols {
		margin: 0 -10px;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.frame-upload {
		width: 550px !important;
	}
}

@media screen and (max-width: 640px) {
	.popup_form .cols {
		-ms-flex-direction: column;
		    flex-direction: column;
		margin: -10px 0;
		padding-bottom: 25px;
	}

	.frame-upload {
		width: 440px !important;
	}
}

@media screen and (max-width: 550px) {
	.frame-upload {
		width: 350px !important;
	}
}

@media screen and (max-width: 440px) {
	.frame-upload {
		width: 280px !important;
	}
}

.popup_form .col {
	padding: 0 25px;
	width: 50%;
}

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

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

.popup_form .select2-container--default .select2-selection--single {
	background-color: #ecedee;
}

.popup_form .cols_inner {
	display: -ms-flexbox;
	display: flex;
}

.popup_form .col_inner {
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	min-width: 1px;
	padding: 0 1px;
}

.custom_select {
	display: none;
}

.bottom_popup {
	background-color: #ecedee;
	margin: 50px -30px -50px;
	padding: 20px 30px 30px;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.bottom_popup {
		margin: 30px -12px -12px;
	}
}

.bottom_popup .text {
	color: #8b8fa1;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.bottom_popup .btn_action {
	border-radius: 5px;
	background-color: #9c9fad;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	padding: 12px 30px;
	border: none;
	font-family: 'Exo 2', sans-serif;
	cursor: pointer;
	transition: background .3s;
}

@media screen and (min-width: 1025px) {
	.bottom_popup .btn_action:hover {
		background-color: #78b000;
	}
}

.captcha_text {
	color: #8b8fa1;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 8px;
}

.tab_heading {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	position: relative;
	margin-bottom: 40px;
}

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

.col_tab {
	margin-right: 50px;
	color: #8b8fa1;
	font-size: 24px;
	cursor: pointer;
	font-weight: 500;
	line-height: 1.2;
	padding-bottom: 5px;
	position: relative;
}

@media screen and (max-width: 640px) {
	.col_tab {
		font-size: 18px;
		margin-right: 20px;
	}
}

@media screen and (max-width: 373px) {
	.col_tab {
		font-size: 16px;
		margin-right: 10px;
	}
}

.col_tab:last-child {
	margin-right: 0;
}

.col_tab.active {
	color: #16171b;
}

.col_tab.active:after {
	display: block;
}

.col_tab:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #78b000;
	height: 2px;
	display: none;
}

.tabs_content_popup {
	display: none;
}

.tabs_content_popup.active {
	display: block;
}

.wrap_mask_button {
	position: relative;
}

.wrap_mask_button .input {
	color: #8b8fa1;
}
@media screen and (max-width: 550px) {
	.wrap_mask_button .input::placeholder {
		color: transparent;
	}
}

.wrap_mask_button .wrap_btn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.file_wrap {
	position: absolute;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	right: 8px;
	z-index: 2;
	color: #fff;
	padding: 5px 7px;
	border-radius: 5px;
	background-color: #8b8fa1;
	cursor: pointer;
}

.popup_form input[type=file] {
	display: none;
}

.popup_form input[type=file].albums {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 9;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.popup_form .albums-control {
	margin: 0 0 10px;
}

.user-ava {
	color: #cdd1d4;
	width: 130px;
	height: 130px;
	background-color: #ecedee;
	border-radius: 50%;
	font-size: 50px;
	position: relative;
	margin-right: 20px;
	overflow: hidden;
}

@media (max-width: 768px) {
	.user-ava {
		width: 100px;
		height: 100px;
		font-size: 40px;
		margin-right: 15px;
	}
}

@media (max-width: 479px) {
	.user-ava {
		width: 90px;
		height: 90px;
	}
}

.user-ava i {
	font-size: 52px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.user-ava img {
	width: 100%;
	height: auto;
}

.user-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: 40px;
}

.checkbox-container {
	display: block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	line-height: 26px;
}

.checkbox-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 26px;
	width: 26px;
	background-color: #ecedee;
	border-radius: 5px;
}

.checkbox-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkbox-container input:checked ~ .checkmark {
	background-color: #78b000;
}

.checkbox-container input:checked ~ .checkmark:after {
	display: block;
}

.checkbox-container .checkmark:after {
	left: 10px;
	top: 5px;
	width: 7px;
	height: 12px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.fancybox-lock body {
	height: auto;
}

.blockUI {
	background: rgba(255, 255, 255, 1) !important;
}

.player-wrap {
	position: relative;
}

#kt_player {
	position: absolute !important;
}

.lazyload, 
.lazyloading {
	opacity: 0;
	/* transform: scale(0.8); */
}

.lazyloaded {
	opacity: 1;
	/* transform: scale(1); */
	transition: all 700ms;
}

.gallery-preview__item img {
    position: absolute;
    top: 0;
	left: 50%;
	transform: translateX(-50%);
    width: auto;
    height: 100%;
    z-index: 1;
}

.gallery-preview__item img.vertical {
	top: 50%;
	left: 0;
	transform: translateY(-50%);
    width: 100%;
	height: auto;
	right: 0;
	max-height: 100%;
}

.gallery-images__card img {
    display: block;
    width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.player-holder .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);
}

.player-holder .no-player .message,
.gallery-preview .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: #444444;
	z-index: 9;
}

.player-holder .no-player .message a,
.gallery-preview .message a {
    color: #78b000;
}

.player-holder .no-player .message a:hover,
.gallery-preview .message a:hover {
    text-decoration: underline;
}


.gallery-preview .private {
	width: 100%;
    text-align: center;
    opacity: 0.5;
}


div.toggle-button {
    position: absolute;
    top: 20px;
    left: 25px;
	z-index: 99;
	cursor: pointer;
}

@media screen and (max-width: 640px) {
	div.toggle-button {
		top: 10px;
		left: 10px;
	}
}

div.toggle-button .checkbox {
    -webkit-appearance: checkbox;
    position: absolute;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    display: inline-block;
    left: 0;
    opacity: 0;
    right: 0;
    top: 0;
	bottom: 0;
    cursor: pointer;
}

div.toggle-button .label {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: pointer;
    position: relative;
}

div.toggle-button .checkbox:checked+.label {
    background-color: #78b000;
    border-color: #78b000;
}

div.toggle-button .label:before {
    position: absolute;
    top: 5px;
    left: 4px;
    width: 10px;
    height: 6px;
    content: '';
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    background: 0 0;
    display: none;
}

div.toggle-button .checkbox:checked+.label:before {
    display: block;
}

.item-control-holder {
	text-align: center;
}

a.toggle-button {
	display: inline-block;
	margin: 10px auto 0;
    min-width: 40px;
    border-radius: 5px;
    background-color: #ecedee;
    color: #8b8fa1;
    transition: color .3s, background .3s;
    cursor: pointer;
	border: 0;
	text-align: center;
	padding: 12px 5px;
	font: 14px/1.2 "Exo 2", sans-serif;
}

@media screen and (min-width: 1025px) {
	a.toggle-button:hover {
		background-color: #78b000;
		color: #fff;
	}
}

.form_comments a.toggle-button.hidden {
	display: none;
}

.button-group .checkbox-container.label {
	line-height: 26px;
}

form .list-selector {
	position: relative;
}

form .list-selector-popup {
	position: absolute;
	width: 100%;
	height: 160px;
	left: 0%;
	bottom: 46px;
	background: #fff;
	border: 2px solid #78b000;
	z-index: 10000;
}
form .list-selector-popup:after {
	position: absolute;
	content: "";
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 10px solid #78b000;
	left: 45%;
	bottom: -10px;
	z-index: 10000;
}
form .list-selector-popup .button-group {
	overflow-y: scroll;
	overflow-x: hidden;
	position: absolute;
	top: 8px;
	left: 8px;
	bottom: 38px;
	right: 8px;
}
form .list-selector-popup .button-group .group-title {
	margin: 0 5px 10px 0;
	padding: 3px;
	background: #c8c8c8;
	color: #222222;
}
form .list-selector-popup .button-group .item {
	display: inline-block;
	width: 32%;
	padding-bottom: 10px;
	vertical-align: top;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
form .list-selector-popup .button-group .item label {
	color: #484848;
	margin: 0 15px 0 0;
	cursor: pointer;
}
form .list-selector-popup .filter {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 30px;
	background: #c8c8c8;
	border: none;
}
form .list-selector-popup .filter input {
	width: 100%;
	height: 100%;
	padding: 2px 10px;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    color: #16171b;
    font-family: 'Exo 2', sans-serif;
    background-color: #ecedee;
}

.list-selector-popup label {
	position: relative;
	padding-left: 20px;
}

.list-selector-popup label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 2px solid #78b000;
}

.list-selector-popup label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: none;
}

.list-selector-popup .checkbox:checked+label:after {
    display: block;
}

.list-selector-popup .checkbox:checked+label:before {
    background: #78b000;
}

.list-subscriptions form {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.list-subscriptions .subscribed-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	vertical-align: top;
    text-align: left;
    width: 49%;
    color: #222222;
	padding: 0 0 15px;
	position: relative;
}

@media screen and (max-width: 900px) {
	.list-subscriptions .subscribed-item {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.list-subscriptions .subscribed-item {
		flex-direction: column;
	}
}

.list-subscriptions .subscribed-item .title {
    color: #222222;
    height: 14px;
    margin: 5px 2px;
    text-decoration: underline;
}

.list-subscriptions .subscribed-item .title:hover {
    color: #78b000;
}

.list-subscriptions .subscribed-item .item-control-holder {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
}


.list-subscriptions .subscribed-item div.toggle-button {
	position: static;
    top: 0;
    left: 0;
	line-height: normal;
	padding: 0;
}

.list-subscriptions .subscribed-item div.toggle-button.delete {
    color: #fff;
    padding: 8px 20px;
    text-transform: uppercase;
	background-color: #78b000;
	transition: color .3s, background .3s;
	border-radius: 5px;
	cursor: pointer;
	margin: 0 0 0 10px;
}

.list-subscriptions .subscribed-item div.toggle-button.delete:hover {
    color: #78b000;
    background-color: #ecedee;
}

.list-subscriptions .subscribed-item div.toggle-button .checkbox {
	position: static;
	display: none;
}

.list-subscriptions .checkbox-container .checkmark {
	position: relative;
	display: inline-block;
}

.select2-container {
	z-index: 999999;
}

.message-form {
	margin: 15px 0 0;
}

.progressbar {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 100%;
    z-index: 999999;
    background-color: #d7d7d7;
    height: 35px;
    border-radius: 2px
}

.progressbar .progress-holder.progress {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible!important;
    width: 0
}

.progressbar .progress {
    height: 35px;
    display: inline-block;
    border-radius: 2px;
    background-color: #78b000;
	width: 0;
	margin: 0;
}

.progressbar .text {
    z-index: 99999;
    text-align: center;
    padding: 0 5px;
    min-width: 40px;
    background-color: #6d747b;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

.empty-content p {
	padding: 0 0 10px;
	line-height: 18px;
}
.empty-content a {
	color: #78b000;
}
.empty-content a:hover {
	text-decoration: underline;
}

.item.new .title,
.videos_list .item .title {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    display: block;
    color: #212121;
    padding: 1rem 1rem 0;
    margin: 0 0 5px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
	overflow: hidden;
	height: 52px;
	max-height: 52px;
}

.item.new .wrap,
.videos_list .item .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px 8px;
    color: #bcbcbc;
    font-size: 12px;
    line-height: 1.2;
}

.item.new .wrap div,
.videos_list .item .wrap div {
    position: relative;
    padding-left: 20px;
}

.item.new .positive,
.videos_list .item .positive {
    color: #78b000;
}

.item.new .wrap .views, 
.videos_list .item .wrap .views {
    padding-left: 28px;
}

.item.new .th,
.videos_list .item .th {
	-webkit-box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
	box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
	/* border-radius: 0 0 5px 5px; */
	border-radius: 5px;
	background-color: #ffffff;
}


.item.new .th .wrap_image,
.videos_list .item .th .wrap_image {
    border-radius: 5px 5px 0 0;
}

.item.new .wrap div:before,
.videos_list .item .wrap div:before {
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.item.new .wrap .duration:before,
.videos_list .item .wrap .duration:before {
	content: "\e902";
	font-family: 'Ico Moon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
	line-height: 1;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.item.new .wrap .rating::before,
.videos_list .item .wrap .rating::before {
	content: "\e912";
	font-family: 'Ico Moon' !important;
    font-size: 15px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.item.new .wrap .added::before,
.videos_list .item .wrap .added::before {
	content: "\e901";
	font-family: 'Ico Moon' !important;
    font-size: 15px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.item.new .wrap .views::before,
.videos_list .item .wrap .views::before {
	content: "\e900";
	font-family: 'Ico Moon' !important;
    font-size: 20px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.two-columns{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.sidebar{
	width:250px;
	padding:14px 10px;
	box-sizing:border-box;
	margin:0 15px 0 0;
}
.main-column{
	width: calc(100% - 265px);
}
.sidebar .box{
	-webkit-box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
	box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
	border-radius: 5px;
	padding:10px;
	margin:0 0 20px;
}
.sidebar .list{
	padding: 0 10px;
}
.sidebar .list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #16171b;
	font-size: 14px;
	position: relative;
	padding: 0 0 5px;
	margin: 0 0 10px;
	cursor: pointer;
	overflow:hidden;
	transition: color .3s;
}
.sidebar .list a:hover{
	color: #78b000;
}
.sidebar .list a:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transform: translate3d(0, 2px, 0);
	transition: transform .3s;
	background-color: #78b000;
	height: 2px;
}
.sidebar .list a:hover:after {
	transform: translate3d(0, 0, 0);
}
.sidebar .spots_aside{
	margin:0;
	padding:0 10px;
}
.sidebar .spots_aside .spot{
	box-shadow:none;
}
.sidebar .spots_aside .spot big span{
	text-align:left;
	display:inline-block;
}
@media screen and (max-width: 960px) {
	.sidebar{
		width:100%;
		margin:20px 0;
		-ms-flex-order: 2;
		order: 2;
	}
	.main-column{
		width:100%;
	}
	.sidebar .list{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.sidebar .list li{
		width: 33.33%;
		padding:0 10px;
		margin: 0 0 10px 0;
	}
	.sidebar .list {
		margin:0;
	}
}
@media screen and (max-width: 660px) {
	.sidebar .list li{
		width: 50%;
	}
}


.first-visit {
	width: 100%;
	padding: 40px 0;
	font-weight: 300;
	font-size: 15px;
	position: fixed;
	background: #ecedee;
	bottom: 0;
	border-top: 1px solid #78b000;
	overflow: hidden;
	z-index: 999;
	background-clip: padding-box;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
  }
  
  .first-visit.show {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
  }
  
  
  .first-visit .container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: nowrap;
  }
  
  @media (max-width: 768px) {
	.first-visit .container {
	  flex-wrap: wrap;
	}
  }
  
  .first-visit .text {
	padding: 0 20px 0 0;
  }
  
  @media (max-width: 768px) {
	.first-visit .text {
	  padding: 0 0 20px 0;
	  width: 100%;
	}
  }
  
  .first-visit .text a {
	  color: #78b000;
  }

  .first-visit .text a:hover {
	text-decoration: underline;
}
  .first-visit .js-first {
	white-space: nowrap;
	display: inline-block;
	transition: all .3s;
	text-align: center;
	display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    background-color: #78b000;
	color: #fff;
	border: 1px solid #78b000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    padding: 12px 10px;
    text-transform: uppercase;
    min-width: 222px;
    transition: background .3s, color .3s;
}

.first-visit .js-first:hover {
	color: #78b000;
    background-color: #fff;
}

  .first-visit .js-first:hover {
	opacity: 0.8;
  }
  
.videos_list .place,
.grid .place  {
	float: right;
	float: right;
    width: 255px;
    padding: 1px 39px;
    overflow: hidden;
    background: transparent;
    margin-left: 15px;
    position: relative;
    border-bottom: 2px solid #d1d1d1;
	border-left: 2px solid #d1d1d1;
	height: 610px;
	margin-top: 15px;
	font-size: 12px;
    line-height: 14px;
    min-height: 100%;
    color: #222222;
}

@media (max-width: 768px) {
	.videos_list .place,
	.grid .place  {
		display: none;
	}
}

.item.new .wrap, 
.videos_list .item .wrap,
.list_items span,
.list_inform .item,
.list_items a,
.share_columns .label,
.report_column .title_inner {
	color: #000;
}

@media screen and (min-width: 1025px) {
	.list_items a:hover {
		background-color: #78b000;
		color: #fff;
	}
}