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

fieldset, img {
	border: 0;
}

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

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

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

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

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

a * {
	cursor: pointer;
}

input,
textarea {
	outline: none;
}

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

body {
	font: 400 14px/1.2 "Inter", sans-serif;
	height: 100%;
	min-width: 320px;
	position: relative;
	color: #B1ABBD;
	background: #000206;
}

a {
	color: #B1ABBD;
	text-decoration: none;
}

.wrap-input {
	position: relative;
}

input {
	outline: none;
	-webkit-appearance: none;
	border-radius: 8px;
	padding: 0 15px;
	font: 400 14px/1.2 "Inter", sans-serif;
	color: #B1ABBD;
	background: #0F1723;
	border: none;
	height: 40px;
}

textarea {
	outline: none;
	-webkit-appearance: none;
	border-radius: 24px;
	resize: none;
	font: 400 14px/1.2 "Inter", sans-serif;
	padding: 13px 18px;
	color: #B1ABBD;
	border: none;
	background: #0F1723;
}

button {
	font: 400 14px/1.2 "Inter", sans-serif;
	color: #B1ABBD;
	cursor: pointer;
	border: none;
	display: inline-block;
	background: none;
}

* {
	outline: none;
}

* {
	box-sizing: border-box;
}
*:before, *:after {
	box-sizing: border-box;
}
* ::-moz-selection {
	background: #2600ff;
	color: #fff;
}
* ::selection {
	background: #2600ff;
	color: #fff;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #B1ABBD;
}
input:-moz-placeholder, textarea:-moz-placeholder {
	color: #B1ABBD;
	opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color: #B1ABBD;
	opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #B1ABBD;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
	color: transparent;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
	color: transparent;
}
input.placeholder, textarea.placeholder {
	color: #B1ABBD !important;
}

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

