.emoji {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 32px;
	height: 32px;
	display: inline-flex;
	position: relative;
}

.emoji.emoji-1 {
	background-image: url(" ../img/rep.svg");
}

.emoji.emoji-2 {
	background-image: url(" ../img/emoji-2.webp");
}

.emoji.emoji-3 {
	background-image: url(" ../img/emoji-3.webp");
}

.emoji.emoji-4,
.emoji.emoji-5,
.emoji.emoji-6,
.emoji.emoji-7,
.emoji.emoji-8 {
	width: 54px;
	height: 54px;
}

.emoji.emoji-4 {
	background-image: url(" ../img/star1.svg");
}


.emoji.emoji-5 {
	background-image: url(" ../img/shop.svg");
}


.emoji.emoji-6 {
	background-image: url(" ../img/sup.svg");
}


.emoji.emoji-7 {
	background-image: url(" ../img/price.svg");
}


.emoji.emoji-8 {
	background-image: url(" ../img/rev.svg");
}




.promo-alerts {
	position: fixed;
	top: 89px;
	left: calc(50% - 305px);
	width: 611px;
	max-width: 100%;
	flex-direction: column;
	z-index: 3;
	display: flex;
	gap: 12px;
	pointer-events: none;
}

.promo-alerts > .promo-id {
	background-color: #fff;
	min-height: 82px;
	pointer-events: auto;
	width: 100%;
	padding: 0;
	-webkit-box-shadow: 8px 0 0 -4px #fff, 16px 0 0 -8px #fff, -8px 0 0 -4px #fff, -16px 0 0 -8px #fff, -12px 0 12px 0 rgba(0,0,0,0.05), 12px 0 12px 0 rgba(0,0,0,0.05);
	box-shadow: 8px 0 0 -4px #fff, 16px 0 0 -8px #fff, -8px 0 0 -4px #fff, -16px 0 0 -8px #fff, -12px 0 12px 0 rgba(0,0,0,0.05), 12px 0 12px 0 rgba(0,0,0,0.05);
	/*-webkit-box-shadow: -12px 0 12px 0 rgba(0,0,0,0.4), 12px 0 12px 0 rgba(0,0,0,0.4);
	box-shadow: -12px 0 12px 0 rgba(0,0,0,0.4), 12px 0 12px 0 rgba(0,0,0,0.4)*/
}

html.modal-opened .promo-alerts > .promo-id {
	transform: translateX(-4px);
}

html.modal-opened[data-useragent="chrome"] .promo-alerts > .promo-id {
	transform: translateX(-4px);
}

.promo-alerts > .promo-id.pixelated:after,
.promo-alerts > .promo-id.pixelated:before {
	border-color: #fff;
}

.promo-alerts > .promo-id > .promo-wrapper {
	width: 100%;
	height: 100%;
	padding: 10px 48px 10px 61px;
	position: relative;
	display: grid;
	grid-gap: 12px;
	grid-template-columns: calc(100% - 226px) 214px;
	align-items: center;
}

.promo-alerts > .promo-id > .promo-wrapper > .promo-image {
	display: block;
	position: absolute;
	pointer-events: none;
	left: -44px;
	top: calc(50% - 49px);
	width: 98px;
	height: 98px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
	background-size: 100%;
}

.promo-alerts > .promo-id > .promo-wrapper > .promo-close {
	position: absolute;
	top: calc(50% - 12px);
	right: 8px;
	cursor: pointer;
}


.promo-alerts > .promo-id > .promo-wrapper .btn.copy-clipboard {
	height: 36px;
	width: 197px;
	font-size: 14px;
	padding: 0;
	gap: 8px;
	margin-top: 0;
	-webkit-box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	transform: scale(100%);
	transition: transform 120ms linear 0ms;
}

.promo-alerts > .promo-id > .promo-wrapper .block-text {
	font-size: 16px;
	line-height: 25px;
	color: #1e1e1e;
	letter-spacing: -0.32px;
}

.promo-alerts > .promo-id > .promo-wrapper .block-text * {
	font-family: Inter, sans-serif;
	font-weight: 500;
}

.promo-alerts > .promo-id > .promo-wrapper .block-expire {
	height: 20px;
	margin-top: 6px;
	color: #7C7C7C;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
}




.main-header {
	width: 1376px;
	height: 532px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	max-width: 100%;
	border-radius: 16px;
	display: flex;
	margin: auto;
	position: relative;
	align-items: center;
	flex-direction: column;
}

.main-header:after {
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	opacity: 0.6;
	pointer-events: none;
	background-color: #000;
}


