@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,400;0,500;1,400;1,500&family=Source+Serif+4:ital,wght@0,400;0,500;1,400;1,500&display=swap");

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

html,
body {
	height: 100%
}

body {
	font-family: Arial, sans-serif;
	background-color: var(--tf-bg);
	color: var(--tf-text2);
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased
}

@media (min-width:1200px) {
	body {
		background: var(--tf-bgbody)
	}
}

button {
	padding: 0;
	border: none;
	background-color: transparent;
	transition: .5s ease;
	transition-property: color, background-color, border-color, box-shadow, opacity;
	cursor: pointer
}

button:focus {
	outline: none
}

a {
	text-decoration: none;
	transition: .5s ease;
	transition-property: color, background-color, border-color, box-shadow, opacity
}

a:hover,
a:active,
a:focus {
	outline: none;
	text-decoration: none
}

input,
textarea,
select {
	padding: 0;
	margin: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	box-shadow: none;
	transition: .5s ease;
	transition-property: color, border-color, box-shadow
}

input:focus,
textarea:focus,
select:focus {
	outline: none
}

select::-ms-expand {
	display: none
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}

ul {
	margin: 0;
	padding: 0;
	list-style: none
}

svg {
	transition: .5s ease;
	transition-property: fill, stroke
}

::-moz-selection {
	background: #fff;
	color: #000;
	text-shadow: none
}

::selection {
	background: #fff;
	color: #000;
	text-shadow: none
}

::-webkit-input-placeholder {
	color: var(--tf-text2);
	opacity: 1
}

::-moz-placeholder {
	color: var(--tf-text2);
	opacity: 1
}

:-moz-placeholder {
	color: var(--tf-text2);
	opacity: 1
}

:-ms-input-placeholder {
	color: var(--tf-text2);
	opacity: 1
}

:focus {
	outline: -webkit-focus-ring-color auto 0
}

:focus-visible {
	outline: 0 dotted
}

figure {
	margin-bottom: 0
}

body::-webkit-scrollbar {
	width: 16px
}

body::-webkit-scrollbar-track {
	background: var(--tf-bg)
}

body::-webkit-scrollbar-thumb {
	background-color: var(--tf-clr);
	outline: 0 solid var(--tf-bg)
}

@media (min-width:1200px) {
	.col-xl-25 {
		width: 20%
	}
}

.main {
	background: var(--tf-main)
}

@media (min-width:1200px) {
	.main {
		width: 1164px;
		margin: 0 auto;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
	}
}

@media (min-width:1400px) {
	.main {
		width: 1344px
	}
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: var(--tf-head);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	z-index: 99
}

.header__btn {
	position: absolute;
	width: 24px;
	height: 22px;
	display: block;
	left: 0
}

.header__btn span {
	position: absolute;
	left: 0;
	width: 24px;
	height: 2px;
	background-color: var(--tf-text1);
	border-radius: 3px;
	transition: .5s ease;
	opacity: 1
}

.header__btn span:first-child {
	top: 0
}

.header__btn span:nth-child(2) {
	top: 10px;
	width: 16px
}

.header__btn span:last-child {
	top: 20px;
	width: 8px
}

.header__btn--active span:first-child {
	transform: rotate(45deg);
	top: 10px
}

.header__btn--active span:nth-child(2) {
	opacity: 0
}

.header__btn--active span:last-child {
	width: 24px;
	transform: rotate(-45deg);
	top: 10px
}

.header__logo {
	margin-left: 44px
}

.header__logo svg {
	fill: var(--tf-text1)
}

.header__logo:hover svg {
	fill: var(--tf-clr)
}

.header__content {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	width: 100%;
	height: 80px
}

.header__search {
	display: none;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-left: auto;
	margin-right: 24px
}

.header__search input {
	width: 200px;
	height: 44px;
	border: 2px solid var(--tf-border);
	background-color: var(--tf-bgclr);
	position: relative;
	border-radius: 22px;
	padding: 0 20px;
	color: var(--tf-text1);
	font-size: 14px
}

.header__search input:hover,
.header__search input:focus {
	border-color: var(--tf-clr)
}

.header__search button {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 20px;
	top: 0;
	width: 20px;
	height: 44px;
	opacity: .9
}

.header__search button svg {
	width: 20px;
	height: 20px;
	stroke: var(--tf-text2)
}

.header__search button:hover {
	opacity: 1
}

.header__search button:hover svg {
	stroke: var(--tf-clr)
}

.header__nav {
	position: relative;
	display: none;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: auto;
	margin-right: auto;
	margin-left: auto
}

.header__nav li {
	display: block;
	margin-bottom: 25px
}

.header__nav li:last-child {
	margin-bottom: 0
}

.header__nav li.red a {
	color: #e36756
}

.header__nav li.red a:hover {
	color: var(--tf-clr)
}

.header__nav a {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: var(--tf-text1);
	text-transform: uppercase
}

.header__nav a svg {
	fill: var(--tf-text1);
	width: 14px;
	height: auto;
	transition: .5s ease;
	margin-left: 1px;
	margin-top: 2px
}

.header__nav a:hover,
.header__nav a[aria-expanded="true"] {
	color: var(--tf-clr)
}

.header__nav a:hover svg,
.header__nav a[aria-expanded="true"] svg {
	fill: var(--tf-clr)
}

.header__dropdown {
	position: relative;
	display: block;
	width: auto
}

.header__dropdown .dropdown-link {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center
}

.header__dropdown .dropdown-link svg {
	width: 14px;
	height: auto;
	fill: var(--tf-text1);
	margin-left: 3px;
	margin-top: 0;
	margin-bottom: 1px;
	transition: fill .5s ease
}

.header__dropdown .dropdown-link:hover,
.header__dropdown .dropdown-link[aria-expanded="true"] {
	color: var(--tf-clr)
}

.header__dropdown .dropdown-link:hover svg,
.header__dropdown .dropdown-link[aria-expanded="true"] svg {
	fill: var(--tf-clr)
}

.header__dropdown-menu {
	position: absolute;
	background-color: var(--tf-bg);
	padding: 20px;
	justify-content: flex-start;
	align-items: flex-start;
	width: 200px;
	text-align: left;
	z-index: -1;
	pointer-events: none;
	opacity: 0;
	border-radius: 8px;
	transition: .5s ease;
	transition-property: opacity, margin-top, transform;
	margin-top: 0;
	top: 0;
	transform: translate3d(0, 26px, 0);
	border: 1px solid var(--tf-border);
}

.header__dropdown-menu li {
	position: relative;
	padding: 0;
	margin-bottom: 12px
}

.header__dropdown-menu li:last-child {
	margin-bottom: 0
}

.header__dropdown-menu li.more {
	width: 100%;
	margin-top: 8px;
	padding-top: 20px;
	border-top: 1px solid var(--tf-border)
}

.header__dropdown-menu li.more a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0;
	border: 2px solid var(--tf-btnborder);
	height: 44px;
	border-radius: 22px;
	padding: 0 10px;
}

.header__dropdown-menu li.more a:before {
	display: none
}

.header__dropdown-menu a {
	font-size: 14px;
	line-height: 24px;
	color: var(--tf-text1);
	text-transform: none;
	font-weight: 400;
	padding: 0 0 0 17px;
	white-space: nowrap;
	position: relative
}

.header__dropdown-menu a:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: var(--tf-clr);
	left: 0;
	top: 50%;
	margin-top: -2px;
	transition: box-shadow .5s ease
}

.header__dropdown-menu a:hover {
	color: var(--tf-clr)
}

.header__dropdown-menu.show {
	z-index: 1000;
	pointer-events: auto;
	opacity: 1;
	margin-top: 10px
}

.header__search-btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 44px;
	width: 44px;
	background-color: var(--tf-btnbg);
	border: 2px solid var(--tf-btnborder);
	border-radius: 22px;
	margin-left: auto;
	margin-right: 24px
}

.header__search-btn svg {
	stroke: var(--tf-text1)
}

.header__signin {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 44px;
	width: 44px;
	background-color: var(--tf-btnbg);
	border: 2px solid var(--tf-btnborder);
	border-radius: 22px
}

.header__signin span {
	display: none
}

.header__signin svg {
	stroke: var(--tf-text1)
}

.dropdown-menu.header__dropdown-menu.header__dropdown-menu_category {
	column-count: 3;
}

.dropdown-menu.header__dropdown-menu.header__dropdown-menu_category>li {
	width: 50%;
	white-space: nowrap;
}

.header.no_display_mobile {
	display: none;
}

.modal-open .header,
.is_modal_show .header {
	padding-right: 16px;
}

@media (min-width:576px) {
	.header__search {
		display: flex
	}

	.header__search-btn {
		display: none
	}

	.modal-open .header,
	.is_modal_show .header {
		margin-left: -15px;
		padding-right: 0;
	}
}

@media (min-width:768px) {
	.header__signin {
		width: 110px
	}

	.header__signin svg {
		display: none
	}

	.header__signin span {
		display: block;
		color: var(--tf-text1);
		transition: color .5s ease;
		font-size: 14px
	}

	.header__signin:hover span {
		color: var(--tf-clr)
	}
}

@media (min-width:1200px) {
	.header {
		width: 1164px;
		left: calc(50% - 582px);
		right: auto
	}

	.modal-open .header,
	.is_modal_show .header {
		left: calc(50% - 590px);
		margin-left: 0;
	}

	.header__btn {
		display: none
	}

	.header__logo {
		margin-left: 0
	}

	.header__search {
		margin-left: 24px;
		margin-right: 0
	}

	.header__search input {
		width: 160px
	}

	.header__nav {
		display: flex;
		z-index: 2
	}

	.header__nav li {
		display: block;
		margin-right: 20px;
		margin-bottom: 0
	}

	.header__nav li:last-child {
		margin-right: 0
	}

	.header__nav a {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		height: 44px;
		font-weight: 400;
		text-transform: none
	}

	.header__nav a:hover {
		color: var(--tf-clr)
	}

	.header__dropdown .dropdown-link svg {
		margin-bottom: 0;
		margin-top: 1px
	}

	.header__dropdown-menu {
		transform: translate3d(0, 42px, 0);
		margin-top: -10px;
		min-width: 160px;
		width: auto;
		/*max-width:240px*/
	}

	.header__dropdown-menu li {
		margin-right: 0;
		margin-bottom: 12px;
		padding: 0
	}

	.header__dropdown-menu li:last-child {
		margin-bottom: 0
	}

	.header__dropdown-menu a {
		padding: 0 0 0 17px;
		height: auto;
		justify-content: flex-start
	}

	.header__dropdown-menu a:hover {
		color: var(--tf-clr)
	}

	.header__dropdown-menu.show {
		margin-top: 0
	}

	.header__signin {
		width: 44px
	}

	.header__signin svg {
		display: block
	}

	.header__signin span {
		display: none
	}
}

@media (min-width:1400px) {
	.header {
		width: 1344px;
		left: calc(50% - 672px)
	}

	.modal-open .header,
	.is_modal_show .header {
		left: calc(50% - 680px);
		margin-left: 0;
	}

	.header__search input {
		width: 200px
	}

	.header__nav li {
		margin-right: 32px
	}

	.header__nav li:last-child {
		margin-right: 0
	}

	.header__signin {
		width: 110px
	}

	.header__signin svg {
		display: none
	}

	.header__signin span {
		display: block
	}
}

.menu {
	position: fixed;
	width: 280px;
	top: 80px;
	bottom: 0;
	left: 0;
	background-color: var(--tf-head);
	padding: 30px 15px 0;
	transition: transform .5s ease;
	transform: translate3d(-280px, 0, 0);
	border-right: 2px solid var(--tf-border);
	z-index: 98
}

.menu--active {
	transform: translate3d(0, 0, 0)
}

.menu__search {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--tf-border)
}

.menu__search input {
	width: 100%;
	height: 44px;
	border: 2px solid var(--tf-border);
	background-color: var(--tf-bgclr);
	position: relative;
	border-radius: 22px;
	padding: 0 20px;
	color: var(--tf-text1);
	font-size: 14px
}

.menu__search input:hover,
.menu__search input:focus {
	border-color: var(--tf-clr)
}

.menu__search button {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 20px;
	top: 0;
	width: 20px;
	height: 44px;
	opacity: .9
}

.menu__search button svg {
	width: 20px;
	height: 20px;
	stroke: var(--tf-text2)
}

.menu__search button:hover {
	opacity: 1
}

.menu__search button:hover svg {
	stroke: var(--tf-clr)
}

.menu__nav {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%
}

.menu__nav li {
	display: block;
	margin-bottom: 15px
}

.menu__nav li:last-child {
	margin-bottom: 0
}

.menu__nav li.red a {
	color: #e36756
}

.menu__nav li.red a:hover {
	color: var(--tf-clr)
}

.menu__nav a {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: var(--tf-text1);
	text-transform: uppercase
}

.menu__nav a svg {
	fill: var(--tf-text1);
	width: 14px;
	height: auto;
	transition: .5s ease;
	margin-left: 1px;
	margin-top: 2px
}

.menu__nav a:hover,
.menu__nav a[aria-expanded="true"] {
	color: var(--tf-clr)
}

.menu__nav a:hover svg,
.menu__nav a[aria-expanded="true"] svg {
	fill: var(--tf-clr)
}

.menu__dropdown {
	position: relative;
	display: block;
	width: auto
}

.menu__dropdown .dropdown-link {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center
}

.menu__dropdown .dropdown-link svg {
	width: 14px;
	height: auto;
	fill: var(--tf-text1);
	margin-left: 3px;
	margin-top: 0;
	margin-bottom: 1px;
	transition: fill .5s ease
}

.menu__dropdown .dropdown-link:hover,
.menu__dropdown .dropdown-link[aria-expanded="true"] {
	color: var(--tf-clr)
}

.menu__dropdown .dropdown-link:hover svg,
.menu__dropdown .dropdown-link[aria-expanded="true"] svg {
	fill: var(--tf-clr)
}

.menu__dropdown-menu {
	position: absolute;
	background-color: var(--tf-bg);
	padding: 20px;
	display: flex !important;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 245px;
	text-align: left;
	z-index: -1;
	pointer-events: none;
	opacity: 0;
	border-radius: 8px;
	transition: .5s ease;
	transition-property: opacity, margin-top, transform;
	margin-top: 0;
	top: 0;
	transform: translate3d(0, 26px, 0);
	border: 1px solid var(--tf-border);
	overflow: hidden;
}

.menu__dropdown-menu li {
	position: relative;
	padding: 0;
	margin-bottom: 5px
}

.menu__dropdown-menu li:last-child {
	margin-bottom: 0
}

