@import url("https://fonts.googleapis.com/css2?family=Roboto: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: 14px;
	--line-height-general: 1.2;
	--default-font: 'Roboto', sans-serif;
	--color-main: #383f42;
	--color-second: #d9d9d9;
	--color-white: #fff;
	--color-active: #9C3047;
	--color-icon: #4d5154;
	--color-second-headline: #595959;
	--color-dark: #000;
	--color-btn-favorite: #383a3b;
	--color-card-second: #e7e7e7;
	--bg-main: #fff;
	--bg-second: #D8D8D8;
	--bg-active: #9C3047;
	--bg-slider-tools: #e6e6e6;
	--bg-slider-tools-active: #ccc;
	--bg-btn-swiper: rgb(255, 255, 255, .9);
	--bg-gradient-slider: linear-gradient(91deg, rgba(255, 255, 255, 0) 0%, #fff 7.51%, #fff 100%);
	--bg-gradient-slider-rev: linear-gradient(271deg, rgba(255, 255, 255, 0) 0%, #fff 7.51%, #fff 100%);
	--bg-card-detail-active: rgba(39, 188, 100, .7);
	--bg-card-detail: rgba(56, 63, 66, 0.7);
	--bg-header-tools: #f0f1f2;
	--bg-form: #fcfcfc;
	--bg-drop: rgba(255, 255, 255, .9);
	--bg-drop-active: #dadada;
	--bg-menu-active: #E5E5E5;
	--bg-amount: #C50000;
	--bg-add-favorite: rgba(255, 255, 255, .6);
	--bg-mask: rgba(255, 255, 255, .5);
	--bg-list-gradient: linear-gradient(91deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 7.51%, rgba(255, 255, 255, 0.6) 100%);
	--bg-card: #383a3b;
	--bg-active-second: #d53e5e;
	--bg-slideshow: rgba(156, 48, 71, .59);
	--border-color: #CCCCCC;
	--border-header: #f2f2f2;
	--border-search: #E6E6E6;
	--bg-tools: linear-gradient(180deg, #383f42 0%, #000 100%), radial-gradient(4.97% 15.45% at 50% 25.4%, #d53e5e 0%, rgba(0, 0, 0, 0) 100%);
	--header-height: 70px;
}

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

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

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

@media screen and (max-width: 640px) {
	body.open-menu .mask {
		opacity: 1;
		visibility: visible;
	}
}

body.autocomplete-dopdown .autocomplete {
	transform: scale(1) translate3d(0, 0, 0) rotateX(0);
	opacity: 1;
	visibility: visible;
}

body.autocomplete-dopdown .search-frame form {
	border-radius: 8px 8px 0 0;
}

body.autocomplete-dopdown .search-frame input {
	padding: 6px 0 6px 6px;
}

body.autocomplete-dopdown .button-back {
	display: flex;
}

@media screen and (max-width: 640px) {
	body.autocomplete-in .mask {
		opacity: 1;
		visibility: visible;
	}
}

@media screen and (max-width: 640px) {
	body.show-search .search-frame {
		top: 50%;
		visibility: visible;
		opacity: 1;
	}
}

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

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

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

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

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

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

* ::selection {
	background: #000;
	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: #4e585c;
}

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

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

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

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

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

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

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

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

.header {
	flex-shrink: 0;
	flex-grow: 0;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 640px) {
	.header {
		position: relative;
	}
}

.header-holder {
	padding: 11px 0;
	min-height: 70px;
	border-bottom: 1px solid var(--border-header);
}

@media screen and (max-width: 640px) {
	.header-holder {
		position: relative;
		z-index: 10;
	}
}

.header-holder .container {
	display: flex;
	align-items: center;
	gap: 20px;
}

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

.logo {
	flex-grow: 0;
	flex-shrink: 0;
}

.search-frame {
	flex-grow: 1;
	flex-shrink: 1;
	align-self: center;
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 640px) {
	.search-frame {
		position: absolute;
		right: 0;
		top: 50%;
		left: 0;
		z-index: 3;
		opacity: 0;
		visibility: hidden;
		padding: 0;
		transition: opacity .3s, visibility .3s, top .3s;
		transform: translate3d(0, -50%, 0);
	}
}

.search-frame .search {
	display: flex;
	justify-content: flex-end;
	height: 100%;
	width: 100%;
}

.search-frame .form {
	display: flex;
	border-radius: 10px;
	border: 1px solid var(--border-search);
	background: var(--bg-form);
	width: 100%;
	transition: border-radius .3s;
}

.search-frame input {
	width: 100%;
	height: 42px;
	padding: 6px 0 6px 20px;
	font-weight: 400;
	font-size: 14px;
	font-family: inherit;
	background: none;
	border: none;
	transition: padding .3s;
	color: var(--color-main);
}

@media screen and (max-width: 640px) {
	.search-frame input {
		padding: 6px 0 6px 6px;
	}
}

.search-wrapper {
	position: relative;
	z-index: 10;
	width: 100%;
	max-width: 537px;
}

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

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

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

.header-tools {
	flex-grow: 0;
	flex-shrink: 0;
	display: flex;
	align-items: center;
}

.header-tools .item.second {
	display: none;
}

@media screen and (max-width: 640px) {
	.header-tools .item.second {
		display: flex;
	}
}

@media screen and (max-width: 479px) {
	.header-tools .item:not(.second) {
		display: none;
	}
}

.header-tools button,
.header-tools a {
	border: none;
	cursor: pointer;
	color: var(--color-main);
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 47px;
	height: 47px;
	border-radius: 100%;
	overflow: hidden;
	transition: background .3s;
	background: none;
}

@media screen and (min-width: 1025px) {
	.header-tools button:hover,
	.header-tools a:hover {
		background: var(--bg-header-tools);
	}
}

.btn-favorite {
	position: relative;
}

.btn-favorite .amount {
	position: absolute;
	font-weight: 400;
	font-size: 10px;
	color: var(--color-white);
	background: var(--bg-amount);
	padding: 0 5px;
	line-height: 1.1;
	border-radius: 5px;
	top: 8px;
	right: 4px;
}

.navigation {
	display: flex;
	flex-direction: column;
}

.navigation .holder {
	height: 100%;
	gap: 0 20px;
	display: flex;
	position: relative;
}

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

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

@media screen and (max-width: 640px) {
	.navigation .holder {
		position: static;
	}
}

.navigation .navigation-menu,
.navigation .list {
	display: flex;
	gap: 0 20px;
}

@media screen and (max-width: 1160px) {
	.navigation .navigation-menu,
	.navigation .list {
		gap: 0 5px;
	}
}

@media screen and (max-width: 1024px) {
	.navigation .navigation-menu,
	.navigation .list {
		gap: 0 20px;
	}
}

.navigation .list {
	white-space: nowrap;
	overflow: auto;
	overflow-y: hidden;
}

.navigation .list.scroll::before {
	position: absolute;
	content: '';
	background: var(--bg-list-gradient);
	height: 40px;
	bottom: 0;
	width: 20px;
	z-index: 5;
	right: -0;
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	transition: opacity .3s, visibility .3s, transform .3s;
	-webkit-backdrop-filter: blur(1px);
	        backdrop-filter: blur(1px);
}

.navigation .list.scrolled-end::before {
	opacity: 0;
	visibility: hidden;
	transform: translate3d(50%, 0, 0);
}

@media screen and (max-width: 479px) {
	.navigation .list {
		gap: 0 13px;
	}
}

.navigation .list::-webkit-scrollbar {
	display: none;
}

@media screen and (max-width: 479px) {
	.navigation .list .link {
		padding: 12px 0;
	}
	.navigation .list .link::before {
		display: none;
	}
}

.navigation .list .item {
	display: flex;
	align-items: center;
	position: relative;
}

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

.navigation .list .item.active .link {
	color: var(--color-active);
}

.navigation .list .item.active .link::before {
	width: 100%;
}

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

@media screen and (max-width: 1024px) {
	.navigation .list .item.show .drop {
		display: block;
	}
}

.navigation .list .item.show .btn::before {
	opacity: 0;
}

.navigation .list .item.show .btn svg {
	transform: rotate(180deg);
}

.navigation .btn,
.navigation .link {
	text-transform: uppercase;
	font-family: inherit;
	display: flex;
	align-items: center;
	border: none;
	background: none;
	font-weight: 500;
	font-size: 14px;
	line-height: 1rem;
	color: var(--color-main);
	cursor: pointer;
	padding: 12px 10px;
	height: 100%;
	position: relative;
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.navigation .btn:hover,
	.navigation .link:hover {
		color: var(--color-active);
	}
	.navigation .btn:hover::before,
	.navigation .link:hover::before {
		width: 100%;
	}
}

.navigation .btn::before,
.navigation .link::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 2px;
	transition: width .3s, opacity .3s;
	background: var(--color-active);
}

.navigation .btn {
	gap: 5px;
}

.navigation .btn svg {
	font-size: 7px;
	flex-shrink: 0;
	flex-grow: 0;
	transition: transform .3s;
}

@media screen and (max-width: 1024px) {
	.navigation .btn svg {
		transition: none;
	}
}

.navigation .drop {
	position: absolute;
	z-index: 10;
	min-width: 200px;
	left: -10px;
	overflow: hidden;
	-webkit-backdrop-filter: blur(10px);
	        backdrop-filter: blur(10px);
	top: calc(100%);
	max-height: 200px;
	overflow-y: auto;
	opacity: 0;
	transform: translate3d(0, -10%, 0);
	visibility: hidden;
	transition: opacity .3s, transform .3s, visibility .3s;
	background-color: var(--bg-drop);
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
	border-radius: 0 0 8px 8px;
}

@media screen and (max-width: 1024px) {
	.navigation .drop {
		position: static;
		max-height: none;
		transform: translate3d(0, 0, 0);
		opacity: 1;
		visibility: visible;
		box-shadow: none;
		border-radius: 0 0 0 0;
		display: none;
		min-width: auto;
		width: 100%;
		background: var(--bg-drop-active);
	}
}

.navigation .drop a {
	color: var(--color-main);
	display: block;
	padding: 9px 20px;
	text-transform: uppercase;
	transition: background .3s;
}

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

@media screen and (max-width: 1024px) {
	.navigation .drop a {
		text-transform: uppercase;
	}
}

@media screen and (max-width: 1024px) {
	[data-attr-dropped] {
		flex-direction: column;
	}
}

@media screen and (max-width: 1024px) {
	.navigation-menu {
		flex-direction: column;
		position: absolute;
		top: 100%;
		left: 0;
		background: var(--bg-drop);
		-webkit-backdrop-filter: blur(10px);
		        backdrop-filter: blur(10px);
		box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
		border-radius: 0 0 8px 8px;
		max-width: 200px;
		width: 100%;
		z-index: 20;
		transform: translate3d(-100%, 0, 0);
		transition: transform .3s, visibility .3s, opacity .3s;
		visibility: hidden;
		opacity: 0;
	}
}

@media screen and (max-width: 640px) {
	.navigation-menu {
		left: auto;
		right: 10px;
		top: calc( var(--header-height) - 1px);
	}
}

.navigation-menu .item {
	display: flex;
	align-items: center;
	position: relative;
}

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

.navigation-menu .item.active .link {
	color: var(--color-active);
}

.navigation-menu .item.active .link::before {
	width: 100%;
}

@media screen and (max-width: 1024px) {
	.navigation-menu .item.active .link {
		color: var(--color-main);
	}
	.navigation-menu .item.active .link::before {
		display: none;
	}
}

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

@media screen and (max-width: 1024px) {
	.navigation-menu .item.show .drop {
		display: block;
	}
}

.navigation-menu .item.show .btn::before {
	opacity: 0;
}

.navigation-menu .item.show .btn svg {
	transform: rotate(180deg);
}

@media screen and (max-width: 1024px) {
	.navigation-menu .link,
	.navigation-menu .btn {
		padding: 9px 20px;
		width: 100%;
	}
}

.navigation-menu .btn {
	justify-content: space-between;
}

.btn-hamburger {
	align-self: center;
	font-size: 21px;
	border: none;
	color: var(--color-main);
	background: none;
	cursor: pointer;
	display: none;
}

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

@media screen and (max-width: 640px) {
	.btn-hamburger {
		display: none;
	}
}

.autocomplete {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: calc(75vh - 56px);
	width: 100%;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
	border: 1px solid var(--border-search);
	border-top: none;
	border-radius: 0 0 8px 8px;
	background: var(--color-white);
	border-radius: 0 0 8px 8px;
	transform: scale(0.98) translate3d(0, 15px, 0) rotateX(25deg);
	opacity: 0;
	visibility: hidden;
	transform-origin: top;
	transition: transform .3s, opacity .3s, visibility .3s;
}

@media screen and (max-width: 640px) {
	.autocomplete {
		height: calc(100vh - 44px - 11px - 20px);
		left: 10px;
		right: 10px;
		width: auto;
		top: auto;
	}
}

.autocomplete .holder {
	overflow: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding-right: 40px;
	padding-bottom: 15px;
}

.autocomplete .link {
	padding: 13px 25px 13px 48px;
	position: relative;
	display: block;
	color: var(--color-main);
	transition: background .3s;
	font-weight: 400;
	border-radius: 0 18px 18px 0;
}

@media screen and (min-width: 1025px) {
	.autocomplete .link:hover {
		background: var(--border-header);
	}
	.autocomplete .link:hover .close {
		opacity: 1;
	}
}

.autocomplete .link .icon {
	left: 20px;
}

.autocomplete .link .icon,
.autocomplete .link .close {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 10px;
}

.autocomplete .link .close {
	right: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color .3s, opacity .3s;
	opacity: 0;
}

@media screen and (min-width: 1025px) {
	.autocomplete .link .close:hover {
		color: var(--color-active);
	}
}

@media screen and (max-width: 1024px) {
	.autocomplete .link .close {
		opacity: 1;
	}
}

.autocomplete .link strong {
	font-weight: 700;
}

.button-back {
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 100%;
	border-radius: 100%;
	overflow: hidden;
	flex-grow: 0;
	flex-shrink: 0;
	background: transparent;
	border: none;
	font-size: 19px;
	color: var(--color-main);
	transition: background .3s;
}

@media screen and (min-width: 1025px) {
	.button-back:hover {
		background: var(--bg-header-tools);
	}
}

@media screen and (max-width: 640px) {
	.button-back {
		display: flex;
		background: none;
	}
}

.btn-clean {
	cursor: pointer;
	font-size: 12px;
	background: none;
	color: var(--color-icon);
	transition: color .3s;
	display: none;
	border: none;
	align-items: center;
	justify-content: center;
	align-self: center;
	height: 100%;
	padding: 0 6px;
	flex-shrink: 0;
	flex-grow: 0;
}

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

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

.main {
	flex-shrink: 1;
	flex-grow: 1;
	padding: 20px 0 32px;
}

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

.swiper {
	display: none;
}

.swiper.swiper-initialized {
	display: block;
}

.slider-bar {
	padding: 10px 10px 10px 0;
	margin: -10px -10px -10px 0;
	position: relative;
}

.slider-bar::before {
	position: absolute;
	content: '';
	background: var(--bg-gradient-slider);
	height: 100%;
	width: 75px;
	z-index: 5;
	right: -55px;
}

@media screen and (max-width: 479px) {
	.slider-bar::before {
		right: -60px;
	}
}

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

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

.slider-bar a:not(.tab-link) {
	border-radius: 8px;
	padding: 8px 15px;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--bg-slider-tools);
	color: var(--color-main);
	transition: background .3s;
}

@media screen and (min-width: 1025px) {
	.slider-bar a:not(.tab-link):hover {
		background: var(--bg-slider-tools-active);
		color: var(--color-main);
	}
}

.slider-bar .swiper-button-prev {
	left: 10px;
	position: absolute;
}

.slider-bar .swiper-button-prev::before {
	position: absolute;
	content: '';
	background: var(--bg-gradient-slider-rev);
	height: 100%;
	width: 75px;
	z-index: 5;
	top: 0;
	bottom: 0;
	left: -73px;
}

@media screen and (max-width: 479px) {
	.slider-bar .swiper-button-prev::before {
		left: -77px;
	}
}

.slider-bar .swiper-button-next {
	right: 10px;
}

.slider-top {
	position: relative;
	z-index: 4;
	padding: 0 10px;
	margin: 0 -10px;
	margin-bottom: 7px;
}

.slider-top::before {
	position: absolute;
	content: '';
	background: var(--bg-gradient-slider);
	height: 100%;
	width: 75px;
	z-index: 5;
	right: -55px;
}

@media screen and (max-width: 479px) {
	.slider-top::before {
		right: -60px;
	}
}

.slider-top.gradient {
	transition: .3s;
}

.slider-top.gradient::after {
	position: absolute;
	content: '';
	background: var(--bg-gradient-slider-rev);
	height: 100%;
	width: 75px;
	z-index: 5;
	top: 0;
	bottom: 0;
	left: -55px;
}

@media screen and (max-width: 479px) {
	.slider-top.gradient::after {
		left: -60px;
	}
}

.slider-top .swiper-slide {
	width: 70px;
}

.slider-top .swiper-button-prev {
	left: 10px;
}

.slider-top .swiper-button-next {
	right: 10px;
}

.swiper-button-prev,
.swiper-button-next {
	display: flex;
	align-items: center;
	transition: color .3s;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	font-size: 12px;
	margin: 0;
	color: var(--color-main);
	background: var(--bg-btn-swiper);
	-webkit-backdrop-filter: blur(5px);
	        backdrop-filter: blur(5px);
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.4);
	transition: color .3s,background .3s;
	z-index: 7;
}

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

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

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

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