.main-header .scroll-to-donate {
	position: absolute;
	bottom: 16px;
	left: calc(50% - 12px);
	display: flex;
}



.main-header * {
	position: relative;
	z-index: 2;
}

.main-header h1 {
	font-family: Inter, sans-serif;
	font-size: 60px;
	line-height: 78px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	width: 745px;
	max-width: 100%;
	margin-top: 121px;
	letter-spacing: -1.2px;
}

.main-header p {
	width: 411px;
	max-width: 100%;
	text-align: center;
	color: rgba(255,255,255,0.7);
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-variation-settings: "slnt" 0;
	font-size: 16px;
	padding-top: 16px;
	letter-spacing: -0.32px;
}

.modal-close-new-add{
	position: absolute;
	top: -55px;
	right: 16px;
	
	height: 43px;
	display: flex;
	align-items: center;
	cursor: pointer;
	z-index: 1;
	width: 43px;
	justify-content: center;
	background-color: white;
	border-radius: 50px;
}

.main-header .btn-header {
	width: 200px;
	height: 72px;
	margin: 42px 0 0 -4px;
	position: relative;
	background: none;
	background-color: #f49f0c;
	position: relative;
	top: 12px;
	border-radius: 35px;
	border-color: none;
}

.main-header .btn-header:after,
.main-header .btn-header:before {
	width: 291px;
	height: 273px;
	/* background-image: url(" ../img/preview-button.webp");
	background-repeat: no-repeat;
	background-size: 82%;
	background-position: 26px 0; */
	content: "";
	position: absolute;
	display: block;
	top: -42px;
	left: -52px;
	transition: opacity 500ms cubic-bezier(.23,1,.32,1) 0s;
	pointer-events: none;
}

.main-header .btn-header:after {
	background-image: url(" ../img/preview-button-alt.webp");
	opacity: 0;
}

.main-header .btn-header:hover:after {
	opacity: 1;
}

.main-header .btn-header:hover {
	/*animation: shake 0.3s infinite alternate;*/
}

.main-header .btn-header > span {
	position: relative;
	z-index: 2;
	font-size: 18px;
	top: -1px;
	left: 2px;
	font-weight: bold;
}

/*.main-header .btn-header {
	width: 177px;
	height: 67px;
	margin-top: 44px;
	position: relative;
}

.main-header .btn-header:before {
	content: "";
	width: 291px;
	height: 273px;
	display: block;
	top: calc(50% - 136px);
	left: calc(50% - 145px);
	position: absolute;
}

.main-header .btn-header:after {
	position: absolute;
	content: "";
	width: 177px;
	height: 67px;
	display: block;
	opacity: 0;
	transition: opacity 1000ms cubic-bezier(.23,1,.32,1) 0s;
	background: rgb(255,52,195);
	background: linear-gradient(90deg, rgba(255,52,195,1) 0%, rgba(231,97,29,1) 50%, rgba(250,244,26,1) 100%);
	-webkit-box-shadow: 8px 0 0 -4px #faf41a, 16px 0 0 -8px #faf41a, -8px 0 0 -4px #ff34c3, -16px 0 0 -8px #ff34c3;
	box-shadow: 8px 0 0 -4px #faf41a, 16px 0 0 -8px #faf41a, -8px 0 0 -4px #ff34c3, -16px 0 0 -8px #ff34c3;
}

.main-header .btn-header:hover:after {
	opacity: 1;
}

.main-header .btn-header > span {
	position: relative;
	z-index: 2;
	min-height: 35px;
	display: block;
}*/





.main-drops {
	padding-top: 24px;
}

.drops {
	background-color: #F5F5F5;
	padding: 12px;
	border-radius: 16px;
	height: 268px;
	position: relative;
}

.drops > .title {
	display: flex;
	gap: 8px;
	font-family: Inter, sans-serif;
	font-size: 14px;
	align-items: center;
	padding-bottom: 12px;
}

.drops > .title > .recorder {
	width: 24px;
	height: 24px;
	background-color: rgba(0, 178, 7, 0.1);
	border-radius: 50%;
	animation: recorder 0.8s alternate infinite;
	position: relative;
}

.drops > .title > .recorder:after {
	z-index: 1;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #00B207;
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	left: calc(50% - 4px);
}



.drops .drop-id > .drop-wrapper {
	background-color: #fff;
	padding: 8px;
	border-radius: 10px;
	position: relative;
	user-select: none;
}

.drops .drop-id > .drop-wrapper:before,
.drops .drop-id > .drop-wrapper:after {
	border-color: #fff;
}

.drops .drop-id > .drop-wrapper > .image {
	width: 100%;
	height: 136px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 8px;
}