.menu__dropdown-menu li.more {
	width: 100%;
	margin-top: 8px;
	padding-top: 20px;
	border-top: 1px solid var(--tf-border)
}

.menu__dropdown-menu li.more a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0;
	border: 2px solid var(--tf-clr);
	border: 2px solid var(--tf-btnborder);
	height: 44px;
	border-radius: 22px;
	font-size: 14px
}

.menu__dropdown-menu li.more a:before {
	display: none
}

.menu__dropdown-menu a {
	font-size: 14px;
	line-height: 24px;
	color: var(--tf-text1);
	text-transform: none;
	font-weight: 400;
	padding: 0 0 0 17px;
	white-space: nowrap;
	position: relative
}

.menu__dropdown-menu a:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: var(--tf-clr);
	left: 0;
	top: 50%;
	margin-top: -2px;
	transition: box-shadow .5s ease
}

.menu__dropdown-menu a:hover {
	color: var(--tf-clr)
}

.menu__dropdown-menu.show {
	z-index: 1000;
	pointer-events: auto;
	opacity: 1;
	margin-top: 10px
}

@media (min-width:576px) {
	.menu {
		padding-left: calc((100vw - 516px) / 2);
		padding-right: 30px;
		width: 320px;
		transform: translate3d(-320px, 0, 0)
	}

	.menu--active {
		transform: translate3d(0, 0, 0)
	}

	.menu__search {
		display: none
	}
}

@media (min-width:768px) {
	.menu {
		padding-left: calc((100vw - 696px) / 2)
	}
}

@media (min-width:992px) {
	.menu {
		padding-left: calc((100vw - 936px) / 2)
	}
}

@media (min-width:1200px) {
	.menu {
		display: none
	}
}

.section {
	position: relative;
	padding: 30px 0
}

.section__title {
	position: relative;
	width: 100%;
	padding-right: 130px
}

.section__title--page {
	padding-right: 0
}

.section__title--firsttabs {
	margin-top: 24px;
	padding-left: 25px
}

.section__title--firsttabs .section__more {
	margin-right: 25px
}

.section__title--tabs {
	margin-top: 30px;
	padding-left: 25px;
	padding-right: 0
}

.section__title--player {
	margin-top: 30px;
	padding-right: 0
}

.section__title h1,
.section__title h2 {
	color: var(--tf-text1);
	font-weight: 400;
	margin-bottom: 0;
	font-size: 21px;
	line-height: 25px
}

@media (max-width:768px) {
	.section__title.section__title--video h1 {
		text-align: center
	}
}

.section__title--long {
	margin-bottom: -9px
}

.section__title--long h1,
.section__title--long h2 {
	font-size: 18px;
	line-height: 24px
}

.section__text {
	width: 100%;
	margin-top: 20px;
	font-family: var(--main-font-family);
}

.section__text p {
	font-size: 15px;
	line-height: 24px;
	font-family: var(--main-font-family);
	color: var(--tf-text2);
	font-weight: 400;
	margin-bottom: 20px
}

.section__text p a {
	color: var(--tf-text1);
	text-decoration: underline
}

.section__text p a:hover {
	color: var(--tf-clr);
	text-decoration: none
}

.section__text p b,
.section__text p strong {
	font-weight: 500
}

.section__text p:last-child {
	margin-bottom: 0
}

.section__more {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 110px;
	height: 40px;
	background-color: var(--tf-btnbg);
	border: 2px solid var(--tf-btnborder);
	font-size: 14px;
	color: var(--tf-text2);
	border-radius: 20px;
	position: absolute;
	right: 0;
	bottom: 0
}

.section__more:hover {
	color: var(--tf-clr)
}

.section__carousel {
	display: block;
	position: relative;
	width: 100%;
	margin-top: 20px
}

.section__carousel--tabs {
	padding: 0 25px
}

.section__carousel--tabs .item__cover {
	height: 400px
}

.section__carousel .splide__track {
	border-radius: 8px
}

.section__carousel .splide__pagination {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 34px;
	position: relative;
	padding: 0;
	bottom: 0
}

.section__carousel .splide__pagination li {
	margin-right: 10px
}

.section__carousel .splide__pagination li:last-child {
	margin-right: 0
}

.section__carousel .splide__pagination__page {
	display: block;
	height: 4px;
	width: 10px;
	border-radius: 4px;
	background-color: var(--tf-text2);
	transition: .5s ease;
	opacity: 1;
	margin: 0
}

.section__carousel .splide__pagination__page.is-active {
	transform: scale(1);
	width: 20px;
	background-color: var(--tf-clr)
}

.section__tabs {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
	border: none;
	border-bottom: 1px solid var(--tf-border);
	margin-bottom: 6px
}

.section__tabs li {
	margin-right: 25px
}

.section__tabs li:last-child {
	margin-right: 0
}

.section__tabs button {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	color: var(--tf-text2);
	position: relative;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	padding-bottom: 10px;
	white-space: nowrap
}

.section__tabs button:hover {
	color: var(--tf-clr)
}

.section__tabs button:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0;
	display: block;
	background: var(--tf-clr);
	box-shadow: none;
	transition: .5s ease;
	border-radius: 3px 3px 0 0
}

.section__tabs button.active {
	color: var(--tf-text1)
}

.section__tabs button.active:before {
	height: 3px
}

.section__tabs--film {
	margin-top: 40px
}

.section__tabs--big {
	overflow-x: auto
}

.section__tabs--profile {
	margin-top: 18px
}

.section__btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: auto;
	padding: 0 20px;
	height: 40px;
	background-color: var(--tf-btnbg);
	border: 2px solid var(--tf-btnborder);
	border-radius: 20px;
	font-size: 14px;
	color: var(--tf-text2);
	position: absolute;
	right: 0;
	top: -2px
}

.section__btn:hover {
	color: var(--tf-clr)
}

.section__filter {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	margin-top: 24px;
	margin-bottom: 6px
}

.section__filter--tabs {
	margin-bottom: 6px
}

.section__search {
	display: inline-flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 100%
}

.section__search input {
	width: 100%;
	height: 44px;
	border: 2px solid var(--tf-border);
	background: var(--tf-bgclr);
	position: relative;
	border-radius: 22px;
	padding: 0 20px;
	color: var(--tf-text1);
	font-size: 14px
}

.section__search input:hover,
.section__search input:focus {
	border-color: var(--tf-clr)
}

.section__search button {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 20px;
	top: 0;
	width: 20px;
	height: 44px;
	opacity: .9
}

.section__search button svg {
	width: 20px;
	height: 20px;
	stroke: var(--tf-text2)
}

.section__search button:hover {
	opacity: 1
}

.section__search button:hover svg {
	stroke: var(--tf-clr)
}

.section__sort {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 20px
}

.section__sort span {
	font-family: var(--main-font-family);
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	color: var(--tf-text2);
	margin-bottom: 15px
}

.section__select {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	padding: 0 15px;
	border-radius: 20px;
	border: 2px solid var(--tf-border);
	background: var(--tf-bgclr)
}

.section__select:focus {
	box-shadow: none
}

.section__select:last-child {
	margin-right: 0
}

.section__select.ss-open-below {
	border-radius: 20px !important
}

.section__select.ss-open-above {
	border-radius: 20px !important
}

.section__select .ss-single {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	height: 36px;
	padding: 0;
	margin: 0 !important;
	color: var(--tf-text1);
	font-size: 14px
}

.section__select .ss-arrow {
	width: 8px;
	height: 8px;
	margin: 1px 0 0 6px
}

.section__select .ss-arrow path {
	stroke: var(--tf-text1)
}

.section__select .ss-list {
	width: 100%
}

.section__select .ss-list .ss-option {
	font-size: 14px;
	color: var(--tf-text1);
	line-height: 36px;
	padding: 0;
	transition: .5s ease
}

.section__select .ss-list .ss-option:hover {
	background-color: transparent;
	color: var(--tf-clr)
}

.section__select .ss-list .ss-option.ss-selected {
	background-color: transparent !important;
	color: var(--tf-clr) !important
}

.section__select.ss-content {
	flex-direction: column;
	align-items: flex-start;
	border: 2px solid var(--tf-border);
	border-radius: 8px;
	min-width: 160px;
	width: auto;
	padding: 15px 20px;
	background: var(--tf-bg)
}

.section__description {
	margin-top: 30px;
	font-size: 15px;
	line-height: 24px;
	font-family: var(--main-font-family);
	color: var(--tf-text2);
	margin-bottom: 0
}

.section__info {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	width: 100%;
	margin-top: 24px;
	padding: 30px 20px;
	border: 2px solid var(--tf-border);
	border-radius: 8px
}

.section__info p {
	font-size: 15px;
	line-height: 24px;
	font-family: var(--main-font-family);
	color: var(--tf-text2);
	margin-bottom: 20px
}

.section__info p:last-child {
	margin-bottom: 0
}

.section--hero {
	margin-top: 80px
}

.section--first {
	margin-top: 80px;
	padding-top: 30px
}

.section--catalog {
	padding-top: 6px
}

.section--pb0 {
	padding-bottom: 0
}

.section--pt0 {
	padding-top: 0
}

.section--bt {
	border-top: 1px solid var(--tf-border)
}

@media (min-width:576px) {
	.section__carousel--tabs .item__cover {
		height: 300px
	}
}

@media (min-width:768px) {
	.section {
		padding: 50px 0
	}

	.section--pb0 {
		padding-bottom: 0
	}

	.section--pt0 {
		padding-top: 0
	}

	.section--first {
		padding-top: 30px
	}

	.section--catalog {
		padding-top: 6px
	}

	.section__title h1,
	.section__title h2 {
		font-size: 21px;
		line-height: 25px
	}

	.section__title--firsttabs {
		padding-left: 0
	}

	.section__title--firsttabs .section__more {
		margin-right: 0
	}

	.section__title--tabs {
		margin-top: 50px;
		padding-left: 0
	}

	.section__title--long {
		margin-bottom: -9px
	}

	.section__title--long h1,
	.section__title--long h2 {
		font-size: 21px;
		line-height: 25px
	}

	.section__title--player {
		margin-top: 40px
	}

	.section__more {
		bottom: 4px
	}

	.section__carousel .splide__pagination {
		margin-top: 54px
	}

	.section__carousel--tabs {
		padding: 0
	}

	.section__carousel--tabs .item__cover {
		height: 320px
	}

	.section__tabs li {
		margin-right: 30px
	}

	.section__tabs li:last-child {
		margin-right: 0
	}

	.section__btn {
		top: 5px
	}

	.section__filter {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 6px
	}

	.section__filter--tabs {
		margin-bottom: 6px
	}

	.section__search {
		width: 240px
	}

	.section__sort {
		width: auto;
		margin-top: 0
	}

	.section__sort span {
		margin-bottom: 0;
		margin-right: 15px
	}

	.section__select {
		width: auto;
		min-width: 160px
	}

	.section__description {
		margin-top: 50px
	}

	.section__info {
		padding: 30px
	}
}

@media (min-width:992px) {
	.section__carousel--tabs .item__cover {
		height: 310px
	}
}

@media (min-width:1200px) {
	.section__title {
		padding-right: 265px
	}

	.section__title--page {
		padding-right: 0
	}

	.section__title--player {
		margin-top: 50px
	}

	.section__more--carousel {
		right: 125px
	}

	.section__tabs--film {
		margin-top: 24px
	}

	.section__search {
		width: 270px
	}

	.section__carousel--tabs .item__cover {
		height: 290px
	}
}

@media (min-width:1400px) {
	.section__search {
		width: 310px
	}

	.section__carousel--tabs .item__cover {
		height: 330px
	}
}

.filter {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%
}

.filter__btn {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: auto;
	margin-top: 24px;
	font-size: 14px;
	line-height: 24px;
	color: var(--tf-text1)
}

.filter__btn svg {
	width: 24px;
	height: 24px;
	stroke: var(--tf-clr);
	margin-right: 5px
}

.filter__sort {
	display: none;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 30px
}

.filter__sort span {
	font-family: var(--main-font-family);
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	color: var(--tf-text2);
	margin-bottom: 20px
}

.filter__sort--first {
	margin-top: 44px
}

.filter__sort--mob {
	display: flex
}

.filter__select {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	padding: 0 15px;
	border-radius: 20px;
	border: 2px solid var(--tf-border);
	background: var(--tf-bgclr);
	margin-bottom: 20px
}

.filter__select:focus {
	box-shadow: none
}

.filter__select:last-child {
	margin-bottom: 0
}

.filter__select.ss-open-below {
	border-radius: 20px !important
}

.filter__select.ss-open-above {
	border-radius: 20px !important
}

.filter__select .ss-single {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	height: 36px;
	padding: 0;
	margin: 0 !important;
	color: var(--tf-text1);
	font-size: 14px
}

.filter__select .ss-arrow {
	width: 8px;
	height: 8px;
	margin: 1px 0 0 6px
}

.filter__select .ss-arrow path {
	stroke: var(--tf-text1)
}

.filter__select .ss-search {
	padding: 0;
	margin-bottom: 12px;
	font-size: 12px;
	color: var(--tf-text1);
	width: 100%
}

.filter__select .ss-search:last-child {
	margin-bottom: 0
}

.filter__select .ss-search input {
	padding: 0;
	background-color: transparent;
	color: var(--tf-text1);
	font-size: 14px;
	border-radius: 0;
	border: none;
	border-bottom: 2px solid var(--tf-border);
	height: 40px
}

.filter__select .ss-search input:focus {
	box-shadow: none
}

.filter__select .ss-search input::placeholder {
	color: var(--tf-text1)
}

.filter__select .ss-list {
	width: 100%
}

.filter__select .ss-list .ss-option {
	font-size: 14px;
	color: var(--tf-text1);
	line-height: 36px;
	padding: 0;
	transition: .5s ease
}

.filter__select .ss-list .ss-option:hover {
	background-color: transparent;
	color: var(--tf-clr)
}

.filter__select .ss-list .ss-option.ss-selected {
	background-color: transparent !important;
	color: var(--tf-clr) !important
}

.filter__select.ss-content {
	flex-direction: column;
	align-items: flex-start;
	border: 2px solid var(--tf-border);
	border-radius: 8px;
	min-width: 180px;
	width: auto;
	padding: 15px 20px;
	background: var(--tf-bg)
}

.filter__clear {
	display: none;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	background-color: var(--tf-btnbg);
	border: 2px solid var(--tf-btnborder);
	border-radius: 20px;
	font-size: 14px;
	color: var(--tf-text1);
	padding: 0 20px;
	margin-top: 20px
}

.filter__clear:hover {
	color: var(--tf-clr)
}

.filter__clear--mob {
	display: flex;
	margin-top: auto
}

