@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&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;
}

:root {
	--font-size-general: 16px;
	--line-height-general: 1.2;
	--default-font: "Josefin Sans", serif;
	--color-main: #000;
	--color-active: #006ff1;
	--color-white: #fff;
	--color-gray: #646464;
	--color-black: #000;
	--color-second: #757575;
	--color-dark: #1e1e1e;
	--color-card: #140000;
	--color-btn: #6E6E6E;
	--color-alphabet: #333;
	--color-pink: #a33279;
	--bg-main: #fff;
	--bg-header: #fafafa;
	--bg-footer: #f0f1f3;
	--bg-active: #006ff1;
	--bg-aside: #F0F1F3;
	--bg-tools: #f0f1f3;
	--bg-mask: rgba(255, 255, 255, 0.8);
	--bg-mask-card: rgba(0, 111, 241, .2);
	--bg-gray: #CFD1D5;
	--bg-white: #fff;
	--bg-card: rgba(255, 255, 255, 0.7);
	--bg-modal: rgba(0, 0, 0, 0.7);
	--bg-card-active: rgba(0, 111, 241, 0.8);
	--border-checkbox: #CFD1D5;
	--header-visible: block;
	--header-hidden: none;
	--header-height: 70px;
	--aside-bg-hover-color: #38B6FF;
	--aside-hover-color: #fff;
}

@media screen and (max-width: 767px) {
	:root {
		--header-height: 60px;
	}
}

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

body {
	font: var(--font-size-general)/var(--line-height-general) var(--default-font);
	font-weight: 500;
	height: 100%;
	min-width: 320px;
	position: relative;
	color: var(--color-main);
	background: var(--bg-main);
}

body.open-mini-menu [data-attr-toogle-slide] {
	padding-left: 90px;
}

body.open-menu [data-attr-toogle-slide] {
	padding-left: 250px;
}

@media screen and (max-width: 767px) {
	body.open-menu [data-attr-toogle-slide] {
		padding-left: 0;
	}
	body.open-mini-menu [data-attr-toogle-slide] {
		padding-left: 0;
	}
}