.drops .drop-id > .drop-wrapper > .title {
	font-family: Inter, sans-serif;
	font-size: 14px;
	color: #1f1f1f;
	padding-top: 8px;
	line-height: 22px;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

.drops .drop-id > .drop-wrapper > .player {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-variation-settings: "slnt" 0;
	font-size: 16px;
	line-height: 26px;
	color: rgba(0,0,0,0.5);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	letter-spacing: -0.32px;
}

.drops .drop-id > .drop-wrapper > .date {
	background-color: rgba(0,0,0,0.25);
	backdrop-filter: blur(3px);
	padding: 4px 8px;
	border-radius: 4px;
	font-family: Inter, sans-serif;
	color: #fff;
	font-size: 11px;
	position: absolute;
	display: flex;
	align-items: center;
	height: 25px;
	top: 117px;
	left: 4px;
	max-width: calc(100% - 8px);
}


/*.drops > .drop-list {
	display: grid;
	grid-gap: 8px;
	grid-template-columns: repeat(7, calc((100% - 48px) / 7));
	align-items: start;
}

.drops > .drop-list > .drop-id:nth-child(n+8) {
	display: none;
}

.drops > .drop-list > .drop-id > .drop-wrapper {
	background-color: #fff;
	padding: 8px 0;
	position: relative;
}

.drops > .drop-list > .drop-id > .drop-wrapper:before,
.drops > .drop-list > .drop-id > .drop-wrapper:after {
	border-color: #fff;
}

.drops > .drop-list > .drop-id > .drop-wrapper > .image {
	width: 100%;
	height: 136px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 8px;
}

.drops > .drop-list > .drop-id > .drop-wrapper > .title {
	font-family: Inter, sans-serif;
	font-size: 14px;
	color: #1f1f1f;
	padding-top: 8px;
	line-height: 22px;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

.drops > .drop-list > .drop-id > .drop-wrapper > .player {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-variation-settings: "slnt" 0;
	font-size: 16px;
	line-height: 26px;
	color: rgba(0,0,0,0.5);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	letter-spacing: -0.32px;
}

.drops > .drop-list > .drop-id > .drop-wrapper > .date {
	background-color: rgba(0,0,0,0.25);
	backdrop-filter: blur(3px);
	padding: 4px 8px;
	border-radius: 4px;
	font-family: Inter, sans-serif;
	color: #fff;
	font-size: 11px;
	position: absolute;
	display: flex;
	align-items: center;
	height: 25px;
	top: 117px;
	left: 4px;
	max-width: calc(100% - 8px);
}*/





.main-items {
	text-align: center;
}

.main-items .section-name {
	font-size: 32px;
	font-family: Inter, sans-serif;
	font-weight: 400;
	display: inline-block;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 4px;
	line-height: 54px;
	letter-spacing: -0.32px;
	border-radius: 8px;
}

.main-items .section-desc * {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-variation-settings: "slnt" 0;
	font-size: 16px;
	letter-spacing: -0.32px;
}

.main-items .section-desc {
	display: inline-flex;
	gap: 6px;
	height: 30px;
	border-bottom: 2px solid #DBDBDB;
	width: 200px;
	margin: auto;
	color: #7C7C7C;
	white-space: nowrap;
	line-height: 26px;
	letter-spacing: -0.32px;
	position: relative;
}




.main-items .item-tabs {
	display: grid;
	/* grid-template-columns: 288px calc(100% - 304px); */
	grid-gap: 16px;
	align-items: start;
	padding-top: 40px;
	text-align: unset;
}

.main-items .item-tabs > .tabs-left {
	display: flex;
	flex-direction: column;
	gap: 16px;
	position: relative;
}

.main-items .item-tabs .tab-links {
	display: flex;
	flex-direction: column;
	padding: 8px 0;
	background-color: #F2F2F2;
	height: auto;
	-webkit-box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	margin-left: 8px;
	margin-right: 8px;
	position: relative;
	z-index: 1;
}

.main-items .item-tabs .tab-links.tab-links-responsive {
	position: absolute;
	z-index: -1;
	opacity: 0;
	white-space: nowrap;
	display: block;
}

.main-items .item-tabs .tab-links.tab-links-responsive > .tab-link {
	display: inline-flex;
}

.main-items #cart-menu[data-preload-overlay]:before {
	width: calc(100% + 20px);
	height: calc(100% + 4px);
	left: -10px;
}

/*.main-items #cart-menu {
	position: fixed;
	bottom: 24px;
	left: calc(50% - 600px);
}*/

.main-items .item-tabs .tab-links.tab-links-cart {
	padding: 0;
	background-color: transparent;
}