.filter__apply {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	border: 2px solid var(--tf-clr);
	border-radius: 20px;
	font-size: 14px;
	color: var(--tf-text1);
	padding: 0 20px;
	margin-top: 30px
}

.filter__apply:hover {
	color: var(--tf-clr)
}

@media (min-width:768px) {
	.filter__btn {
		display: none
	}

	.filter__sort {
		display: flex;
		justify-content: flex-start
	}

	.filter__sort span {
		margin-bottom: 0;
		margin-right: 15px
	}

	.filter__select {
		width: auto;
		margin-bottom: 0;
		margin-right: 20px
	}

	.filter__clear {
		display: flex;
		width: auto
	}
}

@media (min-width:992px) {
	.filter {
		flex-direction: row;
		margin-top: 24px;
		margin-top: 0;
	}

	.filter__sort {
		width: auto;
		margin-top: 0
	}

	.filter__sort--first {
		margin-right: 10px
	}

	.filter__clear {
		margin-top: 0;
		margin-left: auto
	}
}

.mfilter {
	position: fixed;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 280px;
	top: 80px;
	bottom: 0;
	left: 0;
	background-color: var(--tf-bg);
	padding: 30px 15px 30px;
	transition: transform .5s ease;
	transform: translate3d(-280px, 0, 0);
	border-top: 2px solid var(--tf-border);
	border-right: 2px solid var(--tf-border);
	z-index: 99
}

.mfilter--active {
	transform: translate3d(0, 0, 0);
	padding-top: 60px;
}

.mfilter .filter__sort:first-child {
	margin-top: 0
}

.mfilter__close {
	position: absolute;
	top: 30px;
	right: 15px;
	z-index: 1
}

.mfilter__close svg {
	fill: var(--tf-clr);
	transition: fill .5s ease;
	height: 20px;
	width: 20px
}

.mfilter__close:hover svg {
	fill: #e36756
}

@media (min-width:576px) {
	.mfilter {
		padding-left: calc((100vw - 516px) / 2);
		padding-right: 30px;
		width: 320px;
		transform: translate3d(-320px, 0, 0)
	}

	.mfilter--active {
		transform: translate3d(0, 0, 0)
	}
}

@media (min-width:768px) {
	.mfilter {
		display: none
	}
}

.breadcrumbs {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 25px
}

.breadcrumbs__item {
	font-size: 14px;
	line-height: 26px;
	color: var(--tf-text2);
	transition: .5s ease;
	position: relative;
	margin-right: 40px
}

.breadcrumbs__item:before {
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	width: 40px;
	height: 26px;
	bottom: 0;
	background: var(--tf-chevron);
	background-size: 14px 14px
}

.breadcrumbs__item--active {
	cursor: default;
	margin-right: 0
}

.breadcrumbs__item--active:before {
	display: none
}

.breadcrumbs__item--active.breadcrumbs__item--active_cuted {
	width: 225px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.breadcrumbs a {
	color: var(--tf-text2)
}

.breadcrumbs a:hover {
	color: var(--tf-clr)
}

.splide--content .splide__arrows {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 38px
}

.splide--content .splide__arrow {
	position: absolute;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	z-index: 2;
	background-color: var(--tf-btnbg);
	border: 2px solid var(--tf-btnborder);
	border-radius: 20px;
	opacity: .5;
	transform: none
}

.splide--content .splide__arrow svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: var(--tf-text2)
}

.splide--content .splide__arrow:hover {
	opacity: 1
}

.splide--content .splide__arrow:hover svg {
	stroke: var(--tf-clr)
}

.splide--content .splide__arrow--prev {
	left: 15px
}

.splide--content .splide__arrow--prev svg {
	transform: none;
	margin-right: 1px
}

.splide--content .splide__arrow--prev.splide__arrow--tabs {
	left: 40px
}

.splide--content .splide__arrow--next {
	right: 15px
}

.splide--content .splide__arrow--next svg {
	margin-left: 1px
}

.splide--content .splide__arrow--next.splide__arrow--tabs {
	right: 40px
}

@media (min-width:768px) {
	.splide--content .splide__arrows {
		bottom: 58px
	}
}

@media (min-width:1200px) {
	.splide--content .splide__arrows {
		position: relative;
		width: 1116px;
		margin: 0 auto;
		top: auto;
		right: auto;
		left: auto;
		bottom: auto
	}

	.splide--content .splide__arrow {
		position: absolute;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
		right: 0;
		top: -64px;
		margin-top: 0;
		z-index: 2;
		background-color: var(--tf-btnbg);
		border: 2px solid var(--tf-btnborder);
		border-radius: 20px;
		opacity: 1;
		transform: none
	}

	.splide--content .splide__arrow svg {
		width: 24px;
		height: 24px;
		fill: none;
		stroke: var(--tf-text2)
	}

	.splide--content .splide__arrow:hover svg {
		stroke: var(--tf-clr)
	}

	.splide--content .splide__arrow--prev {
		right: 56px;
		left: auto
	}

	.splide--content .splide__arrow--prev svg {
		transform: none;
		margin-right: 1px
	}

	.splide--content .splide__arrow--prev.splide__arrow--tabs {
		right: 56px;
		left: auto
	}

	.splide--content .splide__arrow--next {
		right: 0
	}

	.splide--content .splide__arrow--next svg {
		margin-left: 1px
	}

	.splide--content .splide__arrow--next.splide__arrow--tabs {
		right: 0;
		left: auto
	}
}

@media (min-width:1400px) {
	.splide--content .splide__arrows {
		width: 1296px
	}
}

.item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	position: relative;
	border: 1px solid var(--tf-border);
	border-radius: 8px
}

.item--grid {
	margin-top: 25px
}

.item--big .item__cover {
	height: auto
}

.item--big .item__title {
	/*min-height:auto*/
}

.item__cover {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	position: relative;
	border-radius: 8px;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 3px;
	/*height:430px*/
	height: auto !important;
}

.item__cover:before {
	content: '';
	position: absolute;
	z-index: 3;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%)
}

.item__pins {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	position: absolute;
	z-index: 4;
	top: 5px;
	left: 5px
}

.item__pins li {
	margin-bottom: 15px
}

.item__pins li:last-child {
	margin-bottom: 0
}

.item__pin {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 24px;
	border-radius: 4px;
	font-weight: 500;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase
}

.item__pin--hd {
	background-color: #e36756
}
.item__pin--1080 {
	height:37px;
	width: 86px;
	background-color: transparent;
	background-image:url('../images/1080p-icon-139.png');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	color: transparent;
	text-transform: none;
}

.item__pin--lg {
	background-color: #208f6e
}

.item__pin--premium {
	background-color: #d4af37;
	position: absolute;
	z-index: 4;
	width: 78px;
	top: 5px;
	right: 5px;
	text-transform: none;
}

.item__pin--premium svg {
	stroke: #fff;
	margin-right: 3px;
}

.item__meta {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	z-index: 4;
	bottom: 5px;
	left: 5px;
	right: 5px;
}

.item__meta li {
	font-size: 13px;
	line-height: 24px;
	padding: 0 5px;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff
}

.item__meta li:last-child {
	margin-right: 0;
}

.item__img {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	transition: .5s ease;
	transition-property: transform, filter
}

.item__title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	color: var(--tf-text1);
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 3px;
	width: 100%;
	transition: color .5s ease;
	min-height: 48px;
	padding: 0 10px
}

.item__title a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(--tf-text1)
}

.item__title a:hover {
	color: var(--tf-clr)
}

.item__title:hover {
	color: var(--tf-clr)
}

.item__stats {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	border-top: 1px solid var(--tf-border);
	padding: 5px 10px
}

.item__stats li {
	margin-right: 20px
}

.item__stats li:last-child {
	margin-right: 0
}

.item__stat {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	color: var(--tf-text2);
	font-size: 14px;
	line-height: 24px
}

.item__stat svg {
	width: 20px;
	height: 20px;
	margin-left: 5px;
	margin-bottom: 1px;
	stroke: var(--tf-clr)
}

.item__stat--like svg {
	stroke: #208f6e
}

.item__bookmarks {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0 20px;
	height: 40px;
	background-color: var(--tf-btnbg);
	border: 2px solid var(--tf-btnborder);
	border-radius: 20px;
	font-size: 14px;
	color: var(--tf-text2);
	margin-top: 10px
}

.item__bookmarks svg {
	width: 20px;
	height: 20px;
	stroke: #208f6e;
	margin-right: 5px;
	transition: opacity .5s ease
}

.item__bookmarks:hover {
	color: var(--tf-clr)
}

@media (min-width:400px) {
	.item--big .item__cover {
		height: auto
	}

	.item__cover {
		height: 510px
	}
}

@media (min-width:576px) {
	.item--big .item__cover {
		height: auto
	}

	.item__cover {
		height: 340px
	}
}

@media (min-width:768px) {
	.item--big .item__title {
		/*font-size:18px;line-height:28px;margin-bottom:10px*/
	}

	.item--big .item__cover {
		height: auto;
		margin-bottom: 10px
	}

	.item__cover {
		height: 320px
	}

	/*.item__pins{top:20px;left:20px}*/
	/*.item__pin--premium{top:20px;right:20px}*/
	/*.item__meta{bottom:20px;left:20px}*/
	.item--small .item__cover {
		height: 292px
	}
}

@media (min-width:992px) {
	.item--big .item__cover {
		height: auto
	}

	.item__cover {
		height: 310px
	}

	.item--small .item__cover {
		height: 292px
	}
}

@media (min-width:1200px) {
	.item--small .item__title {
		padding: 0 10px
	}

	.item--small .item__pins {
		top: 5px;
		left: 5px
	}

	.item--small .item__pins li {
		margin-bottom: 10px
	}

	.item--small .item__pins li:last-child {
		margin-bottom: 0
	}

	.item--small .item__pin {
		width: 36px;
		font-size: 10px
	}

	.item--small .item__pin--premium {
		top: 5px;
		right: 5px;
		width: 66px
	}

	.item--small .item__meta {
		bottom: 5px;
		left: 5px
	}

	.item--small .item__meta li {
		font-size: 10px;
		margin-right: 5px
	}

	.item--small .item__meta li:last-child {
		margin-right: 0
	}

	.item--small .item__cover {
		height: 224px
	}

	.item--small .item__stats {
		padding: 5px 10px
	}

	.item--big .item__cover {
		height: auto
	}

	.item__cover {
		height: 290px;
		height: 350px;
	}

	.item__cover:hover .item__img {
		transform: scale(1.08)
	}
}

@media (min-width:1400px) {
	.item--big .item__cover {
		height: auto
	}

	.item--small .item__cover {
		height: 190px
	}

	.item__cover {
		height: 330px;
		height: 414px;
	}
}

.category {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 200px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	background-color: #def7fe
}

.category:hover {
	background-color: var(--tf-border)
}

.category--bg {
	background-color: transparent
}

.category--bg:before {
	content: '';
	position: absolute;
	z-index: 2;
	display: block;
	top: 40%;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%)
}

.category--bg .category__title {
	color: #fff;
	line-height: 28px;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 5px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0
}

.category--bg .category__value {
	color: #fff;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.4);
	line-height: 24px;
	margin-bottom: 0;
	position: absolute;
	top: 15px;
	left: 15px
}

.category--purple {
	background-color: #eebcff
}

.category--light {
	background-color: #c6d8ff
}

.category--orange {
	background-color: #fed6bc
}

.category--aqva {
	background-color: #b5f2ea
}

.category--grid {
	margin-top: 24px
}

.category__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
	transition: .5s ease;
	transition-property: transform, filter;
	z-index: 1
}

.category__icon {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background-color: #fff;
	margin-bottom: 10px;
	border-radius: 30px
}

.category__icon svg {
	width: 36px;
	height: 36px;
	stroke: #121212
}

.category__lang {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	margin-bottom: 10px;
	object-fit: cover;
}

.category__title {
	position: relative;
	text-align: center;
	z-index: 3;
	font-weight: 400;
	color: #121212;
	font-size: 16px;
	line-height: 26px;
	padding: 0 8px;
	margin-bottom: 10px;
	transition: color .5s ease
}

.category__value {
	position: relative;
	text-align: center;
	z-index: 3;
	font-size: 13px;
	line-height: 18px;
	padding: 0 5px;
	color: #333;
	margin-bottom: 20px
}

.category--grid.category--bg {
	height: 260px
}

@media (min-width:768px) {
	.category--grid.category--bg {
		height: 260px
	}

	.category--grid.category--bg .category__title {
		font-size: 18px;
		line-height: 30px
	}
}

@media (min-width:1200px) {
	.category--bg:hover .category__bg {
		transform: scale(1.08)
	}
}

.tag {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 120px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	background-color: var(--tf-border)
}

.tag:hover .tag__title {
	color: var(--tf-clr)
}

.tag__title {
	position: relative;
	text-align: center;
	z-index: 3;
	font-weight: 400;
	color: var(--tf-text1);
	font-size: 16px;
	line-height: 26px;
	padding: 0 8px;
	margin-bottom: 10px;
	transition: color .5s ease
}

.tag__value {
	position: relative;
	text-align: center;
	z-index: 3;
	font-size: 13px;
	line-height: 18px;
	padding: 0 5px;
	color: var(--tf-text2);
	margin-bottom: 0
}

.studio {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 150px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	background-color: #121212
}

.studio:hover {
	background-color: var(--tf-border)
}

.studio__img {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0 20px
}

.studio__img img {
	width: auto;
	max-width: 100%
}

.studio__name {
	position: absolute;
	bottom: 0;
	bottom: 0;
	display: block;
	width: 100%;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	background-color: rgba(0, 0, 0, 0.4);
	transition: color .5s ease;
	padding: 5px;
	z-index: 2;
	pointer-events: none;
}

.post {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	background-color: transparent;
	border: 2px solid var(--tf-border);
	padding: 30px 20px;
	border-radius: 8px;
	position: relative;
	margin-top: 24px
}

.post__title {
	width: 100%;
	color: var(--tf-text1);
	font-weight: 400;
	margin-bottom: 30px;
	font-size: 26px;
	line-height: 36px
}

.post__title a {
	color: var(--tf-text1)
}

.post__title a:hover {
	color: var(--tf-clr)
}

.post__rate {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: auto;
	height: 40px;
	border-radius: 20px;
	background-color: var(--tf-btnbg);
	border: 2px solid var(--tf-btnborder);
	padding: 0 20px;
	position: relative
}

.post__rate:before {
	content: '';
	position: absolute;
	display: block;
	pointer-events: none;
	width: 1px;
	height: 18px;
	background-color: var(--tf-btnborder);
	top: 10px;
	left: 50%;
	margin-left: 2px
}

.post__rate button {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	color: var(--tf-text2)
}