.card-slider {
	color: var(--color-main);
	max-width: 70px;
	display: block;
	font-weight: 400;
	font-size: 12px;
}

@media screen and (min-width: 1025px) {
	.card-slider:hover .text {
		color: var(--color-active);
	}
}

.card-slider .media {
	border-radius: 8px;
	overflow: hidden;
	width: 70px;
	height: 105px;
	background: var(--bg-second);
}

.card-slider img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	max-width: 100%;
}

.card-slider .text {
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	text-align: center;
	margin-top: 3px;
	font-weight: 400;
	transition: color .3s;
}

.wrapper-box {
	display: flex;
	align-items: center;
	margin-bottom: 11px;
}

.tabs {
	display: flex;
	align-items: center;
	background: var(--color-main);
	border-radius: 8px;
	padding: 4px 5px;
}

.tabs .item.active .tab-link {
	background: var(--color-white);
	color: var(--color-main);
}

.tab-link {
	display: block;
	padding: 4px 10px;
	border-radius: 6px;
	color: var(--color-white);
	transition: color .3s, background .3s;
}

.tab-content {
	display: none;
	min-width: 1px;
}

.tab-content.selected {
	display: block;
}

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

.grid-item {
	width: 25%;
	padding: 0 6px;
	margin-bottom: 12px;
	transition: top .4s;
	position: relative;
}