@media screen and (max-width: 767px) {
	body.open-menu .mask {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
}

body.open-menu .hamburger::before, body.open-menu .hamburger::after {
	top: 50%;
	left: 50%;
	width: 26px;
}

body.open-menu .hamburger::after {
	transform: rotate(-45deg) translate3d(-50%, -50%, 0);
}

body.open-menu .hamburger::before {
	transform: rotate(45deg) translate3d(-50%, -50%, 0);
}

body.open-menu .hamburger span {
	opacity: 0;
	transform: translate3d(-20px, -50%, 0);
	visibility: hidden;
}

body.open-menu .aside-box {
	left: 0;
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width: 1640px) {
	body.open-menu .grid-item {
		width: 20%;
	}
}

@media screen and (max-width: 1440px) {
	body.open-menu .grid-item {
		width: 25%;
	}
}

@media screen and (max-width: 1280px) {
	body.open-menu .grid-item {
		width: 33.3333%;
	}
}

@media screen and (max-width: 991px) {
	body.open-menu .grid-item {
		width: 50%;
	}
}


body.open-menu .grid-item.second, body.open-menu .grid-item.primary {
	width: 100%;
}

@media screen and (max-width: 1640px) {
	body.open-menu .adv-frame .box:last-child {
		display: none;
	}
}

@media screen and (max-width: 1366px) {
	body.open-menu .adv-frame .box:nth-last-child(2) {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	body.open-menu .adv-frame .box:nth-last-child(3) {
		display: none;
	}
}

@media (max-width: 991px) {
	body.open-menu .main-flex .th {
		--flex-items: 2;
	}
}

@media (max-width: 767px) {
	body.open-menu .main-flex .th {
		--flex-items: 3;
	}
}

@media (max-width: 640px) {
	body.open-menu .main-flex .th {
		--flex-items: 2;
	}
}

body.show-search {
	--header-visible: none;
	--header-hidden: block;
}

body.show-search .header-search {
	opacity: 1;
	top: 0;
	visibility: visible;
}

body.show-search .logo {
	display: none;
}

@media screen and (max-width: 568px) {
	body.show-search .hamburger {
		opacity: 0;
		visibility: hidden;
	}
}

@media screen and (max-width: 768px) {
	body.scroll-locked {
		height: 100%;
		overflow: hidden;
		position: fixed;
		width: 100%;
	}
}

body.locked {
	height: 100%;
	overflow: hidden;
	position: fixed;
	width: 100%;
}

a {
	color: #2600ff;
	text-decoration: none;
}

input,
textarea,
button {
	font-family: inherit;
	font-weight: inherit;
}

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

* {
	box-sizing: border-box;
	outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.container {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

.container-second {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}

.header {
	flex-shrink: 0;
	flex-grow: 0;
	background: var(--bg-header);
	height: var(--header-height);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
}

.header .container-second {
	height: 100%;
}

.header-holder {
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 568px) {
	.header-holder {
		justify-content: space-between;
	}
}

.header-holder,
.header-custom,
.navigation,
.header-auth {
	display: flex;
	align-items: center;
}

.hamburger {
	margin-right: 20px;
	cursor: pointer;
	align-items: center;
	align-self: center;
	height: 20px;
	position: relative;
	z-index: 2;
	width: 20px;
	opacity: 1;
	background: none;
	border: none;
	transform: translateZ(0);
	transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
	visibility: visible;
	flex-grow: 0;
	flex-shrink: 0;
	display: none;
}

@media screen and (min-width: 1025px) {
	.hamburger:hover::after, .hamburger:hover::before,
	.hamburger:hover span {
		background: var(--color-active);
	}
}

@media screen and (max-width: 1400px) {
	.hamburger {
		margin-right: 10px;
	}
}

.hamburger::after, .hamburger::before,
.hamburger span {
	content: "";
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	border-radius: 10px;
	background-color: var(--color-main);
	transform-origin: top left;
	transition: background-color 0.3s, transform 0.3s;
}

.hamburger::before {
	top: 0;
	bottom: auto;
}

.hamburger::after {
	top: auto;
	bottom: 0;
}

.hamburger span {
	top: 50%;
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, -50%, 0) rotate(0);
	transition: background-color 0.2s, opacity 0.2s, visibility 0.2s, transform 0.2s;
}

.logo {
	font-weight: 700;
	font-size: 30px;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 50px;
	color: #000;
}

.logo img {
	width: 100%;
}

@media screen and (max-width: 1640px) {
	.logo {
		margin-right: 20px;
		font-size: 23px;
	}
}

@media screen and (max-width: 568px) {
	.logo {
		margin: 0;
		font-size: 25px;
		flex-grow: 1;
		flex-shrink: 1;
		width: 100%;
	}
}

@media screen and (max-width: 390px) {
	.logo {
		font-size: 22px;
	}
}

.logo a {
	color: inherit;
}

.logo span {
	color: var(--color-active);
}

.header-custom {
	flex-grow: 1;
	flex-shrink: 1;
	justify-content: flex-end;
	gap: 50px;
}

@media screen and (max-width: 1640px) {
	.header-custom {
		gap: 20px;
	}
}

@media screen and (max-width: 1400px) {
	.header-custom {
		gap: 10px;
	}
}

@media screen and (max-width: 568px) {
	.header-custom {
		flex-grow: 0;
		flex-shrink: 0;
		margin-left: 10px;
	}
}

.header-search {
	display: flex;
	align-items: center;
	height: 100%;
	flex-grow: 1;
	flex-shrink: 1;
}

@media screen and (max-width: 568px) {
	.header-search {
		position: absolute;
		right: 0;
		padding-right: 30px;
		top: -40%;
		left: 0;
		z-index: 3;
		opacity: 0;
		visibility: hidden;
		transition: opacity .3s, visibility .3s, top .3s;
	}
}

.header-search .form {
	border-radius: 20px;
	max-width: 600px;
	width: 100%;
	display: flex;
	height: 40px;
	background: var(--bg-main);
	width: 100%;
	overflow: hidden;
}

@media screen and (max-width: 1240px) {
	.header-search .form {
		max-width: 100%;
	}
}

.header-search input {
	width: 100%;
	height: 100%;
	background: transparent;
	padding: 0 10px 0 20px;
	color: var(--color-main);
	font-size: 14px;
	font-weight: 400;
	border: none;
}

.btn-search {
	padding: 0 20px;
	color: var(--color-main);
	height: 100%;
	font-size: 18px;
	transition: color .3s, background .3s;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background: var(--bg-main);
	cursor: pointer;
}

@media screen and (min-width: 1025px) {
	.btn-search:hover {
		color: var(--color-white);
		background: #38B6FF;
	}
}

.navigation {
	flex-grow: 0;
	flex-shrink: 0;
	gap: 50px;
}

@media screen and (max-width: 1300px) {
	.navigation {
		gap: 5px;
	}
}

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

.navigation .item.active a {
	pointer-events: none;
	color: var(--color-active);
}

.navigation a {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #363636;
	transition: color .3s;
	line-height: 1;
}

.navigation a img {
	width: 16px;
	margin-bottom: 4px;
}

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

@media screen and (max-width: 1400px) {
	.navigation a {
		font-size: 12px;
		gap: 5px;
	}
}

.navigation svg {
	font-size: 20px;
	flex-grow: 0;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
}

@media screen and (max-width: 1366px) {
	.navigation svg {
		font-size: 16px;
		width: 16px;
		height: 16px;
	}
}

.wrap-action {
	align-self: center;
	position: relative;
	z-index: 10;
	flex-shrink: 0;
	flex-grow: 0;
	display: none;
}

@media screen and (max-width: 568px) {
	.wrap-action {
		display: flex;
	}
}

.action-search {
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background: none;
	cursor: pointer;
	color: var(--color-main);
	font-size: 20px;
}

.header-auth {
	flex-grow: 0;
	flex-shrink: 0;
	display: flex;
	gap: 10px;
}

@media screen and (max-width: 1023px) {
	.header-auth {
		display: none;
	}
}

.header-auth .link {
	cursor: pointer;
	border-radius: 20px;
	padding: 9px 30px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	background: #BC0000;
	color: #fff;
	transition: color .3s,  background .3s, border .3s;
}

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

.header-auth .link.second {
	color: var(--color-white);
	background: #38B6FF;
}

@media screen and (min-width: 1025px) {
	.header-auth .link.second:hover {
		background: #19ABFF;
		color: #fff;
	}
}

@media screen and (max-width: 1400px) {
	.header-auth .link {
		padding: 9px 10px;
		font-size: 12px;
	}
	.header-auth {
		gap: 5px;
	}
}

.user-auth {
	position: relative;
}

.user-auth.show .drop-hidden {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	visibility: visible;
}

@media screen and (max-width: 1240px) {
	.user-auth.show .drop-hidden {
		display: block;
	}
}

.user-auth.show .button {
	color: var(--bg-active);
}

.user-auth.show .icon {
	transform: rotate(180deg);
}

.user-auth .button {
	display: flex;
	align-items: center;
	gap: 10px;
	border: none;
	cursor: pointer;
	background: none;
	font-size: 14px;
	color: var(--color-main);
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.user-auth .button:hover {
		color: var(--bg-active);
	}
}

@media screen and (max-width: 1240px) {
	.user-auth .button {
		width: 100%;
	}
}

.user-auth .wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-grow: 1;
	flex-shrink: 1;
}

.user-auth .text {
	font-size: 14px;
}

.user-auth .image {
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 100%;
	flex-grow: 0;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--bg-main);
	color: var(--color-gray);
	font-size: 18px;
}

.user-auth .icon {
	font-size: 10px;
	flex-grow: 0;
	flex-shrink: 0;
	transition: transform .3s;
}

@media screen and (max-width: 1240px) {
	.user-auth .icon {
		transition: none;
	}
}

.user-auth img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.drop-hidden {
	position: absolute;
	z-index: 10;
	background: var(--bg-main);
	width: 100%;
	min-width: 190px;
	border-radius: 20px 0 20px 20px;
	top: calc(100% + 10px);
	right: 0;
	max-height: 400px;
	overflow-y: auto;
	opacity: 0;
	transform: translate3d(0, -10%, 0);
	visibility: hidden;
	transition: opacity .3s, transform .3s, visibility .3s;
}

@media screen and (max-width: 1240px) {
	.drop-hidden {
		display: none;
		opacity: 1;
		transform: translate3d(0, 0, 0);
		visibility: visible;
		position: static;
		overflow: hidden;
		max-height: auto;
		margin-top: 10px;
	}
}

.drop-hidden .link {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: var(--color-gray);
	padding: 10px 18px;
	border-radius: 0;
	font-weight: 500;
	width: 100%;
	border: none;
	cursor: pointer;
	background: none;
	transition: color .3s, background .3s;
	text-transform: capitalize;
}

@media screen and (min-width: 1025px) {
	.drop-hidden .link:hover {
		background: var(--bg-gray);
		color: var(--color-main);
	}
}

.drop-hidden svg {
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 20px;
}

.hidden-box.active .link {
	background: var(--bg-gray);
	color: var(--color-main);
}

.main {
	flex-shrink: 1;
	flex-grow: 1;
	position: relative;
	transition: padding .5s;
	padding-top: var(--header-height);
}

.mask {
	-webkit-backdrop-filter: blur(5px);
	        backdrop-filter: blur(5px);
	background: var(--bg-mask);
	position: fixed;
	bottom: 0;
	left: 0;
	opacity: 0;
	right: 0;
	top: var(--header-height);
	transition: transform .4s, visibility .4s, opacity .4s;
	visibility: hidden;
	z-index: 2;
}

.section {
	margin-bottom: 20px;
}

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

.headline {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 20px;
	margin-bottom: 10px;
}

.headline .title {
	font-weight: 700;
	font-size: 24px;
	flex-grow: 1;
	flex-shrink: 1;
	text-transform: uppercase;
	line-height: 1;
	margin-top: 6px;
}

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

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

.sort {
	flex-grow: 0;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	gap: 10px;
}

.btn-filter {
	display: none;
	align-items: center;
	justify-content: center;
	border: none;
	background: var(--bg-tools);
	color: var(--color-main);
	border-radius: 100%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	font-size: 20px;
	cursor: pointer;
}

@media screen and (max-width: 1024px) {
	.btn-filter {
		display: flex;
	}
}

.sort-item {
	position: relative;
}

.sort-item.show .drop {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	visibility: visible;
}

.sort-item.show .btn {
	background-color: var(--bg-gray);
	border-radius: 20px 20px 0 0;
}

.sort-item.show svg {
	transform: rotate(180deg);
}

.sort-item .btn {
	display: flex;
	align-items: center;
	border: none;
	background: var(--bg-tools);
	gap: 10px;
	color: var(--color-main);
	font-size: 14px;
	padding: 11px 20px;
	border-radius: 20px;
	cursor: pointer;
	transition: background .3s, border-radius .3s;
}

@media screen and (min-width: 1025px) {
	.sort-item .btn:hover {
		background-color: var(--bg-gray);
	}
}

.sort-item .btn svg {
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 10px;
	transition: transform .3s;
}

.sort-item .drop {
	position: absolute;
	z-index: 10;
	background: var(--bg-main);
	width: 100%;
	border-radius: 0 0 20px 20px;
	top: 100%;
	max-height: 150px;
	overflow-y: auto;
	opacity: 0;
	transform: translate3d(0, -10%, 0);
	visibility: hidden;
	transition: opacity .3s, transform .3s, visibility .3s;
}

.sort-item .drop a {
	display: block;
	font-size: 14px;
	color: var(--color-main);
	padding: 10px 15px;
	font-weight: 400;
	transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
	.sort-item .drop a:hover {
		background: var(--bg-gray);
		color: var(--color-main);
	}
}

@media screen and (max-width: 1024px) {
	.sort-item .box.active a {
		color: var(--bg-active);
	}
}

.filter-frame {
	position: relative;
}

@media screen and (max-width: 390px) {
	.filter-frame {
		order: -1;
	}
}

.filter-frame.active .wrapped {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	visibility: visible;
}

.filter-frame.active .btn-filter {
	background: var(--bg-active);
	color: var(--bg-white);
}

.filter-frame .wrapped {
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
	z-index: 5;
}

@media screen and (max-width: 1024px) {
	.filter-frame .wrapped {
		flex-direction: column;
		position: absolute;
		z-index: 10;
		background: var(--bg-tools);
		min-width: 100%;
		min-width: 230px;
		right: 0;
		border-radius: 20px;
		padding: 10px;
		top: calc(100% + 10px);
		opacity: 0;
		transform: translate3d(0, -10%, 0);
		visibility: hidden;
		transition: opacity .3s, transform .3s, visibility .3s;
	}
}

@media screen and (max-width: 390px) {
	.filter-frame .wrapped {
		right: auto;
		left: 0;
	}
}

.filter-frame .sort-item.show .drop {
	display: block;
}

@media screen and (max-width: 1024px) {
	.filter-frame .sort-item {
		width: 100%;
	}
	.filter-frame .sort-item svg {
		transition: none;
	}
}

@media screen and (max-width: 1024px) {
	.filter-frame .drop {
		display: none;
		opacity: 1;
		transform: translate3d(0, 0, 0);
		visibility: visible;
		position: static;
		overflow: hidden;
		max-height: auto;
	}
}

@media screen and (max-width: 1024px) {
	.filter-frame .btn {
		background: var(--bg-white);
		width: 100%;
		justify-content: space-between;
	}
}

.aside-box {
	position: fixed;
	top: var(--header-height);
	left: -250px;
	bottom: 0;
	width: 250px;
	opacity: 0;
	visibility: hidden;
	z-index: 5;
	background: var(--bg-header);
	transition: left .5s, opacity .5s, visibility .5s;
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 767px) {
	.aside-box {
		width: 300px;
		position: fixed;
		height: calc(100svh - var(--header-height));
		top: var(--header-height);
	}
}

.aside-box.sticky {
	position: absolute;
	bottom: 0;
	left: 0;
}

.aside-box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	background: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 0H0V10C0 4.47715 4.47715 0 10 0Z" fill="%23f0f1f3" /></svg>') no-repeat;
	width: 10px;
	height: 10px;
}

.aside-box::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 100%;
	background: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 0H0V10C0 4.47715 4.47715 0 10 0Z" fill="%23f0f1f3" /></svg>') no-repeat;
	width: 10px;
	height: 10px;
	transform: rotate(-90deg);
}

.aside-box .hold {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	overflow: auto;
	padding: 12px;
	overflow-x: hidden;
	box-shadow: 0px 11px 30px 0px rgba(0, 0, 0, 0.3);
}

.aside-box .box {
	padding-bottom: 10px;
}

.aside-box .box:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.aside-box .title {
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 17px;
	text-align: center;
}

.aside-box .title.second {
	font-size: 17px;
}

.aside-box .list {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
	font-size: 14px;
	font-weight: 500;
}

.aside-box .btn {
	background-color: var(--bg-white);
	color: var(--color-black);
	display: flex;
	align-items: center;
	gap: 0 10px;
	padding: 13px 20px;
	line-height: 1;
	border-radius: 20px;
	transition: background-color .3s, color .3s;
}