.post__rate button span {
	font-size: 14px;
	line-height: 24px
}

.post__rate button svg {
	width: 20px;
	height: 20px
}

.post__rate button:hover {
	color: var(--tf-clr)
}

.post__like {
	margin-right: 25px
}

.post__like svg {
	stroke: #208f6e;
	margin-left: 5px;
	margin-bottom: 1px
}

.post__dislike svg {
	stroke: #e36756;
	margin-right: 5px;
	margin-top: 1px
}

.post__text {
	margin-bottom: 30px
}

.post__text p {
	font-size: 16px;
	line-height: 26px;
	font-family: var(--main-font-family);
	color: var(--tf-text2);
	margin-bottom: 20px
}

.post__text p:last-child {
	margin-bottom: 0
}

.post__photo {
	margin-bottom: 30px;
	width: 100%
}

.post__photo img {
	width: auto;
	max-width: 100%;
	border-radius: 8px
}

.post__tags {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 10px
}

.post__tags span {
	font-family: var(--main-font-family);
	color: var(--tf-text2);
	font-weight: 400;
	font-size: 15px;
	line-height: 40px;
	margin-right: 20px;
	margin-top: 20px
}

.post__tags ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap
}

.post__tags ul li {
	margin-right: 20px;
	margin-top: 20px
}

.post__tags ul li:last-child {
	margin-right: 0
}

.post__tags ul a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 40px;
	border: 1px solid var(--tf-border);
	background-color: var(--tf-bgclr);
	border-radius: 20px;
	padding: 0 15px;
	color: var(--tf-text1);
	font-size: 14px
}

.post__tags ul a:hover {
	color: var(--tf-clr)
}

.post__meta {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	margin-top: 30px
}

.post__meta li {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-right: 20px;
	font-size: 14px;
	line-height: 24px;
	color: var(--tf-text2)
}

.post__meta li:last-child {
	margin-right: 0
}

.post__meta li svg {
	width: 20px;
	height: 20px;
	stroke: var(--tf-clr);
	margin-right: 5px;
	margin-bottom: 1px
}

@media (min-width:768px) {
	.post {
		padding: 30px
	}

	.post__title {
		font-size: 28px;
		line-height: 40px;
		padding-right: 180px
	}

	.post__rate {
		position: absolute;
		top: 30px;
		right: 30px
	}

	.post__text p {
		font-size: 17px;
		line-height: 28px
	}

	.post__text,
	.post__photo {
		margin-bottom: 0
	}

	.post__tags span {
		width: 65px;
		margin-right: 15px
	}

	.post__tags ul {
		width: calc(100% - 80px)
	}
}

.article {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	margin-top: 24px
}

.article__info {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%
}

.article__img {
	margin-top: 30px;
	width: auto;
	max-width: 100%
}

.article__img img {
	width: auto;
	max-width: 100%
}

.article__meta {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%
}

.article__meta li {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-right: 20px;
	font-size: 14px;
	line-height: 24px;
	color: var(--tf-text2)
}

.article__meta li:last-child {
	margin-right: 0
}

.article__meta li svg {
	width: 20px;
	height: 20px;
	stroke: var(--tf-clr);
	margin-right: 5px;
	margin-bottom: 1px
}

.article__bookmarks {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: auto;
	padding: 0 20px;
	height: 40px;
	background-color: var(--tf-btnbg);
	border: 2px solid var(--tf-btnborder);
	border-radius: 20px;
	font-size: 14px;
	color: var(--tf-text2);
	margin-top: 30px;
	position: relative
}

.article__bookmarks svg {
	width: 20px;
	height: 20px;
	stroke: var(--tf-clr);
	margin-right: 5px;
	transition: opacity .5s ease
}

.article__bookmarks svg:last-child {
	position: absolute;
	left: 20px;
	stroke: #208f6e;
	margin-right: 0;
	opacity: 0
}

.article__bookmarks:hover {
	color: var(--tf-clr)
}

.article__bookmarks.active {
	border-color: #208f6e
}

.article__bookmarks.active svg {
	opacity: 0
}

.article__bookmarks.active svg:last-child {
	opacity: 1
}

.article__rate {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: auto;
	height: 40px;
	border-radius: 20px;
	background-color: var(--tf-btnbg);
	border: 2px solid var(--tf-btnborder);
	padding: 0 20px;
	position: relative;
	margin-top: 30px
}

.article__rate:before {
	content: '';
	position: absolute;
	display: block;
	pointer-events: none;
	width: 1px;
	height: 18px;
	background-color: var(--tf-btnborder);
	top: 10px;
	left: 50%;
	margin-left: 2px
}

.article__rate button {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	color: var(--tf-text2)
}

.article__rate button span {
	font-size: 14px;
	line-height: 24px
}

.article__rate button svg {
	width: 20px;
	height: 20px
}

.article__rate button:hover {
	color: var(--tf-clr)
}

.article__like {
	margin-right: 25px
}

.article__like svg {
	stroke: #208f6e;
	margin-left: 5px;
	margin-bottom: 1px
}

.article__dislike svg {
	stroke: #e36756;
	margin-right: 5px;
	margin-top: 1px
}

.article__photo {
	margin-top: 30px;
	width: 100%
}

.article__photo img {
	width: auto;
	max-width: 100%;
	border-radius: 8px
}

.article__content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	margin-top: 30px
}

.article__content h2 {
	color: var(--tf-text1);
	font-weight: 400;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 34px
}

.article__content p {
	font-size: 16px;
	line-height: 26px;
	font-family: var(--main-font-family);
	color: var(--tf-text1);
	margin-bottom: 20px
}

.article__content p:last-child {
	margin-bottom: 0
}

.article__content--clean {
	margin-top: 0
}

.article__tags {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 10px
}

.article__tags span {
	font-family: var(--main-font-family);
	color: var(--tf-text2);
	font-weight: 400;
	font-size: 15px;
	line-height: 40px;
	margin-right: 20px;
	margin-top: 20px
}

.article__tags ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap
}

.article__tags ul li {
	margin-right: 20px;
	margin-top: 20px
}

.article__tags ul li:last-child {
	margin-right: 0
}

.article__tags ul a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 40px;
	border: 1px solid var(--tf-border);
	background-color: var(--tf-bgclr);
	border-radius: 20px;
	padding: 0 15px;
	color: var(--tf-text1);
	font-size: 14px
}

.article__tags ul a:hover {
	color: var(--tf-clr)
}

@media (min-width:768px) {
	.article__info {
		justify-content: flex-end
	}

	.article__meta {
		width: auto;
		margin-right: auto
	}

	.article__bookmarks {
		margin-top: 0
	}

	.article__content h2 {
		font-size: 21px;
		line-height: 25px
	}

	.article__content p {
		font-size: 17px;
		line-height: 28px
	}

	.article__tags span {
		width: 65px;
		margin-right: 15px
	}

	.article__tags ul {
		width: calc(100% - 80px)
	}
}

@media (min-width:992px) {
	.article {
		padding-right: 16px
	}
}

@media (min-width:1200px) {
	.article {
		padding-right: 36px
	}
}

.actor {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	position: relative;
	margin-top: 24px
}

.actor--slider {
	margin-top: 0
}

.actor__cover {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	/*height:215px;*/
	position: relative;
	border-radius: 8px;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 10px
}

.actor__cover:before {
	content: '';
	position: absolute;
	z-index: 3;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%)
}

.actor__img {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	transition: .5s ease;
	transition-property: transform, filter;
}

/*.actor__img{height: 340px;width: auto;}*/
/*.actor--small .actor__img{height: 200px;}*/
/*@media(max-width:1199px){
.actor--small .actor__img{height: auto;}
}*/
.actor__videos {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 4;
	font-size: 13px;
	color: #fff;
	line-height: 24px;
	padding: 0 5px;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.4)
}

.actor__title {
	color: #fff;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	transition: color .5s ease;
	padding: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	pointer-events: none
}

.actor__bookmarks {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0 20px;
	height: 40px;
	background-color: var(--tf-btnbg);
	border: 2px solid var(--tf-btnborder);
	border-radius: 20px;
	font-size: 14px;
	color: var(--tf-text2);
	margin-top: 10px
}

.actor__bookmarks svg {
	width: 20px;
	height: 20px;
	stroke: #208f6e;
	margin-right: 5px;
	transition: opacity .5s ease
}

.actor__bookmarks:hover {
	color: var(--tf-clr)
}

.actor--small.actor--small--big .actor__cover {
	height: auto
}

@media (min-width:400px) {
	/*.actor__cover{height:240px}*/
}

@media (min-width:576px) {
	/*.actor__cover{height:320px}*/
}

@media (min-width:768px) {

	/*.actor__cover{height:280px}*/
	.actor__videos {
		top: 5px;
		left: 5px
	}

	.actor--small .actor__videos {
		top: 15px;
		left: 15px;
		font-size: 13px
	}

	/*.actor--small .actor__cover{height:200px}*/
}

@media (min-width:992px) {
	/*.actor--small .actor__cover{height:280px}*/
}

@media (min-width:1200px) {

	/*.actor--small .actor__cover{height:220px}*/
	/*.actor__cover{height:260px}*/
	.actor__cover:hover .actor__img {
		transform: scale(1.08)
	}
}

@media (min-width:1400px) {
	/*.actor--small .actor__cover{height:185px}*/
	/*.actor__cover{height:290px}*/
}

.model {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 24px;
	position: relative
}

.model__img {
	width: 100%
}

.model__img img {
	width: auto;
	max-width: 100%;
	border-radius: 8px
}

.model__info {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	position: relative;
	margin-top: 20px
}

.model__stats {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 20px
}

.model__stats li {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-right: 20px;
	font-size: 14px;
	line-height: 24px;
	color: var(--tf-text2)
}

.model__stats li:last-child {
	margin-right: 0
}

.model__stats li svg {
	width: 20px;
	height: 20px;
	stroke: var(--tf-clr);
	margin-right: 5px;
	margin-bottom: 1px
}

.model__list {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 10px
}

.model__list li {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 5px
}

.model__list li:last-child {
	margin-bottom: 0
}

.model__list li span {
	font-size: 15px;
	line-height: 26px;
	font-family: var(--main-font-family);
	color: var(--tf-text2);
	margin-right: 5px
}

.model__list li span:last-child {
	color: var(--tf-text1);
	margin-right: 0
}

.model__social {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%
}

.model__social span {
	color: var(--tf-text2);
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	font-family: var(--main-font-family);
}

.model__social ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: auto
}

.model__social ul li {
	margin-left: 15px
}

.model__social ul li:last-child {
	margin-right: 0
}

.model__social ul img {
	width: 30px;
	height: 30px;
	border-radius: 50%
}

.model__social ul a:hover {
	opacity: .7
}

.model__actions {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: 30px
}

.model__bookmarks {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: auto;
	padding: 0 10px;
	height: 40px;
	background-color: var(--tf-btnbg);
	border: 2px solid var(--tf-btnborder);
	border-radius: 20px;
	font-size: 14px;
	color: var(--tf-text2)
}

.model__bookmarks svg {
	width: 20px;
	height: 20px;
	stroke: var(--tf-clr);
	margin-right: 5px;
	transition: opacity .5s ease
}

.model__bookmarks:hover {
	color: var(--tf-clr)
}

.model__bookmarks--logged svg:last-child {
	position: absolute;
	left: 10px;
	stroke: #208f6e;
	margin-right: 0;
	opacity: 0
}

.model__bookmarks--logged.active {
	border-color: #208f6e
}

.model__bookmarks--logged.active svg {
	opacity: 0
}

.model__bookmarks--logged.active svg:last-child {
	opacity: 1
}

.model__rate {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: auto;
	height: 40px;
	border-radius: 20px;
	background-color: var(--tf-btnbg);
	border: 2px solid var(--tf-btnborder);
	padding: 0 20px;
	position: relative
}

.model__rate:before {
	content: '';
	position: absolute;
	display: block;
	pointer-events: none;
	width: 1px;
	height: 18px;
	background-color: var(--tf-btnborder);
	top: 10px;
	left: 50%;
	margin-left: 2px
}

.model__rate button {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	color: var(--tf-text2)
}

.model__rate button span {
	font-size: 14px;
	line-height: 24px
}

.model__rate button svg {
	width: 20px;
	height: 20px
}

.model__rate button:hover {
	color: var(--tf-clr)
}

.model__like {
	margin-right: 25px
}

.model__like svg {
	stroke: #208f6e;
	margin-left: 5px;
	margin-bottom: 1px
}

.model__dislike svg {
	stroke: #e36756;
	margin-right: 5px;
	margin-top: 1px
}

.model__text {
	display: block;
	width: 100%;
	margin-top: 30px
}

.model__text p {
	font-size: 15px;
	line-height: 26px;
	font-family: var(--main-font-family);
	color: var(--tf-text2);
	margin-bottom: 20px
}

.model__text p:last-child {
	margin-bottom: 0
}

@media (min-width:380px) {
	.model__bookmarks {
		padding: 0 20px
	}

	.model__bookmarks--logged svg:last-child {
		left: 20px
	}
}

@media (min-width:768px) {
	.model {
		flex-direction: row
	}

	.model__img {
		width: 276px
	}

	.model__img img {
		width: 100%
	}

	.model__info {
		width: calc(100% - 300px);
		margin-left: 24px;
		margin-top: 0
	}

	.model__actions {
		justify-content: flex-start
	}

	.model__bookmarks {
		margin-right: 30px
	}
}

@media (min-width:992px) {
	.model {
		align-items: stretch
	}

	.model__img {
		width: 296px
	}

	.model__info {
		width: calc(100% - 320px)
	}

	.model__actions {
		justify-content: flex-end;
		position: absolute;
		top: 0;
		right: 0;
		width: auto;
		margin-top: 0
	}

	.model__text {
		margin-top: auto
	}
}

@media (min-width:1200px) {
	.model__img {
		width: 270px
	}

	.model__info {
		width: calc(100% - 294px)
	}
}

@media (min-width:1400px) {
	.model__img {
		width: 310px
	}

	.model__info {
		width: calc(100% - 334px)
	}
}

.film {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 24px;
	position: relative
}
.actors{
	margin-top:30px;
	padding-top:30px;
}
.film__img {
	width: 100%
}

/*.film__img{width:279px}*/
.film__img img {
	width: auto;
	max-width: 100%;
	border-radius: 8px
}

.film__info {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	position: relative;
	margin-top: 20px
}

.film__parameters {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%
}

.film__parameters li {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 24px;
	border-radius: 4px;
	font-weight: 500;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	margin-right: 15px;
	margin-bottom: 5px
}