.main-items .item-tabs .tab-links.tab-links-cart > .tab-link {
	width: 100%;
	position: relative;
}

.main-items .item-tabs .tab-links.tab-links-cart > .tab-link > .btn {
	width: 100%;
	display: flex;
	padding: 20px 12px;
	font-size: 14px;
	gap: 8px;
	margin-top: 0;
}

.main-items .item-tabs .tab-links.tab-links-cart > .tab-link > .btn > .cart-amount-items {
	margin-left: auto;
	color: #7C7C7C;
}

.main-items .item-tabs .tab-links.tab-links-cart > .tab-link > .btn > .cart-amount-items {
	min-width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 13px;
}

.main-items .item-tabs .tab-links.tab-links-cart > .tab-link > .btn > .cart-amount-items.not-empty {
	background-color: #FF9900;
	color: #fff;
	font-size: 12px;
}

.main-items .item-tabs .tab-links > .tab-link {
	list-style: none;
	height: 56px;
	display: flex;
	align-items: center;
	font-size: 13px;
	gap: 4px;
	padding: 0;
	width: calc(100% - 16px);
	cursor: pointer;
	color: #1e1e1e;
	font-family: Inter, sans-serif;
	box-shadow: none;
	user-select: none;
}

.main-items .item-tabs .tab-links > .tab-link > span,
.main-items .item-tabs .tab-links > .tab-link > a {
	position: relative;
	z-index: 2;
}

.main-items .item-tabs .tab-links > .tab-link * {
	font-family: Inter, sans-serif;
}

.main-items .item-tabs .tab-links > .tab-link > .cart-amount-items {
	flex: 1 0 0;
	color: #7C7C7C;
	text-align: right;
}

.main-items .item-tabs .tab-links > .tab-link > .image {
	width: 44px;
	height: 44px;
	display: inline-flex;
	background-size: 36px;
	background-repeat: no-repeat;
	background-position: center;
}

.main-items .item-tabs .tab-links .tab-link-active {
	position: absolute;
	top: 8px;
	left: 8px;
	width: calc(100% - 16px);
	background-color: #fff;
	max-width: calc(100% - 16px);
	min-height: 56px;
	pointer-events: none;
	transition: top 250ms cubic-bezier(.23,1,.32,1) 0s;
	transition-property: top, left;
	-webkit-box-shadow: 8px 0 0 -4px #fff, 16px 0 0 -8px #fff, -8px 0 0 -4px #fff, -16px 0 0 -8px #fff;
	box-shadow: 8px 0 0 -4px #fff, 16px 0 0 -8px #fff, -8px 0 0 -4px #fff, -16px 0 0 -8px #fff;
}




.main-items .item-tabs .tab-links-wrapper {
	white-space: nowrap;
	height: 72px;
	background-color: #F2F2F2;
	padding: 0;
	display: none;
	-webkit-box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
}

.main-items .item-tabs .tab-links-wrapper > .tab-links-scrollable {
	overflow: hidden;
	user-select: none;
	height: 100%;
	font-size: 0;
}

.main-items .item-tabs .tab-links-wrapper > .tab-links-scrollable > .tab-links {
	position: relative;
	left: 0;
	margin: 0;
	box-shadow: none;
}

.main-items .item-tabs .tab-links-wrapper > .tab-links-scrollable > .tab-links > .tab-link {
	display: inline-flex;
	white-space: nowrap;
	width: auto;
	padding: 6px 8px 6px 0;
	user-select: none;
}





.main-items .item-tabs .tab-list {
	position: relative;
}

.main-items .item-tabs .tab-list > .tab-id {
	display: none;
}

.main-items .item-tabs .tab-list > .tab-id.active {
	display: block;
}




.item-tabs .items {
	position: relative;
	border-radius: 16px;
}

.item-tabs .items > .item-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	/* grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); */
	align-items: start;
	grid-gap: 8px;
}

.item-tabs .items > .item-list > .item-id {
	background-color: #F2F2F2;
	padding: 8px;
	margin: 0 0 0 2px;
	border-radius: 10px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: start;
	/* -webkit-box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2; */
}

.main-items .item-tabs .items > .item-list > .item-id * {
	font-family: Inter, sans-serif;
}