.aside-box .btn img {
	width: 20px;
}

.aside-box .btn span {
	display: inline-block;
	margin-top: 2px;
}

.button-dropped span img {
	width: 20px;
	transition: filter .3s ease;
}

@media screen and (min-width: 1025px) {
	.aside-box .btn:hover {
		background-color: var(--aside-bg-hover-color);
		color: var(--aside-hover-color);
	}
	.aside-box .btn:hover img {
		filter: invert(1) brightness(2);
	}
	.aside-box .btn.second:hover img {
		filter: none;
	}
}

.aside-box .btn .svg-icon {
	font-size: 20px;
	flex-shrink: 0;
	flex-grow: 0;
}

.aside-box .active .btn {
	background-color: var(--aside-bg-hover-color);
	color: var(--aside-hover-color);
}

.aside-box .active .btn img {
	filter: invert(1) brightness(2);
}

.aside-box .active .btn.second img {
	filter: none;
}

.item-dropped {
	margin-bottom: 10px;
}

.item-dropped:last-child {
	margin-bottom: 0;
}

.item-dropped.show .box-dropped {
	display: flex;
    overflow: auto;
}

.item-dropped.show .button-dropped {
	border-radius: 20px 20px 0 0;
	background-color: var(--aside-bg-hover-color);
	color: var(--aside-hover-color);
}

.item-dropped.show .button-dropped img {
	filter: invert(1) brightness(2);
}

.item-dropped.show .button-dropped svg {
	transform: rotate(180deg);
	color: var(--aside-hover-color);
}

.item-dropped.show .show-more {
	display: flex;
}

.button-dropped {
	background-color: var(--bg-white);
	border: none;
	cursor: pointer;
	color: var(--color-black);
	width: 100%;
	display: flex;
	align-items: center;
	gap: 0 10px;
	padding: 13px 20px;
	border-radius: 20px;
	text-align: left;
	font-size: 14px;
	line-height: 1.429;
	font-weight: 500;
	font-family: inherit;
	transition: background-color .3s, color .3s;
}

@media screen and (min-width: 1025px) {
	.button-dropped:hover {
		background-color: var(--aside-bg-hover-color);
        color: var(--aside-hover-color);
	}
	.button-dropped:hover svg {
		color: #fff;
	}
	.button-dropped:hover img {
		filter: invert(1) brightness(2);
	}
}

.button-dropped span {
	flex-shrink: 1;
	flex-grow: 1;
	display: flex;
	align-items: center;
	gap: 10px;
	line-height: 1;
}

.button-dropped svg {
	flex-shrink: 0;
	flex-grow: 0;
	font-size: 10px;
}

.box-dropped {
	flex-direction: column;
	font-weight: 400;
	background-color: var(--bg-white);
	border-radius: 0 0 20px 20px;
	display: none;
	overflow-x: hidden;
}

.box-dropped .active a {
	pointer-events: none;
	color: var(--color-active);
}

.box-dropped .active a em {
	color: var(--color-black);
}

.box-dropped a {
	color: var(--color-black);
	display: flex;
	align-items: center;
	gap: 0 10px;
	transition: background .3s ease;
	padding: 10px;
}

@media screen and (min-width: 1025px) {
	.box-dropped a:hover {
		/* color: var(--color-active); */
		background: #f0f1f3;
	}
}

.box-dropped span {
	flex-shrink: 1;
	flex-grow: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	font-size: 14px;
}

.box-dropped em {
	color: var(--color-gray);
	font-style: normal;
	flex-shrink: 0;
	flex-grow: 0;
	font-size: 12px;
	transition: color .3s;
}

.mobile-box {
	display: none;
	margin-bottom: 30px;
}

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

.mobile-box .user-auth {
	margin-bottom: 40px;
}

.auth-group {
	display: flex;
	gap: 10px;
	margin-bottom: 40px;
}

.auth-group .link {
	width: 100%;
	border: none;
	cursor: pointer;
	border-radius: 20px;
	padding: 10px 0 8px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	background: #BC0000;
	border: 2px solid var(--bg-main);
	color: #fff;
	transition: color .3s,  background .3s, border .3s;
	display: block;
    text-align: center;
	line-height: 1;
}

@media screen and (min-width: 1025px) {
	.auth-group .link:hover {
		background: var(--bg-active);
		border-color: var(--bg-active);
		color: var(--color-white);
	}
}

.auth-group .link.second {
	color: var(--color-white);
	background: var(--bg-active);
	border-color: var(--bg-active);
}

@media screen and (min-width: 1025px) {
	.auth-group .link.second:hover {
		background: var(--bg-main);
		color: var(--color-active);
	}
}

.auth-group .item {
	width: 50%;
}

.aside-list a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--color-main);
	transition: color .3s;
}

.aside-list a img {
	margin-bottom: 4px;
}

@media screen and (min-width: 1025px) {
	.aside-list a:hover {
		color: var(--color-active);
	}
}

.aside-list svg {
	font-size: 20px;
	flex-grow: 0;
	flex-shrink: 0;
}

.aside-list .item {
	margin-bottom: 30px;
}

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

.aside-list .item.active a {
	pointer-events: none;
	color: var(--color-active);
}

.radio-block {
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: center;
}

.radio-info {
	padding: 4px;
	height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	min-width: 38px;
	cursor: pointer;
	font-weight: 500;
	font-size: 14px;
	background: #dadada;
	color: var(--color-main);
	transition: color .3s ease, background .3s ease;
}

.mini-aside-drop-item .radio-info {
	padding: 4px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	min-width: 30px;
	cursor: pointer;
	font-weight: 500;
	font-size: 14px;
	background: #dadada;
	color: var(--color-main);
	transition: color .3s ease, background .3s ease;
}

@media screen and (min-width: 1025px) {
	.radio-info:hover {
		background-color: var(--aside-bg-hover-color);
        color: var(--aside-hover-color);
	}
}

.input-choice {
	display: none;
}

.input-choice:checked + .radio-info {
	background: var(--color-active);
	color: var(--bg-white);
}

.show-more {
	border: none;
	cursor: pointer;
	border-radius: 20px;
	padding: 11px 30px;
	display: none;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	background: var(--bg-main);
	color: var(--color-main);
	transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
	.show-more:hover {
		background: var(--bg-active);
		color: var(--color-white);
	}
}

.grid-media {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin: 0 -10px 0 0;
}

.grid-media-main {
	display: flex;
	flex-wrap: wrap;
	/* margin: 0 -5px; */
	overflow: hidden;
	padding-bottom: 20px;
	padding-left: 7px;
    padding-right: 7px;
	padding-top: 7px;
}

.grid-media-main.second {
	padding-bottom: 40px;
}