@media screen and (min-width: 1025px) {
	.grid-item:hover .add-favorite {
		opacity: 1;
		visibility: visible;
	}
}

@media screen and (max-width: 1024px) {
	.grid-item .add-favorite {
		opacity: 1;
		visibility: visible;
	}
}

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

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

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

.main-card {
	position: relative;
	display: block;
	overflow: hidden;
}

.main-card .detail {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px 9px;
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: 5;
	border-radius: 6px 0 8px 0px;
	padding: 6px 9px;
	-webkit-backdrop-filter: blur(13px);
	        backdrop-filter: blur(13px);
	background: var(--bg-card-detail);
	max-width: calc(100% - 55px);
}

.main-card .detail.active {
	background: var(--bg-card-detail-active);
}

.main-card .detail.active .status {
	display: flex;
}

.main-card .status {
	align-items: center;
	background: var(--color-white);
	gap: 4px;
	padding: 0 7px;
	border-radius: 6px;
	color: var(--color-main);
	display: none;
	flex-grow: 0;
	flex-shrink: 0;
	min-height: 14px;
}

.main-card .circle {
	width: 5px;
	height: 5px;
	border-radius: 100%;
	overflow: hidden;
	background: var(--bg-card-detail-active);
}

.main-card .text {
	position: relative;
	display: flex;
	align-items: center;
}