.main-items .item-tabs .items > .item-list > .item-id > .image {
	border-radius: 8px;
	width: 100%;
	height: 268px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.main-items .item-tabs .items > .item-list > .item-id > .image > .offer {
	width: 240px;
	transform: rotate(30deg) translateY(-88px) translateX(66px);
	transform-origin: top left;
	padding: 6px 24px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	color: #fff;
	background-color: #FF3131;
	font-family: Inter, sans-serif;
	font-weight: 400;
	will-change: transform;
}

.main-items .item-tabs .items > .item-list > .item-id > .image > .offer.top-center {
	transform: none;
	width: 100%;
}

.main-items .item-tabs .items > .item-list > .item-id > .image > .offer.bottom-center {
	transform: none;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
}

.main-items .item-tabs .items > .item-list > .item-id > .image > .offer.bottom-left {
	transform: rotate(30deg) translateY(88px) translateX(-66px);
	top: auto;
	bottom: 0;
	right: auto;
	left: 0;
	transform-origin: bottom right;
}

.main-items .item-tabs .items > .item-list > .item-id > .image > .image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 150ms linear 0ms;
	height: 100%;
	border-radius: inherit;
	background-color: rgba(30,30,30,0.5);
}

.main-items .item-tabs .items > .item-list > .item-id > .image:hover > .image-wrapper {
	opacity: 1;
}

.main-items .item-tabs .items > .item-list > .item-id > .image > .image-wrapper .btn {
	width: 135px;
	padding: 12px 15px;
	height: 50px;
	max-width: calc(100% - 16px);
}

.main-items .item-tabs .items > .item-list > .item-id > .title {
	font-size: 16px;
	padding: 0 8px;
	margin-top: 16px;
	letter-spacing: -0.32px;
	min-height: 22px;
}

.main-items .item-tabs .items > .item-list > .item-id > .price {
	display: flex;
	align-items: center;
	padding: 8px 8px 12px 8px;
	line-height: 28px;
	flex-wrap: wrap;
	min-height: 49px;
}

.main-items .item-tabs .items > .item-list > .item-id > .price .price-wrapper {
	display: flex;
	gap: 8px;
	align-items: center;
}

.main-items .item-tabs .items > .item-list > .item-id > .price .oldprice {
	font-size: 13px;
	position: relative;
	color: #1E1E1E;
	opacity: 0.4;
	margin-right: 8px;
}

.main-items .item-tabs .items > .item-list > .item-id > .price .oldprice:after {
	display: block;
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #1E1E1E;
}

.main-items .item-tabs .items > .item-list > .item-id > .price .value {
	font-size: 14px;
	letter-spacing: -0.32px;
	white-space: nowrap;
}

.main-items .item-tabs .items > .item-list > .item-id > .price .discount {
	border-radius: 4px;
	background-color: #FF3131;
	height: 28px;
	padding: 0;
	min-width: 54px;
	color: #fff;
	text-align: center;
	font-size: 12px;
}

.main-items .item-tabs .items > .item-list > .item-id .btn {
	background-color: #E7E7E7;
	width: calc(100% - 16px);
	border-radius: 10px;
	display: flex;
	gap: 4px;
	margin-top: auto;
	padding: 12px;
	/* -webkit-box-shadow: 8px 0 0 -4px #E7E7E7, 16px 0 0 -8px #E7E7E7, -8px 0 0 -4px #E7E7E7, -16px 0 0 -8px #E7E7E7;
	box-shadow: 8px 0 0 -4px #E7E7E7, 16px 0 0 -8px #E7E7E7, -8px 0 0 -4px #E7E7E7, -16px 0 0 -8px #E7E7E7; */
}

.main-items .item-tabs .items > .item-list > .item-id .image .btn {
	margin-top: 0;
	letter-spacing: -0.32px;
}

.main-items .item-tabs .items > .item-list > .item-id .btn:before,
.main-items .item-tabs .items > .item-list > .item-id .btn:after {
	border-color: #E7E7E7;
}



.main-items .item-tabs .items > .item-list > .item-id .data {
	display: none;
}





.main-about {
	padding-top: 80px;
}

.main-about .button-clouded {
	position: relative;
	display: flex;
	height: 48px;
	padding: 12px 8px;
	border-radius: 10px;
	width: 260px;
	margin: auto;
	font-size: 18px;
	gap: 8px;
	font-weight: 400;
	letter-spacing: -0.36px;
	/* -webkit-box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2; */
}