.container {
	max-width: 1420px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
@media (max-width: 1024px) {
	.container {
		padding: 0 10px;
	}
}

.svg-icon {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.icon-eye {
	font-size: 18px;
}

.btn {
	display: inline-block;
	font-size: 12px;
	padding: 10px;
	border-radius: 5px;
	background: #172434;
	backdrop-filter: blur(12.5px);
	transition: color 0.3s;
	position: relative;
	overflow: hidden;
}
.btn:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: linear-gradient(90deg, #2663DD 0%, #4238D1 109.78%), linear-gradient(93deg, #0E91F8 -12.15%, #045BB2 111.4%);
	opacity: 0;
	transition: opacity 0.3s;
	z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
	.btn:hover {
		color: #E9EBFF;
	}
	.btn:hover:before {
		opacity: 1;
	}
}
.btn.primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	color: #E9EBFF;
	padding: 13px 14px;
	font-weight: 700;
}
@media (hover: hover) and (pointer: fine) {
	.btn.primary:hover {
		color: #B1ABBD;
	}
	.btn.primary:hover:before {
		opacity: 0;
	}
}
.btn.primary:before {
	opacity: 1;
}
.btn.primary .wrap-icon {
	flex-shrink: 0;
	margin-left: 12px;
	color: #E9EBFF;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 6px;
	background-color: rgba(233, 235, 255, 0.4);
}

.title {
	text-transform: uppercase;
	color: #E7F4FC;
}

.header {
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}
@media (max-width: 768px) {
	.header {
		margin-bottom: 15px;
	}
}
.header.mobile-search .col-center {
	visibility: visible;
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.menu .icon-wrap {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: #23253C;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 20px;
	transition: background-color 0.3s;
	font-size: 18px;
}
.menu .icon-wrap .svg-icon {
	color: #D6D6D6;
}
.menu .desktop-hide {
	display: none;
}
@media (max-width: 768px) {
	.menu .desktop-hide {
		display: block;
	}
}
.menu .desktop-hide.open .dropdown {
	display: block;
}
.menu .desktop-hide.open .drop-link {
	color: #E9EBFF;
}
.menu .desktop-hide.open .drop-link .arrow {
	transform: rotate(-90deg);
	color: #8EA7D4;
}
.menu .desktop-hide.open .js-dropdown-inner .icon-wrap {
	background-color: #000;
}
.menu .desktop-hide.open .icon-left {
	fill: #154E66;
}
.menu .desktop-hide.open .icon-right {
	fill: #35C2FF;
}
.menu .desktop-hide.open .thumbs {
	flex-wrap: wrap;
	padding: 10px 0;
	margin: 0 -10px -10px 0;
}
.menu .desktop-hide.open .thumb {
	width: calc(33.333% - 10px) !important;
	margin: 0 10px 10px 0;
}
.menu .desktop-hide.open .tag {
	position: absolute;
	bottom: 8px;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 6px 7px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(7.5px);
	color: #E9EBFF;
}
.menu .desktop-hide.open .col-center {
	transform: translate3d(0, 0, 0);
	position: static;
	opacity: 1;
	visibility: visible;
	margin: 0;
	padding: 0;
	justify-content: center;
}
.menu .desktop-hide.open .col-center .column {
	margin: 0;
}
.menu .desktop-hide.open .col-center .column:last-child {
	/* display: none; */
}
.menu .desktop-hide.open .thumbs-head {
	margin-bottom: 0;
}
.menu .desktop-hide.open .wrap-info {
	margin-top: 0;
	padding-top: 8px;
	background: linear-gradient(100deg, #0E0E0E 10.47%, #131B24 100%);
}
.menu .desktop-hide .arrow {
	transform: rotate(90deg);
}
.menu .desktop-hide .drop-link {
	width: 100%;
}
.menu .desktop-hide .dropdown {
	display: none;
	background: none;
	box-shadow: none;
	backdrop-filter: none;
	position: static;
	transform: translate3d(0, 0, 0) !important;
}
@media (max-width: 768px) {
	.menu .desktop-hide .dropdown {
		padding: 0 30px 0 30px !important;
	}
}
.menu .desktop-hide .dropdown .drop-link {
	padding-left: 16px;
	padding-right: 0;
}
.menu .desktop-hide .dropdown .drop-link .arrow {
	transform: rotate(0);
	color: #4A6086;
}
.menu .desktop-hide .dropdown .drop-link .icon-image {
	font-size: 24px;
}
.menu .desktop-hide .dropdown .drop-link .icon-category {
	font-size: 22px;
}
.menu .desktop-hide .alphabet {
	padding-top: 10px;
	justify-content: flex-start;
}
.menu .desktop-hide .alphabet .btn {
	padding: 8px 11px;
}

.menu-link {
	justify-content: space-between;
}
.menu-link.active {
	color: #E9EBFF;
	pointer-events: none;
}
.menu-link.active .icon-wrap {
	background-color: #000;
}
.menu-link.active .stop-left {
	stop-color: #35C2FF;
}
.menu-link.active .stop-right {
	stop-color: #154E66;
}
.menu-link.active .custom-icon .icon-right {
	fill: #35C2FF;
}
.menu-link.active .icon-left {
	fill: #154E66;
}
.menu-link.active .svg-icon {
	color: #35C2FF;
}
.menu-link.active .svg-icon.arrow {
	color: #8EA7D4;
}
.menu-link .wrap {
	display: flex;
	align-items: center;
	transition: background-color 0.3s, color 0.3s, transform 0.3s;
}
.menu-link .arrow {
	font-size: 16px;
	color: #4A6086;
	transition: color 0.3s, transform 0.3s;
}
.menu-link .custom-icon stop {
	transition: stop-color 0.3s ease;
}
.menu-link .custom-icon .icon-left,
.menu-link .custom-icon .icon-right {
	transition: fill 0.3s;
}
.menu-link .custom-icon .icon-right {
	fill: #D6D6D6;
}
@media (hover: hover) and (pointer: fine) {
	.menu-link:hover .icon-wrap {
		background-color: #000;
	}
	.menu-link:hover .icon-wrap .svg-icon {
		color: #35C2FF;
	}
	.menu-link:hover .arrow {
		color: #8EA7D4;
	}
	.menu-link:hover .stop-left {
		stop-color: #35C2FF;
	}
	.menu-link:hover .stop-right {
		stop-color: #154E66;
	}
	.menu-link:hover .icon-right {
		fill: #35C2FF;
	}
	.menu-link:hover .icon-left {
		fill: #154E66;
	}
}

.burger {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	background: #23253C;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	cursor: pointer;
	flex-shrink: 0;
	margin-right: 20px;
}
@media (max-width: 1100px) {
	.burger {
		margin-right: 10px;
	}
}

.burger span {
	display: block;
	width: 18px;
	height: 3px;
	background: #E3EBEF;
	border-radius: 3px;
}

.header-top {
	padding: 10px 0;
	border-bottom: 1px solid #0C1019;
	font-size: 12px;
}
@media (max-width: 480px) {
	.header-top {
		padding: 6px 0;
	}
}
.header-top .cols {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 910px) {
	.header-top .cols .col-left {
		width: 100%;
	}
}
.header-top .cols .col-right {
	right: 10px;
	flex-shrink: 0;
}
@media (max-width: 910px) {
	.header-top .cols .col-right {
		display: none;
	}
}

.header-bottom {
	background: #010409;
	backdrop-filter: blur(7px);
	padding-top: 4px;
	border-bottom: 1px solid #0C1019;
}
.header-bottom .cols-3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5px;
}
.header-bottom .col-left {
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.header-bottom .logo-variant {
	display: flex;
	padding: 10px 10px 11px 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	align-self: stretch;
}
.header-bottom .logo {
	flex-shrink: 0;
}
.header-bottom .logo .desktop-hide {
	display: none;
}
@media (max-width: 768px) {
	.header-bottom .logo .mobile-hide {
		display: none;
	}
	.header-bottom .logo .desktop-hide {
		display: block;
	}
}
.header-bottom .col-right {
	margin-left: 10px;
}
@media (max-width: 550px) {
	.header-bottom .col-right {
		display: flex;
		align-items: center;
	}
}
.header-bottom .col-right .burger {
	margin-right: 0;
}
@media (max-width: 768px) {
	.header-bottom .col-right .menu .burger {
		margin-right: 20px;
	}
}
.header-bottom .col-right .menu .dropdown {
	left: auto;
	right: 0;
}
@media (max-width: 768px) {
	.header-bottom .col-right .menu .dropdown {
		left: auto;
		right: -100%;
	}
}
.header-bottom .col-center {
	display: flex;
	align-items: center;
	max-width: 728px;
	width: 100%;
	margin-left: -100px;
}
@media (max-width: 1400px) {
	.header-bottom .col-center {
		margin-left: 0;
	}
}
@media (max-width: 550px) {
	.header-bottom .col-center {
		visibility: hidden;
		opacity: 0;
		transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
		position: absolute;
		top: 76px;
		right: 0;
		transform: translate3d(100%, 0, 0);
		padding: 0 10px;
	}
}
.header-bottom .col-center .primary {
	margin-left: 15px;
	flex-shrink: 0;
	font-weight: 500;
	text-transform: capitalize;
}
@media (max-width: 640px) {
	.header-bottom .col-center .primary {
		display: none;
	}
}
.header-bottom .col-center .primary .icon {
	margin-left: 5px;
	flex-shrink: 0;
}

.main-variant {
	background-color: #05080C;
	overflow: hidden;
}
.main-variant .header {
	margin-bottom: 0;
}
.main-variant .header-bottom {
	background-color: #05080C;
	border-bottom: 1px solid #0C1019;
}
.main-variant .search-variant {
	height: calc(100vh - 175px);
	z-index: 5;
	position: relative;
	padding: 0 10px;
}
.main-variant .search-variant .form-search {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
@media (max-width: 768px) {
	.main-variant .search-variant .form-search {
		align-items: flex-start;
		padding-top: 60px;
	}
}
.main-variant .search-variant .form-search .wrap-input {
	display: flex;
	width: 600px;
	height: 50px;
	padding: 8px 15px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
	border-radius: 8px;
	border: 1px solid #0E91F8;
	background: #0F1723;
	box-shadow: 0 118px 33px 0 rgba(23, 55, 181, 0), 0 75px 30px 0 rgba(23, 55, 181, 0.02), 0 42px 25px 0 rgba(23, 55, 181, 0.06), 0 19px 19px 0 rgba(23, 55, 181, 0.1), 0 5px 10px 0 rgba(23, 55, 181, 0.11);
}

.form-search {
	width: 100%;
}

.top-list {
	display: flex;
	align-items: center;
}
@media (max-width: 910px) {
	.top-list {
		justify-content: space-between;
	}
}
@media (max-width: 400px) {
	.top-list {
		flex-direction: column;
	}
}
.top-list .item {
	margin-right: 30px;
}
.top-list .item.box {
	display: flex !important;
}
@media (max-width: 910px) {
	.top-list .item.box {
		margin-right: 10px;
	}
}
@media (max-width: 480px) {
	.top-list .item.box {
		margin-right: 5px;
	}
}
@media (max-width: 400px) {
	.top-list .item.box {
		margin-right: 0;
	}
}
@media (max-width: 1400px) {
	.top-list .item:first-child {
		display: none;
	}
}
@media (max-width: 1250px) {
	.top-list .item:nth-child(2) {
		display: none;
	}
}
@media (max-width: 1100px) {
	.top-list .item:nth-child(3) {
		display: none;
	}
}
@media (max-width: 910px) {
	.top-list .item:nth-child(5), .top-list .item:nth-child(6) {
		display: none;
	}
}
.top-list .item:last-child {
	margin-right: 0;
}
.top-list .item-custom {
	display: flex;
	align-items: center;
}
@media (max-width: 400px) {
	.top-list .item-custom {
		margin-top: 5px;
	}
}
.top-list .item-custom .link {
	padding: 4px 6px;
	border-radius: 5px;
	background: #1D1D1D;
	margin-right: 10px;
}
@media (max-width: 480px) {
	.top-list .item-custom .link {
		margin-right: 5px;
	}
}
.top-list .item-custom .link:last-child {
	margin-right: 0;
}
.top-list .item-custom .link .text {
	padding-top: 0;
}
.top-list .item-custom .link .icon {
	margin-left: 3px;
}
.top-list .item-custom .link .right {
	margin-left: 6px;
	width: 16px;
}
.top-list .item-custom .color {
	background: #035030;
}
.top-list .link {
	display: flex;
	align-items: center;
	color: #E9EBFF;
	transition: color 0.3s;
}
@media (max-width: 480px) {
	.top-list .link {
		font-size: 11px;
	}
}
@media (hover: hover) and (pointer: fine) {
	.top-list .link:hover {
		color: #B1ABBD;
	}
	.top-list .link:hover .svg-icon {
		color: #2960DC;
	}
}
.top-list .link .text {
	padding-top: 2px;
}
.top-list .icon {
	flex-shrink: 0;
	margin-right: 12px;
}
@media (max-width: 550px) {
	.top-list .icon {
		margin-right: 5px;
	}
}
.top-list .icon.right {
	margin: 0 0 0 8px;
}
@media (max-width: 550px) {
	.top-list .icon.right {
		display: none;
	}
}
.top-list .svg-icon {
	color: #BABABA;
	font-size: 17px;
	transition: color 0.3s;
}
.top-list .time {
	background: linear-gradient(93deg, #0E91F8 -12.15%, #045BB2 111.4%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-left: 10px;
	flex-shrink: 0;
	width: 60px;
	text-align: center;
	padding-top: 2px;
}
@media (max-width: 480px) {
	.top-list .time {
		margin-left: 5px;
	}
}

.pulse-wrapper {
	margin-left: 6px;
	position: relative;
	width: 16px;
	height: 16px;
	z-index: 0;
}
.pulse-wrapper .dot {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	background: #E93F4D;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.pulse-layer {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	background: #E93F4D;
	transform: translate(-50%, -50%) scale(0);
	animation: pulse 2s infinite;
}
.pulse-layer.layer1 {
	width: 12px;
	height: 12px;
	opacity: 0.4;
	animation-delay: 0s;
	z-index: 2;
}
.pulse-layer.layer2 {
	width: 16px;
	height: 16px;
	opacity: 0.2;
	animation-delay: 0.3s;
	z-index: 1;
}

@keyframes pulse {
	0% {
		transform: translate(-50%, -50%) scale(0);
		opacity: inherit;
	}
	50% {
		transform: translate(-50%, -50%) scale(1.5);
		opacity: 0.05;
	}
	100% {
		transform: translate(-50%, -50%) scale(2);
		opacity: 0;
	}
}
.navbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.navbar .item {
	margin-right: 5px;
}
@media (max-width: 910px) {
	.navbar .item {
		margin-right: 2px;
	}
}
@media (max-width: 768px) {
	.navbar .item {
		display: none;
	}
	.navbar .item.mobile {
		display: inline-flex;
	}
}
.navbar .item.wrap-dropdown.open .js-dropdown .svg-icon {
	transform: rotate(180deg);
	color: #35C2FF;
}
.navbar .item.wrap-dropdown {
	position: inherit;
}
.navbar .item.wrap-dropdown.open .link {
	color: #E9EBFF;
	border-color: #2960DC;
}
.navbar .item:last-child {
	margin-right: 0;
}
@media (max-width: 480px) {
	.navbar .item .mobile-hide {
		display: none;
	}
}
.navbar .item .desktop-hide {
	display: none;
	font-size: 15px;
}
@media (max-width: 480px) {
	.navbar .item .desktop-hide {
		display: block;
	}
}
.navbar .dropdown {
	left: 0;
	border-radius: 0;
	border-bottom: 1px solid #262A30;
	padding: 25px 0;
	background: linear-gradient(0deg, rgba(1, 4, 9, 0.97) 0%, rgba(4, 29, 70, 0.98) 100%);
}
.navbar .dropdown .wrap-title,
.categories_list .wrap-title {
	padding: 0;
	font-size: 16px;
}
.navbar .dropdown .thumbs-head,
.categories_list .thumbs-head {
	margin-bottom: 0;
}
.navbar .dropdown .thumbs-head .col-center,
.categories_list .thumbs-head .col-center {
	margin: 0;
	justify-content: space-around;
}
@media (max-width: 480px) {
	.navbar .dropdown .thumbs-head .col-center .column + .column,
	.categories_list .thumbs-head .col-center .column + .column {
		display: none;
		margin: 0;
	}
}
.navbar .dropdown .headline,
.categories_list .headline {
	margin-bottom: 15px;
}
.navbar .dropdown .thumbs,
.categories_list .thumbs {
	margin: 0 -14px 0 0;
	flex-wrap: nowrap;
}
@media (max-width: 1400px) {
	.navbar .dropdown .thumbs,
	.categories_list .thumbs {
		flex-wrap: wrap;
		margin: 0 -14px -14px 0;
	}
}
.navbar .dropdown .thumbs.horizontal .box-img {
	padding-bottom: 55.6% !important;
}
@media (max-width: 480px) {
	.navbar .dropdown .thumbs.horizontal .thumb {
		width: calc(50% - 14px) !important;
	}
}
.navbar .dropdown .thumb,
.categories_list .thumb {
	margin: 0 14px 0 0;
}
@media (max-width: 1400px) {
	.navbar .dropdown .thumb,
	.categories_list .thumb {
		margin: 0 14px 14px 0;
	}
}
.navbar .dropdown .thumb .box-img,
.categories_list .thumb .box-img {
	border-radius: 8px 8px 0 0;
	padding-bottom: 110%;
}
.navbar .dropdown .thumb .box-img .tag,
.categories_list .thumb .box-img .tag {
	position: absolute;
	bottom: 12px;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 6px 7px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(7.5px);
}
@media (max-width: 480px) {
	.navbar .dropdown .thumb .box-img .tag,
	.categories_list .thumb .box-img .tag {
		bottom: 8px;
	}
}
.navbar .dropdown .thumb .wrap-info,
.categories_list .thumb .wrap-info {
	margin-top: 0;
	padding-top: 8px;
	background: linear-gradient(100deg, #0E0E0E 10.47%, #131B24 100%);
	border-radius: 0 0 8px 8px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (hover: hover) and (pointer: fine) {
	.navbar .dropdown .thumb:hover .wrap-info,
	.categories_list .thumb:hover .wrap-info {
		background: linear-gradient(100deg, #403B3B 10.47%, #244264 100%);
	}
	.navbar .dropdown .thumb:hover .tag,
	.categories_list .thumb:hover .tag {
		color: #E9EBFF;
		background: linear-gradient(90deg, #2663DD 0%, #4238D1 109.78%), linear-gradient(93deg, #0E91F8 -12.15%, #045BB2 111.4%);
	}
}
@media (max-width: 1024px) {
	.navbar .dropdown .thumbs-wrapper .thumbs,
	.categories_list .thumbs-wrapper .thumbs {
		flex-wrap: wrap;
	}
}
.navbar .dropdown .thumbs-wrapper .thumb,
.categories_list .thumbs-wrapper .thumb {
	width: calc(11.11% - 14px);
}
@media (max-width: 1400px) {
	.navbar .dropdown .thumbs-wrapper .thumb,
	.categories_list .thumbs-wrapper .thumb {
		width: calc(14.28% - 14px);
	}
}
@media (max-width: 1200px) {
	.navbar .dropdown .thumbs-wrapper .thumb,
	.categories_list .thumbs-wrapper .thumb {
		width: calc(16.666% - 14px);
	}
}
@media (max-width: 1024px) {
	.navbar .dropdown .thumbs-wrapper .thumb,
	.categories_list .thumbs-wrapper .thumb {
		width: calc(16.666% - 14px) !important;
	}
}
@media (max-width: 910px) {
	.navbar .dropdown .thumbs-wrapper .thumb,
	.categories_list .thumbs-wrapper .thumb {
		width: calc(20% - 14px) !important;
	}
}
@media (max-width: 768px) {
	.navbar .dropdown .thumbs-wrapper .thumb,
	.categories_list .thumbs-wrapper .thumb {
		width: calc(25% - 14px) !important;
	}
}
@media (max-width: 640px) {
	.navbar .dropdown .thumbs-wrapper .thumb,
	.categories_list .thumbs-wrapper .thumb {
		width: calc(33.333% - 14px) !important;
	}
}
.navbar .wrap-dropdown.open .dropdown {
	transform: translate3d(0, 0, 0);
}
.navbar .link {
	display: inline-flex;
	align-items: center;
	padding: 15px 30px;
	font-size: 13px;
	font-weight: 700;
	transition: color 0.3s, border-color 0.3s;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
}
@media (max-width: 1400px) {
	.navbar .link {
		padding: 15px;
	}
}
@media (max-width: 1200px) {
	.navbar .link {
		padding: 12px;
	}
}
@media (max-width: 1024px) {
	.navbar .link {
		padding: 12px 8px;
	}
}
@media (max-width: 910px) {
	.navbar .link {
		padding: 12px 4px;
	}
}
.navbar .link.js-dropdown .svg-icon {
	transition: transform 0.3s;
	flex-shrink: 0;
	color: #535674;
	font-size: 9px;
	margin-left: 5px;
}
.navbar .link.active {
	color: #E9EBFF;
	border-color: #2960DC;
}
@media (hover: hover) and (pointer: fine) {
	.navbar .link:hover {
		color: #E9EBFF;
		border-color: #2960DC;
	}
}

.btn-search {
	display: none;
	color: #fff;
	border-radius: 10px;
	background: #23253C;
	font-size: 22px;
	margin-right: 5px;
	width: 36px;
	height: 36px;
}
@media (max-width: 550px) {
	.btn-search {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
}

.top-menu {
	display: none;
	padding: 0 30px;
}
@media (max-width: 768px) {
	.top-menu {
		display: flex;
		align-items: center;
	}
}
.top-menu .burger {
	margin-right: 20px;
}

body.mobile-menu {
	overflow: hidden;
	position: fixed;
}
body.mobile-menu .header:before {
	content: "";
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.9);
	z-index: 1;
}
body.mobile-menu .header-bottom {
	backdrop-filter: none;
}

.lang-img {
	width: 20px;
	height: 20px;
	overflow: hidden;
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 6px;
	-o-object-fit: cover;
	object-fit: cover;
}

.btn-lang {
	display: flex;
	align-items: center;
}
.btn-lang .name {
	text-transform: uppercase;
	margin-right: 6px;
	transition: color 0.3s;
}
.btn-lang .svg-icon {
	transition: transform 0.3s;
	flex-shrink: 0;
	color: #535674;
	font-size: 9px;
}

.dropdown {
	position: absolute;
	top: 100%;
	right: 0;
	transform: translate3d(0, 20px, 0);
	border-radius: 20px;
	background: linear-gradient(0deg, rgba(1, 4, 9, 0.9) 0%, rgba(4, 29, 70, 0.9) 100%);
	box-shadow: 0 303px 85px 0 rgba(0, 0, 0, 0), 0 194px 78px 0 rgba(0, 0, 0, 0.03), 0 109px 65px 0 rgba(0, 0, 0, 0.1), 0 48px 48px 0 rgba(0, 0, 0, 0.17), 0 12px 27px 0 rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(4px);
	z-index: 6;
	transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
	opacity: 0;
	visibility: hidden;
	padding: 20px 0 40px;
}

@media (max-width: 768px) {
	.wrap-dropdown.open .menu {
		left: 0;
	}
	.col-right .wrap-dropdown.open .menu {
		right: 0;
		left: auto;
	}
}
@media (max-width: 768px) {
	.menu {
		position: fixed;
		top: 0;
		left: -100%;
		transform: translate3d(0, 0, 0) !important;
		z-index: 20;
		border-radius: 20px;
		background: linear-gradient(0deg, rgba(1, 4, 9, 0.9) 0%, rgba(4, 29, 70, 0.9) 100%);
		box-shadow: 0 303px 85px 0 rgba(0, 0, 0, 0), 0 194px 78px 0 rgba(0, 0, 0, 0.03), 0 109px 65px 0 rgba(0, 0, 0, 0.1), 0 48px 48px 0 rgba(0, 0, 0, 0.17), 0 12px 27px 0 rgba(0, 0, 0, 0.2);
		backdrop-filter: blur(4px);
		padding: 20px 0 40px;
		width: 350px;
		max-height: 550px;
		height: 100%;
	}
}
@media (max-width: 360px) {
	.menu {
		width: 300px;
	}
}
@media (max-width: 768px) {
	.menu .inner-menu {
		position: absolute;
		top: 20px;
		right: 0;
		left: 0;
		bottom: 0;
		overflow-y: auto;
		padding-bottom: 15px;
	}
}
.menu .dropdown {
	width: 350px;
	left: 0;
}
@media (max-width: 768px) {
	.menu .dropdown {
		position: static;
		transform: translate3d(0, 0, 0) !important;
		background: none;
		box-shadow: none;
		backdrop-filter: none;
		padding: 0 !important;
		border-radius: 0;
	}
}
@media (max-width: 360px) {
	.menu .dropdown {
		width: 100%;
	}
}

.drop-link {
	display: flex;
	align-items: center;
	text-transform: capitalize;
	transition: color 0.3s;
	padding: 10px 30px;
}
@media (hover: hover) and (pointer: fine) {
	.drop-link:hover {
		color: #E9EBFF;
	}
}
.drop-link .text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wrap-dropdown {
	position: relative;
}
.wrap-dropdown.open .dropdown {
	visibility: visible;
	opacity: 1;
	transform: translate3d(0, 10px, 0);
}
.wrap-dropdown.open .btn-lang .name {
	color: #E9EBFF;
}
.wrap-dropdown.open .btn-lang .svg-icon {
	transform: rotate(180deg);
	color: #35C2FF;
}
.wrap-dropdown.open .burger {
	background: linear-gradient(90deg, #2663DD 0%, #4238D1 109.78%), #23253C;
}

.drop-country {
	width: 190px;
	padding: 5px 0;
}
.drop-country .drop-link {
	padding: 10px 20px;
}

.section {
	margin-bottom: 30px;
}

.box-img {
	display: block;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.box-img .img {
	display: block;
	width: 100%;
	height: auto;
}

.thumb-top {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 7px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(7.5px);
	position: absolute;
}

.thumb-top .icon {
	flex-shrink: 0;
	margin-right: 6px;
	position: static !important;
	width: auto !important;
	height: auto !important;
}
.thumb-top .name {
	font-size: 12px;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.thumb {
	border-radius: 8px;
	overflow: hidden;
}
.thumb .wrap-info {
	padding: 22px 10px 8px;
	border-radius: 0 0 8px 8px;
	display: block;
	margin-top: -7px;
}
.thumb .wrap-info .text-name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: capitalize;
	transition: color 0.3s;
	width: 100%;
	display: inline-block;
}
.thumb .right-top {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 11px;
	color: #fff;
}
.thumb .right-top .text-span {
	border-radius: 3px;
	padding: 2px 4px;
	display: block;
	text-align: center;
	margin-bottom: 5px;
}
.thumb .right-top .text-new {
	background: linear-gradient(225deg, #FA4A1F 25%, #FF024A 75%), #EE1D52;
}
.thumb .right-top .text-hd {
	text-transform: uppercase;
	background: linear-gradient(85deg, #000 7.16%, #2B2B2B 91.44%);
}
.thumb .right-top .text-4k {
	text-transform: uppercase;
	background: linear-gradient(85deg, #962A2A 7.16%, #2B2B2B 91.44%);
}
.thumb .right-bottom {
	position: absolute;
	bottom: 5px;
	right: 5px;
	display: flex;
	align-items: center;
}
.thumb .right-bottom .lang-img {
	width: 16px;
	height: 16px;
}
.thumb .duration {
	font-size: 12px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(7.5px);
	padding: 4px 7px;
}
@media (hover: hover) and (pointer: fine) {
	.thumb:hover .wrap-info {
		background: linear-gradient(100deg, #0E0E0E 10.47%, #131B24 100%);
		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	}
	.thumb:hover .text-name {
		color: #E9EBFF;
	}
	.thumb:hover .thumbs-head .col-left .text {
		color: #35C2FF;
	}
}

.slider-sm-cols {
	padding: 0 18px;
}
@media (max-width: 1024px) {
	.slider-sm-cols {
		padding: 0 10px 0 0;
	}
}
.slider-sm-cols.blur {
	filter: blur(7px);
	transition: filter 0.3s ease;
}
.slider-sm-cols .wrap-info {
	padding: 15px 4px 7px;
	transition: background-color 0.3s;
}
.slider-sm-cols .text-name {
	display: block;
	text-align: center;
	font-size: 12px;
}
.slider-sm-cols .thumb-top {
	bottom: 5px;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
}
@media (max-width: 1024px) {
	.slider-sm-cols .swiper-button-next,
	.slider-sm-cols .swiper-button-prev {
		width: 30px;
		height: 76px;
	}
}
@media (max-width: 1024px) {
	.slider-sm-cols .swiper-button-prev {
		background: linear-gradient(90deg, #02060B 50%, rgba(5, 8, 13, 0) 100%);
	}
}
@media (max-width: 1024px) {
	.slider-sm-cols .swiper-button-next {
		background: linear-gradient(270deg, #02060B 50%, rgba(5, 8, 13, 0) 100%);
	}
}

.swiper {
	opacity: 0;
}

.swiper-initialized {
	opacity: 1;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.25;
}
@media (max-width: 1024px) {
	.swiper-button-next.swiper-button-disabled,
	.swiper-button-prev.swiper-button-disabled {
		opacity: 0;
	}
}

.swiper-button-next,
.swiper-button-prev {
	height: 16px;
	width: 16px;
	margin-top: 0;
	transform: translateY(-50%);
}
@media (hover: hover) and (pointer: fine) {
	.swiper-button-next:hover:after, .swiper-button-next:hover:after,
	.swiper-button-prev:hover:after,
	.swiper-button-prev:hover:after {
		color: #E9EBFF;
	}
}

.swiper-button-next {
	right: -4px;
}
@media (max-width: 1024px) {
	.swiper-button-next {
		right: -11px;
	}
}

.swiper-button-prev {
	left: -4px;
}
@media (max-width: 1024px) {
	.swiper-button-prev {
		left: -11px;
	}
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 16px;
	color: #BABABA;
	transition: color 0.3s;
}

.slider-tags {
	padding: 0 18px;
}
@media (max-width: 1024px) {
	.slider-tags {
		padding: 0 10px 0 0;
	}
}
.slider-tags .swiper-slide {
	width: auto;
}
.slider-tags .swiper-button-next,
.slider-tags .swiper-button-prev {
	width: 36px;
	height: 100%;
	top: 0;
	bottom: 0;
	transform: translateY(0);
}
.slider-tags .swiper-button-next {
	background: linear-gradient(270deg, #000206 50%, rgba(5, 8, 13, 0) 100%);
	justify-content: flex-end;
	right: 0;
}
.slider-tags .swiper-button-prev {
	background: linear-gradient(90deg, #000206 50%, rgba(5, 8, 13, 0) 100%);
	justify-content: flex-start;
	left: 0;
}

.slider-banner .swiper-slide {
	border-radius: 15px;
	overflow: hidden;
	padding-bottom: 28.99%;
}
.slider-banner .adv-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.slider-banner .swiper-button-next,
.slider-banner .swiper-button-prev {
	width: 40px;
	height: 40px;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	border-radius: 50%;
}
.slider-banner .swiper-button-next:after,
.slider-banner .swiper-button-prev:after {
	font-size: 16px;
}
.slider-banner .swiper-button-next:before,
.slider-banner .swiper-button-prev:before {
	font-size: 16px;
}
.slider-banner .swiper-button-next {
	background: #535674;
	right: 20px;
}
@media (max-width: 480px) {
	.slider-banner .swiper-button-next {
		right: 10px;
	}
}
.slider-banner .swiper-button-prev {
	background: #535674;
	left: 20px;
}
@media (max-width: 480px) {
	.slider-banner .swiper-button-prev {
		left: 10px;
	}
}

.channels-banner .swiper {
	overflow: visible;
}

.thumbs-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.thumbs-head .text {
	font-size: 12px;
}
.thumbs-head .col-left {
	width: 70%;
	margin-right: 5px;
	display: flex;
	align-items: center;
}
.thumbs-head .col-left .avatar {
	margin-right: 8px;
}
.thumbs-head .col-left .svg-icon {
	flex-shrink: 0;
	margin-left: 6px;
	color: #2F55D9;
}
.thumbs-head .col-left .text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.thumbs-head .col-right {
	flex-shrink: 0;
	display: flex;
	align-items: center;
}
.thumbs-head .col-right .svg-icon {
	flex-shrink: 0;
	margin-right: 5px;
}

.avatar {
	display: block;
	border-radius: 50%;
	border: 1px solid transparent;
	width: 22px;
	height: 22px;
	overflow: hidden;
	flex-shrink: 0;
	background: linear-gradient(#000, #02060B) padding-box, linear-gradient(180deg, #1741e7 0%, #0335f2 50%, #455683 100%) border-box;
}
.avatar img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.slider-lg-cols .swiper-button-next,
.slider-lg-cols .swiper-button-prev {
	width: 40px;
	height: 40px;
	background: rgba(83, 86, 116, 0.8);
	border-radius: 50%;
	margin-top: -36px;
}
@media (max-width: 1024px) {
	.slider-lg-cols .swiper-button-next,
	.slider-lg-cols .swiper-button-prev {
		display: none;
	}
}
.slider-lg-cols .swiper-button-next {
	right: 30px;
}
.slider-lg-cols .swiper-button-prev {
	left: 30px;
}
.slider-lg-cols .swiper-button-next.swiper-button-disabled,
.slider-lg-cols .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

.headline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.headline .btn {
	flex-shrink: 0;
}

.wrap-title {
	display: flex;
	align-items: center;
	margin-right: 5px;
	border-radius: 10px;
	padding: 7px 10px;
}
.wrap-title.purple {
	background: #181123;
}
.wrap-title.brown {
	background: #231A11;
}
.wrap-title.aquamarine {
	background: #103539;
}
.wrap-title.aquamarine .link {
	color: #35C2FF;
}
.wrap-title.burgundy {
	background: #3A1010;
}
.wrap-title.red {
	background-color: #231111;
}
.wrap-title .svg-icon {
	flex-shrink: 0;
	margin-right: 10px;
	font-size: 20px;
}
.wrap-title .svg-icon.custom {
	font-size: 16px;
	color: #E3A870;
}

.thumbs-wrapper .thumbs {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -18px -28px 0;
}
@media (max-width: 1024px) {
	.thumbs-wrapper .thumbs {
		margin: 0 -18px -12px 0;
	}
}
.thumbs-wrapper .thumb {
	margin: 0 18px 28px 0;
	width: calc(25% - 18px);
}
@media (max-width: 1024px) {
	.thumbs-wrapper .thumb {
		margin: 0 18px 12px 0;
	}
}
@media (max-width: 768px) {
	.thumbs-wrapper .thumb {
		width: calc(33.333% - 18px);
	}
}
@media (max-width: 640px) {
	.thumbs-wrapper .thumb {
		width: calc(50% - 18px);
	}
}
@media (max-width: 410px) {
	.thumbs-wrapper .thumb {
		width: calc(100% - 18px);
	}
	.thumbs-wrapper .thumb.adv-thumb {
		position: relative;
		padding-bottom: 55.6%;
		margin-bottom: 20px;
	}
}
.thumbs-wrapper .box-img {
	padding-bottom: 55.6%;
}
.thumbs-wrapper .box-img .img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.adv-block {
	width: 100%;
	height: 100%;
}
@media (max-width: 410px) {
	.adv-block {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
}

.loader {
	width: 30px;
	height: 30px;
	position: relative;
	margin: 20px auto;
}

.loader span {
	position: absolute;
	width: 6px;
	height: 6px;
	background: #53595e;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.loader span:nth-child(1) {
	transform: translate(-50%, -50%) translate(0, -12px);
}

.loader span:nth-child(2) {
	transform: translate(-50%, -50%) translate(10px, -6px);
}

.loader span:nth-child(3) {
	transform: translate(-50%, -50%) translate(10px, 6px);
}

.loader span:nth-child(4) {
	transform: translate(-50%, -50%) translate(0, 12px);
}

.loader span:nth-child(5) {
	transform: translate(-50%, -50%) translate(-10px, 6px);
}

.loader span:nth-child(6) {
	transform: translate(-50%, -50%) translate(-10px, -6px);
}

.loader span {
	animation: colorShift 1.5s linear infinite;
}

.loader span:nth-child(1) {
	animation-delay: 0s;
}

.loader span:nth-child(2) {
	animation-delay: 0.2s;
}

.loader span:nth-child(3) {
	animation-delay: 0.4s;
}

.loader span:nth-child(4) {
	animation-delay: 0.6s;
}

.loader span:nth-child(5) {
	animation-delay: 0.8s;
}

.loader span:nth-child(6) {
	animation-delay: 1s;
}

@keyframes colorShift {
	0%, 100% {
		background: #53595e;
	}
	50% {
		background: #35C2FF;
	}
}
.wrap-btn {
	text-align: center;
	margin-top: 20px;
}
@media (max-width: 400px) {
	.wrap-btn .btn.primary {
		width: 100%;
	}
}

.cols-avatar .box-img {
	overflow: initial;
}
.cols-avatar .box-img .img {
	border-radius: 8px;
}
.cols-avatar .avatar {
	width: 40px;
	height: 40px;
	position: absolute;
	top: calc(100% - 20px);
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	background: linear-gradient(#000, #02060B) padding-box, #151515 border-box;
}
.cols-avatar .wrap-info {
	padding-top: 34px;
}

@media (max-width: 1024px) {
	.thumbs-wrapper.vertical .thumbs::-webkit-scrollbar {
		display: none;
	}
}

@media (max-width: 1024px) {
	.thumbs-wrapper.vertical .thumbs {
		flex-wrap: nowrap;
		overflow-x: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	.thumbs-wrapper.vertical .thumbs .thumb {
		width: 162px;
		flex-shrink: 0;
	}
}
.thumbs-wrapper.vertical .thumbs-head {
	flex-direction: column;
}
.thumbs-wrapper.vertical .thumbs-head .col-left {
	margin: 0 0 10px 0;
	width: 100%;
	justify-content: center;
	font-size: 14px;
}
.thumbs-wrapper.vertical .thumbs-head .col-left .text {
	font-size: 14px;
}
.thumbs-wrapper.vertical .thumbs-head .col-right .stars {
	margin-right: 10px;
}
.thumbs-wrapper.vertical .col-center {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.thumbs-wrapper.vertical .col-center .column {
	display: flex;
	align-items: center;
	margin: 0 7px;
}
.thumbs-wrapper.vertical .col-center .column .svg-icon {
	flex-shrink: 0;
	margin-right: 6px;
}
.thumbs-wrapper.vertical .thumb {
	width: calc(14.28% - 18px);
}
@media (max-width: 1250px) {
	.thumbs-wrapper.vertical .thumb {
		width: calc(16.666% - 18px);
	}
}
.thumbs-wrapper.vertical .box-img {
	padding-bottom: 125.6%;
}

.no-thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(100deg, #0E0E0E 10.47%, #131B24 100%);
}

.no-thumb img {
	width: 80% !important;
	filter: grayscale(80%) !important;
    position: static !important;
	height: auto !important;
}

.thumbs-wrapper.vertical .thumb-top {
	top: 5px;
	left: 5px;
}

.stars {
	display: flex;
	align-items: center;
}
.stars .svg-icon {
	color: #3649D6;
}
.stars .empty {
	color: #171E5A;
}

.svg-icon.image-icon {
	font-size: 17px;
}

.list-tags {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -10px -10px 0;
}
.list-tags .item {
	margin: 0 10px 10px 0;
}

.section-footer {
	padding: 70px 0;
	background: radial-gradient(50% 50% at 50% 50%, #0D254F 0%, #060A11 100%);
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	text-align: center;
}
@media (max-width: 1024px) {
	.section-footer {
		padding: 30px 0;
	}
}
.section-footer .primary {
	font-size: 14px;
	color: #35C2FF;
	border-radius: 10px;
	background: #1D338A;
	padding: 10px;
	margin-bottom: 30px;
}
.section-footer .primary:before {
	opacity: 0;
	background: #172434;
}
@media (hover: hover) and (pointer: fine) {
	.section-footer .primary:hover:before {
		opacity: 1;
	}
	.section-footer .primary:hover .svg-icon {
		color: rgba(233, 235, 255, 0.4);
	}
}
.section-footer .primary .text {
	line-height: 1;
}
.section-footer .primary .svg-icon {
	margin-right: 6px;
	flex-shrink: 0;
	font-size: 16px;
	color: #5EA7FF;
	transition: color 0.3s;
}
.section-footer .text-block {
	text-transform: capitalize;
	line-height: 1.4;
}
.section-footer .text-block .row {
	margin-bottom: 40px;
}
@media (max-width: 1024px) {
	.section-footer .text-block .row {
		margin-bottom: 35px;
	}
}
.section-footer .text-block .row:last-chilid {
	margin-bottom: 0;
}
.section-footer .text-block .text-top {
	color: #35C2FF;
	text-shadow: 0 1.068px 3.471px rgba(0, 0, 0, 0.25);
	font-size: 30px;
}
@media (max-width: 1024px) {
	.section-footer .text-block .text-top {
		font-size: 25px;
	}
}
@media (max-width: 910px) {
	.section-footer .text-block .text-top {
		font-size: 22px;
	}
}
@media (max-width: 768px) {
	.section-footer .text-block .text-top {
		font-size: 20px;
	}
}
.section-footer .text-block .text-center {
	color: #DDE1FC;
	font-size: 20px;
	max-width: 1278px;
	margin: 0 auto;
}
@media (max-width: 1024px) {
	.section-footer .text-block .text-center {
		font-size: 18px;
	}
}
@media (max-width: 910px) {
	.section-footer .text-block .text-center {
		font-size: 16px;
	}
}
.section-footer .text-block .text-bottom {
	font-size: 16px;
	color: #B1ABBD;
	margin: 0 auto;
	max-width: 1054px;
}
.section-footer .sub-text {
	color: #8EA7D4;
	font-size: 18px;
}

.card {
	border-radius: 15px;
	border: 1px solid #243759;
	background: #060A11;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	padding: 20px 10px 30px;
	overflow: hidden;
	width: 156px;
}
@media (min-width: 1025px) {
	.card {
		padding: 8px 4px;
		height: 64px;
	}
}
.card .stars {
	font-size: 11px;
}
.card .col-left .text {
	transition: color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
	.card:hover .col-left .text {
		color: #35C2FF;
	}
}
.card .avatar {
	width: 90px;
	height: 90px;
	border: 2px solid #0A7ADA;
	border-radius: 50%;
	display: block;
	background: none;
	margin: 0 auto 20px;
	position: relative;
	overflow: visible;
}
@media (min-width: 1025px) {
	.card .avatar {
		width: 34px;
		height: 34px;
		margin-bottom: 4px;
	}
}
.card .avatar .wrap-icon {
	position: absolute;
	top: 5px;
	right: 0px;
	font-size: 18px;
	color: #35C2FF;
}
@media (min-width: 1025px) {
	.card .avatar .wrap-icon {
		top: 0;
		font-size: 10px;
	}
}
.card .avatar .wrap-icon:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 50%;
}
@media (min-width: 1025px) {
	.card .avatar .wrap-icon:before {
		width: 8px;
		height: 8px;
	}
}
.card .avatar .wrap-icon .svg-icon {
	position: relative;
	z-index: 1;
}
.card .avatar img {
	padding: 2px;
	border-radius: 50%;
}
.card .thumbs-head {
	margin-bottom: 0;
}

.slider-footer {
	margin-bottom: 30px;
}
.slider-footer .swiper-wrapper {
	align-items: center;
}
@media (min-width: 1025px) {
	.slider-footer .swiper-slide {
		transition: filter 0.3s ease, opacity 0.3s ease;
		filter: blur(4px);
		opacity: 0.5;
	}
}
@media (min-width: 1025px) {
	.slider-footer .is-edge {
		pointer-events: none;
	}
	.slider-footer .is-edge + .is-near + .swiper-slide, .slider-footer .is-edge + .is-near + .swiper-slide + .swiper-slide {
		opacity: 1;
		filter: none;
		padding: 20px 10px 30px;
		height: 100%;
	}
	.slider-footer .is-edge + .is-near + .swiper-slide .wrap-icon, .slider-footer .is-edge + .is-near + .swiper-slide + .swiper-slide .wrap-icon {
		top: 5px;
		font-size: 18px;
	}
	.slider-footer .is-edge + .is-near + .swiper-slide .wrap-icon:before, .slider-footer .is-edge + .is-near + .swiper-slide + .swiper-slide .wrap-icon:before {
		width: 14px;
		height: 14px;
	}
	.slider-footer .is-edge + .is-near + .swiper-slide .avatar, .slider-footer .is-edge + .is-near + .swiper-slide + .swiper-slide .avatar {
		width: 90px;
		height: 90px;
		margin-bottom: 20px;
	}
}
@media (min-width: 1250px) {
	.slider-footer .is-edge + .is-near + .swiper-slide + .swiper-slide + .swiper-slide {
		opacity: 1;
		filter: none;
		padding: 20px 10px 30px;
		height: 100%;
	}
	.slider-footer .is-edge + .is-near + .swiper-slide + .swiper-slide + .swiper-slide .wrap-icon {
		top: 5px;
		font-size: 18px;
	}
	.slider-footer .is-edge + .is-near + .swiper-slide + .swiper-slide + .swiper-slide .wrap-icon:before {
		width: 14px;
		height: 14px;
	}
	.slider-footer .is-edge + .is-near + .swiper-slide + .swiper-slide + .swiper-slide .avatar {
		width: 90px;
		height: 90px;
		margin-bottom: 20px;
	}
}
@media (min-width: 1400px) {
	.slider-footer .is-edge + .is-near + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
		opacity: 1;
		filter: none;
		padding: 20px 10px 30px;
		height: 100%;
	}
	.slider-footer .is-edge + .is-near + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .wrap-icon {
		top: 5px;
		font-size: 18px;
	}
	.slider-footer .is-edge + .is-near + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .wrap-icon:before {
		width: 14px;
		height: 14px;
	}
	.slider-footer .is-edge + .is-near + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .avatar {
		width: 90px;
		height: 90px;
		margin-bottom: 20px;
	}
}
@media (min-width: 1025px) {
	.slider-footer .is-near {
		pointer-events: none;
		padding: 12px 6px;
		height: 118px;
	}
	.slider-footer .is-near .avatar {
		width: 52px;
		height: 52px;
		margin-bottom: 8px;
	}
	.slider-footer .is-near .wrap-icon {
		font-size: 14px;
		top: -1px;
	}
	.slider-footer .is-near .wrap-icon:before {
		width: 10px;
		height: 10px;
	}
}

.search-input {
	width: 100%;
	padding-right: 50px;
}

.btn-submit {
	font-size: 20px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate3d(0, -50%, 0);
	transition: color 0.3s;
	border-left: 1px solid #3C3C3C;
	padding: 0 15px 0 10px;
}
@media (hover: hover) and (pointer: fine) {
	.btn-submit:hover {
		color: #285FDC;
	}
}

.alphabet {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.alphabet .item {
	margin: 0 10px 10px 0;
	display: flex;
}
.alphabet .item:last-child {
	margin-right: 0;
}
.alphabet .btn {
	padding: 10px 17px;
	cursor: pointer;
}
.alphabet .btn.active {
	color: #E9EBFF;
}
.alphabet .btn.active:before {
	opacity: 1;
}

.wrap-content {
	display: flex;
}
.wrap-content .content {
	flex-grow: 1;
	min-width: 1px;
}

.title-adv {
	text-align: center;
	margin-bottom: 8px;
	font-size: 12px;
	text-transform: uppercase;
}

.adv-wrap {
	width: 300px;
	margin-left: 30px;
	flex-shrink: 0;
}
@media (max-width: 1024px) {
	.adv-wrap {
		display: none;
	}
}
.adv-wrap .row {
	overflow: hidden;
	border-radius: 7px;
	margin-bottom: 10px;
	display: block;
}
.adv-wrap .row:last-child {
	margin-bottom: 0;
}

.wrap-player {
	margin-bottom: 15px;
}
.wrap-player .box-img {
	border-radius: 12px;
}
.wrap-player .box-img .img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.wrap-player .player-btn {
	width: 60px;
	height: 60px;
	border-radius: 5px;
	background: rgba(23, 36, 52, 0.5);
	backdrop-filter: blur(7.5px);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #fff;
}
@media (max-width: 768px) {
	.wrap-player .player-btn {
		font-size: 20px;
		width: 40px;
		height: 40px;
	}
}
@media (hover: hover) and (pointer: fine) {
	.wrap-player .player-btn:hover {
		opacity: 0.8;
		background: linear-gradient(90deg, #2663DD 0%, #4238D1 109.78%);
	}
}
.wrap-player .play-btn {
	font-size: 44px;
	color: #fff;
	width: 120px;
	height: 120px;
	border-radius: 5px;
	background: rgba(23, 36, 52, 0.5);
	backdrop-filter: blur(7.5px);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 50px;
}
@media (max-width: 768px) {
	.wrap-player .play-btn {
		width: 80px;
		height: 80px;
		font-size: 32px;
		margin: 0 20px;
	}
}
@media (hover: hover) and (pointer: fine) {
	.wrap-player .play-btn:hover {
		opacity: 0.8;
		background: linear-gradient(90deg, #2663DD 0%, #4238D1 109.78%);
	}
}

.player-btns {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.adv-bottom {
	text-align: center;
	margin-bottom: 15px;
}
.adv-bottom .adv-link {
	border-radius: 8px;
	display: inline-block;
	overflow: hidden;
}
.adv-bottom .adv-link img {
	width: 100%;
}

.wrap-content .title {
	font-size: 18px;
	font-weight: 700;
	text-transform: none;
	margin-bottom: 8px;
}
.wrap-content .title .decor {
	color: #35C2FF;
}
.wrap-content .head-info {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
@media (max-width: 400px) {
	.wrap-content .head-info {
		flex-wrap: wrap;
	}
}
.wrap-content .head-info .col {
	display: flex;
	align-items: center;
	margin-right: 10px;
}
@media (max-width: 400px) {
	.wrap-content .head-info .col {
		margin-bottom: 5px;
	}
}
.wrap-content .head-info .col:last-child {
	margin-right: 0;
}
.wrap-content .head-info .col .svg-icon {
	flex-shrink: 0;
	margin-right: 5px;
}
.wrap-content .head-info .text {
	font-size: 13px;
}
.wrap-content .title-name {
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	color: #E7F4FC;
	margin-bottom: 10px;
}
.wrap-content .bottom-block {
	border-top: 1px solid #292B3E;
	padding-top: 15px;
}
.wrap-content .bottom-block.open .inner {
	display: block;
}
.wrap-content .bottom-block .inner {
	display: none;
	padding-bottom: 15px;
	border-bottom: 1px solid #292B3E;
	margin-bottom: 12px;
}
.wrap-content .bottom-block .inner .columns {
	display: flex;
	align-items: center;
	margin: 0 -5px;
}
@media (max-width: 768px) {
	.wrap-content .bottom-block .inner .columns {
		flex-direction: column;
	}
}
.wrap-content .bottom-block .inner .columns .column {
	width: 50%;
	padding: 0 5px;
}
@media (max-width: 768px) {
	.wrap-content .bottom-block .inner .columns .column {
		width: 100%;
	}
}

.wrap-content .bottom-block .inner .columns .column .box-img {
	height: 100%;
	position: relative;
}


.wrap-content .bottom-block .inner .columns .column .box-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.wrap-content .bottom-block .inner .left-column {
	display: flex;
}
@media (max-width: 768px) {
	.wrap-content .bottom-block .inner .left-column {
		margin-bottom: 20px;
	}
}
.wrap-content .bottom-block .inner .left-column .thumb {
	width: 100px;
	flex-shrink: 0;
	margin-right: 10px;
}
@media (hover: hover) and (pointer: fine) {
	.wrap-content .bottom-block .inner .left-column .thumb:hover .tag {
		background: linear-gradient(90deg, #2663DD 0%, #4238D1 109.78%), linear-gradient(93deg, #0E91F8 -12.15%, #045BB2 111.4%);
	}
}
.wrap-content .bottom-block .inner .left-column .tag {
	position: absolute;
	bottom: 12px;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 6px 7px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(7.5px);
	color: #E9EBFF;
}
.wrap-content .bottom-block .inner .left-column .wrap-info {
	border-radius: 5px;
	background: #172434;
	backdrop-filter: blur(12.5px);
	padding: 10px;
}
@media (max-width: 768px) {
	.wrap-content .bottom-block .inner .left-column .wrap-info {
		flex-grow: 1;
	}
}
.wrap-content .bottom-block .inner .left-column .wrap-info .row {
	margin-bottom: 10px;
}
.wrap-content .bottom-block .inner .left-column .wrap-info .row:last-child {
	margin-bottom: 0;
}
.wrap-content .bottom-block .inner .left-column .info-top {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px 7px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(7.5px);
}
.wrap-content .bottom-block .inner .left-column .info-top .icon {
	flex-shrink: 0;
	margin-right: 6px;
}
.wrap-content .bottom-block .inner .left-column .info-center {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 768px) {
	.wrap-content .bottom-block .inner .left-column .info-center {
		justify-content: flex-start;
	}
}
.wrap-content .bottom-block .inner .left-column .info-center .text {
	color: #E9EBFF;
}
.wrap-content .bottom-block .inner .left-column .info-center .svg-icon {
	flex-shrink: 0;
	margin-left: 10px;
	font-size: 18px;
}
.wrap-content .bottom-block .inner .right-column {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
@media (max-width: 768px) {
	.wrap-content .bottom-block .inner .right-column {
		justify-content: flex-start;
		flex-wrap: nowrap;
		overflow-x: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
}
.wrap-content .bottom-block .inner .avatar {
	width: 60px;
	height: 60px;
	margin: 0 auto 5px;
	border-width: 1.5px;
}
.wrap-content .bottom-block .inner .avatar img {
	padding: 2px;
	border-radius: 50%;
}
.wrap-content .bottom-block .inner .wrap {
	text-align: center;
	margin: 0 10px 10px 0;
	width: 76px;
	flex-shrink: 0;
	transition: color 0.3s;
}
@media (max-width: 768px) {
	.wrap-content .bottom-block .inner .wrap {
		margin-bottom: 0;
	}
}
@media (hover: hover) and (pointer: fine) {
	.wrap-content .bottom-block .inner .wrap:hover {
		color: #E9EBFF;
	}
}
.wrap-content .bottom-block .inner .wrap:last-child {
	margin-right: 0;
}
.wrap-content .bottom-block .inner .wrap .text {
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.wrap-content .bottom-block .wrap-button {
	text-align: center;
}
.wrap-content .bottom-block .wrap-button .text-name {
	font-size: 13px;
	color: #B1ABBD;
	transition: color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
	.wrap-content .bottom-block .wrap-button .text-name:hover {
		color: #E9EBFF;
	}
}

@media (max-width: 768px) {
	.wrap-content .right-column::-webkit-scrollbar {
		display: none;
	}
}

.player-buttons {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 768px) {
	.player-buttons {
		margin-bottom: 20px;
	}
}
.player-buttons .btn {
	margin-right: 5px;
	padding: 14px;
}
@media (max-width: 360px) {
	.player-buttons .btn {
		padding: 12px;
	}
}
.player-buttons .btn:last-child {
	margin-right: 0;
}
.player-buttons .svg-icon {
	font-size: 22px;
}
.player-buttons .buttons {
	display: flex;
	align-items: center;
}
@media (max-width: 400px) {
	.player-buttons .buttons {
		flex-grow: 1;
	}
}
@media (max-width: 400px) {
	.player-buttons .buttons .btn:first-child {
		display: none;
	}
}
@media (max-width: 400px) {
	.player-buttons .buttons .btn:last-child {
		margin-left: auto;
	}
}

.likes {
	display: flex;
	align-items: center;
}
@media (max-width: 400px) {
	.likes {
		margin-right: 15px;
	}
}
@media (max-width: 360px) {
	.likes {
		margin-right: 10px;
	}
}
.likes .btn {
	display: flex;
	align-items: center;
	font-size: 16px;
}
.likes .btn .svg-icon {
	flex-shrink: 0;
}
.likes .btn .text {
	margin-left: 10px;
}

.models-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 5px;
}
@media (max-width: 768px) {
	.models-list {
		flex-wrap: nowrap;
		padding-bottom: 10px;
		overflow-x: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
}
.models-list .item {
	margin: 0 5px 5px 0;
	display: flex;
}
@media (max-width: 768px) {
	.models-list .item {
		margin-bottom: 0;
		flex-shrink: 0;
	}
}
.models-list .wrap-img {
	width: 34px;
	height: 34px;
	border: 3px solid #151515;
	display: block;
	flex-shrink: 0;
	margin-right: 10px;
}
.models-list .wrap-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.models-list .btn {
	display: flex;
	align-items: center;
	padding: 0 10px 0 0;
}

@media (max-width: 768px) {
	.models-list::-webkit-scrollbar {
		display: none;
	}
}

.filter-select {
	display: inline-flex;
}
.filter-select button {
	display: flex;
	padding: 10px;
	justify-content: center;
	align-items: center;
	gap: 5px;
	border-radius: 5px;
	background: #172434;
	backdrop-filter: blur(12.5px);
}
.filter-select button .svg-icon {
	font-size: 7px;
}

.main-variant {
	position: fixed;
}
.main-variant .star {
	position: absolute;
	top: -20px;
	color: #172434;
	width: 20px;
	height: 20px;
	animation: animate 5s linear forwards;
}
.main-variant .star::before {
	content: "★";
	text-shadow: 0 0 5px #0E1826, 0 0 20px #0E1826, 0 0 50px #0E1826;
}
@keyframes animate {
	0% {
		transform: translateY(0) rotate(0deg);
		opacity: 1;
	}
	80% {
		opacity: 1;
	}
	100% {
		transform: translateY(100vh) rotate(360deg);
		opacity: 0;
	}
}

.star {
	position: absolute;
	top: -20px;
	color: #172434;
	width: 40px;
	height: 40px;
	animation: animate 7s linear forwards;
}

.star:before {
	content: "\f005";
	font-family: fontAwesome;
	text-shadow: 0 0 5px #0E1826, 0 0 20px #0E1826, 0 0 50px #0E1826;
}

@keyframes animate {
	0% {
		transform: translateY(0) rotate(0deg);
		opacity: 1;
	}
	80% {
		opacity: 1;
	}
	100% {
		transform: translateY(100vh) rotate(360deg);
		opacity: 0;
	}
}
.form-search .wrap-input {
	position: relative;
}

.ui-autocomplete {
	position: absolute;
	max-height: 270px;
	margin-top: 2px;
	overflow-y: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	border-radius: 20px;
	border: 1px solid #2A2A2A !important;
	padding: 16px 0 0;
	background: linear-gradient(0deg, #010409 0%, #010409 100%), linear-gradient(0deg, rgba(1, 4, 9, 0.9) 0%, rgba(4, 29, 70, 0.9) 100%), #111;
}
.ui-autocomplete .ui-menu-item {
	padding: 0 10px;
}
.ui-autocomplete .link {
	font-weight: 700;
	color: #E7F4FC;
	border-radius: 5px;
	transition: background-color 0.3s;
	font-size: 13px;
	padding: 8px 16px;
	display: flex;
	align-items: center;
	border-color: transparent !important;
	background-color: transparent;
}
@media (hover: hover) and (pointer: fine) {
	.ui-autocomplete .link:hover {
		background-color: #282829;
	}
}
.ui-autocomplete .link .svg-icon {
	flex-shrink: 0;
	margin-right: 10px;
	font-size: 18px;
}

.ui-menu .ui-menu-item {
	list-style-image: none;
}

.ui-menu .ui-menu-item-wrapper.btn-group {
	padding: 0 16px;
	background: none;
	border-color: transparent;
}
.ui-menu .ui-menu-item-wrapper.btn-group a {
	color: #B1ABBD;
}
@media (hover: hover) and (pointer: fine) {
	.ui-menu .ui-menu-item-wrapper.btn-group a:hover {
		color: #E9EBFF;
	}
}

.ui-autocomplete::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.ui-autocomplete:after {
	content: "";
	position: sticky;
	bottom: 0;
	display: block;
	width: 100%;
	height: 40px;
	pointer-events: none;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.99) 60%, #111 100%);
}

.btn-group {
	display: flex;
	flex-wrap: wrap;
	padding: 0 16px;
}
.btn-group .btn {
	font-size: 11px;
	font-weight: 400;
	padding: 10px;
	margin: 0 10px 10px 0;
	text-transform: none;
}

.filter-select {
	flex-shrink: 0;
}
.filter-select .btn-filter .svg-icon {
	transition: transform 0.3s;
}
.filter-select.open .btn-filter .svg-icon {
	transform: rotate(180deg);
}

@media (max-width: 480px) {
	.headline.secondary {
		flex-direction: column;
		align-items: flex-start;
	}
	.headline.secondary .wrap-title {
		margin: 0 0 10px 0;
	}
	.headline.secondary .dropdown {
		right: auto;
		left: 0;
	}
}

.model-block__card {
	width: 100%;
	overflow: hidden;
	background: #0c1019;
}
@media screen and (max-width: 768px) {
	.model-block {
		margin: 0 -10px;
	}
	.model-block__card {
		padding: 0 10px;
		overflow: auto;
	}
}
@media screen and (max-width: 375px) {
	.model-block {
		margin: 0 -5px;
	}
	.model-block__card {
		padding: 0 5px;
	}
}
.model-block .hero {
	position: relative;
	height: 220px;
	overflow: hidden;
}
.model-block .hero__bg {
	position: absolute;
	inset: 0;
	filter: blur(12px);
}

.model-block .hero__bg img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.model-block .hero__bg img.logo {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}
.model-block .hero__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.8);
}
.model-block .profile-row {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	gap: 10px;
	white-space: nowrap;
}
@media screen and (max-width: 768px) {
	.model-block .profile-row {
		gap: 0;
	}
}
.model-block .model-block__avatar {
	position: relative;
	flex-shrink: 0;
}
.model-block .model-block__avatar-img {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #2663dd 0%, #6c3bbf 100%);
	font-size: 56px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.9);
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
}
@media screen and (max-width: 768px) {
	.model-block .model-block__avatar-img {
		width: 127px;
		height: 179px;
		border-radius: 8px;
	}
}
.model-block .model-block__avatar-badge {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	gap: 5px;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(7.5px);
	border-radius: 8px;
	padding: 4px 7px;
}
.model-block .model-block__avatar-badge .icon {
	width: 14px;
	height: 14px;
	color: #ff6b2b;
}
.model-block .model-block__avatar-badge span {
	font-size: 12px;
	color: #b1abbd;
	line-height: 1.2;
}
@media screen and (max-width: 768px) {
	.model-block .model-block__avatar-badge {
		bottom: 10px;
	}
}
.model-block .info {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 10px;
	border-radius: 5px;
	backdrop-filter: blur(12.5px);
}
.model-block .name-row {
	display: flex;
	align-items: center;
	gap: 5px;
}
.model-block .name-row__text {
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.2;
}
.model-block .name-row .icon {
	width: 18px;
	height: 18px;
}
.model-block .name-row .icon img {
	margin-right: 0;
}
.model-block .stats-row {
	display: flex;
	align-items: center;
	gap: 10px;
}
.model-block .stat {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 12px;
	color: #b1abbd;
	line-height: 1.2;
}
.model-block .stat .svg-icon {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}
.model-block .meta-row {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	color: #e9ebff;
	line-height: 1.2;
}
@media screen and (max-width: 768px) {
	.model-block .meta-row {
		flex-direction: column;
		align-items: flex-start;
	}
}
.model-block .meta-row__sep {
	color: #535674;
}
@media screen and (max-width: 768px) {
	.model-block .meta-row__sep {
		display: none;
	}
}
.model-block .actions {
	display: flex;
	align-items: center;
	gap: 5px;
}
.model-block .btn-like,
.model-block .btn-dislike {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px;
	border-radius: 5px;
	background: #172434;
	backdrop-filter: blur(12.5px);
	transition: color 0.3s;
	position: relative;
	overflow: hidden;
	height: 40px;
	color: #FFF;
	font-size: 16px;
	font-weight: 300;
}
.model-block .btn-like.active, .model-block .btn-like:hover,
.model-block .btn-dislike.active,
.model-block .btn-dislike:hover {
	background: linear-gradient(90.25deg, #2663dd 0%, #4238d1 109.78%);
}
.model-block .btn-like .icon,
.model-block .btn-dislike .icon {
	width: 20px;
	height: 20px;
	color: #ffffff;
}
.model-block .tabs {
	background: #0c1019;
	padding-top: 10px;
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
}
.model-block .tab {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 15px 15px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: #b1abbd;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	position: relative;
	bottom: 0;
	transition: color 0.15s, border-color 0.15s;
}
.model-block .tab.active {
	color: #e9ebff;
	border-bottom-color: #2960dc;
}
.model-block .tab__count {
	font-weight: 400;
}
.model-block .icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.model-block .icon svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.thumbs-wrapper.vertical.cols-6 .thumb {
	width: calc(16.66% - 18px);
}

.wrap-btn.full-width .btn {
	width: 100%;
}

.thumbs-wrapper.vertical.cols-8-avatar .thumb {
	width: calc(12.5% - 18px);
}
@media (max-width: 1400px) {
	.thumbs-wrapper.vertical.cols-8-avatar .thumb {
		width: calc(16.666% - 18px);
	}
}
@media (max-width: 1024px) {
	.thumbs-wrapper.vertical.cols-8-avatar .thumb {
		width: 162px;
	}
}

.pagination {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}
@media (max-width: 1024px) {
	.pagination {
		margin-top: 40px;
	}
}
@media (max-width: 768px) {
	.pagination {
		margin-top: 25px;
	}
}
@media (max-width: 479px) {
	.pagination {
		margin-top: 20px;
	}
}
.pagination a,
.pagination span {
	border-radius: 4px;
	display: flex;
	min-width: 40px;
	height: 40px;
	padding: 14px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	background: #172434;
	backdrop-filter: blur(10px);
	color: #B1ABBD;
	font-size: 11px;
	line-height: 120%;
}
@media screen and (min-width: 1025px) {
	.pagination a:hover,
	.pagination span:hover {
		background: linear-gradient(90deg, #2663DD 0%, #4238D1 109.78%), linear-gradient(93deg, #0E91F8 -12.15%, #045BB2 111.4%);
	}
}
@media (hover: hover) and (pointer: fine) {
	.pagination a:hover {
		color: #E9EBFF;
	}
}
.pagination li {
	min-width: 40px;
	height: 40px;
	margin: 0 5px;
}
@media (max-width: 550px) {
	.pagination li {
		display: none;
	}
}
@media (max-width: 550px) {
	.pagination li.jump {
		display: block;
	}
	.pagination li.jump + .page {
		display: block;
	}
}
.pagination li.jump a, .pagination li.jump span {
	background: transparent;
	backdrop-filter: none;
}
.pagination li.prev, .pagination li.next {
	margin: 0 15px;
}
@media (max-width: 550px) {
	.pagination li.prev, .pagination li.next {
		display: block;
		margin: 0 8px;
	}
}
.pagination li.prev .svg-icon, .pagination li.next .svg-icon {
	font-size: 14px;
}
@media (max-width: 768px) {
	.pagination li.prev .text, .pagination li.next .text {
		display: none;
	}
}
.pagination li.prev .svg-icon {
	transform: rotate(180deg);
}
.pagination .page-current {
	pointer-events: none;
}
@media (max-width: 550px) {
	.pagination .page-current {
		display: block;
	}
	.pagination .page-current + .page {
		display: block;
	}
}
.pagination .page-current span {
	color: #fff;
	border: none;
	background: linear-gradient(90deg, #2663DD 0%, #4238D1 109.78%), linear-gradient(93deg, #0E91F8 -12.15%, #045BB2 111.4%);
}

.channels-block .channel-info {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	max-width: 1380px;
}
.channels-block .channel-info__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
@media (max-width: 910px) {
	.channels-block .channel-info__top {
		flex-direction: column;
	}
}
.channels-block .channel-info__left {
	display: flex;
	align-items: center;
	gap: 10px;
}
@media (max-width: 910px) {
	.channels-block .channel-info__left {
		margin-bottom: 10px;
	}
}
@media (max-width: 410px) {
	.channels-block .channel-info__left {
		flex-direction: column;
	}
}
.channels-block .channel-info__thumb {
	position: relative;
	width: 80px;
	height: 80px;
	border-radius: 10px;
	border: 1px solid #3253d9;
	overflow: hidden;
	flex-shrink: 0;
}
.channels-block .channel-info__thumb img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	display: block;
	border-radius: 10px;
}
.channels-block .channel-info__thumb--placeholder {
	width: 40px;
	height: 40px;
	aspect-ratio: 1/1;
	border-radius: 20px;
	border: 1.667px solid #3253D9;
	background: url("/images/temp/brazzers.png") lightgray 50%/cover no-repeat;
}
.channels-block .channel-info__meta {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.channels-block .channel-info__name-row {
	display: flex;
	align-items: center;
	gap: 5px;
}
@media (max-width: 410px) {
	.channels-block .channel-info__name-row {
		justify-content: center;
	}
}
.channels-block .channel-info__name-row__text {
	font-size: 18px;
	font-weight: 700;
	color: #b1abbd;
	line-height: 1.2;
	white-space: nowrap;
}
.channels-block .channel-info__name-row .icon {
	width: 14px;
	height: 14px;
	display: inline-flex;
	flex-shrink: 0;
	color: #3b82f6;
}
.channels-block .channel-info__name-row .icon svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.channels-block .channel-info__stats {
	display: flex;
	align-items: center;
	gap: 10px;
}
.channels-block .channel-info__stat {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 12px;
	color: #b1abbd;
	line-height: 1.2;
}
.channels-block .channel-info__stat .icon {
	width: 16px;
	height: 16px;
	display: inline-flex;
	flex-shrink: 0;
}
.channels-block .channel-info__stat .icon svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.channels-block .channel-info__visit {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 4px 14px;
	border: none;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	background-color: #172434;
	color: #e9ebff;
	border-radius: 5px;
	white-space: nowrap;
	transition: opacity 0.15s;
}
.channels-block .channel-info__visit:hover {
	background: linear-gradient(90.32deg, #2663dd 0%, #4238d1 109.78%);
}
.channels-block .channel-info__rank {
	font-size: 16px;
	font-weight: 300;
	color: #ffffff;
	letter-spacing: 0.32px;
	white-space: nowrap;
	line-height: 20px;
}
.channels-block .channel-info__rank__label {
	color: #b1abbd;
}
.channels-block .channel-info__right {
	display: flex;
	align-items: center;
	gap: 10px;
}
.channels-block .channel-info__actions-left {
	display: flex;
	align-items: center;
	gap: 10px;
}
.channels-block .channel-info__subscribe {
	display: flex;
	align-items: center;
	gap: 14px;
	height: 40px;
	padding: 4px 14px;
	border: none;
	cursor: pointer;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.32px;
	color: #ffffff;
	background: #172434;
	border-radius: 5px;
	white-space: nowrap;
	overflow: hidden;
	transition: opacity 0.15s;
}
@media (max-width: 480px) {
	.channels-block .channel-info__subscribe .text {
		display: none;
	}
}
.channels-block .channel-info__subscribe:hover {
	background: linear-gradient(90.32deg, #2663dd 0%, #4238d1 109.78%);
}
.channels-block .channel-info__subscribe .icon {
	width: 18px;
	height: 18px;
	display: inline-flex;
	flex-shrink: 0;
}
.channels-block .channel-info__subscribe .icon svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.channels-block .channel-info__socials {
	display: flex;
	align-items: center;
	gap: 5px;
}
.channels-block .channel-info__social-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	background: #172434;
	backdrop-filter: blur(12.5px);
	overflow: hidden;
	transition: opacity 0.15s;
}
@media (hover: hover) and (pointer: fine) {
	.channels-block .channel-info__social-btn:hover {
		background: linear-gradient(90.32deg, #2663dd 0%, #4238d1 109.78%);
	}
	.channels-block .channel-info__social-btn:hover .icon svg {
		color: #fff;
	}
}
.channels-block .channel-info__social-btn .icon {
	width: 19.2px;
	height: 19.2px;
	display: inline-flex;
	flex-shrink: 0;
	color: #b1abbd;
}
.channels-block .channel-info__social-btn .icon svg {
	width: 100%;
	height: 100%;
}
.channels-block .channel-info__actions-right {
	display: flex;
	align-items: center;
	gap: 5px;
}
.channels-block .channel-info__bottom {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}
.channels-block .channel-info__bio {
	font-size: 14px;
	font-weight: 400;
	color: #b1abbd;
	line-height: 1.2;
	width: 100%;
}
.channels-block .channel-info__tags {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
.channels-block .channel-info__tag {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 33px;
	padding: 4px 10px;
	border-radius: 5px;
	background: #172434;
	backdrop-filter: blur(12.5px);
	font-size: 11px;
	font-weight: 400;
	color: #b1abbd;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
}
.channels-block .channel-info__tag:hover {
	background: linear-gradient(90.32deg, #2663dd 0%, #4238d1 109.78%);
	color: #e9ebff;
	backdrop-filter: none;
}
.channels-block .btn-like {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 40px;
	padding: 4px 14px;
	border: none;
	cursor: pointer;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #ffffff;
	background-color: #172434;
	border-radius: 4px;
	white-space: nowrap;
	overflow: hidden;
	transition: opacity 0.15s;
}
.channels-block .btn-like .svg-icon {
	font-size: 18px;
}
@media (hover: hover) and (pointer: fine) {
	.channels-block .btn-like:hover {
		background: linear-gradient(90.32deg, #2663dd 0%, #4238d1 109.78%);
	}
}
.channels-block .btn-like .icon {
	width: 20px;
	height: 20px;
	display: inline-flex;
	flex-shrink: 0;
}
.channels-block .btn-like .icon svg {
	font-size: 18px;
}
.channels-block .btn-dislike {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	background: #172434;
	backdrop-filter: blur(10px);
	overflow: hidden;
	transition: opacity 0.15s;
	font-size: 18px;
}
@media (hover: hover) and (pointer: fine) {
	.channels-block .btn-dislike:hover {
		color: #fff;
	}
}
.channels-block .btn-dislike:hover {
	background: linear-gradient(90.32deg, #2663dd 0%, #4238d1 109.78%);
}
.channels-block .btn-dislike .icon {
	width: 20px;
	height: 20px;
	display: inline-flex;
	flex-shrink: 0;
	color: #b1abbd;
	transform: rotate(180deg);
	font-size: 18px;
}
.channels-block .btn-dislike .icon svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.channels-block .icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.channels-block .icon svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
}

@media (max-width: 768px) {
	.channels-banner {
		margin-bottom: 20px;
	}
}
@media (max-width: 480px) {
	.channels-banner {
		margin-bottom: 15px;
	}
}

.js-gallery-thumb .wrap-info .thumbs-head {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.js-gallery-thumb .wrap-info .thumbs-head .col-left {
	margin-bottom: 0;
	font-size: 12px;
}

.lightbox {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lightbox .lightbox-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.9);
}
.lightbox .lightbox-content {
	position: relative;
	width: 90vw;
	height: 90vh;
	z-index: 2;
}
.lightbox .swiper {
	width: 100%;
	height: 100%;
}
.lightbox .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}
.lightbox .swiper-slide .js-gallery-thumb {
	width: 100%;
	max-width: 500px;
}
.lightbox .lightbox-close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 5;
	display: flex;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	gap: 5px;
	border-radius: 4px;
	background: #172434;
	backdrop-filter: blur(10px);
}
.lightbox .lightbox-close .svg-close-icon {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: #b1abbd;
}

@media (max-width: 690px) {
	.thumbs-wrapper.vertical.cols-6 .thumbs {
		margin: 0 -10px -12px 0;
	}
}

@media (max-width: 1400px) {
	.thumbs-wrapper.vertical.cols-6 .thumb {
		width: calc(20% - 18px);
	}
}
@media (max-width: 1200px) {
	.thumbs-wrapper.vertical.cols-6 .thumb {
		width: calc(25% - 18px);
	}
}
@media (max-width: 690px) {
	.thumbs-wrapper.vertical.cols-6 .thumb {
		width: calc(33.333% - 10px);
		margin-right: 10px;
	}
}
@media (max-width: 480px) {
	.thumbs-wrapper.vertical.cols-6 .thumb {
		width: calc(50% - 10px);
	}
}

.thumbs-wrapper.vertical.cols-6 .thumb .wrap-info .text-name {
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.thumbs-wrapper.vertical.cols-6 .thumbs-head .col-left {
	justify-content: flex-start;
}

@media (max-width: 920px) {
	.thumbs-wrapper.vertical.cols-6 .thumbs-head {
		flex-direction: column;
	}
	.thumbs-wrapper.vertical.cols-6 .thumbs-head .col-right {
		margin-top: 3px;
		width: 100%;
	}
}

.lightbox-content .thumb .text-name {
	font-weight: 700;
	color: #E9EBFF;
	margin-right: 10px;
}

.lightbox .lightbox-close {
	right: 0;
}
@media (max-width: 768px) {
	.lightbox .lightbox-close {
		right: 10px;
	}
}

.lightbox .swiper-button-next,
.lightbox .swiper-button-prev {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background: #172434;
	backdrop-filter: blur(10px);
}
@media (max-width: 768px) {
	.lightbox .swiper-button-next,
	.lightbox .swiper-button-prev {
		transform: translateY(0);
		top: auto;
		bottom: 10px;
	}
}
.lightbox .swiper-button-next {
	right: 0;
}
@media (max-width: 768px) {
	.lightbox .swiper-button-next {
		right: 10px;
	}
}
.lightbox .swiper-button-prev {
	left: 0;
}
@media (max-width: 768px) {
	.lightbox .swiper-button-prev {
		left: 10px;
	}
}

.lightbox .lightbox-content {
	height: 100vh;
	padding: 10px;
}
@media (max-width: 768px) {
	.lightbox .lightbox-content {
		width: 100vw;
	}
}

@media (max-width: 768px) {
	.lightbox .swiper-slide {
		transform: scale(0.8);
	}
}

.lightbox-counter {
	display: inline-block;
}

.js-gallery-thumb .wrap-info .cols {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}
.js-gallery-thumb .wrap-info .cols .col-left {
	max-width: 85%;
}
.js-gallery-thumb .wrap-info .cols .col-right-count {
	flex-shrink: 0;
	display: flex;
	align-items: center;
}
.js-gallery-thumb .wrap-info .cols .col-right-count .svg-icon.image-icon {
	flex-shrink: 0;
	margin-right: 5px;
	font-size: 18px;
}

@media (max-width: 1024px) {
	.thumbs-wrapper.vertical .js-gallery {
		flex-wrap: wrap;
	}
}
.footer {
	height: 1px;
	display: table-row;
	position: relative;
	z-index: 1;
}

.footer-wrap {
	border-radius: 20px 20px 0 0;
	background: #060A11;
	padding: 30px 0;
}
.footer-wrap .link {
	transition: color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
	.footer-wrap .link:hover {
		color: #35C2FF;
	}
}

.logo-footer {
	text-align: center;
	margin-bottom: 20px;
}
.logo-footer .logo {
	display: inline-block;
}

.footer-cols {
	display: flex;
	margin: 0 -10px 20px;
}
@media (max-width: 1024px) {
	.footer-cols {
		flex-wrap: wrap;
	}
}
.footer-cols .col {
	width: 20%;
	padding: 0 10px;
}
@media (max-width: 1024px) {
	.footer-cols .col {
		width: 33.333%;
	}
}
@media (max-width: 640px) {
	.footer-cols .col {
		width: 50%;
	}
	.footer-cols .col:nth-last-child(2) {
		margin-top: 20px;
	}
}
.footer-cols .col:last-child {
	width: 40%;
}
@media (max-width: 1024px) {
	.footer-cols .col:last-child {
		width: 100%;
		margin-top: 25px;
		text-align: center;
	}
}
.footer-cols .title {
	margin-bottom: 25px;
}
@media (max-width: 1024px) {
	.footer-cols .title {
		margin-bottom: 14px;
	}
}
@media (max-width: 1024px) {
	.footer-cols .social-list {
		justify-content: center;
	}
}

.footer-bottom {
	display: flex;
	font-size: 12px;
}
@media (max-width: 768px) {
	.footer-bottom {
		flex-direction: column;
		align-items: center;
	}
}

.footer-nav {
	display: flex;
	align-items: center;
	margin-right: 10px;
	flex-grow: 1;
}
@media (max-width: 768px) {
	.footer-nav {
		margin: 0 0 20px 0;
	}
}
@media (max-width: 480px) {
	.footer-nav {
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 -7px 6px -7px;
	}
}
.footer-nav .item {
	margin-right: 50px;
}
@media (max-width: 910px) {
	.footer-nav .item {
		margin-right: 20px;
	}
}
@media (max-width: 480px) {
	.footer-nav .item {
		margin: 0 7px 14px 7px;
	}
}
.footer-nav .item:last-child {
	margin-right: 0;
}
.footer-nav .link {
	color: #FBFAF7;
	text-decoration: underline;
}

.copy {
	color: #FBFAF7;
}

.list-nav .item {
	margin-bottom: 15px;
}
.list-nav .item:last-child {
	margin-bottom: 0;
}
.list-nav .link {
	font-size: 13px;
	text-transform: capitalize;
}
.list-nav .color {
	display: flex;
	align-items: center;
	color: #35C2FF;
}
.list-nav .color .wrap-icon {
	flex-shrink: 0;
	margin-right: 10px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #195470;
	font-size: 12px;
}

.footer-label {
	margin-bottom: 15px;
}

.social-list {
	display: flex;
	align-items: center;
}
.social-list a {
	display: block;
}

.footer-form {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
@media (max-width: 400px) {
	.footer-form {
		flex-direction: column;
	}
}
.footer-form .input {
	padding-left: 45px;
	width: 100%;
}
.footer-form .primary {
	flex-shrink: 0;
	margin-left: 15px;
	padding: 10px 14px;
}
@media (max-width: 400px) {
	.footer-form .primary {
		width: 100%;
		margin: 15px 0 0;
	}
}
.footer-form .wrap-input {
	flex-grow: 1;
	width: 100%;
}
.footer-form .wrap-input .svg-icon {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translate3d(0, -50%, 0);
	font-size: 20px;
}

.thumbs.swiper-wrapper:not(.videos_list) .swiper-slide .box-img {
	position: relative;
	padding-bottom: 125.6%;
}

.thumbs.swiper-wrapper:not(.videos_list) .swiper-slide .box-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-slide .avatar .no-thumb {
	border-radius: 50%;
}
/* ========== Static text pages (terms, dmca, 2257, etc.) ========== */
.static_pages {
    color: #B1ABBD;
    line-height: 1.6;
    padding: 24px 0;
}
.static_pages h1,
.static_pages h2,
.static_pages h3,
.static_pages h4 {
    color: #E7F4FC;
    line-height: 1.3;
    margin: 32px 0 12px;
    font-weight: 700;
}
.static_pages h1:first-child,
.static_pages h2:first-child,
.static_pages h3:first-child,
.static_pages h4:first-child {
    margin-top: 0;
}
.static_pages h1 { font-size: 24px; }
.static_pages h2 { font-size: 18px; }
.static_pages h3 { font-size: 16px; }
.static_pages h4 { font-size: 14px; }
.static_pages p {
    margin: 0 0 16px;
}
.static_pages p:last-child {
    margin-bottom: 0;
}
.static_pages ul,
.static_pages ol {
    padding-left: 24px;
    margin: 0 0 16px;
}
.static_pages ul { list-style: disc; }
.static_pages ol { list-style: decimal; }
.static_pages ul li,
.static_pages ol li {
    margin: 0 0 8px;
}
.static_pages ul li:last-child,
.static_pages ol li:last-child {
    margin-bottom: 0;
}
.static_pages a {
    color: #35C2FF;
    text-decoration: underline;
}
.static_pages a:hover {
    color: #E7F4FC;
}
.static_pages strong,
.static_pages b {
    color: #E7F4FC;
    font-weight: 700;
}

/* ========== 404 Page ========== */
.page-error {
    text-align: center;
    padding: 80px 20px;
    max-width: 640px;
    margin: 0 auto;
}
.page-error__code {
    font-size: 140px;
    font-weight: 700;
    line-height: 1;
    color: #35C2FF;
    margin-bottom: 16px;
    text-shadow: 0 8px 24px rgba(53, 194, 255, 0.25);
}
.page-error__heading {
    font-size: 28px;
    font-weight: 700;
    color: #E7F4FC;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}
.page-error__text {
    font-size: 14px;
    line-height: 1.6;
    color: #B1ABBD;
    margin-bottom: 32px;
}
.page-error .btn {
    display: inline-flex;
}
@media (max-width: 768px) {
    .page-error {
        padding: 40px 16px;
    }
    .page-error__code {
        font-size: 96px;
    }
    .page-error__heading {
        font-size: 22px;
    }
}

.rating-container {
	position: relative
}

.rating-container .voters {
	position: absolute;
    left: 0;
    bottom: calc(100% + 2px);
}

.player-wrap {
	position: relative !important;
}

#kt_player {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.hidden {
	display: none ;
}

.player-buttons .btn.toggle-button.active {
	color: #E9EBFF;
}
.player-buttons .btn.toggle-button.active:before {
	opacity: 1;
}

.tab-content {
	margin-bottom: 30px;
	padding: 20px;
	background: #0F1723;
	border-radius: 8px;
}
.tab-content .row {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 12px;
}
.tab-content .row:last-child {
	margin-bottom: 0;
}
.tab-content .field-label {
	color: #B1ABBD;
	font-size: 13px;
	min-width: 130px;
}
.tab-content .textfield {
	flex: 1;
	width: 100%;
	min-width: 0;
	height: 36px;
	padding: 0 12px;
	background: #172434;
	border-radius: 5px;
	color: #B1ABBD;
	font-size: 13px;
	border: none;
}
.tab-content .textarea {
	width: 100%;
	min-height: 80px;
	padding: 10px 14px;
	background: #172434;
	border-radius: 8px;
	color: #B1ABBD;
	font-size: 13px;
	border: none;
}

.block-flagging .button-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.block-flagging .button-group > .field-label {
	font-weight: 600;
	color: #E9EBFF;
	margin-bottom: 4px;
	display: block;
	min-width: 0;
}
.block-flagging .button-group .row {
	margin-bottom: 0;
	gap: 8px;
}
.block-flagging .button-group .row label {
	min-width: 0;
	cursor: pointer;
	color: #B1ABBD;
}
.block-flagging input[type="radio"] {
	-webkit-appearance: none;
	appearance: none;
	width: 18px;
	height: 18px;
	min-width: 18px;
	padding: 0;
	margin: 0;
	background: transparent;
	border: 2px solid #2A3850;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	transition: border-color 0.2s;
}
.block-flagging input[type="radio"]:hover {
	border-color: #4060A0;
}
.block-flagging input[type="radio"]:checked {
	border-color: #2663DD;
}
.block-flagging input[type="radio"]:checked:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: linear-gradient(90deg, #2663DD 0%, #4238D1 109.78%);
	transform: translate(-50%, -50%);
}
.block-flagging .submit {
	margin-top: 12px;
	align-self: flex-start;
	padding: 10px 24px;
	background: linear-gradient(90deg, #2663DD 0%, #4238D1 109.78%);
	border-radius: 5px;
	color: #E9EBFF;
	font-weight: 600;
	cursor: pointer;
	border: none;
	height: auto;
	transition: opacity 0.3s;
}
.block-flagging .submit:hover {
	opacity: 0.9;
}
.block-flagging .block-textarea {
	margin-top: 16px;
}
.block-flagging .block-textarea .field-label {
	display: block;
	margin-bottom: 6px;
	min-width: 0;
}
.block-flagging .success {
	padding: 10px 12px;
	background: #1B3A26;
	color: #5CD680;
	border-radius: 5px;
	margin-bottom: 12px;
}
.block-flagging .generic-error {
	padding: 10px 12px;
	background: #3A1B1B;
	color: #D65C5C;
	border-radius: 5px;
	margin-bottom: 12px;
}

.modal-inner {
	width: 100%;
	max-width: 540px;
	background: #0F1723;
	border-radius: 12px;
	padding: 30px;
	color: #B1ABBD;
	position: relative;
}
.modal-title {
	font-size: 20px;
	font-weight: 700;
	color: #E9EBFF;
	margin-bottom: 24px;
	padding-right: 40px;
}
.modal-inner .close-btn {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #172434;
	color: #B1ABBD;
	transition: color 0.3s, background 0.3s;
}
.modal-inner .close-btn:hover {
	background: #2A3850;
	color: #E9EBFF;
}
.modal-inner .close-btn .svg-icon {
	font-size: 14px;
}

.modal-holder .row {
	margin-bottom: 16px;
	position: relative;
}
.modal-holder .row:last-child {
	margin-bottom: 0;
}
.modal-holder .field-label {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: 600;
	color: #E9EBFF;
}
.modal-holder .field-label.required:after {
	content: " *";
	color: #D65C5C;
}
.modal-holder .textfield {
	width: 100%;
	height: 40px;
	padding: 0 14px;
	background: #172434;
	border: none;
	border-radius: 8px;
	color: #B1ABBD;
	font-size: 14px;
}
.modal-holder .textarea {
	width: 100%;
	min-height: 90px;
	padding: 12px 14px;
	background: #172434;
	border: none;
	border-radius: 8px;
	color: #B1ABBD;
	font-size: 14px;
	resize: vertical;
}
.modal-holder .field-error {
	margin-top: 6px;
	font-size: 12px;
	color: #D65C5C;
}
.modal-holder .field-error:empty {
	display: none;
}
.modal-holder .generic-error {
	margin-bottom: 16px;
	padding: 10px 14px;
	background: #3A1B1B;
	color: #D65C5C;
	border-radius: 8px;
	font-size: 13px;
}
.modal-holder .bottom {
	margin-top: 8px;
}
.modal-holder .bottom .submit {
	display: inline-block;
	padding: 12px 32px;
	background: linear-gradient(90deg, #2663DD 0%, #4238D1 109.78%);
	border: none;
	border-radius: 8px;
	color: #E9EBFF;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: opacity 0.3s;
	height: auto;
	width: auto;
}
.modal-holder .bottom .submit:hover {
	opacity: 0.9;
}
.modal-holder .bottom.captcha {
	border-radius: 12px;
	padding: 16px;
}
.modal-holder .bottom.captcha > label {
	display: block;
	margin-bottom: 12px;
	font-size: 13px;
	color: #B1ABBD;
}
.modal-holder .captcha-control {
	display: flex;
	align-items: flex-end;
	gap: 12px;
	flex-wrap: wrap;
}
.modal-holder .captcha-control .image {
	display: flex;
	align-items: flex-end;
	gap: 12px;
	flex-grow: 1;
	flex-wrap: wrap;
}
.modal-holder .captcha-control .image > img {
	height: 60px;
	border-radius: 6px;
	background: #fff;
}
.modal-holder .captcha-control .image .field-label {
	margin-bottom: 6px;
}
.modal-holder .captcha-control .image .textfield {
	width: 140px;
}

.success {
	padding: 20px;
	background: #1B3A26;
	color: #5CD680;
	border-radius: 8px;
	text-align: center;
	font-size: 14px;
}