.main-card .text::before {
	content: 'Online';
	font-size: 12px;
	text-transform: uppercase;
}

.main-card .sticky {
	position: absolute;
	left: 0;
	bottom: 0;
	align-items: center;
	border-radius: 0 8px;
	padding: 7px 22px;
	-webkit-backdrop-filter: blur(13px);
	        backdrop-filter: blur(13px);
	background: var(--bg-card-detail);
	color: var(--color-white);
}

.main-card .sticky .ads,
.main-card .sticky .related {
	position: relative;
	display: flex;
	align-items: center;
}

.main-card .sticky .ads::before {
	content: 'Ads';
}

.main-card .sticky .related::before {
	content: 'Related';
}

.main-card .name {
	color: var(--color-white);
	font-size: 16px;
	flex-grow: 1;
	flex-shrink: 1;
	font-weight: 500;
}

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

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

.adv-slide .main-card {
	display: none;
}

.slideshow {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	font-size: 16px;
	text-transform: uppercase;
	-webkit-backdrop-filter: blur(13px);
	        backdrop-filter: blur(13px);
	background: var(--bg-slideshow);
	color: var(--color-white);
	padding: 6px 20px;
	display: flex;
	align-items: center;
	gap: 3px;
	border-radius: 8px 0;
}

.slideshow svg {
	font-size: 11px;
	flex-grow: 0;
	flex-shrink: 0;
}