.main-about .button-clouded > .button-clouds {
	position: absolute;
	right: calc(100% + 8px);
	top: calc(100% + 4px);
	width: 30px;
	height: 34px;
	background-image: url(" ../img/clouds.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.main-about h3 {
	display: inline-block;
	justify-content: center;
	align-items: center;
	gap: 8px;
	font-family: Inter, sans-serif;
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
	margin-top: 50px;
	letter-spacing: -0.32px;
	position: relative;
}

.main-about h3 .emoji {
	vertical-align: middle;
}

.main-about p {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	width: 812px;
	max-width: 100%;
	margin: 8px auto 24px auto;
	letter-spacing: -0.32px;
}

.main-about h2 {
	display: block;
	font-family: Inter, sans-serif;
	font-size: 32px;
	line-height: 54px;
	padding-top: 16px;
	font-weight: 400;
	letter-spacing: -0.32px;
}





.main-advantages {
	padding-top: 40px;
}

.main-advantages .advantage-list {
	display: flex;
	gap: 17px;
	align-items: start;
	justify-content: center;
	row-gap: 32px;
	flex-wrap: wrap;
}

.main-advantages .advantage-list > .advantage-id {
	padding: 0 16px;
	text-align: center;
	flex-basis: calc((100% - 34px) / 3);
}

.main-advantages .advantage-list > .advantage-id > .advantage-icon {
	width: 116px;
	height: 106px;
	background-color: #f2f2f2;
	border-radius: 50%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.main-advantages .advantage-list > .advantage-id > .title {
	font-family: Inter, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 43px;
	margin-top: 24px;
	letter-spacing: -0.24px;
	border-radius: 16px;
}

.main-advantages .advantage-list > .advantage-id > .text {
	line-height: 25px;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 500;
	margin-top: 8px;
	color: rgba(30, 30, 30, 0.5);
	letter-spacing: -0.32px;
	border-radius: 16px;
}





.main-reviews {
	text-align: center;
	padding-top: 100px;
}

.main-reviews h2 {
	line-height: 54px;
	font-family: Inter, sans-serif;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: -0.32px;
}

.main-reviews p {
	font-size: 16px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	line-height: 25px;
	width: 682px;
	max-width: 100%;
	margin: 16px auto 0 auto;
	letter-spacing: -0.32px;
}

.main-reviews .ecslider {
	margin-top: 40px;
	margin-bottom: 32px;
}






.main-stats {
	padding-top: 42px;
}

.main-stats .stats-blocks {
	display: flex;
	gap: 32px;
	align-items: center;
	justify-content: center;
}

.main-stats .stats-blocks > div {
	position: relative;
}

.main-stats .stats-blocks > .block-left {
	text-align: right;
	width: 220px;
}

.main-stats .stats-blocks > .block-right {
	text-align: left;
	width: 220px;
}

.main-stats .stats-blocks .block-top {
	font-family: Inter, sans-serif;
	color: #7C7C7C;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
}

.main-stats .stats-blocks .block-value {
	font-family: Inter, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 43px;
	letter-spacing: -0.24px;
	margin-top: 4px;
}

.main-stats .stats-blocks .btn {
	height: 66px;
	width: calc(192px - 16px);
	padding: 8px;
	margin-top: 0;
	letter-spacing: -0.32px;
}




.main-faq {
	padding-top: 80px;
}

.main-faq .faq > .faq-title {
	line-height: 54px;
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: 32px;
	text-align: center;
	letter-spacing: -0.32px;
}

.main-faq .faq > .questions {
	display: flex;
	flex-direction: column;
	gap: 6px;
	box-shadow: 0 0 100px 0 rgba(0,0,0,0.05);
	background-color: rgba(0,0,0,0.02);
	margin-top: 40px;
	position: relative;
}

.main-faq .faq > .questions > .question-id {
	background-color: #fff;
	padding: 16px;
	position: relative;
}

.main-faq .faq > .questions > .question-id > .question-title {
	cursor: pointer;
	position: relative;
	padding-right: 52px;
	line-height: 38px;
	font-size: 24px;
	font-family: Inter, sans-serif;
	font-weight: 600;
	letter-spacing: -0.24px;
	user-select: none;
}

.main-faq .faq > .questions > .question-id > .question-title:after {
	content: "";
	display: flex;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid rgba(0,0,0,0.1);
	background-image: url(" ../img/plus.svg");
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	transition: transform 150ms linear 0ms;
}

.main-faq .faq > .questions > .question-id.active > .question-title:after {
	transform: rotate(-45deg);
}

.main-faq .faq > .questions > .question-id.active.disabled > .question-title:after {
	transform: rotate(0);
}

.main-faq .faq > .questions > .question-id.disabled:not(.active) > .question-title:after {
	transform: rotate(-45deg);
}

.main-faq .faq > .questions > .question-id > .question-text {
	display: none;
	line-height: 25px;
	font-size: 16px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	color: rgba(30,30,30,0.5);
	padding-top: 4px;
	letter-spacing: -0.32px;
}

.main-faq .faq > .questions > .question-id > .question-text a {
	font-family: "Inter", sans-serif;
	font-weight: 500;
}

.main-faq .faq > .questions > .question-id.active > .question-text {
	display: block;
}



.swiper-reviews {
	padding: 0 56px;
	height: 268px;
	margin-top: 40px;
}

.swiper-reviews > .swiper-wrapper {
	height: 150px;
}

.swiper-reviews .swiper-button-next,
.swiper-reviews .swiper-button-prev {
	background-color: #fff;
	height: 240px;
	top: 0;
	width: 56px;
	right: 0;
	margin: 0;
}

.swiper-reviews .swiper-button-prev {
	left: 0;
	right: auto;
}

.swiper-reviews .swiper-button-next:after,
.swiper-reviews .swiper-button-prev:after {
	padding: 0;
	width: 24px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F2F2F2;
	cursor: pointer;
	pointer-events: auto;
	-webkit-box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	top: calc(194px / 2 - 21px);
	content: "";
	background-image: url(" ../img/arrow.svg");
	background-size: 8px 18px;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
}

.swiper-reviews .swiper-button-prev:after {
	transform: rotate(180deg);
}

.swiper-reviews .swiper-button-next.swiper-button-disabled,
.swiper-reviews .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}

.swiper-reviews .swiper-pagination {
	bottom: 0;
	top: auto;
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.swiper-reviews .swiper-pagination .swiper-pagination-bullet {
	margin: 0;
	pointer-events: auto;
}

.swiper-reviews .swiper-pagination .swiper-pagination-bullet {
	display: flex;
	list-style: none;
	background-image: url(" ../img/slider-dot.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 6px;
	width: 8px;
	height: 8px;
	pointer-events: auto;
	cursor: pointer;
	opacity: 0.25;
	background-color: transparent;
	position: relative;
}

.swiper-reviews .swiper-pagination .swiper-pagination-bullet:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(" ../img/slider-dot-active.svg");
	opacity: 0;
	width: 8px;
	height: 8px;
	z-index: 1;
	transition: opacity 500ms linear 0ms;
}

/*.swiper-reviews .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
	opacity: 0.2;
}

.swiper-reviews .swiper-pagination .swiper-pagination-bullet:nth-child(3) {
	opacity: 0.15;
}

.swiper-reviews .swiper-pagination .swiper-pagination-bullet:nth-child(4) {
	opacity: 0.1;
}

.swiper-reviews .swiper-pagination .swiper-pagination-bullet:nth-child(5) {
	opacity: 0.05;
}

.swiper-reviews .swiper-pagination .swiper-pagination-bullet:nth-child(n+6) {
	opacity: 0.04;
}*/

.swiper-reviews .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
	background-image: none;
}

.swiper-reviews .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	opacity: 1;
}