.film__parameters li:last-child {
	margin-right: 0
}
.film__parameters li.p1080 {
	height:37px;
	width: 86px;
	background-color: transparent;
	background-image:url('../images/1080p-icon-139.png');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	color: transparent;
	text-transform: none;
	transform: translateY(-6px);
}
.film__parameters li.quality {
	width: 40px;
	background-color: #e36756
}

.film__parameters li.translation {
	width: 40px;
	background-color: #208f6e
}

.film__parameters li.premium {
	background-color: #d4af37;
	width: 70px;
	text-transform: none;
}

.film__parameters li.premium {
	background-color: #d4af37;
	width: 78px;
	text-transform: none;
}

.film__parameters li.premium svg {
	stroke: #fff;
	margin-right: 3px;
}

.film__stats {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 20px;
	position: absolute;
	top: 0;
	right: 0;
	margin-bottom: 0;
}

.film__stats li {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-right: 20px;
	font-size: 14px;
	line-height: 24px;
	color: var(--tf-text2)
}

.film__stats li:last-child {
	margin-right: 0
}

.film__stats li svg,
.player-top .share_popup_button svg{
	width: 20px;
	height: 20px;
	stroke: var(--tf-clr);
}

.film__list {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 0
}

.film__list li {
	/*display:flex;*/
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 0px
}

.film__list li:last-child {
	margin-bottom: 0
}

.film__list li span {
	font-family: var(--main-font-family);
	font-size: 15px;
	line-height: 23px;
	color: var(--tf-text2);
	margin-right: 5px
}

.film__list li span:last-child {
	color: var(--tf-text1);
	margin-right: 0
}

.film__tags {
	/*margin-bottom:20px;*/
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top:0px
}

.film__tags ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	/*width:calc(100% - 40px)*/
}

.film__tags ul li {
	margin-bottom: 0;
	margin-right: 5px
}

.film__tags ul span {
	font-size: 15px;
	line-height: 26px;
	color: var(--tf-text2);
	font-family: var(--main-font-family);
}

.film__tags ul a {
	display: block;
	position: relative;
	font-size: 15px;
	line-height: 26px;
	font-family: var(--main-font-family);
	height: 26px;
	color: var(--tf-text1);
	padding-right: 5px
}

.film__tags ul a:before {
	content: ',';
	position: absolute;
	right: 0
}

.film__tags ul a:hover {
	color: var(--tf-clr)
}
.active_links{
	display:flex;
	align-items:center;
	flex-wrap: wrap;
	gap:10px;
	margin: 15px 0 0;

}
.film__tags ul a.active_link,
.active_link {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 25px;
	border: 1px solid var(--tf-border);
	background-color: var(--tf-bgclr);
	border-radius: 20px;
	padding: 0 15px;
	color: var(--tf-text1);
	font-size: 14px;
	margin-bottom:10px;
	transform: translateY(5px);
}
.active_links svg{
	width: 18px;
	height: 18px;
	stroke: var(--tf-clr);
	margin-right: 5px;
}
.film__tags ul a.active_link:before{
	display:none;
}


.film__hidden {
	display: none
}

.film__hidden--active {
	display: block
}

.film__moretags {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 26px;
	width: 26px
}

.film__moretags svg {
	width: 20px;
	height: 20px;
	stroke: var(--tf-clr)
}

.film__text__area {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	/*border-bottom: solid 1px var(--tf-clr-rw);*/
	border-bottom: 2px solid var(--tf-border);
	padding-bottom: 15px;
	margin-top: 10px;
}

.film__text {
	width: 100%;
	/*border-top: solid 1px var(--tf-clr-rw);*/
	border-top: 2px solid var(--tf-border);
	padding-top: 10px;
}

.film__text p {
	font-size: 15px;
	line-height: 20px;
	color: var(--tf-text2);
	margin-bottom: 20px;
	font-family: var(--main-font-family);
}

.film__text p:last-child {
	margin-bottom: 0
}

.film__collapse {
	width: 100%;
	/*border-top: solid 1px var(--tf-clr-rw);*/
	border-top: 2px solid var(--tf-border);
	padding-top: 10px;
}

.film__collapse p {
	font-size: 15px;
	line-height: 20px;
	color: var(--tf-text2);
	margin-bottom: 20px;
	font-family: var(--main-font-family);
}

.film__collapse p:first-child {
	margin-top: 20px
}

.film__collapse p:last-child {
	margin-bottom: 0
}

.film__more {
	font-size: 15px;
	line-height: 20px;
	font-family: var(--main-font-family);
	color: var(--tf-text2);
	text-decoration: underline;
	margin-top: 5px
}

.film__more:hover {
	text-decoration: none
}

@media (min-width:768px) {
	.film {
		flex-direction: row;
		align-items: stretch
	}

	.film__img {
		width: 240px
	}

	.film__img img {
		width: 100%
	}

	.film__info {
		width: calc(100% - 300px);
		margin-left: 24px;
		margin-top: 0
	}

	.film__text__area {
		margin-top: auto;
	}
}

@media (min-width:992px) {
	.film {
		align-items: stretch
	}

	.film__img {
		width: 240px
	}

	.film__info {
		width: calc(100% - 320px)
	}
}

@media (min-width:1200px) {
	.film {
		padding-right: 36px
	}

	.film__img {
		width: 230px
	}

	.film__info {
		width: calc(100% - 294px)
	}

	.film__stats {
		position: absolute;
		top: 0;
		right: 0;
		margin-bottom: 0;
		width: auto
	}
}

@media (min-width:1400px) {
	.film__img {
		width: 250px
	}

	.film__info {
		width: calc(100% - 334px)
	}
}

.player {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	position: relative;
	margin-top: 30px
}

.player .tab-content {
	width: 100%
}

.player__tabs {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
	border: none;
	margin-bottom: 0;
	background: #000
}

.player__tabs li:last-child {
	margin-right: 0
}

.player__tabs span {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	font-size: 15px;
	line-height: 26px;
	font-family: var(--main-font-family);
	color: var(--tf-player-btn-color);
	padding: 3px 10px;
}

.player__tabs button {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	color: var(--tf-text2);
	position: relative;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	padding-bottom: 5px;
	white-space: nowrap;
	color: var(--tf-player-btn-color);
	padding: 3px 15px;
}

.player__tabs button:hover {
	color: var(--tf-player-btn-color-hover)
}

/*.player__tabs button:before{content:'';position:absolute;bottom:0;left:0;right:0;height:0;display:block;background:var(--tf-clr);box-shadow:none;transition:.5s ease;border-radius:3px 3px 0 0}*/
.player__tabs button.active {
	background: var(--tf-player-btn-bg);
}

.player__tabs button.active:before {
	height: 3px
}

.player__tabs--scenes {
	overflow-x: auto
}

.player__tabs--scenes button {
	padding: 3px 10px
}

.player__tabs--scenes li {
	margin-right: 5px
}

.player__tabs--scenes li:last-child {
	margin-right: 0
}

.player__wrap {
	width: 100%
}

.player__actions {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%
}

.player__rate {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: auto;
	height: 40px;
	border-radius: 20px;
	position: relative;
	background-color: var(--tf-btnbg);
	border: 2px solid var(--tf-btnborder);
	padding: 0 20px;
	margin-right: 20px;
	margin-top: 20px
}

.player__rate:before {
	content: '';
	position: absolute;
	display: block;
	pointer-events: none;
	width: 1px;
	height: 18px;
	background-color: var(--tf-btnborder);
	top: 10px;
	left: 50%;
	margin-left: 2px
}

.player__rate button {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	color: var(--tf-text2)
}

.player__rate button span {
	font-size: 14px;
	line-height: 24px
}

.player__rate button svg {
	width: 20px;
	height: 20px
}

.player__rate button:hover {
	color: var(--tf-clr)
}

.player__like {
	margin-right: 25px
}

.player__like svg {
	stroke: #208f6e;
	margin-left: 5px;
	margin-bottom: 1px
}

.player__dislike svg {
	stroke: #e36756;
	margin-right: 5px;
	margin-top: 1px
}

.player__bookmarks,
.player__download {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: auto;
	padding: 0 20px;
	height: 40px;
	background-color: var(--tf-btnbg);
	border: 2px solid var(--tf-btnborder);
	border-radius: 20px;
	font-size: 14px;
	color: var(--tf-text2);
	margin-right: 20px;
	margin-top: 20px;
	position: relative
}

.player__bookmarks svg,
.player__download svg {
	width: 20px;
	height: 20px;
	stroke: var(--tf-clr);
	margin-left: 5px
}

.player__bookmarks:hover,
.player__download:hover {
	color: var(--tf-clr)
}

.player__download {
	margin-right: 0
}

.player__bookmarks svg {
	margin-left: 0;
	margin-right: 5px;
	transition: opacity .5s ease
}

.player__bookmarks svg:last-child {
	position: absolute;
	left: 20px;
	stroke: #208f6e;
	margin-right: 0;
	opacity: 0
}

.player__bookmarks.active {
	border-color: #208f6e
}

.player__bookmarks.active svg {
	opacity: 0
}

.player__bookmarks.active svg:last-child {
	opacity: 1
}

.player__premium {
	width: 100%
}

.player__premium img {
	width: 100%;
	border-radius: 8px
}

@media (min-width:576px) {
	.player__download {
		margin-left: auto
	}
}

@media (min-width:768px) {
	.player__tabs li:last-child {
		margin-right: 0
	}

	.player__tabs--scenes li {
		margin-right: 5px
	}

	.player__tabs--scenes li:last-child {
		margin-right: 0
	}
}

@media (min-width:1200px) {
	.player {
		padding-right: 36px
	}
}

.studio-item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	position: relative;
	margin-top: 24px
}

.studio-item__cover {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	height: 230px;
	position: relative;
	border-radius: 8px;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 10px
}

.studio-item__cover:before {
	content: '';
	position: absolute;
	z-index: 3;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%)
}

.studio-item__img {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	transition: .5s ease;
	transition-property: transform, filter
}

.studio-item__title {
	color: var(--tf-text1);
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 10px;
	width: 100%;
	transition: color .5s ease
}

.studio-item__title a {
	color: var(--tf-text1)
}

.studio-item__title a:hover {
	color: var(--tf-clr)
}

.studio-item__title:hover {
	color: var(--tf-clr)
}

@media (min-width:400px) {
	.studio-item__cover {
		height: 270px
	}
}

@media (min-width:576px) {
	.studio-item__cover {
		height: 350px
	}
}

@media (min-width:768px) {
	.studio-item__cover {
		height: 310px
	}
}

@media (min-width:1200px) {
	.studio-item__cover {
		height: 290px
	}

	.studio-item__cover:hover .studio-item__img {
		transform: scale(1.08)
	}
}

@media (min-width:1400px) {
	.studio-item__cover {
		height: 340px
	}
}

.sidebar {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	background-color: transparent;
	border: 2px solid var(--tf-border);
	padding: 30px 20px;
	border-radius: 8px;
	position: relative;
	margin-top: 30px
}

.sidebar--first {
	margin-top: 24px
}

.sidebar__title {
	font-family: var(--main-font-family);
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	color: var(--tf-text2);
	margin-bottom: 20px
}

.sidebar__sort {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--tf-border)
}

.sidebar__sort span {
	font-family: var(--main-font-family);
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	color: var(--tf-text2);
	margin-bottom: 15px
}

.sidebar__select {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: auto;
	width: 100%;
	padding: 0 15px;
	border-radius: 20px;
	border: 2px solid var(--tf-border);
	background-color: var(--tf-bgclr)
}

.sidebar__select:focus {
	box-shadow: none
}

.sidebar__select:last-child {
	margin-right: 0
}

.sidebar__select.ss-open-below {
	border-radius: 20px !important
}

.sidebar__select.ss-open-above {
	border-radius: 20px !important
}

.sidebar__select .ss-single {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	height: 36px;
	padding: 0;
	margin: 0 !important;
	color: var(--tf-text1);
	font-size: 14px
}

.sidebar__select .ss-arrow {
	width: 8px;
	height: 8px;
	margin: 1px 0 0 6px
}

.sidebar__select .ss-arrow path {
	stroke: var(--tf-text1)
}

.sidebar__select .ss-list {
	width: 100%
}

.sidebar__select .ss-list .ss-option {
	font-size: 14px;
	color: var(--tf-text1);
	line-height: 36px;
	padding: 0;
	transition: .5s ease
}

.sidebar__select .ss-list .ss-option:hover {
	background-color: transparent;
	color: var(--tf-clr)
}

.sidebar__select .ss-list .ss-option.ss-selected {
	background-color: transparent !important;
	color: var(--tf-clr) !important
}

.sidebar__select.ss-content {
	flex-direction: column;
	align-items: flex-start;
	border: 2px solid var(--tf-border);
	border-radius: 8px;
	min-width: 160px;
	width: auto;
	padding: 15px 20px;
	background: var(--tf-bg)
}

.sidebar__list {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%
}

.sidebar__list--collapse {
	margin-top: 10px
}

.sidebar__list li {
	margin-bottom: 10px;
	padding: 0 0 0 17px;
	position: relative;
	width: 100%
}

.sidebar__list li:last-child {
	margin-bottom: 0
}

.sidebar__list li:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: var(--tf-clr);
	left: 0;
	top: 50%;
	margin-top: -2px;
	transition: box-shadow .5s ease
}

.sidebar__list a {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	position: relative;
	color: var(--tf-text1);
	font-size: 14px;
	line-height: 24px
}

.sidebar__list a span:last-child {
	color: var(--tf-text2)
}

.sidebar__list a:hover {
	color: var(--tf-clr)
}

.sidebar__collapse {
	width: 100%
}

.sidebar__more {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	border: 2px solid var(--tf-border);
	background-color: var(--tf-bgclr);
	border-radius: 20px;
	font-size: 14px;
	color: var(--tf-text1);
	margin-top: 20px
}

.sidebar__more svg {
	width: 14px;
	height: 14px;
	stroke: var(--tf-text1);
	margin-left: 5px;
	margin-top: 1px;
	transfrom: .5s ease
}

.sidebar__more[aria-expanded="true"] svg {
	transform: rotate(180deg)
}

.sidebar__more:hover {
	color: var(--tf-clr)
}

.sidebar__more:hover svg {
	stroke: var(--tf-clr)
}

.sidebar__btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	border: 2px solid var(--tf-border);
	background-color: var(--tf-bgclr);
	border-radius: 20px;
	font-size: 14px;
	color: var(--tf-text1);
	margin-top: 30px
}

.sidebar__btn:hover {
	color: var(--tf-clr)
}

@media (min-width:768px) {
	.sidebar {
		padding: 30px
	}
}

@media (min-width:992px) {
	.sidebar {
		margin-top: 24px
	}
}