.ads-card {
	padding: 44px 20px;
	text-align: center;
	text-transform: uppercase;
	background: var(--bg-card);
	border-radius: 8px;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.ads-card {
		padding: 19px;
	}
}

.ads-card .sub {
	font-weight: 400;
	font-size: 18px;
	color: var(--color-card-second);
	margin-bottom: 10px;
}

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

.ads-card .title {
	color: var(--color-white);
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 12px;
}

.join-link {
	font-weight: 700;
	color: var(--color-white);
	background: var(--bg-active-second);
	display: inline-flex;
	padding: 7px 24px;
	border-radius: 8px;
	font-size: 16px;
	transition: background .3s;
}

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

.join-link.second {
	font-weight: 500;
	font-size: 18px;
	padding: 9px 37px;
}

@media screen and (max-width: 767px) {
	.join-link.second {
		font-size: 16px;
	}
}

@media screen and (max-width: 479px) {
	.join-link.second {
		font-size: 14px;
		padding: 9px 22px;
	}
}

.add-favorite {
	width: 36px;
	height: 36px;
	border-radius: 100%;
	background: var(--bg-add-favorite);
	-webkit-backdrop-filter: blur(8px);
	        backdrop-filter: blur(8px);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
	position: absolute;
	z-index: 5;
	right: 16px;
	top: 10px;
	border: none;
	color: var(--color-main);
	cursor: pointer;
	transition: transform .3s, visibility .3s, opacity .3s, color .3s, background .3s;
	opacity: 0;
	visibility: hidden;
	transform: scale(1);
	font-size: 10px;
	will-change: auto;
}