@media screen and (max-width: 1024px) {
	.grid-media-main {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.grid-item {
	width: calc(20% - 10px);
	transition: top .4s;
}

.grid-item-main {
	width: calc(20% - 10px);
	margin: 5px;
	transition: top .4s;
}

@media screen and (max-width: 1160px) {
	.grid-item {
		width: calc(25% - 10px);
	}
	.grid-item-main {
		width: calc(25% - 10px);
	}
}

@media screen and (max-width: 1024px) {
	.grid-item {
		width: calc(33.33% - 10px);
	}
	.grid-item-main {
		width: calc(33.33% - 10px);
	}
}

@media screen and (max-width: 767px) {
	.grid-item {
		width: calc(50% - 10px);
	}
	.grid-item-main {
		width: calc(50% - 10px);
	}
}

@media screen and (max-width: 412px) {
	.grid-item {
		width: calc(100% - 10px);
	}
}

.grid-item.second {
	width: 100%;
	margin: 5px;
}

.grid-item.primary {
	display: none;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.grid-item.primary {
		display: flex;
	}
}

.main-card > img,
.card-categories > img {
	border-radius: 10px;
	overflow: hidden;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: scale(0.8);
	filter: blur(10px);
	transition: opacity .6s, filter .6s, transform .6s;
}

.main-card > img.lazyloaded,
.card-album > img.lazyloaded,
.card-categories > img.lazyloaded {
	opacity: 1;
	filter: blur(0);
	transform: scale(1);
}

.card-album > img {
	border-radius: 10px;
	overflow: hidden;
	object-fit: cover;
	width: 100%;
	opacity: 0;
	transform: scale(0.8);
	filter: blur(10px);
	transition: opacity .6s, filter .6s, transform .6s;
}

.main-card {
	position: relative;
	display: block;
	border-radius: 10px;
	overflow: hidden;
	transition: box-shadow .3s;
}

@media screen and (min-width: 1025px) {
	.main-card:hover {
		box-shadow: 0px 11px 17px 0px rgba(0, 0, 0, 0.3);
	}
	.main-card:hover .card-bottom,
	.main-card:hover .favorite-btn {
		visibility: visible;
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@media screen and (max-width: 1024px) {
	.main-card .card-bottom,
	.main-card .favorite-btn {
		visibility: visible;
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
	.main-card .favorite-btn {
		width: 30px;
		height: 30px;
	}
	.main-card .card-bottom {
		padding: 4px 15px;
	}
}

@media screen and (max-width: 1024px) {
	.main-card .card-bottom, .main-card .favorite-btn {
		display: none;
	}
}

.card-bottom {
	background: var(--bg-card);
	color: var(--color-main);
	border-radius: 20px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	display: flex;
	flex-direction: column;
	visibility: hidden;
	transform: translate3d(0, 50%, 0);
	opacity: 0;
	padding: 7px 15px;
	position: absolute;
	transition: transform .3s, opacity .3s, visibility .3s;
}

@media screen and (max-width: 767px) {
	.card-bottom {
		padding: 4px 10px;
		bottom: 0;
		left: 0;
		right: 0;
		border-radius: 0;
	}
}

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

.card-bottom .title {
	margin-bottom: 5px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
}

@media screen and (max-width: 767px) {
	.card-bottom .title {
		margin-bottom: 3px;
	}
}

.card-bottom .list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-weight: 400;
	font-size: 12px;
	gap: 20px;
	color: var(--color-gray);
}

@media screen and (max-width: 767px) {
	.card-bottom .list {
		font-size: 10px;
		gap: 5px;
	}
}

.card-bottom svg {
	font-size: 14px;
	flex-grow: 0;
	flex-shrink: 0;
}

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

@media screen and (max-width: 767px) {
	.card-bottom em span {
		display: none;
	}
}

.favorite-btn {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	background: var(--bg-white);
	color: var(--color-main);
	cursor: pointer;
	transition: color .3s, background .3s, opacity .3s, visibility .3s, transform .3s;
	visibility: hidden;
	transform: translate3d(0, -50%, 0);
	opacity: 0;
}

@media screen and (min-width: 1025px) {
	.favorite-btn:hover {
		background: #f22;
		color: var(--bg-white);
	}
}

@media screen and (max-width: 390px) {
	.favorite-btn {
		width: 25px;
		height: 25px;
		font-size: 15px;
		left: 5px;
		top: 5px;
	}
}

.favorite-btn.active {
	background: var(--color-active);
	color: var(--bg-white);
	visibility: visible;
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

@media screen and (min-width: 1025px) {
	.favorite-btn.active:hover {
		background: #f22;
		color: var(--bg-white);
	}
}

.card-categories {
	position: relative;
	display: block;
	border-radius: 20px;
	overflow: hidden;
	transition: box-shadow .3s;
}

@media screen and (min-width: 1025px) {
	.card-categories:hover {
		box-shadow: 0px 11px 30px 0px rgba(0, 0, 0, 0.3);
	}
}

.card-categories .content {
	background: var(--bg-card);
	color: var(--color-main);
	border-radius: 20px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	display: flex;
	gap: 5px 10px;
	padding: 15px;
	position: absolute;
	transition: background .3s, color .3s, opacity .3s ease;
	display: flex;
	align-items: center;
	min-height: 50px;
	opacity: 0;
	visibility: hidden;
}

@media screen and (hover:hover) {
	.card-categories:hover .content {
		opacity: 1;
		visibility: visible;
	}
}

@media screen and (max-width: 1024px) {
	.card-categories .content {
		opacity: 1;
		visibility: visible;
		padding: 10px 15px;
		min-height: 40px;
	}
}

@media screen and (max-width: 767px) {
	.card-categories .content {
		padding: 10px;
		bottom: 0;
		left: 0;
		right: 0;
		border-radius: 0;
	}
}

@media screen and (max-width: 412px) {
	.card-categories .content {
		padding: 0 10px;
		min-height: 25px;
	}
}

.card-categories .group {
	display: flex;
	align-items: center;
	gap: 10px;
	overflow: hidden;
}

@media screen and (max-width: 390px) {
	.card-categories .group {
		gap: 5px;
	}
}

.card-categories .group img {
	width: 20px;
	height: 20px;
	overflow: hidden;
	border-radius: 100%;
	display: block;
	flex-grow: 0;
	flex-shrink: 0;
}

@media screen and (max-width: 390px) {
	.card-categories .group img {
		width: 15px;
		height: 15px;
	}
}

.card-categories .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (max-width: 390px) {
	.card-categories .title {
		font-size: 14px;
	}
}

.card-categories .list {
	flex-grow: 0;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 400;
	font-size: 12px;
	color: var(--color-gray);
	transition: color .3s;
}

.card-categories .box {
	display: flex;
	align-items: center;
	gap: 5px;
}

.card-categories svg {
	font-size: 14px;
}

.card-categories .wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	flex-grow: 1;
	flex-shrink: 1;
	overflow: hidden;
}

@media screen and (max-width: 390px) {
	.card-categories .wrap {
		gap: 5px;
	}
}

.card-album {
	position: relative;
	display: block;
	border-radius: 20px;
	overflow: hidden;
	transition: box-shadow .3s;
}

.card-album::before {
	content: '';
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	border-radius: 20px;
	/* background: var(--bg-mask-card); */
	/* box-shadow: inset 0 0 0 3px var(--bg-active); */
	transition: height .5s;
}

@media screen and (hover:hover) {
	.card-album:hover {
		box-shadow: 0px 11px 30px 0px rgba(0, 0, 0, 0.3);
	}
}

@media screen and (min-width: 1025px) {
	.card-album:hover::before {
		height: 100%;
	}
}

.adv-frame {
	border-radius: 20px;
	width: 100%;
}

.adv-frame.second {
	margin-top: 30px;
}

.adv-frame.indent {
	margin-top: 30px;
}

@media screen and (max-width: 1024px) {
	.adv-frame.indent {
		margin-top: 20px;
	}
}

.adv-frame .text {
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	text-align: center;
	color: var(--color-gray);
	margin-bottom: 10px;
}

.adv-frame a {
	display: block;
}

.adv-frame .content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width: 1160px) {
	.adv-frame .content {
		justify-content: space-around;
	}
}

@media screen and (max-width: 767px) {
	.adv-frame .content {
		justify-content: center;
	}
}

.adv-frame .box {
	margin-left: 15px;
}

.adv-frame .box:first-child {
	margin-left: 0;
}

@media screen and (max-width: 1160px) {
	.adv-frame .box:nth-last-child(2) {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.adv-frame .box:nth-last-child(3) {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.adv-frame .box:nth-last-child(4) {
		display: none;
	}
}

.adv-frame img, .adv-frame video {
	max-width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 10px;
	width: 100%;
	height: auto;
}

.channel-box {
	display: flex;
	align-items: flex-start;
	padding: 0 12px;
	margin-top: 12px;
}

.channel-box img {
	border-radius: 10px;
	width: 100%;
}

@media screen and (max-width: 1024px) {
	.channel-box {
		padding: 0 15px;
	}
}

@media screen and (max-width: 767px) {
	.channel-box {
		flex-direction: column;
		margin-bottom: 20px;
		align-items: center;
	}
}

.posted-model {
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 20px;
	max-width: 160px;
	overflow: hidden;
	border-radius: 100%;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.posted-model {
		margin: 0 0 20px;
	}
}

.posted-model .wrap {
	padding-bottom: 100%;
	position: relative;
}

.posted-model img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

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

.viewlist .title {
	font-weight: 700;
	font-size: 24px;
	color: var(--color-dark);
	margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
	.viewlist .title {
		font-size: 18px;
		text-align: center;
	}
}

.viewlist .list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-weight: 400;
	font-size: 12px;
	gap: 10px;
	color: var(--color-gray);
	margin-bottom: 20px;
}

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

.viewlist svg {
	font-size: 14px;
	flex-grow: 0;
	flex-shrink: 0;
}

.viewlist .description {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 20px;
}

.viewlist .wrapped {
	display: flex;
}

@media screen and (max-width: 767px) {
	.viewlist .wrapped {
		justify-content: center;
	}
}

.viewlist .link {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: var(--bg-white);
	background-color: var(--bg-active);
	border: 2px solid var(--bg-active);
	transition: color .3s, background .3s;
	cursor: pointer;
	border-radius: 20px;
	padding: 9px 20px;
}

@media screen and (min-width: 1025px) {
	.viewlist .link:hover {
		background: none;
		color: var(--bg-active);
	}
}

.slider-bar,
.slider-second {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}

.slider-bar .swiper-button-prev,
.slider-bar .swiper-button-next,
.slider-second .swiper-button-prev,
.slider-second .swiper-button-next {
	top: 0;
	background: none;
	color: var(--color-btn);
	transition: color .3s;
	width: 72px;
	height: 100%;
	font-size: 10px;
	display: flex;
	align-items: center;
	margin: 0;
}

@media screen and (min-width: 1025px) {
	.slider-bar .swiper-button-prev:hover,
	.slider-bar .swiper-button-next:hover,
	.slider-second .swiper-button-prev:hover,
	.slider-second .swiper-button-next:hover {
		color: var(--color-active);
	}
}

.slider-bar .swiper-button-prev::after,
.slider-bar .swiper-button-next::after,
.slider-second .swiper-button-prev::after,
.slider-second .swiper-button-next::after {
	display: none;
}

.slider-bar .swiper-button-prev svg,
.slider-bar .swiper-button-next svg,
.slider-second .swiper-button-prev svg,
.slider-second .swiper-button-next svg {
	width: 14px;
	height: 14px;
}

.slider-bar .swiper-button-prev.swiper-button-disabled,
.slider-bar .swiper-button-next.swiper-button-disabled,
.slider-second .swiper-button-prev.swiper-button-disabled,
.slider-second .swiper-button-next.swiper-button-disabled {
	display: none;
}

.slider-bar .swiper-button-next,
.slider-second .swiper-button-next {
	right: 0;
	justify-content: flex-end;
	background: linear-gradient(270deg, #fff 52.6%, rgba(255, 255, 255, 0) 100%);
}

.slider-bar .swiper-button-prev,
.slider-second .swiper-button-prev {
	left: 0;
	justify-content: flex-start;
	background: linear-gradient(-270deg, #fff 52.6%, rgba(255, 255, 255, 0));
}

.slider-bar .swiper-slide,
.slider-second .swiper-slide {
	width: auto;
}

.slider-bar .swiper-slide.active a,
.slider-second .swiper-slide.active a {
	background: var(--color-active);
	color: var(--color-white);
}

.slider-bar a,
.slider-second a {
	border-radius: 20px;
	background: var(--bg-tools);
	display: flex;
	font-size: 14px;
	padding: 10px;
	color: var(--color-gray);
	transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
	.slider-bar a:hover,
	.slider-second a:hover {
		color: var(--color-white);
		background: var(--color-active);
	}
}

.album-headline {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	margin: 10px 0;
}

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

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

.album-headline .title {
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 1;
	margin-top: 5px;
}

.album-headline .link-full {
	flex: 1 1;
}

@media screen and (max-width: 1024px) {
	.album-headline .title {
		font-size: 18px;
	}
	.album-headline .link-full {
		flex: auto;
		order: 3;
		width: 100%;
	}
}

.album-headline .detail {
	flex-grow: 0;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	gap: 10px;
}

.album-headline .list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-weight: 400;
	font-size: 14px;
	gap: 5px 20px;
	color: var(--color-gray);
}

.album-headline .list svg {
	font-size: 14px;
	flex-grow: 0;
	flex-shrink: 0;
}

.link-full {
	font-weight: 400;
	font-size: 24px;
	color: var(--bg-white);
	background: #38B6FF;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 5px 13px 0;
	border-radius: 20px;
	cursor: pointer;
	line-height: 1;
	transition: background .3s,color .3s;
}

@media screen and (min-width: 1025px) {
	.link-full:hover {
		background: #0096EC;
	}
}

@media screen and (max-width: 767px) {
	.link-full {
		font-size: 18px;
		padding: 6px 10px;
	}
}

@media screen and (max-width: 390px) {
	.link-full {
		font-size: 16px;
	}
}

.author-box {
	display: flex;
	align-items: center;
}

.author-box .item {
	margin-right: 10px;
}

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

.author-box .author {
	display: flex;
	align-items: center;
	font-size: 12px;
	gap: 5px;
	color: var(--color-main);
	transition: color .3s;
	font-weight: 400;
}

@media screen and (min-width: 1025px) {
	.author-box .author:hover {
		color: var(--bg-active);
	}
}

.author-box .image {
	flex-grow: 0;
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	overflow: hidden;
	border-radius: 100%;
	font-size: 16px;
	background: var(--bg-tools);
	color: var(--color-gray);
	display: flex;
	align-items: center;
	justify-content: center;
}

.author-box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.headline-second {
	margin-bottom: 20px;
	background: var(--bg-tools);
	padding: 14px 20px;
	border-radius: 20px;
}

@media screen and (max-width: 767px) {
	.headline-second {
		margin-bottom: 10px;
		padding: 16px 20px;
	}
}

.headline-second .title {
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
}

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

.slider-wrapped {
	display: flex;
	align-items: center;
	gap: 10px 20px;
	justify-content: space-between;
}

@media screen and (max-width: 1400px) {
	.slider-wrapped {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}
	.slider-wrapped .box.second, .slider-wrapped .box {
		max-width: 100% !important;
	}
}

.slider-wrapped .box {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 1px;
	max-width: 500px;
}

@media screen and (max-width: 1640px) {
	.slider-wrapped .box {
		width: 100%;
	}
}

.slider-wrapped .box.second {
	max-width: 500px;
}

@media screen and (max-width: 1640px) {
	.slider-wrapped .box.second {
		width: 100%;
	}
}

.slider-wrapped .name {
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 14px;
}

.slider-wrapped .slider-bar,
.slider-wrapped .slider-second {
	margin: 0;
}

.album-tools {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
	gap: 20px;
}

@media screen and (max-width: 1024px) {
	.album-tools {
		margin-top: 10px;
	}
}

@media screen and (max-width: 991px) {
	.album-tools {
		flex-direction: column;
	}
}

.reactions,
.group {
	display: flex;
	align-items: center;
}

.group {
	gap: 5px;
}

@media screen and (max-width: 767px) {
	.group {
		flex-grow: 1;
		flex-shrink: 1;
	}
}

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

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

@media screen and (max-width: 390px) {
	.group .btn-reaction {
		width: 100%;
	}
}

.reactions {
	gap: 20px;
}

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

@media screen and (max-width: 390px) {
	.reactions {
		flex-direction: column;
	}
}

.reactions .item.active .btn-reaction {
	background: var(--bg-active);
	color: var(--bg-white);
}

.btn-reaction {
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background: var(--bg-tools);
	color: var(--color-main);
	padding: 10px 20px;
	border-radius: 20px;
	gap: 5px;
	font-size: 14px;
	cursor: pointer;
	transition: color .3s, background .3s;
}

.btn-reaction.done {
	background: var(--bg-active);
	color: var(--bg-white);
}

@media screen and (min-width: 1025px) {
	.btn-reaction:hover {
		background: var(--bg-active);
		color: var(--bg-white);
	}
}

@media screen and (max-width: 390px) {
	.btn-reaction {
		padding: 10px 15px;
		font-size: 12px;
	}
}

.btn-reaction svg {
	font-size: 20px;
	flex-grow: 0;
	flex-shrink: 0;
}

@media screen and (max-width: 390px) {
	.btn-reaction svg {
		font-size: 16px;
	}
}

.sponsor-box {
	display: flex;
	align-items: center;
	font-weight: 900;
	font-size: 20px;
	text-transform: uppercase;
}

@media screen and (max-width: 1240px) {
	.sponsor-box {
		width: 100%;
		justify-content: center;
		order: 1;
	}
}

.sponsor {
	color: var(--bg-white);
	background: var(--bg-active);
	padding: 13px 50px;
	border-radius: 20px;
	position: relative;
}

.sponsor::before {
	position: absolute;
	content: '';
	top: 100%;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	width: 93px;
	height: 20px;
	background-image: url('data:image/svg+xml,<svg width="92" height="20" viewBox="0 0 92 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M38.1887 18.3172L0 0H92L54.1378 18.2959C49.0544 20.5142 43.278 20.5219 38.1887 18.3172Z" fill="url(%23paint0_linear_1_7031)"/><defs><linearGradient id="paint0_linear_1_7031" x1="46" y1="0" x2="46" y2="25.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23004AA2"/><stop offset="1" stop-color="%23006FF1"/></linearGradient></defs></svg>');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.banner-box {
	margin-top: 30px;
	margin-bottom: 40px;
	border-radius: 20px;
	overflow: hidden;
}

.banner-box img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 115px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.information {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.information {
		justify-content: space-between;
		width: 100%;
	}
}

.information .hold {
	display: flex;
	align-items: center;
	gap: 10px;
}

.information .hold .list {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
}

.information a {
	background: var(--bg-tools);
	color: var(--color-gray);
	display: block;
	padding: 10px 20px;
	border-radius: 20px;
	font-size: 14px;
	transition: color .3s, background .3s;
}

.information span {
	background: var(--bg-tools);
	color: var(--color-gray);
	display: block;
	padding: 10px 20px;
	border-radius: 20px;
	font-size: 14px;
	transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
	.information a:hover {
		color: var(--color-white);
		background: var(--bg-active);
	}
}

.information .name {
	color: var(--color-card);
}

.main-flex {
	--flex-gap: 15px;
	--flex-items: 5;
	display: flex;
	flex-wrap: wrap;
	gap: 20px var(--flex-gap);
}

@media (max-width: 991px) {
	.main-flex {
		--flex-gap: 10px;
		gap: 15px var(--flex-gap);
	}
}

.main-flex .th {
	width: calc((100% / var(--flex-items)) - (((var(--flex-items) - 1) / var(--flex-items)) * var(--flex-gap)));
}

@media (max-width: 1640px) {
	.main-flex .th {
		--flex-items: 4;
	}
}

@media (max-width: 1160px) {
	.main-flex .th {
		--flex-items: 3;
	}
}

@media (max-width: 640px) {
	.main-flex .th {
		--flex-items: 2;
	}
}

.card {
	display: block;
	color: var(--color-card);
	background: transparent;
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.card:hover {
		color: var(--color-active);
	}
	.card:hover .favorite-btn {
		visibility: visible;
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
	.card:hover .media {
		box-shadow: 0px 11px 30px 0px rgba(0, 0, 0, 0.3);
	}
}

@media screen and (max-width: 1024px) {
	.card .favorite-btn {
		visibility: visible;
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.card .title {
	line-height: 1.25;
}

.card .media {
	margin-bottom: 10px;
	height: auto;
	width: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
	padding-bottom: 143.32%;
	transition: box-shadow .3s;
}

.card img, .card video {
	position: absolute;
	bottom: 0;
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	right: 0;
	top: 0;
	width: 100%;
}

.card .list {
	margin-top: 5px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-weight: 400;
	font-size: 12px;
	gap: 5px 10px;
	color: var(--color-gray);
}

.card .list svg {
	font-size: 14px;
	flex-grow: 0;
	flex-shrink: 0;
}

.alphabet-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
	gap: 10px;
}

@media screen and (max-width: 1750px) {
	.alphabet-list {
		justify-content: left;
	}
}

.alphabet-list .item.active a {
	color: var(--color-white);
	background: var(--bg-active);
}

.alphabet-list a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--color-alphabet);
	font-size: 14px;
	border-radius: 100%;
	padding: 0 5px;
	min-width: 50px;
	height: 50px;
	background: var(--bg-tools);
	transition: color .3s, background .3s;
	cursor: pointer;
}

@media screen and (min-width: 1025px) {
	.alphabet-list a:hover {
		background: var(--bg-gray);
	}
}

@media screen and (max-width: 767px) {
	.alphabet-list a {
		min-width: 40px;
		height: 40px;
	}
}

.model-wrapped .row {
	margin-bottom: 30px;
}

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

.model-wrapped .letter {
	font-weight: 700;
	font-size: 24px;
	padding: 5px 20px;
	background: var(--bg-tools);
	border-radius: 55px;
	margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
	.model-wrapped .letter {
		font-size: 22px;
	}
}

@media screen and (max-width: 767px) {
	.model-wrapped .letter {
		font-size: 20px;
		padding: 6px 20px;
	}
}

.model-wrapped .list {
	padding-left: 20px;
	-moz-column-count: 6;
	     column-count: 6;
	gap: 5vw;
	-moz-column-width: 220px;
	     column-width: 220px;
}

@media screen and (max-width: 479px) {
	.model-wrapped .list {
		-moz-column-width: 130px;
		     column-width: 130px;
		gap: 14.599vw;
	}
}

@media screen and (max-width: 390px) {
	.model-wrapped .list {
		padding-left: 0;
		-moz-column-width: 118px;
		     column-width: 118px;
		gap: 25px;
	}
}

.model-wrapped li {
	margin-top: 22px;
}

.model-wrapped li:first-child {
	margin-top: 0;
}

.model-wrapped a {
	display: flex;
	align-items: center;
	color: var(--color-main);
	font-size: 14px;
	font-weight: 400;
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.model-wrapped a:hover {
		color: var(--color-pink);
	}
	.model-wrapped a:hover span:last-child {
		color: var(--color-pink);
	}
}

.model-wrapped a span:first-child {
	flex-grow: 1;
	flex-shrink: 1;
}

.model-wrapped a span:last-child {
	color: var(--color-gray);
	transition: color .3s;
	font-size: 12px;
}

.footer {
	flex-shrink: 0;
	flex-grow: 0;
	padding: 50px 0;
	background: var(--bg-footer);
}

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

.footer-holder {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer-holder .list {
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	gap: 20px 71px;
}

@media screen and (max-width: 991px) {
	.footer-holder .list {
		gap: 20px 50px;
	}
}

@media screen and (max-width: 568px) {
	.footer-holder .list {
		gap: 20px 25px;
	}
}

.footer-holder .list a {
	color: var(--color-main);
	transition: color .3s;
	cursor: pointer;
}

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

.footer-logo {
	display: flex;
	align-items: center;
	font-size: 30px;
	gap: 5px;
	margin-bottom: 25px;
}

@media screen and (max-width: 1640px) {
	.footer-logo {
		font-size: 26px;
	}
}

@media screen and (max-width: 390px) {
	.footer-logo {
		font-size: 22px;
	}
}

.footer-logo strong {
	letter-spacing: -0.02em;
	text-transform: uppercase;
}

.footer-logo span {
	color: var(--color-active);
}

.footer-logo img {
	display: inline-block;
	vertical-align: top;
	height: auto;
}

@media screen and (max-width: 1640px) {
	.footer-logo img {
		max-width: 51px;
	}
}

@media screen and (max-width: 390px) {
	.footer-logo img {
		max-width: 45px;
	}
}

.footer-text {
	margin-bottom: 10px;
}

.footer-text,
.copyright {
	font-size: 12px;
	line-height: 1.5;
	color: var(--color-second);
	text-align: center;
	font-weight: 400;
}

.modal-box {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-width: 1px;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	-webkit-backdrop-filter: blur(15px);
	        backdrop-filter: blur(15px);
	background: var(--bg-modal);
}

.modal-box.show {
	opacity: 1;
	visibility: visible;
}

.modal-content {
	background-color: var(--bg-main);
	width: 100%;
	min-width: 484px;
	max-width: 484px;
	padding: 40px 50px;
	border-radius: 20px;
	max-height: 100%;
	overflow: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: transform 0.3s;
	position: relative;
	margin: auto;
	max-height: calc(100vh - 80px);
}

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


@media screen and (max-width: 767px) {
	.modal-content {
		min-width: auto;
		max-width: none;
		margin: 0;
	}
}

.modal-content.second {
	max-width: 950px;
	min-width: 950px;
}

.modal-content .close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	font-size: 20px;
	transform: scale(1);
	transition: color .3s, transform .3s;
}

@media screen and (min-width: 1025px) {
	.modal-content .close:hover {
		color: var(--color-active);
		transform: scale(1.05);
	}
}

.modal-content .title {
	font-weight: 700;
	font-size: 24px;
	color: var(--color-dark);
	margin-bottom: 25px;
	padding-right: 30px;
}

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

.modal-content .input {
	padding: 8px 20px;
	height: 40px;
}

.modal-content .textarea, .modal-content input, .modal-content.second select {
	border-radius: 20px;
	width: 100%;
	font-weight: 400;
	font-size: 14px;
}

.modal-content.second .textarea, .modal-content.second input, .modal-content.second select {
	background: var(--bg-tools); 
	border: none; 
}

.modal-content .textarea {
	resize: none;
	height: 120px;
	padding: 10px 20px;
}

.modal-content .info {
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	color: var(--color-gray);
	margin-bottom: 10px;
}

.modal-content .btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	padding: 11px 20px;
	border-radius: 20px;
	transition: color .3s, background .3s;
	cursor: pointer;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	color: var(--color-main);
	background: var(--bg-tools);
}

@media screen and (min-width: 1025px) {
	.modal-content .btn:hover {
		color: var(--color-white);
		background: var(--color-active);
	}
}

.modal-content .detail {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	color: var(--color-gray);
	margin: 27px auto 0;
	max-width: 295px;
}

.modal-content .detail a {
	color: var(--color-main);
}

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

.modal-content .name {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 5px;
	display: inline-block;
	vertical-align: top;
}

.row-box {
	margin-bottom: 20px;
}

.row-box.second {
	margin-bottom: 30px;
}

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

.modal-field {
	display: flex;
	margin-top: 20px;
	gap: 0 50px;
}

@media screen and (max-width: 1024px) {
	.modal-field {
		gap: 0 20px;
	}
}

@media screen and (max-width: 767px) {
	.modal-field {
		flex-direction: column;
		gap: 20px 0;
	}
}

.modal-field:first-child {
	margin-top: 0;
}

.modal-field .col {
	width: 50%;
}

@media screen and (max-width: 767px) {
	.modal-field .col {
		width: 100%;
		padding: 0;
	}
	.modal-field .col:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 767px) {
	.modal-field .col.secondary {
		order: -1;
	}
}

.detail-wrap {
	min-height: 55px;
}

.hold-field {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding-bottom: 10px;
}

.forgot-link {
	color: var(--color-gray);
	font-weight: 400;
	font-size: 14px;
}

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

.checkbox-label {
	flex-grow: 1;
	flex-shrink: 1;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}

.checkbox-label .checkbox {
	display: inline-flex;
	vertical-align: top;
	position: relative;
	margin-right: 10px;
	flex-shrink: 0;
	flex-grow: 0;
	width: 20px;
	background: var(--bg-tools);
	border: 1px solid var(--border-checkbox);
	transition: background .2s, border .2s;
	border-radius: 5px;
	height: 20px;
}

.checkbox-label .checkbox::after {
	content: "";
	position: absolute;
	opacity: 0;
	transition: opacity .2s;
	left: 5px;
	top: 2px;
	width: 7px;
	height: 10px;
	border: solid var(--bg-main);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.checkbox-label span:not(.checkbox) {
	font-weight: 400;
	font-size: 14px;
}

.checkbox-input {
	display: none;
}

.checkbox-input:checked + .checkbox {
	background: var(--color-active);
	border-color: var(--color-active);
}

.checkbox-input:checked + .checkbox::after {
	opacity: 1;
}

.button-submit {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-active);
	border: 2px solid var(--color-active);
	padding: 10px;
	color: var(--color-white);
	transition: background .3s, color .3s;
	border-radius: 20px;
	cursor: pointer;
	font-weight: 700;
	line-height: 1.15;
	font-size: 14px;
	text-transform: uppercase;
}

@media screen and (min-width: 1025px) {
	.button-submit:hover {
		background: none;
		color: var(--color-active);
	}
}

.row-field {
	margin-bottom: 20px;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--bg-tools);
}

.row-field:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.select2-container--default .select2-selection--single {
	border: none;
	background: var(--bg-tools);
	border-radius: 20px;
	height: 40px;
	display: flex;
	align-items: center;
	font-family: inherit;
	font-weight: 400;
	font-size: 14px;
}

.select2-selection__arrow::before {
	background-image: url("../images/down-arrow.svg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 10px;
	position: absolute;
	width: 10px;
	transition: transform .3s;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 10px;
	position: absolute;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	right: 20px;
	width: 10px;
}

.select2-container--open .select2-selection__arrow::before {
	transform: rotate(180deg);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0 20px;
}

.select2-results__option--selectable {
	color: var(--main-color);
	height: 40px;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	padding: 0 20px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: var(--color-active);
	color: var(--bg-main);
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: var(--color-main);
}

.select2-dropdown {
	background-color: var(--bg-main);
	border-radius: 20px;
	border: none;
	overflow: hidden;
	box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	height: 40px;
	border-radius: 20px;
	background: var(--bg-tools);
	padding: 0 20px;
	border: none;
}

.wrap-select {
	display: flex;
	align-items: center;
	margin: -5px;
}

@media screen and (max-width: 390px) {
	.wrap-select {
		flex-direction: column;
	}
}

.col-list {
	flex-grow: 1;
	flex-shrink: 1;
	width: 29%;
	padding: 5px;
}

@media screen and (max-width: 390px) {
	.col-list {
		width: 100%;
	}
}

.col-list.second {
	width: 42%;
}

@media screen and (max-width: 390px) {
	.col-list.second {
		width: 100%;
	}
}

.mask-button {
	position: relative;
}

.mask-button .mask-input {
	font-weight: 400;
	font-size: 14px;
	color: var(--main-color);
	height: 40px;
	border-radius: 20px;
	position: relative;
	background: transparent;
	padding: 5px 95px 5px 20px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: none;
	background: var(--bg-tools);
}

.mask-button .file-wrap {
	font-weight: 400;
	font-size: 14px;
	border-radius: 20px;
	cursor: pointer;
	color: var(--color-white);
	line-height: 1.2;
	padding: 6px 22px;
	border: 1px solid var(--color-active);
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	z-index: 2;
	transition: color .3s, background .3s;
	background: var(--color-active);
}

@media screen and (min-width: 1025px) {
	.mask-button .file-wrap:hover {
		background: none;
		color: var(--color-active);
	}
}

.mask-button input[type=file] {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.modal-user-box {
	display: flex;
	align-items: center;
	gap: 20px;
}

.modal-user-box .ava {
	width: 160px;
	height: 160px;
	flex-grow: 0;
	flex-shrink: 0;
	border-radius: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--bg-tools);
	color: var(--color-gray);
	font-size: 80px;
}

@media screen and (max-width: 390px) {
	.modal-user-box .ava {
		width: 120px;
		height: 120px;
		font-size: 60px;
	}
}

.modal-user-box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.save-btn {
	font-weight: 700 !important;
	font-size: 14px !important;
	text-transform: uppercase;
	margin-top: 30px;
	background: var(--color-active) !important;
	border-radius: 20px !important;
	text-align: center;
	padding: 10px 26px;
	color: var(--bg-main) !important;
	border: 2px solid var(--color-active) !important;
	cursor: pointer;
	transition: background .3s;
	width: 160px !important;
}

@media screen and (min-width: 1025px) {
	.save-btn:hover {
		background: none;
		color: var(--color-active);
	}
}

.tags-wrap {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 10px;
}

.letter-wrap {
    width: 100%;
	margin: 0 20px;
}

.letter-wrap strong {
    font-weight: 700;
    font-size: 24px;
    padding: 10px 20px 5px 20px;
    background: var(--bg-tools);
    border-radius: 55px;
    margin-bottom: 20px;
    line-height: 1;
    display: block;
}

.tag-item {
    width: 20%;
    margin-bottom: 20px;
    padding: 0 30px;
}

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

@media screen and (max-width: 1105px) {
	.tag-item {
		width: 33.33%;
	}
}

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

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

.tags-link {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color .3s;
	color: #000;
}

@media screen and (hover:hover) {
	.tags-link:hover {
		color: var(--color-pink);
	}
}

.tags-link span:first-child {
    flex-grow: 1;
    flex-shrink: 1;
}

.tags-link span:last-child {
    flex-grow: 0;
    flex-shrink: 0;
	color: var(--color-gray);
    transition: color .3s;
    font-size: 12px;
}

.load-more a {
	margin: 0 0 20px;
    background: #38B6FF;
    padding: 14px 20px 9px;
    border-radius: 20px;
	text-align: center;
	align-items: center;
	display: block;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
	color: #fff;
	line-height: 1;
	transition: color .3s ease, background .3s ease;
}

@media screen and (hover:hover) {
	.load-more a:hover {
		background: #19ABFF;
	}
}

.hidden {
	display: none;
}

.btn-reaction a {
	color: var(--color-main);
}

@media screen and (hover:hover) {
	.btn-reaction:hover a {
		color: #fff;
	}
}

.fancybox-overlay {
    background: var(--bg-modal) !important;
    backdrop-filter: blur(5px);
}

.fancybox-wrap {
    top: 50% !important;
    left: 50% !important;
    max-width: 950% !important;
    transform: translate(-50%, -50%);
    border: 10px solid transparent !important;
}

.fancybox-inner, .fancybox-outer, .fancybox-type-ajax.fancybox-wrap {
    width: auto !important;
}

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

.fancybox-inner {
    display: flex;
    flex-direction: column;
    height: fit-content !important;
}

@media screen and (max-width: 767px) {
    .fancybox-inner, .fancybox-outer, .fancybox-type-ajax.fancybox-wrap {
        width: 100% !important;
    }
}

.fancybox-close {
	top: 10px !important;
    right: 10px !important;
	opacity: 0;
}

.field-error {
	color: #f22;
	margin-top: 10px;
}

.block-main {
	display: flex;
	gap: 20px;
}

.block-main .avatar {
	min-width: 150px;
	max-width: 150px;
	height: 150px;
	border-radius: 50%;
	background: var(--bg-footer);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.block-main .avatar svg {
	font-size: 100px;
}

.block-main .avatar img {
	max-width: 100%;
    height: auto;
}

.block-main-info {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.user-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.user-menu a, .user-menu span {
	padding: 5px 20px;
	border-radius: 50px;
}

.user-menu a {
	background: var(--bg-footer);
	color: #000;
	transition: color .3s ease, background .3s ease;
}

.user-menu span {
	background: #006ff1;
	color: #fff;
}

@media screen and (hover:hover) {
	.user-menu a:hover {
		background: #006ff1;
		color: #fff;
	}
}

.profile-list .margin-fix {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.profile-list .margin-fix .column .item {
	margin-bottom: 10px;
}

@media screen and (max-width: 700px) {
	.block-main {
		flex-direction: column;
		align-items: center;
	}
}

#list_albums_my_favourite_albums_items, #list_members_subscriptions_my_subscriptions_items {
	margin-top: 20px;
}

.item-control-holder {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 10px;
	gap: 10px;
}

.delete-btn {
	padding: 3px 7px;
	border-radius: 10px;
	background: var(--bg-footer);
	color: #000;
	transition: color .3s ease, background .3s ease;
	cursor: pointer;
}

@media screen and (hover:hover) {
	.delete-btn:hover {
		background: #006ff1;
		color: #fff;
	}
}

.bottom-controls {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
}

.bottom-controls .submit {
	background: #006ff1;
	color: #fff;
	padding: 5px 20px;
	border-radius: 50px;
	border: none;
	cursor: pointer;
	transition: color .3s ease, background .3s ease;
}

.bottom-controls .submit:disabled {
	opacity: 0.5;
	cursor: default;
}

@media screen and (hover:hover) {
	.bottom-controls .submit:hover {
		background: var(--bg-footer);
		color: #000;
	}
	.bottom-controls .submit:disabled:hover {
		background: #006ff1;
		color: #fff;
	}
}

.subscription-item {
	border: 2px solid #006ff1;
	border-radius: 20px;
}

.subscription-item .title {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	padding: 10px;
	border-radius: 20px;
	background: #006ff1;
	color: #fff;
	transition: color .3s ease, background .3s ease;
}

@media screen and (hover:hover) {
	.subscription-item .title:hover {
		background: var(--bg-footer);
		color: #000;
	}
}

@media screen and (max-width: 1000px) {
	.modal-content.second {
		min-width: auto;
		max-width: none;
		margin: 0;
	}
}

.date-wrap {
	display: flex;
	gap: 10px;
}

.fancybox-type-image .fancybox-close {
	opacity: 1;
}

.grid-media {
	opacity: 0;
	transition: opacity 0.6s ease;
  }
  
  .grid-media.visible {
	opacity: 1;
  }

.container .headline-second {
	margin: 0 10px 5px;
}

.container .load-more {
	margin: 0 12px;
}

@media screen and (max-width: 767px) {
	.container .headline-second {
		margin: 0 10px 10px;
	}
	.container .load-more {
		margin: 0 10px;
	}
}

.sp-box {
	display: flex;
	align-items: center;
	font-weight: 900;
	font-size: 20px;
	text-transform: uppercase;
}

@media screen and (max-width: 1240px) {
	.sp-box {
		width: 100%;
		justify-content: center;
		order: 1;
	}
}

.sp {
	color: var(--bg-white);
	background: var(--bg-active);
	padding: 13px 50px;
	border-radius: 20px;
	position: relative;
}

@media screen and (max-width: 1024px) {
	.sp {
		width: 100%;
		text-align: center;
	}
}

.sp::before {
	position: absolute;
	content: '';
	top: 100%;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
	width: 93px;
	height: 20px;
	background-image: url('data:image/svg+xml,<svg width="92" height="20" viewBox="0 0 92 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M38.1887 18.3172L0 0H92L54.1378 18.2959C49.0544 20.5142 43.278 20.5219 38.1887 18.3172Z" fill="url(%23paint0_linear_1_7031)"/><defs><linearGradient id="paint0_linear_1_7031" x1="46" y1="0" x2="46" y2="25.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23004AA2"/><stop offset="1" stop-color="%23006FF1"/></linearGradient></defs></svg>');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.empty-content {
	margin-bottom: 20px;
}

.footer-avd-wrap.second {
	background: #181826;
}

.footer-avd {
    display: flex;
    gap: 15px;
    max-width: 1920px;
    margin: 0 auto 0;
	justify-content: center;
	padding: 5px 12px 25px;
}

.footer-avd.second {
	margin: 0 auto 0;
	padding: 20px 20px 10px;
}

.footer-avd.second a {
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-avd img {
	border-radius: 10px;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1160px) {
	.footer-avd a:nth-child(5) {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	.footer-avd a:nth-child(4) {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.footer-avd a:nth-child(3) {
		display: none;
	}
}

.model-aside-drop .search-models-block {
	display: none;
}

.model-aside-drop.show .search-models-block {
	display: block;
}

.search-models-block .form {
	position: relative;
	background: #fff;
}

.search-models-block .form input {
    border-radius: 0;
    padding: 12px 33px 12px 15px;
    width: 100%;
	background: #f0f1f3;
	font-weight: 400;
	border: none;
	font-size: 14px;
}

.search-models-block .form input::placeholder {
	font-style: italic;
}
.search-models-block .form .btn-serch {
	position: absolute;
	top: 12px;
	right: 10px;
}

.search-models-block .form .btn-serch svg {
	font-size: 15px;
}

.no-result {
	text-align: center;
}

.images {
	padding-top: 5px;
}

.modal-banner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000cf;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-banner-wrap {
	position: relative;
}

.modal-banner-wrap a {
	display: block;
	padding: 10px 20px;
}

.modal-banner-wrap img {
	max-width: 100%;
	height: 100%;
	border-radius: 7px;
}

.modal-banner-close {
	position: absolute;
	top: 0;
	right: 10px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #000;
	font-size: 15px;
	cursor: pointer;
	transition: transform .3s ease;
}

@media screen and (hover:hover) {
	.modal-banner-close:hover {
		transform: scale(1.05);
	}
}

#list_albums_albums_list_search_result .headline {
	padding: 0 12px;
	margin-top: 10px;
	margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
	#list_albums_albums_list_search_result .headline {
		padding: 0 15px;
	}
}

.mini-aside {
	position: fixed;
    top: var(--header-height);
    left: -250px;
    bottom: 0;
    width: 90px;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    background: var(--bg-header);
    transition: left .5s, opacity .5s, visibility .5s;
    display: flex;
    flex-direction: column;
	align-items: center;
	padding: 10px 0;
	gap: 10px;
}

.open-sidebar-border {
	position: absolute;
	top: 0;
	left: 96%;
	width: 10px;
	height: 10px;
	background: var(--bg-header);
	overflow: hidden;
}

.open-sidebar-border::after {
	content: '';
	position: absolute;
	top: 1px;
	left: 2px;
	width: 10px;
	height: 10px;
    background: white;
	border-radius: 10px 0 0 0;
}

.open-mini-menu  .mini-aside {
	left: 0;
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 767px) {
	.mini-aside {
		display: none;
	}
	.hamburger {
		display: block;
	}
}

.open-sidebar {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	cursor: pointer;
	padding: 10px 0;
	width: 100px;
	min-height: 40px;
}

.open-sidebar svg {
	font-size: 12px;
	transition: transform .3s ease;
}

@media screen and (hover:hover) {
	.open-sidebar:hover svg {
		transform: translateX(5px);
	}
}

.aside-box .close-sidebar {
	position: absolute;
	right: -11px;
	width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #979797;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: background .3s ease;
}

.aside-box .close-sidebar svg {
	font-size: 10px;
	color: #fff;
	transition: color .3s ease;
	transform: rotate(180deg);
}

@media screen and (hover:hover) {
	.aside-box .close-sidebar:hover {
		background: #0096EC;
	}
	.aside-box .close-sidebar:hover svg {
		color: #fff;
	}
}

@media screen and (max-width: 767px) {
	.aside-box .close-sidebar {
		display: none;
	}
}

.mini-aside .btn {
	display: flex;
    align-items: center;
    justify-content: center;
	transition: background .3s ease, color .3s ease;
	cursor: pointer;
	width: 100%;
	flex-direction: column;
    gap: 6px;
	color: #000;
	padding: 10px 0;
}

.mini-aside .btn svg {
	color: #000;
	font-size: 24px;
}

.mini-aside-drop-item {
	position: relative;
	width: 100%;
}

.mini-aside-drop-item .item-dropped {
	position: absolute;
	left: 100%;
	top: -130px;
	max-height: 300px;
    overflow: auto;
    border-radius: 10px;
	background-color: var(--bg-white);
	border: 1px solid #fff;
	box-shadow: 0px 11px 30px 0px rgba(0, 0, 0, 0.3);
}

.mini-aside-drop-item .item-dropped {
	display: none;
}

.mini-aside-drop-item .item-dropped .button-dropped {
	display: none;
}

.mini-aside-drop-item .item-dropped .box-dropped {
	display: none;
	border-radius: 0;
	width: 170px;
}

.mini-aside-drop-item .radio-block {
	position: absolute;
	left: 100%;
	top: -2px;
	max-height: 300px;
    overflow: auto;
    border-radius: 10px;
	background: #fff;
	padding: 2px;
	display: none;
	box-shadow: 0px 11px 30px 0px rgba(0, 0, 0, 0.3);
	gap: 5px;
    padding: 5px;
}

@media screen and (hover:hover) {
	.mini-aside .btn:hover {
		background: #38B6FF;
		color: #fff;
	}
	.mini-aside .btn:hover img {
		filter: invert(1) brightness(2);
	}
	.mini-aside-drop-item:hover .item-dropped .box-dropped {
		display: flex;
	}
	.mini-aside-drop-item:hover .radio-block {
		display: flex;
	}
	.mini-aside-drop-item:hover .item-dropped {
		display: flex;
	}
}

.mini-aside-drop-item.show .item-dropped .box-dropped {
	display: flex;
}
.mini-aside-drop-item.show .item-dropped {
	display: flex;
}

.box-dropped::-webkit-scrollbar {
    width: 5px;
}

.box-dropped::-webkit-scrollbar-thumb {
    background-color: #dddddd;
}

.box-dropped::-webkit-scrollbar-track {
    background-color: transparent;
}

.avd-number-link {
	display: flex;
	align-items: center;
	gap: 10px;
}

.avd-number-link img {
	width: 46px;
}

.aside-box .hold::-webkit-scrollbar {
    width: 5px;
}

.aside-box .hold::-webkit-scrollbar-thumb {
    background-color: #dddddd;
}

.aside-box .hold::-webkit-scrollbar-track {
    background-color: transparent;
}

.aside-avd-box {
	margin: auto -12px -12px;
}

.aside-avd-box a {
	display: flex;
}

.aside-avd-box a img {
	width: 100%;
}

.all-models-btn a {
	color: #fff;
	background: #38B6FF;
}

.all-models-btn a span {
	text-align: center;
}

@media screen and (hover:hover) {
	.all-models-btn a:hover {
		background: #19ABFF;
	}
}

.models-wrap-mini-aside-search {
	display: none;
}

.open-mini-menu .models-wrap-mini-aside-search {
	display: block;
}

.model-aside-drop .search-models-block.second {
	display: block;
}

.model-aside-drop.second {
	flex-direction: column;
}

.model-aside-drop.second.active {
	min-height: 300px;
	height: 100%;
}

.model-aside-drop.second.active .search-thumb-mini {
	height: 100%;
}

.model-aside-drop.second.active .all-models-btn {
	margin-top: auto;
}

.headline.model {
	padding: 0 12px;
	margin-bottom: -5px;
	margin-top: 15px;
}

@media screen and (max-width: 1024px) {
	.headline.model {
		padding: 0 15px;
	}
}

@media screen and (max-width: 412px) {
	.headline.model .sort {
		display: none;
	}
}

.page-404 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 50px 10px;
	font-size: 29px;
	font-weight: 900;
	color: #000;
	text-align: center;
}

.page-404 a {
	color: #19ABFF;
	transition: color .3s ease;
}

@media screen and (hover:hover) {
	.page-404 a:hover {
		color: #006ff1;
	}
}

.page-404-wrap {
	display: flex;
	flex-direction: column;
}

.related-albums .headline-second {
	background: #38B6FF;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.related-albums .headline-second .title {
	color: #fff;
	font-size: 18px;
	width: fit-content;
	position: relative;
}

.related-albums .headline-second .title:before {
	content: '';
	position: absolute;
    top: -70px;
    right: -100px;
	z-index: 1;
	background-image: url('/static/images/related-arr.png');
	background-size: 100% 100%;
    width: 150px;
    height: 150px;
    transform: rotate(230deg);
}

@media screen and (max-width: 700px) {
	.related-albums .headline-second .title:before {
		display: none;
	}
}

.related-albums .item-dropped {
	position: relative;
}

.related-albums .box-dropped {
	position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
	z-index: 1;
}

.related-albums .box-dropped a {
	cursor: pointer;
	font-size: 14px;
	padding: 10px 20px;
}

@media screen and (max-width: 500px) {
	.related-albums .headline-second .title {
		font-size: 14px;
	}
	.related-albums .button-dropped {
		font-size: 12px;
	}
	.related-albums .box-dropped a {
		font-size: 12px;
	}
}

#list_models_models_list {
	margin-top: 10px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0;
  right: 0; bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px; width: 26px;
  left: 4px; bottom: 4px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}
input:checked + .slider {
  background-color: #38B6FF;
}
input:checked + .slider:before {
  transform: translateX(26px);
}

@media screen and (hover:hover) {
	.related-albums .button-dropped:hover {
		background-color: #006ff1;
	}	
}

.related-albums .item-dropped.show .button-dropped {
	background-color: #006ff1;
}	

.lkhm {
	height: 30px;
	width: auto;
	margin-right: 10px;
}

@media screen and (max-width: 390px) {
	.lkhm {
		height: 28px;
	}
}

.item-hide-wrap {
	display: flex;
	flex-direction: column;
}

.hide-text {
	font-size: 11px;
	display: inline-block;
	margin-bottom: 5px;
}

.open-menu .alphabet-list {
	gap: 0;
}

.logo-mob {
	display: none;
}

@media screen and (max-width: 568px) {
	.logo-mob {
		display: block;
	}
	.logo-desc {
		display: none;
	}
}

.mobile-box .header-search {
	position: static;
	height: auto;
	opacity: 1;
	visibility: visible;
	padding: 0;
	margin-bottom: 10px;
}

.mobile {
	display: none;
}

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

.author {
	color: #000;
}

@media screen and (max-width: 1024px) {
	.album-index-24, .album-index-88, .album-index-89, .album-index-144 {
		display: none;
	}
}

@media screen and (max-width: 412px) {
	.album-index-88 {
		display: block;
	}
}