.comment {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	background-color: transparent;
	border: 2px solid var(--tf-border);
	padding: 30px 20px;
	border-radius: 8px;
	position: relative;
	margin-top: 24px
}

.comment__autor {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%
}

.comment__avatar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: var(--tf-border);
	margin-right: 15px
}

.comment__avatar svg {
	width: 24px;
	height: 24px;
	stroke: var(--tf-text1)
}

.comment__avatar img {
	width: 50px;
	height: 50px
}

.comment__user {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start
}

.comment__user a {
	font-family: var(--main-font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--tf-text1);
	margin-bottom: 5px
}

.comment__user a:hover {
	color: var(--tf-clr)
}

.comment__user span {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: var(--tf-text2)
}

.comment__content {
	margin-top: 20px;
	width: 100%
}

.comment__text {
	font-size: 14px;
	line-height: 26px;
	color: var(--tf-text2);
	margin-bottom: 20px
}

.comment__text:last-child {
	margin-bottom: 0
}

.comment__reply {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: auto;
	padding: 0 20px;
	height: 40px;
	background-color: var(--tf-btnbg);
	border: 2px solid var(--tf-btnborder);
	border-radius: 20px;
	font-size: 14px;
	color: var(--tf-text2);
	margin-top: 30px
}

.comment__reply svg {
	width: 20px;
	height: 20px;
	stroke: var(--tf-clr);
	margin-left: 5px
}

.comment__reply:hover {
	color: var(--tf-clr)
}

.comment__post {
	margin-top: 30px;
	font-size: 14px;
	line-height: 26px;
	color: var(--tf-text2);
	text-decoration: underline;
	padding-right: 150px
}

.comment__post:hover {
	text-decoration: none
}

.comment__date {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	line-height: 24px;
	color: var(--tf-text2);
	position: absolute;
	top: 30px;
	right: 20px;
	height: 50px
}

.comment__date:last-child {
	margin-right: 0
}

.comment__date svg {
	width: 20px;
	height: 20px;
	stroke: var(--tf-clr);
	margin-right: 5px;
	margin-bottom: 1px
}

.comment__rate {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: auto;
	height: 40px;
	border-radius: 20px;
	background-color: var(--tf-btnbg);
	border: 2px solid var(--tf-btnborder);
	padding: 0 20px;
	position: absolute;
	bottom: 30px;
	right: 20px
}

.comment__rate:before {
	content: '';
	position: absolute;
	display: block;
	pointer-events: none;
	width: 1px;
	height: 18px;
	background-color: var(--tf-btnborder);
	top: 10px;
	left: 50%;
	margin-left: 2px
}

.comment__rate button {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	color: var(--tf-text2)
}

.comment__rate button span {
	font-size: 14px;
	line-height: 24px
}

.comment__rate button svg {
	width: 20px;
	height: 20px
}

.comment__rate button:hover {
	color: var(--tf-clr)
}

.comment__like {
	margin-right: 25px
}

.comment__like svg {
	stroke: #208f6e;
	margin-left: 5px;
	margin-bottom: 1px
}

.comment__dislike svg {
	stroke: #e36756;
	margin-right: 5px;
	margin-top: 1px
}

@media (min-width:768px) {
	.comment {
		padding: 30px
	}

	.comment__info {
		position: absolute;
		top: 30px;
		right: 30px;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center
	}

	.comment__date {
		position: relative;
		top: auto;
		right: auto;
		height: auto;
		margin-right: 30px
	}

	.comment__rate {
		position: relative;
		bottom: auto;
		right: auto
	}

	.comment__post {
		padding-right: 0;
		margin-top: 20px
	}
}

.commentbox {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	background-color: transparent;
	border: 2px solid var(--tf-border);
	padding: 30px 20px;
	border-radius: 8px;
	position: relative;
	min-height: 142px
}

.commentbox__avatar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: var(--tf-border);
	margin-right: 15px
}

.commentbox__avatar svg {
	width: 24px;
	height: 24px;
	stroke: var(--tf-text1)
}

.commentbox__avatar img {
	width: 50px;
	height: 50px
}

.commentbox__text {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	width: calc(100% - 65px)
}

.commentbox__text a {
	font-size: 15px;
	line-height: 26px;
	font-family: var(--main-font-family);
	color: var(--tf-text2)
}

.commentbox__text a:hover {
	color: var(--tf-text1)
}

@media (min-width:768px) {
	.commentbox {
		padding: 30px
	}
}

.feature {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 180px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	background-color: #def7fe;
	margin-top: 15px
}

.feature--purple {
	background-color: #eebcff
}

.feature--light {
	background-color: #c6d8ff
}

.feature--orange {
	background-color: #fed6bc
}

.feature--aqva {
	background-color: #b5f2ea
}

.feature--lilac {
	background-color: #e7ecff
}

.feature--modal {
	flex-direction: row;
	height: auto;
	padding: 15px
}

.feature--modal .feature__icon {
	margin-bottom: 0;
	margin-top: 0;
	width: 50px;
	height: 50px
}

.feature--modal .feature__icon svg {
	width: 24px;
	height: 24px
}

.feature--modal .feature__title {
	padding: 0;
	margin-left: 20px;
	text-align: left
}

.feature__icon {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background-color: #fff;
	margin-bottom: 10px;
	margin-top: 25px;
	border-radius: 30px
}

.feature__icon svg {
	width: 36px;
	height: 36px;
	stroke: #121212
}

.feature__title {
	position: relative;
	z-index: 3;
	font-weight: 400;
	color: #121212;
	font-size: 16px;
	line-height: 28px;
	padding: 0 20px;
	text-align: center;
	margin-bottom: 0
}

.tariff {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	width: 100%;
	padding: 30px 20px;
	border: 2px solid var(--tf-border);
	border-radius: 8px;
	margin-top: 24px
}

.tariff__name {
	font-family: var(--main-font-family);
	font-weight: 400;
	color: var(--tf-text1);
	font-size: 24px;
	line-height: 100%;
	margin-bottom: 10px
}

.tariff__popular {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 24px;
	border-radius: 4px;
	background-color: #e36756;
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	position: absolute;
	top: 30px;
	right: 20px
}

.tariff__price {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-end;
	font-family: var(--main-font-family);
	font-weight: 400;
	color: var(--tf-clr);
	font-size: 48px;
	line-height: 60px;
	height: 75px;
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--tf-border)
}

.tariff__price span {
	font-size: 14px;
	color: var(--tf-text2);
	line-height: 100%;
	margin-bottom: 12px;
	margin-left: 10px
}

.tariff__price--popular {
	color: #208f6e
}

.tariff__price--popular span {
	color: var(--tf-text2)
}

.tariff__date {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: var(--tf-text2);
	margin-top: 20px
}

.tariff__date svg {
	width: 20px;
	height: 20px;
	stroke: var(--tf-clr);
	margin-right: 10px;
	margin-bottom: 1px
}

.tariff__list {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	margin-top: 20px
}

.tariff__list li {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: var(--tf-text2);
	margin-bottom: 10px
}

.tariff__list li:last-child {
	margin-bottom: 0
}

.tariff__list li svg {
	width: 20px;
	height: 20px;
	stroke: #208f6e;
	margin-right: 10px
}

.tariff__btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 44px;
	background-color: var(--tf-btnbg);
	border: 2px solid var(--tf-btnborder);
	border-radius: 22px;
	font-size: 14px;
	color: var(--tf-text1);
	margin-top: 30px
}

.tariff__btn:hover {
	color: var(--tf-clr)
}

@media (min-width:768px) {
	.tariff {
		padding: 30px
	}

	.tariff__popular {
		right: 30px
	}
}

.accordion__card {
	background-color: transparent;
	border-radius: 8px;
	margin-top: 24px;
	border: 2px solid var(--tf-border)
}

.accordion__card button {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	width: 100%;
	min-height: 80px;
	padding: 20px 80px 20px 20px;
	font-weight: 400;
	color: var(--tf-text1);
	font-size: 16px;
	line-height: 28px;
	text-align: left
}

.accordion__card button span {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: var(--tf-btnbg);
	border: 2px solid var(--tf-btnborder);
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden
}

.accordion__card button span svg {
	width: 20px;
	height: auto;
	fill: var(--tf-text1);
	position: absolute;
	z-index: 2;
	transition: .5s ease
}

.accordion__card button span svg:last-child {
	transform: rotate(-90deg)
}

.accordion__card button:hover span svg {
	fill: var(--tf-clr)
}

.accordion__card button[aria-expanded="true"] span svg:last-child {
	transform: rotate(0deg)
}

.accordion__card p {
	padding: 0 20px 20px;
	color: var(--tf-text2);
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 0
}

.accordion__card p b,
.accordion__card p strong {
	font-weight: 500
}

.accordion__card p a {
	color: var(--tf-clr)
}

.accordion__card p a:hover {
	text-decoration: underline
}

.accordion__card p:first-child {
	border-top: 1px solid var(--tf-border);
	padding: 20px
}

.user {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	width: 100%;
	padding: 30px 20px;
	border: 2px solid var(--tf-border);
	border-radius: 8px;
	margin-top: 24px;
	height: 140px
}

.user--grid {
	transition: border-color .5s ease
}

.user--grid:hover {
	border-color: var(--tf-clr)
}

.user__avatar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	background-color: var(--tf-border);
	margin-right: 20px;
	position: relative
}

.user__avatar svg {
	width: 32px;
	height: 32px;
	stroke: var(--tf-text1);
	z-index: 1
}

.user__avatar img {
	width: 78px;
	height: 78px;
	z-index: 1
}

.user__avatar--premium {
	border: 2px solid #d4af37
}

.user__avatar--premium:before {
	content: '';
	z-index: 2;
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	bottom: -12px;
	left: 50%;
	margin-left: -12px;
	background: url("../img/diamond.svg") no-repeat center #d4af37;
	background-size: 16px 16px;
	border-radius: 50%;
	pointer-events: none
}

.user__avatar--premium img {
	width: 74px;
	height: 74px
}

.user__info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: calc(100% - 98px);
	position: relative;
	z-index: 1
}

.user__info h3 {
	font-family: var(--main-font-family);
	font-weight: 400;
	color: var(--tf-text1);
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 6px
}

.user__info p {
	font-size: 14px;
	line-height: 20px;
	color: var(--tf-text2);
	margin-bottom: 6px
}

.user__info span {
	font-size: 14px;
	line-height: 20px;
	color: var(--tf-text2)
}

.user__exit {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	line-height: 24px;
	color: var(--tf-text2);
	position: absolute;
	top: 30px;
	right: 20px;
	z-index: 2
}

.user__exit svg {
	width: 24px;
	height: 24px;
	stroke: var(--tf-clr);
	margin-left: 10px
}

.user__exit:hover {
	color: var(--tf-text1)
}

@media (max-width:576px) {
	.user__exit {
		flex-direction: row;
		justify-content: flex-end;
	}

	.user__exit>span {
		display: none
	}
}

@media (min-width:768px) {
	.user {
		padding: 30px
	}

	.user__exit {
		right: 30px
	}
}

.plan {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	width: 100%;
	padding: 30px 20px;
	border: 2px solid var(--tf-border);
	border-radius: 8px;
	margin-top: 24px;
	height: 140px
}

.plan__title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 0
}

.plan__title h4 {
	font-family: var(--main-font-family);
	font-weight: 400;
	color: var(--tf-text1);
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0
}

.plan__title h4 span {
	font-size: 24px
}

.plan__title p {
	font-family: var(--main-font-family);
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	color: #208f6e;
	margin-bottom: 0
}

.plan__title p span {
	font-size: 14px;
	color: var(--tf-text2)
}

.plan__date {
	font-size: 14px;
	line-height: 24px;
	color: var(--tf-text2);
	margin-top: auto
}

.plan__btn {
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	color: var(--tf-clr);
	position: absolute;
	bottom: 30px;
	right: 20px
}

.plan__btn:hover {
	text-decoration: underline
}

@media (min-width:768px) {
	.plan {
		padding: 30px
	}

	.plan__btn {
		right: 30px
	}
}

.promo {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	width: 100%;
	padding: 30px 20px;
	border: 2px solid var(--tf-border);
	border-radius: 8px;
	margin-top: 24px;
	height: 140px
}

.promo__title {
	font-family: var(--main-font-family);
	font-weight: 400;
	color: var(--tf-text1);
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0
}

.promo__form {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-top: auto;
	position: relative;
	width: 100%
}

.promo__form input {
	width: 100%;
	height: 36px;
	border: none;
	border-bottom: 2px solid var(--tf-border);
	font-size: 14px;
	color: var(--tf-text1);
	background-color: transparent
}

.promo__form button {
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	color: var(--tf-clr);
	position: absolute;
	right: 0
}

.promo__form button:hover {
	text-decoration: underline
}

@media (min-width:768px) {
	.promo {
		padding: 30px
	}
}

.dashbox {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	margin-top: 24px;
	border-radius: 8px;
	overflow: hidden;
	border: 2px solid var(--tf-border)
}

.dashbox__title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 20px;
	border-bottom: 2px solid var(--tf-border)
}

.dashbox__title h3 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: auto;
	font-family: var(--main-font-family);
	color: var(--tf-text1);
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0
}

.dashbox__title h3 svg {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	stroke: var(--tf-clr)
}

.dashbox__more {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 40px;
	font-size: 14px;
	color: var(--tf-text2);
	border-radius: 20px;
	background-color: var(--tf-btnbg);
	border: 2px solid var(--tf-btnborder)
}

.dashbox__more:hover {
	color: var(--tf-clr)
}

.dashbox__table-wrap {
	position: relative;
	display: block;
	width: 100%;
	padding: 30px 0 20px
}

.dashbox__table {
	width: 100%;
	min-width: 500px
}

.dashbox__table thead {
	border-bottom: 1px solid var(--tf-border)
}

.dashbox__table thead th {
	font-size: 14px;
	color: var(--tf-text2);
	padding: 0 20px 15px 20px;
	line-height: 100%;
	font-weight: 400;
	border: none
}

.dashbox__table tbody td {
	padding: 15px 20px 5px 20px
}

.dashbox__table-text {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	color: var(--tf-text1);
	font-size: 14px;
	font-weight: 400;
	line-height: 26px
}

.dashbox__table-text a {
	color: var(--tf-text1)
}

.dashbox__table-text a:hover {
	color: var(--tf-clr)
}

.dashbox__table-text--grey a {
	color: var(--tf-text2)
}

@media (min-width:768px) {
	.dashbox__title {
		padding: 20px 30px
	}

	.dashbox__table thead th {
		padding: 0 30px 15px 30px
	}

	.dashbox__table tbody td {
		padding: 15px 30px 5px 30px
	}
}