@media screen and (min-width: 1025px) {
	.add-favorite:hover {
		transform: scale(1.111);
	}
}

.add-favorite.active {
	font-size: 16px;
}

.add-favorite.active .icon-trash {
	display: block;
}

.add-favorite.active .icon-plus {
	display: none;
}

.add-favorite .icon-trash {
	display: none;
}

.about-model {
	margin-bottom: 4px;
}

.about-model.show .model-box {
	display: flex;
}

.about-model.show .btn-show-more svg {
	transform: rotate(180deg);
}

.about-model .headline {
	margin-bottom: 0;
}

.headline {
	margin-bottom: 4px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 5px 38px;
}

@media screen and (max-width: 479px) {
	.headline {
		gap: 5px 15px;
	}
}

.headline .title {
	line-height: 1;
	font-weight: 700;
	font-size: 24px;
	color: var(--color-dark);
}

@media screen and (max-width: 479px) {
	.headline .title {
		flex-grow: 1;
		flex-shrink: 1;
	}
}

.headline .title span {
	font-weight: 400;
	font-size: 14px;
	color: var(--color-second-headline);
}

.description {
	font-weight: 400;
	font-size: 14px;
	color: var(--color-second-headline);
	margin-bottom: 7px;
}

.description.expanded .btn-read span::before {
	content: attr(data-attr-active);
}

.description.expanded .btn-read svg {
	transform: rotate(180deg);
}

.btn-read {
	display: inline;
	text-transform: uppercase;
	font-family: inherit;
	font-weight: 500;
	font-size: 14px;
	border: none;
	background: none;
	cursor: pointer;
	line-height: 1;
	color: var(--color-second-headline);
}