.swiper-reviews .swiper-slide > .slide-content {
	margin: 0 8px;
	background-color: #F2F2F2;
	border-radius: 10px;
	padding: 0 8px;
	/* -webkit-box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2;
	box-shadow: 8px 0 0 -4px #F2F2F2, 16px 0 0 -8px #F2F2F2, -8px 0 0 -4px #F2F2F2, -16px 0 0 -8px #F2F2F2; */
	text-align: left;
	user-select: none;
}

.swiper-reviews .swiper-slide > .slide-content {
	padding: 16px;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.swiper-reviews .swiper-slide > .slide-content > .review-top {
	display: grid;
	grid-gap: 12px;
	grid-template-columns: 100px calc(100% - 94px) 24px;
	align-items: start;
	color: #FF9900;
}

.swiper-reviews .swiper-slide > .slide-content > .review-top .review-open {
	cursor: pointer;
}

.swiper-reviews .swiper-slide > .slide-content > .review-top .avatar {
	width: 46px;
	height: 46px;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	background-origin: content-box;
	padding: 1px;
}

.swiper-reviews .swiper-slide > .slide-content > .review-top .avatar:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(" ../img/slider-avatar-border.png");
	top: 0;
	left: 0;
}

.swiper-reviews .swiper-slide > .slide-content > .review-top .avatar > .icon {
	position: absolute;
	background-image: url(" ../img/review-vk.svg");
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	bottom: -2px;
	right: -2px;
	z-index: 2;
}

.swiper-reviews .swiper-slide > .slide-content > .review-top * {
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
}

.swiper-reviews .swiper-slide > .slide-content > .review-top .rating,
.swiper-reviews .swiper-slide > .slide-content > .review-top .title {
	display: flex;
	gap: 4px;
	align-items: center;
}

.swiper-reviews .swiper-slide > .slide-content > .review-top .title {
	display: block;
}