.paginator{
	display:none;
}
.paginator--mobile {
	display: flex;
	justify-content: space-between;
	flex-direction: column
}

.paginator--mobile .paginator__counter {
	margin-top: 10px;
}

.paginator--mobile .paginator__list {
	margin-top: 10px;
}

.paginator--mobile .paginator__item a {
	font-size: 16px;
}

.paginator--mobile .paginator__item.paginator__item--next a,
.paginator--mobile .paginator__item.paginator__item--prev a {
	width: 100px;
	border-radius: 22px;
}

.paginator--mobile .paginator__item.paginator__item--next a {
	padding-left: 10px;
}

.paginator--mobile .paginator__item.paginator__item--prev a {
	padding-right: 10px;
}

/*.paginator--mobile .paginator__list{justify-content:flex-end}*/
.paginator__list {
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 0;
	width: 100%;
	margin-top: 30px;
}

.paginator__item {
	margin-right: 10px
}

.paginator__item:last-child {
	margin-right: 0
}

.paginator__item span {
	font-size: 14px;
	height: 40px;
	width: 40px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: var(--tf-text1);
	text-align: center;
	border-radius: 50%;
	cursor: default;
	background-color: var(--tf-btnbg);
	border: 2px solid var(--tf-btnborder)
}

.paginator__item a {
	font-size: 14px;
	height: 40px;
	width: 40px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: var(--tf-text1);
	text-align: center;
	border-radius: 50%;
	background-color: var(--tf-btnbg);
	border: 2px solid var(--tf-btnborder)
}

.paginator__item:hover a {
	color: var(--tf-clr)
}
.btn-prev a{
	width:100px;
	border-radius: 22px;
	padding-right: 10px;
}
.btn-next a{
	width:100px;
	border-radius: 22px;
	padding-left: 10px;
}
.paginator__item--prev svg,
.paginator__item--next svg {
	width: 24px;
	height: 24px;
	fill: var(--tf-text1)
}

.paginator__item--prev:hover svg,
.paginator__item--next:hover svg {
	fill: var(--tf-clr)
}

.paginator__item--prev svg {
	margin-right: 1px
}

.paginator__item--next svg {
	margin-left: 1px
}

.paginator__item--active a {
	color: var(--tf-text1);
	cursor: default;
	border-color: var(--tf-clr);
	background-color: var(--tf-btnactive)
}

.paginator__item--active a:hover {
	color: var(--tf-text1)
}

.paginator__counter {
	font-size: 14px;
	color: var(--tf-text2);
	margin-top: 30px;
	white-space: nowrap;
	line-height: 40px
}

/*@media (max-width:576px){
.paginator .paginator__item--prev{display: none}
.paginator .paginator__item--next{display: none}
.paginator .paginator__item{margin-right: 5px;}
}*/
@media (min-width:768px) {
	.paginator {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center
	}
	.paginator__item {
		margin-right: 15px;
	}

	.paginator {
		display: flex
	}

	.paginator--mobile {
		display: none
	}

	.paginator__list {
		margin-top: 50px
	}
}

.collection__nav {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%
}

.collection__nav a {
	font-family: var(--main-font-family);
	margin-top: 24px;
	margin-right: 24px;
	font-size: 20px;
	line-height: 30px;
	color: var(--tf-text1)
}

.collection__nav a:last-child {
	margin-right: 0
}

.collection__nav a:hover,
.collection__nav a.active {
	color: var(--tf-clr)
}

.collection__tags {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 10px
}

.collection__tags a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 40px;
	border: 1px solid var(--tf-border);
	background-color: var(--tf-bgclr);
	border-radius: 20px;
	padding: 0 15px;
	color: var(--tf-text1);
	margin-right: 20px;
	margin-top: 20px;
	font-size: 14px
}

.collection__tags a:last-child {
	margin-right: 0
}

.collection__tags a:hover {
	color: var(--tf-clr)
}

.footer {
	position: relative;
	background: var(--tf-main)
}

.footer__head {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%
}

.footer__logo {
	margin-right: 24px
}

.footer__logo svg {
	fill: var(--tf-text1)
}

.footer__logo:hover svg {
	fill: var(--tf-clr)
}

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

.footer__theme #bd-theme-text {
	display: none
}

.footer__theme button {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	height: 24px
}

.footer__theme button:after {
	display: none;
	border-top-color: var(--tf-text1)
}

.footer__theme button svg {
	width: 24px;
	height: 24px;
	stroke: var(--tf-clr)
}

.footer__theme button.dropdown-toggle svg:last-child {
	width: 14px;
	height: 14px;
	fill: var(--tf-text1);
	margin-left: 3px;
	margin-top: 1px;
	stroke: none
}

.footer__dropdown-menu {
	position: absolute;
	background-color: var(--tf-bg);
	padding: 20px;
	display: flex !important;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	min-width: 120px;
	text-align: left;
	z-index: -1;
	pointer-events: none;
	opacity: 0;
	border-radius: 8px;
	transition: .5s ease;
	transition-property: opacity, margin-top, transform;
	margin-top: 0;
	top: 0;
	border: 1px solid var(--tf-border)
}

.footer__dropdown-menu li {
	position: relative;
	padding: 0;
	margin-bottom: 12px
}

.footer__dropdown-menu li:last-child {
	margin-bottom: 0
}

.footer__dropdown-menu button {
	font-size: 16px;
	line-height: 24px;
	color: var(--tf-text1);
	text-transform: none;
	font-weight: 400;
	padding: 0
}

.footer__dropdown-menu button svg {
	margin-right: 10px
}

.footer__dropdown-menu button:hover,
.footer__dropdown-menu button:focus {
	color: var(--tf-clr);
	background-color: transparent
}

.footer__dropdown-menu button.active {
	color: var(--tf-clr);
	background-color: transparent
}

.footer__dropdown-menu.show {
	z-index: 1000;
	pointer-events: auto;
	opacity: 1;
	margin-top: 10px
}

.footer__social {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	margin-top: 40px
}

.footer__social span {
	font-family: var(--main-font-family);
	color: var(--tf-text2);
	font-weight: 400;
	font-size: 15px;
	line-height: 24px
}

.footer__social ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start
}

.footer__social ul li {
	margin-top: 15px;
	margin-right: 15px
}

.footer__social ul li:last-child {
	margin-right: 0
}

.footer__social ul img {
	width: 30px;
	height: 30px;
	border-radius: 50%
}

.footer__social ul a:hover {
	opacity: .7
}

.footer__nav {
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%
}

.footer__nav li {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 12px
}

.footer__nav li:last-child {
	margin-bottom: 0
}

.footer__nav a {
	color: var(--tf-text1)
}

.footer__nav a:hover {
	color: var(--tf-clr)
}

.footer__text {
	margin-bottom: 0;
	margin-top: 30px;
	font-size: 15px;
	line-height: 24px;
	font-family: var(--main-font-family);
	color: var(--tf-text2)
}

.footer__cell {
	border-top: 1px solid var(--tf-border);
	margin-top: 40px
}

.footer__wrap {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	padding: 30px 0
}

.footer__email {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center
}

.footer__email svg {
	width: 24px;
	height: 24px;
	stroke: var(--tf-clr);
	margin-right: 5px
}

.footer__email a {
	font-size: 14px;
	line-height: 24px;
	color: var(--tf-text2)
}

.footer__email a:hover {
	color: var(--tf-clr)
}

.footer__copyright {
	font-size: 14px;
	line-height: 24px;
	color: var(--tf-text2);
	margin-bottom: 0;
	margin-top: 20px
}

.footer__content {
	padding-top: 30px;
	border-top: 1px solid var(--tf-border)
}

@media (min-width:768px) {
	.footer__text {
		margin-top: 50px
	}

	.footer__wrap {
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
		height: 80px;
		padding: 0
	}

	.footer__copyright {
		margin-top: 0
	}

	.footer__content {
		padding-top: 50px
	}
}

@media (min-width:1200px) {
	.footer {
		background: transparent
	}

	.footer__nav {
		margin-top: 0
	}

	.footer__content {
		width: 1164px;
		margin: 0 auto;
		box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
		background: var(--tf-main)
	}
}

@media (min-width:1400px) {
	.footer__content {
		width: 1344px
	}
}

.sign {
	display: block;
	position: relative
}

.sign__form {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%
}

.sign__form--comment,
.sign__form--add {
	padding: 30px 8px;
	border: 2px solid var(--tf-border);
	border-radius: 8px;
	margin-top: 24px
}

.sign__group {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	margin-bottom: 24px;
	width: 100%
}

.sign__group--checkbox {
	display: block;
	width: 100%;
	text-align: left
}

.sign__group--checkbox input:not(:checked),
.sign__group--checkbox input:checked {
	position: absolute;
	left: -9999px
}

.sign__group--checkbox input:not(:checked)+label,
.sign__group--checkbox input:checked+label {
	font-size: 14px;
	color: var(--tf-text2);
	position: relative;
	cursor: pointer;
	padding-left: 34px;
	line-height: 22px;
	margin: 0
}

.sign__group--checkbox input:not(:checked)+label a,
.sign__group--checkbox input:checked+label a {
	color: var(--tf-clr)
}

.sign__group--checkbox input:not(:checked)+label a:hover,
.sign__group--checkbox input:checked+label a:hover {
	color: var(--tf-clr)
}

.sign__group--checkbox input:not(:checked)+label:before,
.sign__group--checkbox input:checked+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background-color: var(--tf-bgclr);
	border: 2px solid var(--tf-border);
	border-radius: 10px
}

.sign__group--checkbox input:not(:checked)+label:after,
.sign__group--checkbox input:checked+label:after {
	content: '';
	position: absolute;
	left: 6px;
	top: 6px;
	width: 8px;
	height: 8px;
	transition: .5s;
	background-color: var(--tf-clr);
	border-radius: 10px
}

.sign__group--checkbox input:not(:checked)+label:after {
	opacity: 0;
	transform: scale(0)
}

.sign__group--checkbox input:checked+label:after {
	opacity: 1;
	transform: scale(1)
}

.sign__group--checkbox label::-moz-selection {
	background: transparent;
	color: var(--tf-text2)
}

.sign__group--checkbox label::selection {
	background: transparent;
	color: var(--tf-text2)
}

.sign__label {
	font-size: 14px;
	line-height: 24px;
	color: var(--tf-text2);
	margin-bottom: 10px
}

.sign__input {
	background-color: var(--tf-bgclr);
	border: 2px solid var(--tf-border);
	height: 44px;
	position: relative;
	color: var(--tf-text1);
	font-size: 14px;
	width: 100%;
	border-radius: 22px;
	padding: 0 20px
}

.sign__input:hover,
.sign__input:focus {
	border-color: var(--tf-clr)
}

.sign__textarea {
	background-color: var(--tf-bgclr);
	border: 2px solid var(--tf-border);
	height: 120px;
	position: relative;
	color: var(--tf-text1);
	font-size: 14px;
	width: 100%;
	padding: 15px 20px;
	resize: none;
	border-radius: 22px
}

.sign__textarea--big {
	height: 240px
}

.sign__textarea:hover,
.sign__textarea:focus {
	border-color: var(--tf-clr)
}

.sign__select {
	background: url("../img/chevron-down.svg") no-repeat center right 20px var(--tf-bgclr);
	background-size: 16px auto;
	border: 2px solid var(--tf-border);
	border-radius: 22px;
	height: 44px;
	position: relative;
	color: var(--tf-text1);
	font-size: 14px;
	width: 100%;
	padding: 0 20px;
	cursor: pointer
}

.sign__select:focus,
.sign__select:hover {
	border-color: var(--tf-clr)
}

.sign__selectjs {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 5px 15px;
	border: 2px solid var(--tf-border);
	background: var(--tf-bgclr);
	width: 100%;
	height: auto;
	min-height: 44px;
	border-radius: 20px;
	transition: border .5s ease
}

.sign__selectjs:focus {
	box-shadow: none
}

.sign__selectjs:last-child {
	margin-bottom: 0
}

.sign__selectjs.ss-open-below {
	border-radius: 20px !important
}

.sign__selectjs.ss-open-above {
	border-radius: 20px !important
}

.sign__selectjs .ss-single {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	height: 36px;
	padding: 0;
	margin: 0 !important;
	color: var(--tf-text1);
	font-size: 14px
}

.sign__selectjs .ss-arrow {
	width: 8px;
	height: 8px;
	margin: 1px 0 0 6px
}

.sign__selectjs .ss-arrow path {
	stroke: var(--tf-text1)
}

.sign__selectjs .ss-search {
	padding: 0;
	margin-bottom: 12px;
	font-size: 12px;
	color: var(--tf-text1);
	width: 100%
}

.sign__selectjs .ss-search:last-child {
	margin-bottom: 0
}

.sign__selectjs .ss-search input {
	padding: 0;
	background-color: transparent;
	color: var(--tf-text1);
	font-size: 14px;
	border-radius: 0;
	border: none;
	border-bottom: 2px solid var(--tf-border);
	height: 40px
}

.sign__selectjs .ss-search input:focus {
	box-shadow: none
}

.sign__selectjs .ss-search input::placeholder {
	color: var(--tf-text1)
}

.sign__selectjs .ss-list {
	width: 100%
}

.sign__selectjs .ss-list .ss-option {
	font-size: 14px;
	color: var(--tf-text1);
	line-height: 36px;
	padding: 0;
	transition: .5s ease
}

.sign__selectjs .ss-list .ss-option:hover {
	background-color: transparent;
	color: var(--tf-clr)
}

.sign__selectjs .ss-list .ss-option.ss-selected {
	background-color: transparent !important;
	color: var(--tf-clr) !important
}

.sign__selectjs .ss-values .ss-placeholder {
	color: var(--tf-text2);
	font-size: 14px
}

.sign__selectjs .ss-values .ss-value {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	background-color: var(--tf-border);
	border-radius: 10px;
	border: 1px solid var(--tf-border)
}

.sign__selectjs .ss-values .ss-value .ss-value-text {
	font-size: 14px;
	color: var(--tf-text1);
	line-height: 24px;
	padding: 0 12px
}

.sign__selectjs .ss-values .ss-value .ss-value-delete {
	width: 26px;
	height: 12px;
	border-color: none;
	padding: 0;
	margin-top: 1px;
	border-color: var(--tf-bgclr)
}

.sign__selectjs .ss-values .ss-value .ss-value-delete svg {
	width: 6px !important;
	height: 6px;
	margin-left: 8px
}

.sign__selectjs .ss-values .ss-value .ss-value-delete svg path {
	stroke: var(--tf-clr)
}