.btn-read span::before {
	content: attr(data-attr-static);
}

.btn-read svg {
	color: var(--color-main);
	font-size: 7px;
	vertical-align: middle;
}

.btn-show-more {
	font-family: inherit;
	font-weight: 500;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 3px;
	flex-grow: 0;
	flex-shrink: 0;
	cursor: pointer;
	border: none;
	color: var(--color-main);
	background: none;
	transition: color .3s, background .3s;
}

.btn-show-more svg {
	font-size: 7px;
}

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

.model-box {
	margin-top: 4px;
	padding-bottom: 6px;
	display: none;
	gap: 20px;
}

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

.posted-model {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 150px;
	width: 100%;
}

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

.posted-model .wrap {
	padding-bottom: 150%;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

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

.viewlist .title {
	display: flex;
	align-items: center;
	gap: 7px;
	font-weight: 700;
	font-size: 24px;
	color: var(--color-dark);
	margin-bottom: 4px;
}

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

.viewlist img {
	width: 28px;
	height: 21px;
	-o-object-fit: cover;
	   object-fit: cover;
	max-width: 100%;
}

@media screen and (max-width: 767px) {
	.viewlist img {
		width: 23px;
		height: 16px;
	}
}

.viewlist .list {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.21;
}

@media screen and (max-width: 479px) {
	.viewlist .list {
		font-size: 14px;
	}
}

.viewlist li {
	margin-bottom: 5px;
}

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

.pswp {
	-webkit-backdrop-filter: blur(35px);
	        backdrop-filter: blur(35px);
	background: rgba(0, 0, 0, 0.4);
}

.hidden-caption-content {
	display: none;
}

.pswp__top-bar {
	gap: 30px;
	height: auto;
	padding: 20px 20px 0 20px;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.pswp__top-bar {
		padding: 10px 10px 0 10px;
		gap: 15px;
	}
}

.wrapped-network {
	display: flex;
	gap: 10px;
}

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

.wrapped-network .col {
	flex-grow: 1;
	flex-shrink: 1;
}

.wrapped-network .col.second {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 348px;
	width: 100%;
	text-align: center;
}

.wrapped-network .title {
	font-size: 16px;
	color: var(--color-dark);
	margin-bottom: 10px;
}

.wrapped-network .list {
	font-weight: 400;
	color: var(--color-main);
	line-height: 1.5;
}

.wrapped-network li {
	position: relative;
	padding-left: 21px;
	margin-bottom: 10px;
}

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

.wrapped-network li::before {
	position: absolute;
	content: "";
	left: 4px;
	top: 3px;
	width: 6px;
	height: 11px;
	border: solid var(--color-main);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.wrapped-network .wrap {
	padding: 70px 50px;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid var(--border-color);
}

@media screen and (max-width: 479px) {
	.wrapped-network .wrap {
		padding: 55px 40px;
	}
}

.wrapped-network img {
	height: auto;
	width: auto;
	max-width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.wrapped-network .text {
	margin-top: 7px;
	font-weight: 400;
}

.wrapped-network a {
	color: var(--color-main);
}

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

.gallery-headline {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px 10px;
	position: relative;
	z-index: 8;
	margin-bottom: 10px;
}

.gallery-headline .title {
	color: var(--color-main);
	font-size: 18px;
	flex-grow: 1;
	flex-shrink: 1;
}

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

.gallery-headline .link {
	display: block;
	font-size: 14px;
	color: var(--color-white);
	font-family: inherit;
	border: none;
	padding: 7px 20px;
	border-radius: 4px;
	background: var(--color-active);
	cursor: pointer;
	transform: scale(1);
	transition: transform .3s;
}

@media screen and (min-width: 1025px) {
	.gallery-headline .link:hover {
		transform: scale(1.02);
	}
}

.btn-favorite {
	display: flex;
	align-items: center;
	gap: 9px;
	font-family: inherit;
	background: none;
	font-weight: 400;
	font-size: 14px;
	color: var(--color-btn-favorite);
	border: 1px solid var(--border-search);
	border-radius: 8px;
	padding: 6px 14px;
	transition: color .3s, border .3s;
	cursor: pointer;
}

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

@media screen and (max-width: 479px) {
	.btn-favorite {
		padding: 7px;
	}
	.btn-favorite span {
		display: none;
	}
}

.btn-favorite.active {
	background: var(--bg-active);
	border-color: var(--bg-active);
	color: var(--color-white);
}

.btn-favorite.active .icon-active {
	display: block;
}

.btn-favorite.active .icon-static {
	display: none;
}

.btn-favorite .icon-active {
	display: none;
}

.wrapped-banner {
	margin: 10px 0;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	min-height: 136px;
	border-radius: 8px;
}

@media screen and (max-width: 767px) {
	.wrapped-banner {
		min-height: 120px;
	}
}

.wrapped-banner .content {
	position: relative;
	z-index: 3;
	background: var(--bg-card);
	max-width: 483px;
	margin-left: auto;
	text-align: center;
	min-height: 136px;
	padding: 26px 70px;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

@media screen and (max-width: 1024px) {
	.wrapped-banner .content {
		padding: 26px 45px;
	}
}

@media screen and (max-width: 767px) {
	.wrapped-banner .content {
		min-height: 120px;
		padding: 22px 8px;
		max-width: 255px;
		text-align: end;
	}
}

.wrapped-banner .content::before {
	position: absolute;
	content: '';
	width: 101px;
	height: 100%;
	background-color: var(--bg-card);
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	left: -100px;
	top: 0;
	bottom: 0;
}

.wrapped-banner .title {
	font-weight: 700;
	font-size: 24px;
	color: var(--color-white);
	margin-bottom: 15px;
}

@media screen and (max-width: 479px) {
	.wrapped-banner .title {
		font-weight: 500;
		font-size: 12px;
		margin-bottom: 6px;
	}
	.wrapped-banner .title span {
		font-weight: 700;
		font-size: 16px;
		display: block;
	}
}

.banner-image {
	height: 100%;
	left: 0;
	max-width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.pswp__button {
	height: 18px;
	width: 18px;
}

.pswp__button--arrow--prev,
.pswp__button--arrow--next {
	width: 43px;
	height: 32px;
	top: 50%;
	transform: translate3d(0, -50%, 0);
}

.pswp__button--arrow--prev .pswp__icn,
.pswp__button--arrow--next .pswp__icn {
	top: 50%;
	left: 50%;
	margin: 0;
}

.pswp__button--arrow--prev {
	left: 10px;
}

.pswp__button--arrow--prev .pswp__icn {
	transform: translate3d(-50%, -50%, 0);
}

.pswp__button--arrow--next {
	right: 10px;
}

.pswp__button--arrow--next .pswp__icn {
	transform: translate3d(-50%, -50%, 0) rotate(180deg);
}

.pswp__button svg {
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.pswp__button--fullscreen-button svg,
.pswp__button--play-button svg,
.pswp__button--favorite-button svg {
	width: 18px;
	height: 18px;
}

.pswp__custom-caption {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 364px;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 8px;
	padding: 10px;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	-webkit-backdrop-filter: blur(13px);
	        backdrop-filter: blur(13px);
	text-align: center;
}

.pswp__custom-caption.adv-caption {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: none;
	-webkit-backdrop-filter: none;
	        backdrop-filter: none;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	min-width: 400px;
	z-index: 1;
}

.pswp__custom-caption.adv-caption a {
	color: inherit;
}

.pswp__custom-caption a {
	color: #d53e5e;
}

.pswp__button--close {
	margin: 0;
}

.pswp__counter {
	margin: 0;
}

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

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

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

.footer-holder {
	text-align: center;
}

.footer-holder .logo {
	margin-bottom: 15px;
}

.footer-holder .logo img {
	max-width: 100%;
}

.footer-holder .subtitle {
	color: var(--color-second);
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 23px;
}

@media screen and (max-width: 479px) {
	.footer-holder .subtitle {
		margin-bottom: 15px;
	}
}

.footer-holder .list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 23px;
	gap: 10px 39px;
}

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

@media screen and (max-width: 479px) {
	.footer-holder .list {
		margin-bottom: 15px;
	}
}

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

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

.footer-holder .text {
	margin-bottom: 14px;
	color: var(--color-white);
}

.footer-holder .copyright {
	font-weight: 400;
	color: var(--color-second);
}