.swiper-reviews .swiper-slide > .slide-content > .review-top .title > span {
	color: #1e1e1e;
}

.swiper-reviews .swiper-slide > .slide-content > .review-top .rating {
	padding-top: 4px;
}

.swiper-reviews .swiper-slide > .slide-content > .review-top .rating > span {
	color: #7C7C7C;
}

.swiper-reviews .swiper-slide > .slide-content > .review-content {
	font-family: PingFang, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #4D4D4D;
	line-height: 25px;
	max-height: 150px;
	overflow: auto;
	scrollbar-width: thin;
	padding-right: 8px;
	letter-spacing: -0.32px;
}

.swiper-reviews .swiper-slide > .slide-content > .review-content a {
	color: #FF9900;
}

.swiper-reviews .swiper-slide > .slide-content .review-data {
	display: none;
}

.modal#review-modal .review-modal-wrapper {

}

.modal#review-modal .btn.btn-orange {
	display: flex;
	width: calc(100% - 16px);
	margin: 12px auto 0 auto;
}

.modal#review-modal .review-modal-wrapper > .review-top {
	display: grid;
	grid-gap: 12px;
	grid-template-columns: 46px calc(100% - 254px) 184px;
	align-items: center;
	color: #FF9900;
	padding-bottom: 24px;
	border-bottom: 2px dashed #DBDBDB;
}

.modal#review-modal .review-modal-wrapper > .review-top .review-open {
	cursor: pointer;
}

.modal#review-modal .review-modal-wrapper > .review-top .avatar {
	width: 46px;
	height: 46px;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.modal#review-modal .review-modal-wrapper > .review-top .avatar:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(" ../img/slider-avatar-border-white.png");
	top: 0;
	left: 0;
}

.modal#review-modal .review-modal-wrapper > .review-top .avatar > .icon {
	position: absolute;
	background-image: url(" ../img/review-vk.svg");
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	bottom: -2px;
	right: -2px;
	z-index: 2;
}

.modal#review-modal .review-modal-wrapper > .review-top * {
	font-family: Inter, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
}

.modal#review-modal .review-modal-wrapper > .review-top .rating,
.modal#review-modal .review-modal-wrapper > .review-top .title {
	display: flex;
	gap: 4px;
	align-items: center;
}

.modal#review-modal .review-modal-wrapper > .review-top .title > .titul{
	color: #FF9900;
}

.modal#review-modal .review-modal-wrapper > .review-top .title > .nik {
	color: #1e1e1e;
}

.modal#review-modal .review-modal-wrapper > .review-top .rating {
	padding-top: 4px;
}

.modal#review-modal .review-modal-wrapper > .review-top .rating > span {
	color: #7C7C7C;
}

.modal#review-modal .review-modal-wrapper > .review-top > .block-right {
	display: flex;
	align-items: center;
}

.modal#review-modal .review-modal-wrapper > .review-top > .block-right a {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: Inter, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 29px;
	letter-spacing: -0.18px;
}


.modal#review-modal .review-modal-wrapper > .review-middle {
	padding: 16px 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
	border-bottom: 2px dashed #DBDBDB;
}

.modal#review-modal .review-modal-wrapper > .review-middle > li {
	list-style: none;
	color: #7C7C7C;
	display: flex;
	align-items: center;
	min-height: 29px;
}

.modal#review-modal .review-modal-wrapper > .review-middle > li * {
	font-family: Inter, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 29px;
	letter-spacing: -0.18px;
}

.modal#review-modal .review-modal-wrapper > .review-middle > li > .discord-line {
	color: #1E1E1E;
	display: flex;
	align-items: center;
	gap: 8px;
}

.modal#review-modal .review-modal-wrapper > .review-middle > li > .info-line > b {
	color: #1E1E1E;
}

.modal#review-modal .review-modal-wrapper > .review-text {
	overflow: auto;
	scrollbar-width: thin;
	display: block;
	height: 264px;
	margin-top: 20px;
	background-color: #E7E7E7;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-family: Inter, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 29px;
	letter-spacing: -0.18px;
	color: #1E1E1E;
	padding: 12px;
}

.modal#review-modal .review-modal-wrapper > .review-date {
	font-family: Inter, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 29px;
	letter-spacing: -0.18px;
	color: #7C7C7C;
	padding-top: 12px;
}





@keyframes recorder {
	from { background-color: rgba(0, 178, 7, 0.1); }
	to { background-color: rgba(0, 178, 7, 0.3); }
}

@keyframes shake {
	0% { transform: scale(100%); }
	100% { transform: scale(110%); }
}

.buy-btn {
	display: flex;
}