.sign__selectjs.ss-content {
	flex-direction: column;
	align-items: flex-start;
	border: 2px solid var(--tf-border);
	border-radius: 8px;
	min-width: 180px;
	height: auto;
	width: auto;
	padding: 15px 20px;
	background: var(--tf-bg)
}

.sign__avatar {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 44px;
	overflow: hidden;
	border-radius: 22px
}

.sign__avatar input {
	position: absolute;
	left: -9999px;
	opacity: 0;
	z-index: 1
}

.sign__avatar label {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	z-index: 2;
	height: 44px;
	border: 2px solid var(--tf-border);
	background: var(--tf-bgclr);
	padding: 0 60px 0 20px;
	font-weight: 400;
	margin: 0;
	width: 100%;
	font-size: 14px;
	cursor: pointer;
	transition: .5s ease;
	border-radius: 22px
}

.sign__avatar label:hover {
	border-color: var(--tf-clr)
}

.sign__btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 44px;
	width: 100%;
	border-radius: 22px;
	background-color: var(--tf-btnbg);
	border: 2px solid var(--tf-btnborder);
	position: relative;
	font-size: 14px;
	color: var(--tf-text1);
	margin-top: 6px
}

.sign__btn:hover {
	color: var(--tf-clr)
}

.sign__btn--grid {
	margin-bottom: 30px
}

.sign__between {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: 20px
}

.sign__link {
	font-size: 14px;
	line-height: 24px;
	color: var(--tf-text2);
	text-decoration: underline
}

.sign__link:hover {
	color: var(--tf-text2);
	text-decoration: none
}

.sign__title {
	font-weight: 400;
	color: var(--tf-text1);
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 20px
}

.sign__text {
	font-size: 15px;
	line-height: 24px;
	font-family: var(--main-font-family);
	color: var(--tf-text2);
	margin-bottom: 20px
}

.sign__text a {
	color: var(--tf-text1);
	text-decoration: underline
}

.sign__text a:hover {
	color: var(--tf-clr);
	text-decoration: none
}

.sign__text b,
.sign__text strong {
	font-weight: 500
}

@media (min-width:768px) {

	.sign__form--comment,
	.sign__form--add {
		padding: 30px 18px
	}

	.sign__btn--small {
		width: 140px
	}
}

.share {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	padding: 30px 20px;
	border: 2px solid var(--tf-border);
	border-radius: 8px;
	margin-top: 24px
}

.share .ya-share2 {
	margin-bottom: 30px
}

.share__item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 30px
}

.share__item:last-child {
	margin-bottom: 0
}

.share__item span {
	font-size: 15px;
	line-height: 26px;
	font-family: var(--main-font-family);
	margin-bottom: 10px;
	color: var(--tf-text2)
}

.share__item input {
	background-color: var(--tf-bgclr);
	border: 2px solid var(--tf-border);
	height: 44px;
	position: relative;
	color: var(--tf-text1);
	font-size: 14px;
	width: 100%;
	border-radius: 22px;
	padding: 0 20px
}

.share__item input:hover,
.share__item input:focus {
	border-color: var(--tf-clr)
}

@media (min-width:768px) {
	.share {
		padding: 30px
	}
}

.back-to-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--tf-bgclr);
	border: 2px solid var(--tf-border);
	z-index: 999;
	opacity: 0
}

.back-to-top svg {
	width: 24px;
	height: 24px;
	stroke: var(--tf-text2)
}

.back-to-top.active {
	opacity: 1
}

.back-to-top:hover svg {
	stroke: var(--tf-clr)
}

.modal--auto .modal-content {
	margin: 0 auto;
	max-width: 400px;
	background-color: transparent;
	border: none;
	border-radius: 8px
}

.modal__content {
	position: relative;
	display: block;
	background-color: var(--tf-bgclr);
	margin: 0 auto;
	width: 100%;
	max-width: 400px;
	padding: 30px 20px;
	border-radius: 8px;
	border: 2px solid var(--tf-border)
}

.modal__title {
	font-family: var(--main-font-family);
	color: var(--tf-text1);
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 30px
}

.modal__text {
	font-size: 16px;
	line-height: 26px;
	color: var(--tf-text2);
	margin-bottom: 30px
}

.modal__close {
	position: absolute;
	top: 32px;
	right: 20px;
	z-index: 1
}

.modal__close svg {
	fill: var(--tf-clr);
	transition: fill .5s ease;
	height: auto;
	width: 24px
}

.modal__close:hover svg {
	fill: #e36756
}

.modal__link {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 44px;
	width: 100%;
	border-radius: 22px;
	background-color: var(--tf-btnbg);
	border: 2px solid var(--tf-btnborder);
	position: relative;
	font-size: 16px;
	color: var(--tf-text1);
	margin-top: 30px
}

.modal__link:hover {
	color: var(--tf-clr)
}

@media (min-width:768px) {
	.modal__content {
		padding: 30px
	}

	.modal__close {
		right: 30px
	}
}

.modal-backdrop {
	background: #000
}

.tooltip {
	--bs-tooltip-bg: var(--tf-bg)
}

.scrollbar-track-y {
	background-color: var(--tf-border) !important;
	top: 0 !important;
	bottom: 0 !important;
	height: auto !important;
	width: 4px !important;
	border-radius: 4px !important;
	right: 0 !important;
	overflow: hidden;
	cursor: pointer
}

.scrollbar-thumb-y {
	background: var(--tf-clr) !important;
	width: 4px !important;
	border-radius: 4px !important;
	cursor: pointer
}

.scrollbar-track-x {
	background-color: var(--tf-border) !important;
	left: 0 !important;
	right: 0 !important;
	height: 4px !important;
	width: auto !important;
	border-radius: 4px !important;
	bottom: 0 !important;
	overflow: hidden
}

.scrollbar-thumb-x {
	background: var(--tf-clr) !important;
	height: 4px !important;
	border-radius: 4px !important;
	cursor: pointer
}

.pswp__bg {
	background-color: rgba(0, 0, 0, 0.25)
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
	background-color: transparent
}

.pswp__caption__center {
	font-size: 16px;
	color: var(--tf-text1);
	padding: 20px;
	font-weight: 400
}

.pswp__counter {
	font-size: 14px;
	color: var(--tf-text1);
	padding: 0 20px;
	font-weight: 400
}

.pswp__button--close {
	background: none
}

.pswp__button--close:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url("../img/multiply.svg") no-repeat center;
	background-size: 24px auto
}

:root {
	--tf-bg: #f0e1a9;
	--tf-border: #cfbb68;
	--tf-text1: #121212;
	--tf-text2: #333;
	--tf-footer: #f8f8f8;
	--tf-chevron: url("../img/chevron-right.svg") no-repeat center;
	--tf-head: #f0e1a9;
	--tf-main: url("../img/bg.jpg") repeat #e5cf8c;
	--tf-bgclr: #f0e1a9;
	--tf-clr: #c62227;
	--tf-btnborder: #cfbb68;
	--tf-btnbg: #f0e1a9;
	--tf-btnactive: #f0e1a9;
	--tf-bgbody: url("../img/bg--body.jpg") repeat;
	--tf-clr-rw: #c62227;
	--tf-player-btn-bg: #c62227;
	--tf-player-btn-color: #ffffff;
	--tf-player-btn-color-hover: #eeeeee;
	--main-font-family: 'georgia', Arial, sans-serif;
}

[data-bs-theme="dark"] {
	--tf-bg: #222;
	--tf-border: #424242;
	--tf-text1: #fff;
	--tf-text2: #cecece;
	--tf-footer: #2d2e35;
	--tf-chevron: url("../img/chevron-right-dark.svg") no-repeat center;
	--tf-head: #222;
	--tf-main: #222;
	--tf-bgclr: #222;
	--tf-clr: #e36756;
	/*- -tf-btnborder:#e36756;*/
	--tf-btnborder: #424242;
	--tf-btnbg: #222;
	--tf-btnactive: #424242;
	--tf-bgbody: url("../img/bg--body-dark.jpg") repeat;
	--tf-clr-rw: #444;
	--tf-player-btn-bg: #c62227;
	--tf-player-btn-color: #ffffff;
	--tf-player-btn-color-hover: #сссссс;
	--main-font-family: Arial, sans-serif;
}

.list-category-video-item-grid-gorisontal-item .item--big {
	margin-top: 24px;
}

.film__img.gal {}
.player-top{
	width: 100%;
	display: flex;
	align-items:center;
	justify-content: flex-end;
	gap:15px;
	margin: 0 0 10px;
}
div.film__img_details{
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;

	height: 40px;
	border: 2px solid var(--tf-border);
	background-color: var(--tf-bgclr);
	border-radius: 20px;
	font-size: 14px;
}
.film__img.gal>div.film__img_details {
	/*border: 1px solid var(--tf-clr-rw);*/
	text-align: center;
	margin-top: 10px;
	/*padding: 5px 10px;*/
	/*font-size: 15px;*/
	/*border-radius: 8px;*/
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	border: 2px solid var(--tf-border);
	background-color: var(--tf-bgclr);
	border-radius: 20px;
	font-size: 14px;
	/*color: var(--tf-text1);*/
	/*margin-top: 20px;*/
}

.film__img.gal>div.film__img_details svg {
	width: 18px;
	height: 18px;
	stroke: var(--tf-clr);
	margin-right: 5px;
	margin-bottom: 1px;
}

.film__img.gal figure {
	text-align: center;
}

div.premium_movies{
	margin-top:30px;
	margin-bottom:50px;
}
@media (max-width:576px) {
	.popular_splide .splide__slide {
		padding: 0 20px;
	}

	.popular_splide .section__title h2 {
		padding-left: 20px;
	}

	.popular_splide .section__more {
		display: none;
	}

	.section__carousel .splide__arrow {
		display: none;
	}
	.item__cover {
		aspect-ratio: 3 / 4;
	}
	.section__carousel.section__carousel--content-horizontal .item__cover {
		aspect-ratio: initial;
	}

	.list-category-video-item {
		margin-top: calc(var(--bs-gutter-y) * 0.5);
		padding-right: calc(var(--bs-gutter-x) * 0.75);
		padding-left: calc(var(--bs-gutter-x) * 0.75);
	}

	.item--grid {
		margin-top: 12px
	}

	.section__carousel--content .splide__list .splide__slide {
		padding: 0 10px;
	}

	.new_video_area>* {
		padding-right: calc(var(--bs-gutter-x) * 1);
		padding-left: calc(var(--bs-gutter-x) * 1);
	}

	.section-premium-video .section__title h2 {
		padding-left: 12px;
	}

	.same_video .section__title h2 {
		padding-left: 12px;
	}

	.popular_video .section__title h2 {
		padding-left: 12px;
	}

	.premium_movies .container .row .col-12 .section__title h2 {
		padding-left:10px;
	}

	.mainpage .section--first .section__title h1 {
		padding-left: 7px;
	}

	.popular_today_on_main_1 .section__title h1 {
		padding-left: 7px;
	}

	.popular_today_on_main_2 .section__title h1 {
		padding-left: 7px;
	}

	.list-category-video-item-grid-gorisontal-item {
		padding-right: calc(var(--bs-gutter-x) * 0.75);
		padding-left: calc(var(--bs-gutter-x) * 0.75);
	}

	.new_items_on_main .splide__slide {
		padding: 0 6px;
	}

	.new_items_on_main .section__title h2 {
		padding-left: 7px;
	}

	.recommended_items_on_main .splide__slide {
		padding: 0 6px;
	}

	.recommended_items_on_main .section__title h2 {
		padding-left: 7px;
	}

	.top_items_on_main .splide__slide {
		padding: 0 6px;
	}

	.top_items_on_main .section__title h2 {
		padding-left: 7px;
	}

	.main-list-category-video .splide__slide {
		padding: 0 6px;
	}

	.main-list-category-video .section__title h2 {
		padding-left: 7px;
	}

	.popular_video_on_main .splide__slide {
		padding: 0 6px;
	}

	.popular_video_on_main .section__title h2 {
		padding-left: 7px;
	}
}

@media (min-width:576px) {

	.list-category-video-item .item__img {
		aspect-ratio: 3 / 4;
	}

	.list-category-video-item {
		padding-right: calc(var(--bs-gutter-x) * 0.5);
		padding-left: calc(var(--bs-gutter-x) * 0.5);
	}
}

@media (min-width:768px) {
	.section.popular_video_on_main {
		padding: 0;
	}

	.section.section_comment {
		padding: 0;
	}
}

@media (min-width:1200px) {
	.paginator__item a {
		height: 45px;
		width: 45px;
		font-size: 16px;
	}
	.btn-prev a{
		width:100px;
	}
	.btn-next a{
		width:100px;
	}
}

@media (max-width:1200px) {
	.menu {
		/*position: absolute;*/
		padding-left: 30px;
		width: 100%;
		transform: translate3d(-100%, 0, 0);
		height: 100%;
		padding-bottom: 100px;
	}

	.menu.menu--active {
		transform: translate3d(0, 0, 0);
		overflow-y: auto;
	}

	.mobile_menu_area {
		display: grid;
	}

	.mobile_menu_area .menu__nav {
		display: block;
	}

	.mobile_menu_area .menu__dropdown-menu.show {
		position: relative !important;
		transform: translate3d(0, 10px, 0) !important;
		width: 100%;
	}

	body.mobile-menu--active::-webkit-scrollbar {
		width: 0
	}

	.header {
		position: relative
	}

	body.mobile-menu--active .header {
		position: fixed
	}

	.section--first {
		padding-top: 15px;
		margin-top: 0;
	}

	.no_display_mobile {
		display: block
	}

	.section--hero {
		margin-top: 0;
	}

	.dropdown-menu.menu__dropdown-menu {
		display: none !important;
	}

	.dropdown-menu.menu__dropdown-menu.show {
		display: flex !important;
	}
}

.header {
	position: relative
}

.section--first {
	padding-top: 15px;
	margin-top: 0;
}

.section--hero {
	margin-top: 0;
}

.text_holder_section {
	padding-bottom: 0;
}

body,
.is_modal_show {
	padding-right: 0 !important;
	overflow: visible !important;
}

.modal-open .header,
.is_modal_show .header {
	margin-left: auto !important;
	margin-right: auto !important;
	left: 0;
	right: 0;
	padding-right: 0 !important;
}

.section.best_studio_section {
	padding-top: 40px
}

.tab-content .row.section-premium-video {
	margin-top: 25px;
}

.tab-content .row.section-premium-video h2 {
	margin: 0;
}

.tab-content .row.section-premium-video .section__carousel {
	margin-top: 30px;
}

.buy_link {
	display: block;
	margin-top: 10px;
}
.text-holder{
	padding-bottom:1rem;
}
.text-holder p:last-child{
	margin-bottom:0;
}
