* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	user-select: none;  
}

body, html {
	position: relative;
	height: 100%;
	width: 100%;
	font-size: 0.7292vw;
	overflow-y: auto;
	overflow-x: hidden;
	color: white;
	background: black;
	scroll-behavior: smooth;
}
.form {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	overflow-y: auto !important;
	width: 100vw;
	height: 100%;
	scroll-behavior: smooth;
}
.dashboard_form {
}
.dashboard_page, .products_page {
	position: relative;
	min-height: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-shrink: 0;
}
.dashboard_cont, .products_cont {
	height: auto;
	flex-shrink: 0;
}
span, div:not(.form), img, svg, path, input {
	transition: all 0.3s ease;
}

.main_page {
	width: 100%;
	height: 56.25vw;
	flex-shrink: 0;
	background-image: url('../images/background.png');
	background-size: 100% 100%;
	padding-top: 14.0625vw;
	padding-left: 19.2708vw;
	padding-right: 19.2708vw;
}
.cont_mid_head img {
	width: 7.9687vw;
	height: 6.875vw;
}
.cont_mid_head {
    opacity: 0; /* Изначально элемент невидим */
    transform: translateY(-1.042vw); /* Смещение вверх */
    transition: opacity 0.6s ease, transform 0.6s ease; /* Анимация */
}
.pannel_info, .box_information, .faq_wrap, .review_card, .item_cont, .block_setting_dashboard, .main_product {
	opacity: 0; /* Изначально скрыты */
	transform: translateY(1.042vw); /* Смещение для плавного появления */
	transition: opacity 0.5s ease, transform 0.5s ease; /* Плавное появление */
}
.animation_first {
	opacity: 1; /* Полная видимость */
    transform: translateY(0); /* Возвращаем в изначальное положение */
}

.box_best {
	height: 2.0833vw;
	border-radius: 0.26vw;
	padding: 0.521vw 0.781vw;
	gap: 0.4167vw;
	background: rgba(121, 161, 255, 0.15);
}
.box_best svg {
	width: 1.0417vw;
	height: 1.0417vw;
}
.box_best span {
	font-size: 0.8333vw;
	font-family: 'Bold';
	text-transform: uppercase;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: rgba(121, 161, 255, 0.75);
}
.main_text {
	font-size: 2.8646vw;
	font-family: 'ExtraBold';
	line-height: 95%;
	letter-spacing: -0.03em;
	margin-top: 0.9375vw;
}
.dif_font {
	font-family: 'SemibOLD';
}
.description_service {
	font-size: 1.042vw;
	font-family: 'Medium';
	max-width: 36.875vw;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: -0.02em;
	line-height: 121%;
	margin-top: 1.0938vw;
}
.button, .button_trans {
	transition: all 0.3s ease;
	cursor: pointer;
	width: 12.7604vw;
	height: 3.125vw;
	gap: 0.5208vw;
	font-size: 0.9375vw;
	font-family: 'SemiBold';
	letter-spacing: -0.02em;
	border-radius: 2.7083vw;
}
.button:hover, .button_trans:hover {
	transform: translateY(0.1vw);
	box-shadow: 0 1.979vw 5.104vw rgba(121, 161, 255, 0.45);
}
.button:active, .button_trans:active {
	opacity: 0.75;
}
.button, .button_trans {
	box-shadow: 0 1.979vw 5.104vw rgba(121, 161, 255, 0.25);
	background: #79a1ff;
}
.button_trans {
	height: 1.875vw;
	font-size: 0.8333vw;
	border-radius: 0.156vw;
}
.button svg {
	width: 1.25vw;
	height: 1.25vw;
}
.strokebutton {
	background: none;
	box-shadow: none;
	border: 0.052vw solid #79a1ff;
}
.strokebutton:hover {
	box-shadow: none;
}
.flex_buttons {
	gap: 1.25vw;
	margin-top: 2.9167vw;
}
.logotype {
	width: 6.4583vw;
}
header {
	position: absolute;
	top: 3.8542vw;
	width: 100%;
	padding-left: 19.2708vw;
	padding-right: 19.2708vw;
}
.categorys_header {
	position: absolute;
	gap: 1.6667vw;
}
.category svg {
	width: 0.9375vw;
	height: 0.9375vw;
}
.category {
	gap: 0.4167vw;
}
.category span {
	font-size: 0.8333vw;
	font-family: 'Medium';
	letter-spacing: -0.04em;
	color: rgba(255, 255, 255, 0.9);
}
.category:active {
	opacity: 0.75;
}
.selected_category svg path {
	fill: #79A1FF;
}
.category:hover:not(.selected_category) span {
	color: white;
}
.selected_category span {
	color: #79A1FF;
}
.category:hover:not(.selected_category) {
	cursor: pointer;
	transform: translateY(0.1vw);
}
.login_button {
}
.middle_cont {
	position: relative;
	flex-shrink: 0;
}
.videobg {
	position: absolute;
	left: 0;
	top: 0;
	mix-blend-mode: color-dodge;
	object-fit: fill;
	height: auto;
	width: 100%;
	height: 56.25vw;
	opacity: 1;
	filter: blur(0.0813vw) grayscale();
	pointer-events: none;
	opacity: 0.05;
}
.login_button {
	background: rgba(121, 161, 255, 0.15);
	border-radius: 0.104vw;
	padding: 0.521vw 0.99vw;
	font-size: 0.8333vw;
	font-family: 'SemiBold';
	color: #79a1ff;
	gap: 0.4167vw;
	transition: all 0.3s ease;
	cursor: pointer;
	letter-spacing: -0.04em;
}
.login_button:hover {
	transform: translateY(0.1vw);
	background: #79a1ff;
	box-shadow: 0 1.979vw 3.104vw 0 rgba(121, 161, 255, 0.25);
}
.login_button:hover span {
	color: white;
}
.login_button:hover svg path {
	fill: white;
}
.login_button:active {
	opacity: 0.75;
}
.login_button svg {
	width: 0.9375vw;
	height: 0.938vw;
}
.list_pages {
	width: 100%;
	background: #040506;
	padding-left: 19.2708vw;
	padding-right: 19.2708vw;
	padding-bottom: 14.2708vw;
}
.list_pages {
	position: relative;
}
.shadows_circle {
	position: absolute;
	left: 0;
	width: 100%;
	width: 100%;
	height: 100%;
	top: 0;
}
section {
	transition: all 0.3s ease !important;
}
.lines_ov {
	width: 100%;
	height: 100%;
	position: absolute;
	mix-blend-mode: overlay;
	left: 0;
	top: 0;
}
.sec_lines {
	top: auto;
	bottom: 0 !important;
	transform: rotate(180deg);
}
.information_page, .faq_page, .feedback_page {
	position: relative;
	width: 100%;
	height: auto;
}
.flex_page_header {
	gap: 0.625vw;
	position: absolute;
}
.flex_page_header span {
	font-size: 1.25vw;
	font-family: 'SemiBold';
	letter-spacing: -0.03em;
	text-shadow: 0 0 1.667vw rgba(255, 255, 255, 0.25);
}
.point {
	width: 0.6771vw;
	height: 0.6771vw;
	border-radius: 0.1563vw;
	box-shadow: 0 0.729vw 2.396vw rgba(121, 161, 255, 0.5);
	background: #79a1ff;
}
.hdr_tx_pg {
	font-size: 5.6771vw;
	font-family: 'Druk';
	background: linear-gradient(180deg, #79a1ff 0%, rgba(0, 0, 0, 0) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0.15;
	letter-spacing: -0.03em;
}
.box_information {
	width: 100%;
	height: 13.5937vw;
	padding: 0vw 1.25vw 0vw 1.25vw;
	background-image: url('../images/box_info.png');
	background-size: 100% 100%;
}
.min_box_inf {
	width: 3.0208vw;
	height: 3.0208vw;
	background-image: url('../images/min_box.png');
	background-size: 100% 100%;
	border-radius: 0.4167vw;
	box-shadow: 0 0 1.667vw rgba(121, 161, 255, 0.35);
}
.min_box_inf svg {
	width: 1.7708vw;
	height: 1.7708vw;
}
.row_inf {
	margin-top: 1.6667vw;
}
.row_inf span:first-child {
	font-size: 0.9375vw;
	font-family: 'SemiBold';
	letter-spacing: -0.02em;
}
.row_inf span:last-child {
	font-size: 0.8333vw;
	font-family: 'Medium';
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: -0.02em;
	margin-top: 0.4167vw;
}
.boxes_info {
	gap: 1.6667vw;
}
.information_page {

}
.faq_wrap {
	width: 28.5958vw;
}
.faq_head {
	height: 2.7604vw;
	background: rgba(121, 161, 255, 0.08);
	border-radius: 0.156vw;
	padding: 0.781vw 0.833vw;
	cursor: pointer;
}
.faq_head:hover:not(.selected_faq_activ) {
	background: rgba(121, 161, 255, 0.15);
}
.selected_faq_activ {
	background: #79A1FF;
}
.selected_faq_activ span {
	color: rgba(0, 0, 0, 0.75) !important;
}
.selected_faq_activ svg path {
	fill: black;
	fill-opacity: 0.75;
}
.faq_head span {
	font-size: 0.9375vw;
	font-family: 'SemiBold';
	letter-spacing: -0.02em;
	color: #79a1ff;
}
.faq_head svg {
	width: 0.8854vw;
	height: 0.8854vw;
}
.activearrow {
	transform: rotate(180deg);
}
.faq_answ {
	border-radius: 0.156vw;
	padding: 0.781vw 0.833vw;
	background: rgba(255, 255, 255, 0.03);
	font-size: 0.8333vw;
	display: block !important;
	height: 0;
	opacity: 0;
	font-family: 'Regular';
	overflow: hidden;
	color: rgba(255, 255, 255, 0.75);
}
.show {
	height: auto;
	opacity: 1;
}
.boxes_info_cont_mid {
	width: 38.3333vw !important;
	gap: 0.8333vw;
}
.pannel_info {
	border-radius: 0.208vw;
	padding: 0.573vw 0.833vw;
	background-image: url('../images/pannel.png');
	background-size: 100% 100%;
	height: 3.4896vw;
	gap: 0.8333vw;
}
.min_box_pannel {
	width: 1.5104vw;
	height: 1.5104vw;
	border-radius: 0.1042vw;
	background: rgba(121, 161, 255, 0.1);
}
.min_box_pannel svg {
	width: 0.9896vw;
	height: 0.9896vw;
}
.descrinfomid {
	font-size: 0.8333vw;
	font-family: 'Medium';
	color: rgba(255, 255, 255, 0.5);
}
.flex_info_span_mid span {
	font-size: 1.0417vw;
	font-family: 'SemiBold';
	letter-spacing: -0.02em;
}
.boxes_info_cont_mid {
	margin-top: 6.3438vw;
}
.faq_cont {
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 1.6667vw;
	flex-wrap: wrap;
}
.list_pages {
	gap: 5.6458vw;
}
.review_card {
	width: 100%;
	height: 16.7188vw;
	background-image: url('../images/card_review.png');
	background-size: 100% 100%;
	padding: 0.625vw;
	border-radius: 0.625vw;
	transition: transform 0.3s, opacity 0.3s !important;
	opacity: 1;
	transform: scale(0.95);
}
.pulse {
	transform: scale(1);
	opacity: 1;
  }
@keyframes pulseEffect {
	0%, 100% {
	  transform: scale(1);
	  opacity:1;
	}
	50% {
	  transform: scale(1.1);
	  opacity: 1;
	}
  }
.name_pannel {
	height: 2.708vw;
	border-radius: 0.208vw;
	padding: 0.469vw 0.833vw 0.469vw 0.521vw;
	backdrop-filter: blur(0.865vw);
	background: rgba(0, 0, 0, 0.25);
}
.min_box_avatar {
	width: 1.7708vw;
	height: 1.7708vw;
	background-image: url('../images/min_box_review.png');
	background-size: 100% 100%;
}
.min_box_avatar img {
	width: 1.3542vw;
	height: 1.3542vw;
	border-radius: 0.0521vw;
}
.name_pannel span {
	font-size: 0.8333vw;
	font-family: 'SemiBold';
	letter-spacing: -0.03em;
	text-shadow: 0 0 1.667vw rgba(255, 255, 255, 0.25);
}
.name_pannel {
	gap: 0.5208vw;
}
.bottom_card {
	padding: 0.8333vw;
	backdrop-filter: blur(0.208vw);
	background: rgba(0, 0, 0, 0.25);
	margin-top: auto;
	border-radius: 0.2083vw;
}
.text_review {
	font-size: 0.8333vw;
	font-family: 'Medium';
}
.flex_date_review {
	border-top: 0.052vw solid rgba(255, 255, 255, 0.15);
	padding: 0.833vw 0vw 0vw 0vw;
	margin-top: 0.5208vw;
	justify-content: space-between;
}
.flex_date_review span {
	font-size: 0.8333vw;
	font-family: 'Regular';
	letter-spacing: -0.02em;
	color: rgba(255, 255, 255, 0.5);
}
.flex_revirew_stars {
	gap: 0.217vw;
}
.reviews_cont {
	gap: 1.25vw;
}
.flex_revirew_stars svg {
	width: 0.9375vw;
	height: 0.9375vw;
}
footer .first_block_footer img {
	width: 6.7708vw;
}
footer {
	flex-direction: column !important;
	min-height: 15.7292vw;
	padding: 2.24vw 19.271vw;
	background-image: url('../images/footer.png');
	background-size: 100% 100%;
}
.first_block_footer span {
	font-size: 0.7292vw;
	font-family: 'Medium';
	letter-spacing: -0.02em;
	color: rgba(255, 255, 255, 0.65);
}
.copyright_text {
	margin-top: 0.7292vw;
}
.kontakt_text {
	margin-top: 1.25vw;
}
.wrap_footer {
	border-radius: 0.156vw;
	padding: 2.083vw;
	background: rgba(0, 0, 0, 0.25);
}
.second_block_footer {
	gap: 2.9167vw;
}
.pre_head_fot {
	text-transform: uppercase;
	font-size: 0.8333vw;
	font-family: 'Bold';
	letter-spacing: -0.03em;
	text-shadow: 0 0 1.667vw rgba(255, 255, 255, 0.25);
}
.row_ctg_fot {
	margin-top: 0.8333vw;
	font-size: 0.7292vw;
	font-family: 'Medium';
	color: rgba(255, 255, 255, 0.65);
	gap: 0.3646vw;
}
.row_ctg_fot span:hover {
	color: white;
	cursor: pointer;
}
.row_ctg_fot span:active {
	opacity: 0.75;
}
.payment_box {
	width: 7.5521vw;
	height: 2.5vw;
	border-radius: 0.1563vw;
	background: rgba(255, 255, 255, 0.05);
}
.block_payments {
	gap: 0.625vw;
}
.payment_box img {
	width: 6.0938vw;
	height: 1.4583vw;
}
img {
	pointer-events: none;
}
.systems_flex {
	gap: 0.4688vw;
	margin-left: auto;
	margin-top: 1.25vw;
}
.systems_flex .point {
	width: 0.4167vw;
	height: 0.4167vw;
}
.systems_flex span {
	font-size: 0.8333vw;
	font-family: 'Medium';
}
.text_powered {
	font-size: 0.6771vw;
	font-family: 'Bold';
	color: white;
	margin-left: auto;
	margin-top: 0.8333vw;
}
.gray_powered {
	color: rgba(255, 255, 255, 0.5);
	font-family: 'Medium';
}
::-webkit-scrollbar {
	width: 0.0520833333vw;
	display: flex;
}

::-webkit-scrollbar-thumb {
	background: #79A1FF;
}

::-webkit-scrollbar-thumb:active {
	background: rgba(255, 255, 255, 0.05);
}

::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.15);
}
.products_page, .dashboard_page {
	padding: 12.344vw 19.271vw;
}
.products_cont {
	position: relative;
}
.bg_effects {
	position: absolute;
	left: 0;
	top: 0;
}
.categorys_hdr {
	height: 2.3438vw;
	border-radius: 2.708vw;
	padding: 0.729vw 1.302vw;
	background: rgba(255, 255, 255, 0.1);
	font-size: 0.8333vw;
	font-family: 'Medium';
	letter-spacing: -0.02em;
	color: rgba(255, 255, 255, 0.75);
	cursor: pointer;
	transition: all 0.3s ease;
}
.categorys_hdr:hover:not(.selected_ctgs_hdr) {
	transform: translateY(0.1vw);
	background: rgba(255, 255, 255, 0.15);
}
.categorys_hdr:active {
	opacity: 0.75;
}
.flex_categorys_hdr {
	gap: 0.625vw;
}
.selected_ctgs_hdr {
	box-shadow: 0 1.179vw 3.104vw rgba(121, 161, 255, 0.25);
	background: #79a1ff;
	font-size: 0.8333vw;
	font-family: 'SemiBold';
}
.input_box, .input_box input {
	width: 14.583vw;
	height: 2.3438vw;
}
.input_box {
	position: relative;
}
.input_box input {
	border-radius: 2.7083vw;
	background: none;
	outline: none;
	border: 0.052vw solid rgba(255, 255, 255, 0.15);
	padding-left: 2.1875vw;
	padding-right: 1.25vw;
	color: white;
	font-size: 0.8333vw;
	font-family: 'Medium';
}
.input_box svg {
	position: absolute;
	left: 0.625vw;
	width: 1.0417vw;
	height: 1.0417vw;
}
.input_box input::placeholder {
	color: rgba(255, 255, 255, 0.9);
}
.flex_hdr_prdcts span {
	font-size: 1.0417vw;
	font-family: 'Bold';
	letter-spacing: -0.02em;
}
.flex_hdr_prdcts {
	gap: 0.4167vw;
}
.dscr_hdr_prdcts {
	font-size: 0.8333vw;
	font-family: 'Medium';
	color: rgba(255, 255, 255, 0.5);
	margin-top: 0.2083vw;
}
.item_cont {
	width: 19.6526vw;
	height: 28.5401vw;
}
.image_box_itme, .image_box_itme img {
	width: 100%;
	height: 11.6146vw;
}
.image_box_itme {
	position: relative;
	border-radius: 0.208vw 0.208vw 0 0;
	overflow: hidden;
	flex-shrink: 0;
	border-bottom: 0.052vw solid rgba(255, 255, 255, 0.1);
}
.flex_statuses_prdct {
	position: absolute;
	top: 0.625vw;
	right: 0.625vw;
}
.bestseller_product, .discount_product {
	border-radius: 0.104vw;
	padding: 0.26vw 0.417vw;
	font-size: 0.8333vw;
	font-family: 'Medium';
}
.bestseller_product {
	background: rgba(251, 255, 35, 0.2);
	color: #FBFF23;
}
.discount_product {
	background: rgba(255, 53, 53, 0.2);
	color: #FF3535;
}
.flex_statuses_prdct {
	gap: 0.4167vw;
}
.row_item span:first-child {
	font-size: 0.9375vw;
	font-family: 'Bold';
	letter-spacing: -0.02em;
	text-shadow: 0 0 1.875vw rgba(255, 255, 255, 0.15);
}
.row_item span:last-child {
	font-size: 0.8333vw;
	font-family: 'Medium';
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: -0.02em;
}
.box_item_prdct {
	height: 1.9792vw;
	border-radius: 0.156vw;
	padding: 0.469vw 0.833vw;
	font-size: 0.8333vw;
	font-family: 'Medium';
	letter-spacing: -0.03em;
	color: rgba(255, 255, 255, 0.75);
	background: rgba(255, 255, 255, 0.05);
	margin-top: 0.8333vw;
}
.price_wrap_prdct span {
	font-family: 'Bold';
	font-size: 1.6667vw;
	text-shadow: 0 0 2.24vw rgba(255, 255, 255, 0.15);
}
.red_price_sale {
	color: #FF3535;
	font-size: 1.0417vw !important;
	font-family: 'SemiBold' !important;
	text-shadow: 0 0 2.24vw rgba(255, 53, 53, 0.15);
	opacity: 0.5;
}
.price_wrap_prdct {
	gap: 0.8333vw;
	margin-top: auto;
}
.item_wrap {
	height: 100%;
	padding: 1.6667vw;
	background-image: url('../images/bg_card.png');
	background-size: 100% 100%;
	border-radius: 0 0 0.208vw 0.208vw;
}
.flex_buttons_prdct .button:first-child {
	width: 100%;
	font-size: 0.8333vw;
	font-family: 'semibold';
}
.flex_buttons_prdct .button svg {
	width: 1.0938vw;
	height: 1.0938vw;
}
.flex_buttons_prdct .strokebutton {
	flex-shrink: 1;
	width: auto;
	padding-left: 1.25vw;
	padding-right: 1.25vw;
}
.flex_buttons_prdct {
	gap: 0.8333vw;
	margin-top: 1.6667vw;
}
.flex_wrap_products {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.15vw;
	margin-top: 2.9167vw;
}
.month_box {
	border-radius: 0.104vw;
	padding: 0.417vw 0.521vw;
	background: rgba(0, 0, 0, 0.47);
	height: 1.875vw;
	transition: all 0.3s ease;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.75);
	font-family: 'SemiBold';
	gap: 0.3125vw;
}
.month_box:hover:not(.selected_month) {
	transform: translateY(0.1vw);
	background: rgba(0, 0, 0, 0.75);
}
.selected_month {
	background: #79A1FF;
	color: white;
}
.months_flex {
	gap: 0.625vw;
}
.month_box:active {
	opacity: 0.75;
}
.month_box svg {
	width: 0.9375vw;
	height: 0.9375vw;
}
.months_flex {
	position: absolute;
	bottom: 1.25vw;
}
.image_box_itme {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.text_powered {
	position: relative;
	cursor: pointer;
}
.flex_buttons_prdct .button {
	height: 2.7068vw;
}
.left_side_dashboard {
	width: 15.3125vw;
}
.pannel_discord_server {
	cursor: pointer;
	transition: all 0.3s ease;
	height: 2.865vw;
	background: #151820;
	border-radius: 0.1563vw;
	padding: 0.729vw;
}
.pannel_discord_server:hover {
	background: #1c202b;
}
.pannel_discord_server:active {
	opacity: 0.75;
}
.pannel_discord_server img {
	width: 1.4063vw;
	height: 1.4063vw;
	border-radius: 100%;
}
.pannel_discord_server span {
	margin-left: 0.5208vw;
	font-family: 'Bold';
	font-size: 0.8333vw;
	letter-spacing: -0.03em;
	text-shadow: 0 0 1.875vw rgba(255, 255, 255, 0.15);
}
.pannel_discord_server svg {
	margin-left: auto;
	width: 0.9896vw;
	height: 0.9896vw;
}
.dashboard_cont {
	position: relative;
}
.dashboard_category {
	border-radius: 0.156vw;
	padding: 0.729vw;
	height: 2.5vw;
	transition: all 0.3s ease;
	cursor: pointer;
}
.dashboard_category span {
	font-family: 'Regular' !important;
}
.dashboard_category:active {
	opacity: 0.75;
}
.dashboard_category:hover:not(.selected_dash_category) {
	background: rgba(0, 0, 0, 0.35);
}
.selected_dash_category {
 	background: #151820;
}
.left_side_dashboard {
	border-radius: 0.156vw;
	padding: 0.833vw;
	background: #0b0e14;
}
.dashboard_category {
	gap: 0.5208vw;
}
.ctg_point {
	width: 0.3125vw;
	height: 0.3125vw;
	border-radius: 100%;
	background: #fff;
	opacity: 0.25;
}
.dashboard_category svg {
	width: 1.042vw;
	height: 1.042vw;
}
.dashboard_category span {
	font-size: 0.8333vw;
	font-family: 'Medium';
	letter-spacing: -0.03em;
	color: rgba(255, 255, 255, 0.75);
}
.selected_dash_category .ctg_point {
	box-shadow: 0 0 0.99vw rgba(121, 161, 255, 0.5);
	background: #79a1ff;
	opacity: 1;
}
.selected_dash_category svg g {
	opacity: 1;
}
svg g {
	transition: all 0.3s ease;
}
.selected_dash_category svg path {
	fill: #79A1FF;
}
.selected_dash_category span {
	color: white;
}
.categorys_dashboard_list {
	margin-top: 0.8333vw;
}
.drop_down_discord {
	padding: 0.4167vw;
	border-radius: 0.1563vw;
	background: rgba(0, 0, 0, 0.35);
}
.discord_server_cont {
	position: relative;
}
.drop_down_discord {
	position: absolute;
	gap: 0.4167vw;
	top: 3.2vw;
	backdrop-filter: blur(0.8333vw);
	z-index: 999;
	display: none;
	flex-direction: column;
}
.header_setting_dashboard .flex_hdr_prdcts .point {
	width: 0.4167vw;
	height: 0.4167vw;
}
.header_setting_dashboard .flex_hdr_prdcts span {
	font-size: 0.8333vw;
	font-family: 'SemiBold';
}
.header_setting_dashboard .dscr_hdr_prdcts {
	font-size: 0.8333vw;
	margin-top: 0.1042vw;
	font-family: 'Regular';
}
.toggle_slider, .toggle_slider_pannel {
	cursor: pointer;
	width: 1.8229vw;
	height: 0.9575vw;
	background: rgba(255, 104, 104, 0.1);
	border: 0.052vw solid rgba(255, 104, 104, 0.15);
	border-radius: 1.563vw;
	flex-shrink: 0;
	margin-left: 1.25vw;
}
.toggle_slider_pannel {
	flex-shrink: 0;
	height: 0.9875vw;
}
.circle_slider, .circle_slider_pannel {
	width: 0.9375vw;
	height: 100%;
	border-radius: 100%;
	box-shadow: 0 0.208vw 0.833vw rgba(255, 104, 104, 0.25);
	background: linear-gradient(180deg, #ff6868 0%, #993e3e 100%);
}
.activated_slider .circle_slider, .activated_slider_pannel .circle_slider_pannel {
	transform: translateX(100%);
	box-shadow: 0 0.208vw 0.833vw rgba(104, 255, 122, 0.25);
	background: linear-gradient(180deg, #68ff7a 0%, #317e3a 100%);
}
.activated_slider, .activated_slider_pannel {
	background: rgba(104, 255, 122, 0.1);
	border: 0.052vw solid rgba(104, 255, 122, 0.15);
}
.block_setting_dashboard {
	padding: 1.25vw;
	border-radius: 0.2604vw;
	background: rgba(0, 0, 0, 0.35);
	width: 19.3229vw;
}
.header_setting_dashboard {
	border-bottom: 0.052vw solid rgba(255, 255, 255, 0);
}
.activated_header_block_setting .header_setting_dashboard {
	border-bottom: 0.052vw solid rgba(255, 255, 255, 0.15);
	padding: 0vw 0vw 0.833vw 0vw;
}
.right_side_dashboard {
	padding: 1.6667vw;
	border-radius: 0.4167vw;
	background: #0b0e14;
}
.flex_wrap_right_side_dashboard {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.5667vw;
}
.input_ui_kit {
	width: 100%;
	height: 2.3958vw;
	border-radius: 0.1563vw;
	background: rgba(255, 255, 255, 0.05);
	font-size: 0.8333vw;
	font-family: 'Regular';
	outline: none;
	padding-left: 0.7292vw;
	padding-right: 0.7292vw;
	color: white;
	border: 0.052vw solid rgba(255, 255, 255, 0);
}
.input_ui_kit:hover {
	border: 0.052vw solid rgba(255, 255, 255, 0.15);
}
.input_ui_kit::placeholder {
	color: rgba(255, 255, 255, 0.75);
}
.left_side_dashboard {
	flex-shrink: 0;
}
.input_ui_kit:focus {
	background: rgba(121, 161, 255, 0.1);
	border: 0.052vw solid rgba(121, 161, 255, 0.39);
}
.dashboard_cont {
	gap: 2.5vw;
}
.block_setting_dashboard {
	gap: 0.8333vw;
}
.pannel_discord_aktivity {
	height: 3.3333vw;
	border-radius: 0.156vw;
	padding: 0.677vw 0.729vw;
	background: #151820;
}
.avatar_aktivity_box {
	position: relative;
	width: 1.4063vw;
	height: 1.4063vw;	
}
.avatar_aktivity_box img {
	width: 1.4063vw;
	height: 1.4063vw;
	border-radius: 100%;
}
.online_circle {
	position: absolute;
	bottom: -0.2083vw;
	right: -0.2083vw;
	width: 0.8208vw;
	height: 0.8208vw;
	border-radius: 100%;
	background: #23a55a;
	border: 0.1563vw solid #161921;
}
.flex_aktivity {
	gap: 0.2604vw;
}
.flex_aktivity span {
	font-size: 0.8333vw;
	font-family: 'SemiBold';
	letter-spacing: -0.02em;
	text-shadow: 0 0 1.875vw rgba(255, 255, 255, 0.15);
}
.bot_box {
	font-size: 0.625vw;
	font-family: 'Bold';
	height: 0.9375vw;
	background: #5865f2;
	border-radius: 0.1042vw;
	padding: 0.26vw 0.417vw;
}
.aktivity_descr {
	font-size: 0.7292vw;
	font-family: 'Medium';
	color: #6b6c7a;
	letter-spacing: -0.02em;
}
.row_aktivity {
	margin-left: 0.625vw;
}
.content_ui_kit {
	gap: 0.4167vw;
}

.emoji_wrap {

}
.emoji_wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.3604vw;
}
.emoji_wrap span {
	width: 1.4755vw !important;
	height: 1.4755vw !important;
	display: flex;
	font-size: 0.9375vw;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	cursor: pointer;
	border-radius: 0.1042vw;
	font-family: 'Apple Color Emoji';
}
.font_emoji {
	font-family: 'Apple Color Emoji';
}
.emoji_wrap span:hover {
	background: rgba(255, 255, 255, 0.1);
}
.emoji_wrap span:active {
	opacity: 0.75;
}
.emoji_block {
	padding: 0.7292vw;
	background: #151820;
	border-radius: 0.156vw;
	display: none;
	flex-direction: column;
}
.header_emoji {
	font-size: 0.7292vw;
	font-family: 'Medium';
	letter-spacing: -0.03em;
	color: rgba(255, 255, 255, 0.5);
}
.emoji_cont {
	gap: 0.625vw;
}
.overflow_emoji {
	gap: 1.25vw;
	height: 20.8333vw;
	overflow-y: auto;
}
.emoji_input {
	cursor: pointer;
}
.discord_embed_type {
	border-left: 0.052vw solid #79a1ff;
	border-radius: 0.156vw;
	padding: 0.677vw 0.833vw;
	background: #151820;
	min-height: 7.3438vw;
}
.author_block img, .footer_block_embed img {
	width: 1.3021vw;
	height: 1.3021vw;
	border-radius: 100%;
}
.footer_block_embed img {
	width: 0.9375vw !important;
	height: 0.9375vw !important;
}
.author_block, .footer_block_embed {
	gap: 0.4167vw;
}
.author_block input, .footer_block_embed input {
	height: 0.9375vw;
	font-size: 0.7292vw;
	background: none;
	outline: none;
	border: none;
	font-family: 'Medium';
	color: white;
	transition: all 0.3s ease;
}
.row_inputs_embed input {
	font-size: 0.8333vw;
	height: 0.8333vw;
	background: none;
	outline: none;
	border: none;
	color: white;
	font-family: 'SemiBold';
}
.row_inputs_embed {
	position: relative;
}
.row_inputs_embed textarea {
	font-size: 0.6771vw;
	font-family: 'Medium';
	height: auto;
	background: none;
	outline: none;
	border: none;
	font-size: 0.7292vw;
	margin-top: 0.2083vw;
	color: white;
	color: rgba(255, 255, 255, 0.75);
	resize: vertical; /* Разрешает растягиваться только по вертикали */
	width: 100%;
}
.discord_embed_type .row_inputs_embed {
	margin-top: 0.8333vw;
}
.author_block input::placeholder, .row_inputs_embed input::placeholder, .footer_block_embed input::placeholder {
	color: white;
	transition: all 0.3s ease;
}
.input_color {
	background: none;
	width: 1.05417vw;
	height: 1.0417vw;
    border: none; /* убираем рамку */
    border-radius: 50%; /* закругленные углы */
	padding: 0;
	outline: none;
	-webkit-appearance: none; /* Убирает внешний вид браузера */
    appearance: none;
}
.color_line {
	height: 2.3958vw;
	padding: 0.7292vw;
	font-size: 0.8333vw;
	font-family: 'Medium';
	letter-spacing: -0.02em;
	border: 0.052vw solid rgba(255, 255, 255, 0.15);
	border-radius: 0.156vw;
	color: rgba(255, 255, 255, 0.75);
}
input[type="color" i]::-webkit-color-swatch-wrapper {
	padding: 0;
  }
  input[type="color"]::-moz-color-swatch {
	border: none;
  }
  
  input[type="color"]::-webkit-color-swatch-wrapper {
	padding: 0;
	border-radius: 0;
  }
  
  input[type="color"]::-webkit-color-swatch {
	border: none;
  }
.pannel_choose_hdr {
	background: rgba(255, 255, 255, 0.05);
	padding: 0.7292vw;
	height: 2.3958vw;
	font-size: 0.8333vw;
	font-family: 'Regular';
	letter-spacing: -0.03em;
	color: rgba(255, 255, 255, 0.75);
	transition: all 0.3s ease;
	border: 0.052vw solid rgba(255, 255, 255, 0);
	border-radius: 0.1563vw;
	cursor: pointer;
}
.pannel_choose_hdr:active {
	opacity: 0.75;
}
.pannel_choose_hdr:hover {
	border: 0.052vw solid rgba(255, 255, 255, 0.15);
}
.popout_menu_choose {
	border-radius: 0.156vw;
	padding: 0.729vw;
	background: #151820;
}
.pannel_choose {
	height: 2.2917vw;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 0.1563vw;
	font-size: 0.8333vw;
	font-family: 'SemiBold';
	padding: 0.625vw;
	cursor: pointer;
	transition: all 0.3s ease;
}
.pannel_choose:hover {
	background: rgba(255, 255, 255, 0.09);
}
.pannel_choose:active {
	opacity: 0.75;
}
.overflow_pannels {
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	height: 13.125vw;
	gap: 0.4167vw;
}
.active_overflow_pannels {
	padding-right: 0.4167vw;
}
.hdr_cont_choose_wrap {
	gap: 0.4167vw;
}
.hdr_choose {
	font-size: 0.7292vw;
	font-family: 'Medium';
}
.choose_channel_cont {
	gap: 0.8333vw;
}
.pannel_choose_hdr svg {
	width: 0.6771vw;
	height: 0.6771vw;
}
.choose_channel_cont {
	margin-top: 0.8333vw;
}
.content_ui_kit .choose_channel_cont:first-child {
	margin-top: 0;
}
.popout_menu_choose {
	display: none;
}
.pannel_switch_toggle {
	font-size: 0.7292vw;
	font-family: 'Medium';
	padding: 0.7292vw;
	height: 2.3958vw;
	border: 0.052vw solid rgba(255, 255, 255, 0.15);
	border-radius: 0.156vw;
}
.embed_mini {
	min-height: 3.0208vw;
}
.embed_mini .row_inputs_embed {
	margin-top: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.right_side_dashboard .button {
	height: 2.604vw;
	font-size: 0.8333vw;
	width: 100%;
	margin-top: 1.25vw;
}
.start_button, .stop_button, .restart_button {
	height: 2.3958vw;
	border-radius: 0.1563vw;
	transition: all 0.3s ease;
	cursor: pointer;
	gap: 0.2083vw;
}
.start_button, .stop_button {
	width: 2.3958vw;
	flex-shrink: 0;
}
.start_button svg, .stop_button svg, .restart_button svg {
	width: 0.9375vw;
	height: 0.9375vw;
}
.restart_button {
	font-size: 0.8333vw;
	font-family: 'Medium';
	color: #ffd079;
	letter-spacing: -0.03em;
}
.buttons_dashboard {
	padding: 0.4167vw;
	border-radius: 0.1042vw;
	background: rgba(0, 0, 0, 0.25);
	gap: 0.4167vw;
	margin-top: 0.8333vw;
}
.start_button {
	background: rgba(208, 255, 53, 0.1);
	border: 0.052vw solid rgba(208, 255, 53, 0.15);
}
.start_button:hover {
	background: #d0ff35;
	box-shadow: 0 0.833vw 1.667vw rgba(208, 255, 53, 0.25);
}
.start_button:hover svg path, .stop_button:hover svg path, .restart_button:hover svg path {
	fill: black;
}
.stop_button {
	border: 0.052vw solid rgba(255, 53, 53, 0.15);
	background: rgba(255, 53, 53, 0.1);
}
.stop_button:hover {
	background: #FF3535;
	box-shadow: 0 0.833vw 1.667vw rgba(255, 53, 53, 0.25);
}
.restart_button {
	background: rgba(255, 208, 121, 0.1);
	border: 0.052vw solid rgba(255, 208, 121, 0.15);
}
.restart_button:hover {
	background: #ffd079;
	box-shadow: 0 0.833vw 1.667vw rgba(255, 208, 121, 0.25);
}
.restart_button:hover span {
	color: black;
}

.start_button:active, .stop_button:active, .restart_button:active {
	opacity: 0.75;
}

.main_product {
	width: 19.6526vw;
	height: 17.1859vw;
	background-image: url('../images/main_product.png');
	background-size: 100% 100%;
	padding: 1.6667vw;
}
.header_main_prod {
	border-bottom: 0.052vw solid rgba(255, 255, 255, 0.15);
	padding: 0vw 0vw 0.833vw 0vw;
}
.header_main_prod span:first-child {
	font-size: 0.938vw;
	font-family: 'SemiBold';
	letter-spacing: -0.02em;
	text-shadow: 0 0 1.875vw rgba(255, 255, 255, 0.15);
}
.header_main_prod span:last-child {
	font-size: 0.833vw;
	font-family: 'Medium';
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: -0.02	em;
}
.row_info_mp span:first-child {
	font-size: 0.8333vw;
	font-family: 'Medium';
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: -0.02em;
}
.row_info_mp span:last-child {
	font-size: 0.938vw;
	font-family: 'SemiBold';
	letter-spacing: -0.03em;
	color: rgba(255, 255, 255, 0.75);
}
.cont_info_mp {
	gap: 0.8333vw;
	margin-top: 1.25vw;
}
.flex_info_cont_mp {
	gap: 0.8333vw;
}
.main_product .flex_buttons {
	margin-top: auto;
}
.main_product .button {
	height: 2.7068vw;
	font-size: 0.8333vw;
}

.content_ui_kit {
	display: none;
	flex-direction: column;
}
.header_transactions {
	padding: 0vw 0.625vw;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: -0.01em;
	font-family: 'Medium';
}
.button_trans {
	width: 6.3021vw;
}
.pannel_transaction {
	border-radius: 0.156vw;
	padding: 0.625vw;
}
.pannel_transaction {
	font-size: 0.8333vw;
	border-radius: 0.156vw;
	padding: 0.625vw;
	min-height: 3.125vw;
	background: #0b0e14;
	font-family: 'SemiBold';
	text-shadow: 0 0 1.823vw rgba(255, 255, 255, 0.25);
}
.pannel_transaction span {
	flex-shrink: 0;
}

.price_pannel_trans {
	color: #79A1FF;
	text-shadow: 0 0 1.823vw rgba(121, 161, 255, 0.25);
}

.tx_1 {
	width: 7.3438vw;
}
.tx_2 {
	width: 5.469vw;
}
.tx_3 {
	width: 10.7813vw;
}
.tx_4 {
	width: 3.6458vw;
	text-align: center;
}
.tx_5 {
	width: 9.7917vw;
	text-align: center;
}
.tx_6 {
	width: 8.75vw;
	text-align: center;
}
.tx_7 {
	width: 4.427vw;
	text-align: center;
}
.tx_8 {
	width: 6.302vw;
	text-align: center;
}
.overflow_transactions {
	height: 100%;
	overflow-y: auto;
	gap: 0.8333vw;
	margin-top: 1.6667vw;
}
.overflow_transactions::-webkit-scrollbar {
	display: none;
}
.container_transactions {
	margin-top: 2.9167vw;
}
.cont_drop_down_us {
	width: 15.625vw;
	padding: 0.625vw;
	background: #0b0e14;
	border-radius: 0.2604vw;
}
.pannel_down {
	transition: all 0.3s ease;
	cursor: pointer;
	height: 2.1354vw;
	border-radius: 0.156vw;
	font-size: 0.8333vw;
	gap: 0.4167vw;
	letter-spacing: -0.03em;
	color: rgba(255, 255, 255, 0.75);
	font-family: 'Medium';
	padding: 0.677vw 0.729vw;
	border: 0.0521vw solid rgba(255, 255, 255, 0);
	background: rgba(255, 255, 255, 0.05);
}
.pannel_down:hover {
	border: 0.0521vw solid rgba(255, 255, 255, 0.15);
}
.pannel_down:active {
	opacity: 0.75;
}
.cont_drop_down_us {
	position: absolute;
	top: 3vw;
}
.pannel_down svg {
	width: 0.9375vw;
	height: 0.9375vw;
}
.pannel_down {
	background: rgba(255, 255, 255, 0.05);
}
.row_pnls_down {
	gap: 0.4167vw;
	margin-top: 0.8333vw;
}
.user_auth_ready {
}
.right_block_header_main {
	position: relative;
	margin-left: auto;
}
.flex_langls img {
	width: 0.9375vw;
	cursor: pointer;
}
.flex_langls img:active {
	opacity: 0.5;
}
.flex_langls {
	gap: 0.4167vw;
	margin-right: 0.8333vw;
}
.cart_flex {
	gap: 0.2604vw;
}
.user_auth_ready {
	gap: 0.8333vw;
}
.cart_flex svg {
	width: 1.1198vw;
	height: 1.1198vw;
}
.ammount_cart {
	height: 0.9896vw;
	border-radius: 0.104vw;
	padding: 0.208vw 0.313vw;
	background: #79a1ff;
	font-size: 0.625vw;
	font-family: 'Bold';
	color: rgba(0, 0, 0, 0.75);
}
.left_block_pdct img {
	width: 2.9688vw;
	height: 1.7188vw;
	border-radius: 0.1042vw;
}
.dscrrowpdct {
	font-size: 0.7292vw;
	font-family: 'SemiBold';
	text-shadow: 0 0 1.875vw rgba(255, 255, 255, 0.15);
}
.flex_row_pdct span:first-child {
	font-size: 0.7292vw;
	font-family: 'Medium';
	color: rgba(255, 255, 255, 0.5);
}
.flex_row_pdct span:last-child {
	font-size: 0.7292vw;
	font-family: 'SemiBold';
	background: rgba(121, 161, 255, 0.1);
	height: 1.0938vw;
	border-radius: 0.104vw;
	padding: 0.208vw 0.313vw;
	color: #79A1FF;
}
.right_block_pdct span {
	font-size: 0.7292vw;
	font-family: 'SemiBold';
	color: #79a1ff;
}
.right_block_pdct svg {
	width: 0.5729vw;
	cursor: pointer;
	height: 0.8729vw;
}
.right_block_pdct {
	gap: 0.625vw;
}
.right_block_pdct svg:active {
	opacity: 0.75;
}
.cart_drop_down {
	width: 19.7917vw;
	height: auto;
	padding: 0.625vw;
	background: #0b0e14;
	border-radius: 0.1042vw;
}
.oveflow_cart_drop {
	max-height: 12.2917vw;
	padding-right: 0.625vw;
	overflow-y: auto;
}
.left_block_pdct {
	gap: 0.8333vw;
}
.pannel_product_crt {
	border-bottom: 0.052vw solid rgba(255, 255, 255, 0.15);
	padding: 0vw 0vw 0.573vw 0vw;
	flex-shrink: 0;
}
.oveflow_cart_drop {
	gap: 0.625vw;
}
.flex_price {
	margin-top: 0.8333vw;
}
.flex_price span:first-child {
	font-size: 0.7292vw;
	font-family: 'Medium';
	color: rgba(255, 255, 255, 0.5);
}
.flex_price span:last-child {
	font-size: 0.7292vw;
	font-family: 'SemiBold';
}
.cart_drop_down .button {
	height: 2.0833vw;
	font-size: 0.8333vw;
	border-radius: 0.1042vw;
	margin-top: 0.8333vw;
	font-family: 'Medium';
}
.cart_drop_down .button svg {
	width: 0.9375vw;
}
.flex_row_pdct {
	gap: 0.2083vw;
}
.cart_drop_down {
	position: absolute;
	top: 3vw;
}
.flex_client {
	height: 3.4375vw;
	border-radius: 0.104vw;
	padding: 0.625vw;
	background: rgba(0, 0, 0, 0.25);
}
.flex_client img {
	width: 2.1875vw;
	height: 2.1875vw;
}
.cont_client {
	width: 100%;
	border-radius: 0.417vw;
	padding: 1.25vw;
	background: #0b0e14;
}

.flex_client {
	gap: 0.8333vw;
}
.wrap_info_client {
	height: 3.2813vw;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 0.104vw;
	padding: 0.625vw 0.833vw;
}
.row_info_client_block, .fl {
	flex-shrink: 0;
}
.flex_information_client {
	gap: 0.625vw;
	margin-top: 0.625vw;
}
.clmn_buttons_client {
	gap: 0.625vw;
	margin-top: 1.25vw;
}
.clmn_buttons_client .button {
	height: 2.4464vw;
	border-radius: 0.1563vw;
	font-size: 0.8333vw;
	font-family: 'Medium';
}
.cont_client {
	margin-top: 2.0833vw;
}
.input_row_block_prfl {
	gap: 0.4167vw;
}
.dscr_prfl_inpt {
	font-size: 0.7292vw;
	font-family: 'Medium';
	color: rgba(255, 255, 255, 0.35);
}
.row_inps_blocks_profile .choose_channel_cont  {
	margin-top: 0;
}
.pannel_profile_w {
	height: 3.4375vw;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 0.156vw;
	padding: 0.625vw 0.833vw;
}
.row_profile_pannel_w span:first-child {
	font-size: 0.8333vw;
	font-family: 'Medium';
	color: rgba(255, 255, 255, 0.5);
}
.row_profile_pannel_w span:last-child {
	font-size: 0.9375vw;
	font-family: 'SemiBold';
	color: rgba(255, 255, 255, 0.75);
}
.cont_block_pre_wrap_pg {
	padding: 1.25vw;
	background: #0b0e14;
	border-radius: 0.1563vw;
}
.payment_cont_crt_pg .payment_box {
	cursor: pointer;
	border: 0.0521vw solid rgba(255, 255, 255, 0);
}
.payment_selected {
	border: 0.052vw solid rgba(121, 161, 255, 0.75) !important;
	background: rgba(121, 161, 255, 0.15);
}
.payment_cont_crt_pg {
	gap: 0.4167vw;
	margin-top: 1.4063vw;
}
.cart_page .header_setting_dashboard {
	margin-top: 1.6667vw;
}
.icon_safe_security {
	height: 1.6667vw;
}
.block_payment_flex_scr svg {
	width: 0.9375vw;
	height: 0.9375vw;
}
.block_payment_flex_scr span {
	font-size: 0.8333vw;
	font-family: 'Regular';
	color: rgba(255, 255, 255, 0.75);
}
.block_payment_flex_scr {
	gap: 0.2083vw;
}
.payment_security_cont {
	margin-top: 1.6667vw;
}
.block_profile_page {
	padding-left: 17.0833vw;
	padding-right: 17.0833vw;
	gap: 2.0833vw;
}
.block_profile_page .button {
	height: 2.7083vw;
	border-radius: 0.1563vw;
	font-size: 0.8333vw;
	font-family: 'Medium';
}
.cart_page .block_profile_page {
	padding: 0;
}
.flex_inpt_block_crt_pg {
	gap: 1.25vw;
}
.rw_pannels_profile {
	gap: 0.8333vw;
}
.profile_pg {
	gap: 3.125vw;
}
.row_inps_blocks_profile {
	gap: 1.25vw;
}
.list_products_profile .dscrrowpdct {
	font-size: 0.8333vw;
}
.list_products_profile .flex_row_pdct span {
	font-size: 0.8333vw;
}
.list_products_profile .flex_row_pdct span:last-child {
	height: 1.198vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
.list_products_profile .right_block_pdct span {
	font-size: 0.9375vw;
}
.list_products_profile {
	gap: 0.8333vw;
}
.flex_code_cart_pg .button {
	height: 100%;

}
.flex_code_cart_pg {
	gap: 0.625vw;
}
.row_client span:first-child, .row_info_client_block span:first-child, .flex_total_price_cart_pg span:last-child {
	font-size: 0.9375vw;
	font-family: 'SemiBold';
	text-shadow: 0 0 1.875vw rgba(255, 255, 255, 0.35);
}
.row_client span:last-child, .row_info_client_block span:last-child, .flex_total_price_cart_pg span:first-child {
	font-size: 0.8333vw;
	font-family: 'REGULAR';
	color: rgba(255, 255, 255, 0.5);
}
.clmn_wrap_crt_page {
	gap: 2.9167vw;
}
.flex_total_price_cart_pg span {
	font-size: 0.9375vw !important;
	margin-top: 1.25vw;
}
.flex_cont_wrap_crt_page {
	gap: 2.9167vw;
}
.svg_close {
	display: none;
}
.menu_icon_svg_hamb {
	display: none !important;
}



@media (max-width: 730px) {
	
	.dashboard_page, .products_page {
		position: relative;
		min-height: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		flex-shrink: 0;
	}
	.dashboard_cont, .products_cont {
		height: auto;
		flex-shrink: 0;
	}
	span, div:not(.form), img, svg, path, input {
		transition: all 0.3s ease;
	}
	
	.main_page {
		width: 100%;
		height: auto;
		padding: 33vw 13vw 13vw 13vw !important;
		flex-shrink: 0;
		background-image: none;
		background-size: 100% 100%;
	}
	.cont_mid_head img {
		width: 35.581vw;
		height: 30.698vw;
	}
	.cont_mid_head {
		width: 100%;
		opacity: 0; /* Изначально элемент невидим */
		transform: translateY(-4.653vw); /* Смещение вверх */
		transition: opacity 0.6s ease, transform 0.6s ease; /* Анимация */
	}
	.pannel_info, .box_information, .faq_wrap, .review_card, .item_cont, .block_setting_dashboard, .main_product {
		opacity: 0; /* Изначально скрыты */
		transform: translateY(4.653vw); /* Смещение для плавного появления */
		transition: opacity 0.5s ease, transform 0.5s ease; /* Плавное появление */
	}
	.animation_first {
		opacity: 1; /* Полная видимость */
		transform: translateY(0); /* Возвращаем в изначальное положение */
	}
	
	.box_best {
		height: 9.302vw;
		border-radius: 1.161vw;
		padding: 2.326vw 3.487vw;
		gap: 1.861vw;
		background: rgba(121, 161, 255, 0.15);
	}
	.box_best svg {
		width: 4.651vw;
		height: 4.651vw;
	}
	.box_best span {
		font-size: 3.721vw;
		font-family: 'Bold';
		text-transform: uppercase;
		letter-spacing: -0.02em;
		text-transform: uppercase;
		color: rgba(121, 161, 255, 0.75);
	}
	.main_text {
		font-size: 8.791vw;
		text-align: center;
		font-family: 'ExtraBold';
		line-height: 95%;
		max-width: 100%;
		letter-spacing: -0.03em;
		margin-top: 4.186vw;
	}
	.dif_font {
		font-family: 'SemibOLD';
	}
	.description_service {
		font-size: 4.653vw;
		font-family: 'Medium';
		max-width: 100%;
		color: rgba(255, 255, 255, 0.5);
		letter-spacing: -0.02em;
		line-height: 121%;
		margin-top: 2.884vw;
	}
	.flex_buttons {
		flex-direction: column;
		width: 100%;
	}
	.flex_buttons .button {
		width: 100%;
	}
	.boxes_info_cont_mid {
		flex-direction: column;
	}
	.button, .button_trans {
		transition: all 0.3s ease;
		cursor: pointer;
		width: 56.977vw;
		height: 13.953vw;
		gap: 2.325vw;
		font-size: 4.186vw;
		font-family: 'SemiBold';
		letter-spacing: -0.02em;
		border-radius: 12.093vw;
	}
	.button:hover, .button_trans:hover {
		transform: translateY(0.447vw);
		box-shadow: 0 8.837vw 22.79vw rgba(121, 161, 255, 0.45);
	}
	.button:active, .button_trans:active {
		opacity: 0.75;
	}
	.button, .button_trans {
		box-shadow: 0 8.837vw 22.79vw rgba(121, 161, 255, 0.25);
		background: #79a1ff;
	}
	.button_trans {
		height: 8.372vw;
		font-size: 3.721vw;
		border-radius: 0.697vw;
	}
	.button svg {
		width: 5.581vw;
		height: 5.581vw;
	}
	.strokebutton {
		background: none;
		box-shadow: none;
		border: 0.232vw solid #79a1ff;
	}
	.strokebutton:hover {
		box-shadow: none;
	}
	.flex_buttons {
		gap: 5.581vw;
		margin-top: 13.023vw;
	}
	.logotype {
		width: 28.837vw;
	}
	header {
		position: absolute;
		top: 17.21vw;
		width: 100%;
		padding-left: 86.046vw;
		padding-right: 86.046vw;
	}
	.categorys_header {
		position: absolute;
		gap: 7.442vw;
	}
	.category svg {
		width: 4.186vw;
		height: 4.186vw;
	}
	.category {
		gap: 1.861vw;
	}
	.category span {
		font-size: 3.721vw;
		font-family: 'Medium';
		letter-spacing: -0.04em;
		color: rgba(255, 255, 255, 0.9);
	}
	.category:active {
		opacity: 0.75;
	}
	.selected_category svg path {
		fill: #79A1FF;
	}
	.category:hover:not(.selected_category) span {
		color: white;
	}
	.selected_category span {
		color: #79A1FF;
	}
	.category:hover:not(.selected_category) {
		cursor: pointer;
		transform: translateY(0.447vw);
	}
	.login_button {
	}
	.middle_cont {
		position: relative;
		flex-shrink: 0;
		width: 100%;
	}
	.videobg {
		position: absolute;
		left: 0;
		top: 0;
		mix-blend-mode: color-dodge;
		object-fit: fill;
		height: auto;
		width: 100%;
		height: 251.163vw;
		opacity: 1;
		filter: blur(0.363vw) grayscale();
		pointer-events: none;
		opacity: 0.05;
	}
	.login_button {
		background: rgba(121, 161, 255, 0.15);
		border-radius: 0.464vw;
		padding: 2.326vw 4.42vw;
		font-size: 3.721vw;
		font-family: 'SemiBold';
		color: #79a1ff;
		gap: 1.861vw;
		transition: all 0.3s ease;
		cursor: pointer;
		letter-spacing: -0.04em;
	}
	.login_button:hover {
		transform: translateY(0.447vw);
		background: #79a1ff;
		box-shadow: 0 8.837vw 13.86vw 0 rgba(121, 161, 255, 0.25);
	}
	.login_button:hover span {
		color: white;
	}
	.login_button:hover svg path {
		fill: white;
	}
	.login_button:active {
		opacity: 0.75;
	}
	.login_button svg {
		width: 4.186vw;
		height: 4.188vw;
	}
	.list_pages {
		width: 100%;
		background: #040506;
		padding: 13vw !important;
	}
	.list_pages {
		position: relative;
	}
	.shadows_circle {
		position: absolute;
		left: 0;
		width: 100%;
		width: 100%;
		height: 100%;
		top: 0;
	}
	section {
		transition: all 0.3s ease !important;
	}
	.lines_ov {
		width: 100%;
		height: 100%;
		position: absolute;
		mix-blend-mode: overlay;
		left: 0;
		top: 0;
		display:  none !important;
	}
	.sec_lines {
		top: auto;
		bottom: 0 !important;
		transform: rotate(180deg);
	}
	.information_page, .faq_page, .feedback_page {
		position: relative;
		width: 100%;
		height: auto;
	}
	.flex_page_header {
		gap: 2.791vw;
		position: absolute;
	}
	.flex_page_header span {
		font-size: 5.581vw;
		font-family: 'SemiBold';
		letter-spacing: -0.03em;
		text-shadow: 0 0 7.443vw rgba(255, 255, 255, 0.25);
	}
	.point {
		width: 3.023vw;
		height: 3.023vw;
		border-radius: 0.698vw;
		box-shadow: 0 3.255vw 10.698vw rgba(121, 161, 255, 0.5);
		background: #79a1ff;
	}
	.hdr_tx_pg {
		font-size: 25.349vw;
		font-family: 'Druk';
		background: linear-gradient(180deg, #79a1ff 0%, rgba(0, 0, 0, 0) 100%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		opacity: 0.15;
		letter-spacing: -0.03em;
	}
	.box_information {
		width: 100%;
		height: 60.697vw;
		padding: 0vw 5.581vw 0vw 5.581vw;
		background-image: url('../images/box_info.png');
		background-size: 100% 100%;
	}
	.min_box_inf {
		width: 13.488vw;
		height: 13.488vw;
		background-image: url('../images/min_box.png');
		background-size: 100% 100%;
		border-radius: 1.861vw;
		box-shadow: 0 0 7.443vw rgba(121, 161, 255, 0.35);
	}
	.min_box_inf svg {
		width: 7.907vw;
		height: 7.907vw;
	}
	.row_inf {
		margin-top: 7.442vw;
	}
	.row_inf span:first-child {
		font-size: 4.186vw;
		font-family: 'SemiBold';
		letter-spacing: -0.02em;
	}
	.row_inf span:last-child {
		font-size: 3.721vw;
		font-family: 'Medium';
		color: rgba(255, 255, 255, 0.5);
		letter-spacing: -0.02em;
		margin-top: 1.861vw;
	}
	.boxes_info {
		gap: 15.442vw;
		flex-direction: column !important;
	}
	.information_page {
	
	}
	.faq_wrap {
		width: 127.683vw;
	}
	.faq_head {
		height: 12.326vw;
		background: rgba(121, 161, 255, 0.08);
		border-radius: 0.697vw;
		padding: 3.487vw 3.72vw;
		cursor: pointer;
	}
	.faq_head:hover:not(.selected_faq_activ) {
		background: rgba(121, 161, 255, 0.15);
	}
	.selected_faq_activ {
		background: #79A1FF;
	}
	.selected_faq_activ span {
		color: rgba(0, 0, 0, 0.75) !important;
	}
	.selected_faq_activ svg path {
		fill: black;
		fill-opacity: 0.75;
	}
	.faq_head span {
		font-size: 4.186vw;
		font-family: 'SemiBold';
		letter-spacing: -0.02em;
		color: #79a1ff;
	}
	.faq_head svg {
		width: 3.953vw;
		height: 3.953vw;
	}
	.activearrow {
		transform: rotate(180deg);
	}
	.faq_answ {
		border-radius: 0.697vw;
		padding: 3.487vw 3.72vw;
		background: rgba(255, 255, 255, 0.03);
		font-size: 3.721vw;
		display: block !important;
		height: 0;
		opacity: 0;
		font-family: 'Regular';
		overflow: hidden;
		color: rgba(255, 255, 255, 0.75);
	}
	.show {
		height: auto;
		opacity: 1;
	}
	.boxes_info_cont_mid {
		width: 100% !important;
		gap: 3.721vw;
	}
	.pannel_info {
		border-radius: 0.929vw;
		padding: 2.559vw 3.72vw;
		background-image: url('../images/pannel.png');
		background-size: 100% 100%;
		height: 15.581vw;
		gap: 3.721vw;
	}
	.min_box_pannel {
		width: 6.744vw;
		height: 6.744vw;
		border-radius: 0.465vw;
		background: rgba(121, 161, 255, 0.1);
	}
	.min_box_pannel svg {
		width: 4.419vw;
		height: 4.419vw;
	}
	.descrinfomid {
		font-size: 3.721vw;
		font-family: 'Medium';
		color: rgba(255, 255, 255, 0.5);
	}
	.flex_info_span_mid span {
		font-size: 4.651vw;
		font-family: 'SemiBold';
		letter-spacing: -0.02em;
	}
	.boxes_info_cont_mid {
		margin-top: 28.326vw;
	}
	.faq_cont {
		width: 100%;
		display: flex;
		flex-direction: row;
		gap: 7.442vw;
		flex-wrap: wrap;
	}
	.list_pages {
		gap: 25.209vw;
	}
	.review_card {
		width: 100%;
		height: 74.651vw;
		background-image: url('../images/card_review.png');
		background-size: 100% 100%;
		padding: 2.791vw;
		border-radius: 2.791vw;
		transition: transform 0.3s, opacity 0.3s !important;
		opacity: 1;
		transform: scale(0.95);
	}
	.pulse {
		transform: scale(1);
		opacity: 1;
	  }
	@keyframes pulseEffect {
		0%, 100% {
		  transform: scale(1);
		  opacity:1;
		}
		50% {
		  transform: scale(1.1);
		  opacity: 1;
		}
	  }
	.name_pannel {
		height: 12.092vw;
		border-radius: 0.929vw;
		padding: 2.094vw 3.72vw 2.094vw 2.326vw;
		backdrop-filter: blur(3.862vw);
		background: rgba(0, 0, 0, 0.25);
	}
	.min_box_avatar {
		width: 7.907vw;
		height: 7.907vw;
		background-image: url('../images/min_box_review.png');
		background-size: 100% 100%;
	}
	.min_box_avatar img {
		width: 6.047vw;
		height: 6.047vw;
		border-radius: 0.233vw;
	}
	.name_pannel span {
		font-size: 3.721vw;
		font-family: 'SemiBold';
		letter-spacing: -0.03em;
		text-shadow: 0 0 7.443vw rgba(255, 255, 255, 0.25);
	}
	.name_pannel {
		gap: 2.325vw;
	}
	.bottom_card {
		padding: 3.721vw;
		backdrop-filter: blur(0.929vw);
		background: rgba(0, 0, 0, 0.25);
		margin-top: auto;
		border-radius: 0.93vw;
	}
	.text_review {
		font-size: 3.721vw;
		font-family: 'Medium';
	}
	.flex_date_review {
		border-top: 0.232vw solid rgba(255, 255, 255, 0.15);
		padding: 3.72vw 0vw 0vw 0vw;
		margin-top: 2.325vw;
		justify-content: space-between;
	}
	.flex_date_review span {
		font-size: 3.721vw;
		font-family: 'Regular';
		letter-spacing: -0.02em;
		color: rgba(255, 255, 255, 0.5);
	}
	.flex_revirew_stars {
		gap: 0.969vw;
	}
	.reviews_cont {
		gap: 5.581vw;
		flex-direction: column;
	}
	.flex_revirew_stars svg {
		width: 4.186vw;
		height: 4.186vw;
	}
	footer .first_block_footer img {
		width: 30.232vw;
	}
	.first_block_footer {
		width: 100%;
		height: ;
	}
	footer {
		width: 100%;
		height: auto !important;
	}
	footer {
		min-height: auto;
		padding: 13vw;
		height: auto;
		background-image: none;
		background: #0B0E14;
		background-size: 100% 100%;
	}
	.first_block_footer span {
		font-size: 3.256vw;
		font-family: 'Medium';
		letter-spacing: -0.02em;
		color: rgba(255, 255, 255, 0.65);
	}
	.copyright_text {
		margin-top: 3.256vw;
	}
	.kontakt_text {
		margin-top: 5.581vw;
	}
	.wrap_footer {
		width: 100%;
		border-radius: 0.697vw;
		padding: 9.301vw;
		height: auto !important;
		flex-direction: column;
		gap: 13.0233vw;
		background: rgba(0, 0, 0, 0.25);
	}
	.wrap_footer .block_payments, .wrap_footer .payment_box {
		width: 100% !important;
	}
	.second_block_footer {
		gap: 13.023vw;
	}
	.pre_head_fot {
		text-transform: uppercase;
		font-size: 3.721vw;
		font-family: 'Bold';
		letter-spacing: -0.03em;
		text-shadow: 0 0 7.443vw rgba(255, 255, 255, 0.25);
	}
	.row_ctg_fot {
		margin-top: 3.721vw;
		font-size: 3.256vw;
		font-family: 'Medium';
		color: rgba(255, 255, 255, 0.65);
		gap: 1.628vw;
	}
	.row_ctg_fot span:hover {
		color: white;
		cursor: pointer;
	}
	.row_ctg_fot span:active {
		opacity: 0.75;
	}
	.payment_box {
		width: 33.721vw;
		height: 11.163vw;
		border-radius: 0.698vw;
		background: rgba(255, 255, 255, 0.05);
	}
	.block_payments {
		gap: 2.791vw;
		flex-direction: column;
	}
	.payment_box img {
		width: 27.21vw;
		height: 6.511vw;
	}
	img {
		pointer-events: none;
	}
	.systems_flex {
		gap: 2.093vw;
		margin-left: auto;
		margin-top: 5.581vw;
	}
	.systems_flex .point {
		width: 1.861vw;
		height: 1.861vw;
	}
	.systems_flex span {
		font-size: 3.721vw;
		font-family: 'Medium';
	}
	.text_powered {
		font-size: 3.023vw;
		font-family: 'Bold';
		color: white;
		margin-left: auto;
		margin-top: 3.721vw;
	}
	.gray_powered {
		color: rgba(255, 255, 255, 0.5);
		font-family: 'Medium';
	}
	::-webkit-scrollbar {
		width: 0.233vw;
		display: flex;
	}
	
	::-webkit-scrollbar-thumb {
		background: #79A1FF;
	}
	
	::-webkit-scrollbar-thumb:active {
		background: rgba(255, 255, 255, 0.05);
	}
	
	::-webkit-scrollbar-track {
		background: rgba(255, 255, 255, 0.15);
	}
	.products_page, .dashboard_page {
		padding: 13vw;
	}
	.header_products_list {
		flex-direction: column;
		width: 100%;
		align-items: flex-start !important;
	}
	.header_products_list .input_box {
		width: 100%;
	}
	.header_products_list {
		gap: 5.5814vw;
	}
	.input_box input {
		width: 100% !important;
	}
	.products_cont {
		position: relative;
	}
	.bg_effects {
		position: absolute;
		left: 0;
		top: 0;
		
	}
	.lines_ov {
		display: none !important;
	}
	.categorys_hdr {
		height: 10.465vw;
		border-radius: 12.092vw;
		padding: 3.255vw 5.813vw;
		background: rgba(255, 255, 255, 0.1);
		font-size: 3.721vw;
		font-family: 'Medium';
		letter-spacing: -0.02em;
		color: rgba(255, 255, 255, 0.75);
		cursor: pointer;
		transition: all 0.3s ease;
	}
	.categorys_hdr:hover:not(.selected_ctgs_hdr) {
		transform: translateY(0.447vw);
		background: rgba(255, 255, 255, 0.15);
	}
	.categorys_hdr:active {
		opacity: 0.75;
	}
	.flex_categorys_hdr {
		gap: 2.791vw;
	}
	.selected_ctgs_hdr {
		box-shadow: 0 5.264vw 13.86vw rgba(121, 161, 255, 0.25);
		background: #79a1ff;
		font-size: 3.721vw;
		font-family: 'SemiBold';
	}
	.input_box, .input_box input {
		width: 65.115vw;
		height: 10.465vw;
	}
	.input_box {
		position: relative;
	}
	.input_box input {
		border-radius: 12.093vw;
		background: none;
		outline: none;
		border: 0.232vw solid rgba(255, 255, 255, 0.15);
		padding-left: 9.767vw;
		padding-right: 5.581vw;
		color: white;
		font-size: 3.721vw;
		font-family: 'Medium';
	}
	.input_box svg {
		position: absolute;
		left: 2.791vw;
		width: 4.651vw;
		height: 4.651vw;
	}
	.input_box input::placeholder {
		color: rgba(255, 255, 255, 0.9);
	}
	.flex_hdr_prdcts span {
		font-size: 4.651vw;
		font-family: 'Bold';
		letter-spacing: -0.02em;
	}
	.flex_hdr_prdcts {
		gap: 1.861vw;
	}
	.dscr_hdr_prdcts {
		font-size: 3.721vw;
		font-family: 'Medium';
		color: rgba(255, 255, 255, 0.5);
		margin-top: 0.93vw;
	}
	.item_cont {
		width: 87.751vw;
		height: auto;
	}
	.image_box_itme, .image_box_itme img {
		width: 100%;
		height: 51.86vw;
	}
	.image_box_itme {
		position: relative;
		border-radius: 0.929vw 0.929vw 0 0;
		overflow: hidden;
		flex-shrink: 0;
		border-bottom: 0.232vw solid rgba(255, 255, 255, 0.1);
	}
	.flex_statuses_prdct {
		position: absolute;
		top: 2.791vw;
		right: 2.791vw;
	}
	.bestseller_product, .discount_product {
		border-radius: 0.464vw;
		padding: 1.161vw 1.862vw;
		font-size: 3.721vw;
		font-family: 'Medium';
	}
	.bestseller_product {
		background: rgba(251, 255, 35, 0.2);
		color: #FBFF23;
	}
	.discount_product {
		background: rgba(255, 53, 53, 0.2);
		color: #FF3535;
	}
	.flex_statuses_prdct {
		gap: 1.861vw;
	}
	.row_item span:first-child {
		font-size: 4.186vw;
		font-family: 'Bold';
		letter-spacing: -0.02em;
		text-shadow: 0 0 8.372vw rgba(255, 255, 255, 0.15);
	}
	.row_item span:last-child {
		font-size: 3.721vw;
		font-family: 'Medium';
		color: rgba(255, 255, 255, 0.5);
		letter-spacing: -0.02em;
	}
	.box_item_prdct {
		height: 8.837vw;
		border-radius: 0.697vw;
		padding: 2.094vw 3.72vw;
		font-size: 3.721vw;
		font-family: 'Medium';
		letter-spacing: -0.03em;
		color: rgba(255, 255, 255, 0.75);
		background: rgba(255, 255, 255, 0.05);
		margin-top: 3.721vw;
	}
	.price_wrap_prdct span {
		font-family: 'Bold';
		font-size: 7.442vw;
		text-shadow: 0 0 10.002vw rgba(255, 255, 255, 0.15);
	}
	.red_price_sale {
		color: #FF3535;
		font-size: 4.651vw !important;
		font-family: 'SemiBold' !important;
		text-shadow: 0 0 10.002vw rgba(255, 53, 53, 0.15);
		opacity: 0.5;
	}
	.price_wrap_prdct {
		gap: 3.721vw;
		margin-top: 5.5814vw;
	}
	.item_wrap {
		height: 100%;
		padding: 7.442vw;
		background-image: url('../images/bg_card.png');
		background-size: 100% 100%;
		border-radius: 0 0 0.929vw 0.929vw;
	}
	.flex_buttons_prdct .button:first-child {
		width: 100%;
		font-size: 3.721vw;
		font-family: 'semibold';
	}
	.flex_buttons_prdct .button svg {
		width: 4.884vw;
		height: 4.884vw;
	}
	.flex_buttons_prdct .strokebutton {
		flex-shrink: 1;
		width: auto;
		padding-left: 5.581vw;
		padding-right: 5.581vw;
	}
	.flex_buttons_prdct {
		gap: 3.721vw;
		margin-top: 7.442vw;
	}
	.flex_wrap_products {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 5.581vw;
		margin-top: 13.023vw;
	}
	.month_box {
		border-radius: 0.464vw;
		padding: 1.862vw 2.326vw;
		background: rgba(0, 0, 0, 0.47);
		height: 8.372vw;
		transition: all 0.3s ease;
		cursor: pointer;
		font-size: 3.7209vw;
		color: rgba(255, 255, 255, 0.75);
		font-family: 'SemiBold';
		gap: 1.395vw;
	}
	.flex_categorys_hdr {
		width: 100%;
		flex-direction: column;
	}
	.categorys_hdr {
		width: 100%!important;
	}
	.month_box:hover:not(.selected_month) {
		transform: translateY(0.447vw);
		background: rgba(0, 0, 0, 0.75);
	}
	.selected_month {
		background: #79A1FF;
		color: white;
	}
	.months_flex {
		gap: 2.791vw;
	}
	.month_box:active {
		opacity: 0.75;
	}
	.month_box svg {
		width: 4.186vw;
		height: 4.186vw;
	}
	.months_flex {
		position: absolute;
		bottom: 5.581vw;
	}
	.image_box_itme {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.text_powered {
		position: relative;
		cursor: pointer;
	}
	.flex_buttons_prdct .button {
		height: 12.086vw;
	}
	.left_side_dashboard {
		width: 100%;
	}
	.pannel_discord_server {
		cursor: pointer;
		transition: all 0.3s ease;
		height: 12.793vw;
		background: #151820;
		border-radius: 0.698vw;
		padding: 3.255vw;
	}
	.pannel_discord_server:hover {
		background: #1c202b;
	}
	.pannel_discord_server:active {
		opacity: 0.75;
	}
	.pannel_discord_server img {
		width: 6.279vw;
		height: 6.279vw;
		border-radius: 100%;
	}
	.pannel_discord_server span {
		margin-left: 2.325vw;
		font-family: 'Bold';
		font-size: 3.721vw;
		letter-spacing: -0.03em;
		text-shadow: 0 0 8.372vw rgba(255, 255, 255, 0.15);
	}
	.pannel_discord_server svg {
		margin-left: auto;
		width: 4.419vw;
		height: 4.419vw;
	}
	.dashboard_cont {
		position: relative;
	}
	.dashboard_category {
		border-radius: 0.697vw;
		padding: 3.255vw;
		height: 11.163vw;
		transition: all 0.3s ease;
		cursor: pointer;
	}
	.dashboard_category span {
		font-family: 'Regular' !important;
	}
	.dashboard_category:active {
		opacity: 0.75;
	}
	.dashboard_category:hover:not(.selected_dash_category) {
		background: rgba(0, 0, 0, 0.35);
	}
	.selected_dash_category {
		 background: #151820;
	}
	.left_side_dashboard {
		border-radius: 0.697vw;
		padding: 2.72vw;
		background: #0b0e14;
	}
	.dashboard_category {
		gap: 2.325vw;
	}
	.ctg_point {
		width: 1.395vw;
		height: 1.395vw;
		border-radius: 100%;
		background: #fff;
		opacity: 0.25;
	}
	.dashboard_category svg {
		width: 4.653vw;
		height: 4.653vw;
	}
	.dashboard_category span {
		font-size: 3.721vw;
		font-family: 'Medium';
		letter-spacing: -0.03em;
		color: rgba(255, 255, 255, 0.75);
	}
	.selected_dash_category .ctg_point {
		box-shadow: 0 0 4.42vw rgba(121, 161, 255, 0.5);
		background: #79a1ff;
		opacity: 1;
	}
	.selected_dash_category svg g {
		opacity: 1;
	}
	svg g {
		transition: all 0.3s ease;
	}
	.selected_dash_category svg path {
		fill: #79A1FF;
	}
	.selected_dash_category span {
		color: white;
	}
	.categorys_dashboard_list {
		margin-top: 3.721vw;
	}
	.drop_down_discord {
		padding: 1.861vw;
		border-radius: 0.698vw;
		background: rgba(0, 0, 0, 0.35);
	}
	.discord_server_cont {
		position: relative;
	}
	.drop_down_discord {
		position: absolute;
		gap: 1.861vw;
		top: 14.288vw;
		backdrop-filter: blur(3.721vw);
		z-index: 999;
		display: none;
		flex-direction: column;
	}
	.header_setting_dashboard .flex_hdr_prdcts .point {
		width: 1.861vw;
		height: 1.861vw;
	}
	.header_setting_dashboard .flex_hdr_prdcts span {
		font-size: 3.721vw;
		font-family: 'SemiBold';
	}
	.header_setting_dashboard .dscr_hdr_prdcts {
		font-size: 3.721vw;
		margin-top: 0.465vw;
		font-family: 'Regular';
	}
	.toggle_slider, .toggle_slider_pannel {
		cursor: pointer;
		width: 8.14vw;
		height: 4.275vw;
		background: rgba(255, 104, 104, 0.1);
		border: 0.232vw solid rgba(255, 104, 104, 0.15);
		border-radius: 6.979vw;
		flex-shrink: 0;
		margin-left: 5.581vw;
	}
	.toggle_slider_pannel {
		flex-shrink: 0;
		height: 4.409vw;
	}
	.circle_slider, .circle_slider_pannel {
		width: 4.186vw;
		height: 100%;
		border-radius: 100%;
		box-shadow: 0 0.929vw 3.72vw rgba(255, 104, 104, 0.25);
		background: linear-gradient(180deg, #ff6868 0%, #993e3e 100%);
	}
	.activated_slider .circle_slider, .activated_slider_pannel .circle_slider_pannel {
		transform: translateX(100%);
		box-shadow: 0 0.929vw 3.72vw rgba(104, 255, 122, 0.25);
		background: linear-gradient(180deg, #68ff7a 0%, #317e3a 100%);
	}
	.activated_slider, .activated_slider_pannel {
		background: rgba(104, 255, 122, 0.1);
		border: 0.232vw solid rgba(104, 255, 122, 0.15);
	}
	.block_setting_dashboard {
		padding: 5.581vw;
		border-radius: 1.163vw;
		background: rgba(0, 0, 0, 0.35);
		width: 86.279vw;
	}
	.header_setting_dashboard {
		border-bottom: 0.232vw solid rgba(255, 255, 255, 0);
	}
	.activated_header_block_setting .header_setting_dashboard {
		border-bottom: 0.232vw solid rgba(255, 255, 255, 0.15);
		padding: 0vw 0vw 3.72vw 0vw;
	}
	.right_side_dashboard {
		padding: 2.72vw;
		border-radius: 1.861vw;
		background: #0b0e14;
	}
	.flex_wrap_right_side_dashboard {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 2.996vw;
	}
	.input_ui_kit {
		width: 100%;
		height: 10.697vw;
		border-radius: 0.698vw;
		background: rgba(255, 255, 255, 0.05);
		font-size: 3.721vw;
		font-family: 'Regular';
		outline: none;
		padding-left: 3.256vw;
		padding-right: 3.256vw;
		color: white;
		border: 0.232vw solid rgba(255, 255, 255, 0);
	}
	.input_ui_kit:hover {
		border: 0.232vw solid rgba(255, 255, 255, 0.15);
	}
	.input_ui_kit::placeholder {
		color: rgba(255, 255, 255, 0.75);
	}
	.left_side_dashboard {
		flex-shrink: 0;
	}
	.input_ui_kit:focus {
		background: rgba(121, 161, 255, 0.1);
		border: 0.232vw solid rgba(121, 161, 255, 0.39);
	}
	.dashboard_cont {
		gap: 11.163vw;
		flex-direction: column;
	}
	.block_setting_dashboard {
		gap: 3.721vw;
	}
	.pannel_discord_aktivity {
		height: 14.883vw;
		border-radius: 0.697vw;
		padding: 3.023vw 3.255vw;
		background: #151820;
	}
	.avatar_aktivity_box {
		position: relative;
		width: 6.279vw;
		height: 6.279vw;	
	}
	.avatar_aktivity_box img {
		width: 6.279vw;
		height: 6.279vw;
		border-radius: 100%;
	}
	.online_circle {
		position: absolute;
		bottom: -0.93vw;
		right: -0.93vw;
		width: 3.665vw;
		height: 3.665vw;
		border-radius: 100%;
		background: #23a55a;
		border: 0.698vw solid #161921;
	}
	.flex_aktivity {
		gap: 1.163vw;
	}
	.flex_aktivity span {
		font-size: 3.721vw;
		font-family: 'SemiBold';
		letter-spacing: -0.02em;
		text-shadow: 0 0 8.372vw rgba(255, 255, 255, 0.15);
	}
	.bot_box {
		font-size: 2.791vw;
		font-family: 'Bold';
		height: 4.186vw;
		background: #5865f2;
		border-radius: 0.465vw;
		padding: 1.161vw 1.862vw;
	}
	.aktivity_descr {
		font-size: 3.256vw;
		font-family: 'Medium';
		color: #6b6c7a;
		letter-spacing: -0.02em;
	}
	.row_aktivity {
		margin-left: 2.791vw;
	}
	.content_ui_kit {
		gap: 1.861vw;
	}
	
	.emoji_wrap {
	
	}
	.emoji_wrap {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 1.609vw;
	}
	.emoji_wrap span {
		width: 6.588vw !important;
		height: 6.588vw !important;
		display: flex;
		font-size: 4.186vw;
		align-items: center;
		justify-content: center;
		transition: all 0.3s ease;
		cursor: pointer;
		border-radius: 0.465vw;
		font-family: 'Apple Color Emoji';
	}
	.font_emoji {
		font-family: 'Apple Color Emoji';
	}
	.emoji_wrap span:hover {
		background: rgba(255, 255, 255, 0.1);
	}
	.emoji_wrap span:active {
		opacity: 0.75;
	}
	.emoji_block {
		padding: 3.256vw;
		background: #151820;
		border-radius: 0.697vw;
		display: none;
		flex-direction: column;
	}
	.header_emoji {
		font-size: 3.256vw;
		font-family: 'Medium';
		letter-spacing: -0.03em;
		color: rgba(255, 255, 255, 0.5);
	}
	.emoji_cont {
		gap: 2.791vw;
	}
	.overflow_emoji {
		gap: 5.581vw;
		height: 93.023vw;
		overflow-y: auto;
	}
	.emoji_input {
		cursor: pointer;
	}
	.discord_embed_type {
		border-left: 0.232vw solid #79a1ff;
		border-radius: 0.697vw;
		padding: 3.023vw 3.72vw;
		background: #151820;
		min-height: 32.791vw;
	}
	.author_block img, .footer_block_embed img {
		width: 5.814vw;
		height: 5.814vw;
		border-radius: 100%;
	}
	.footer_block_embed img {
		width: 4.186vw !important;
		height: 4.186vw !important;
	}
	.author_block, .footer_block_embed {
		gap: 1.861vw;
	}
	.author_block input, .footer_block_embed input {
		height: 4.186vw;
		font-size: 3.256vw;
		background: none;
		outline: none;
		border: none;
		font-family: 'Medium';
		color: white;
		transition: all 0.3s ease;
	}
	.row_inputs_embed input {
		font-size: 3.721vw;
		height: 3.721vw;
		background: none;
		outline: none;
		border: none;
		color: white;
		font-family: 'SemiBold';
	}
	.row_inputs_embed {
		position: relative;
	}
	.row_inputs_embed textarea {
		font-size: 3.023vw;
		font-family: 'Medium';
		height: auto;
		background: none;
		outline: none;
		border: none;
		font-size: 3.256vw;
		margin-top: 0.93vw;
		color: white;
		color: rgba(255, 255, 255, 0.75);
		resize: vertical; /* Разрешает растягиваться только по вертикали */
		width: 100%;
	}
	.discord_embed_type .row_inputs_embed {
		margin-top: 3.721vw;
	}
	.author_block input::placeholder, .row_inputs_embed input::placeholder, .footer_block_embed input::placeholder {
		color: white;
		transition: all 0.3s ease;
	}
	.input_color {
		background: none;
		width: 4.707vw;
		height: 4.651vw;
		border: none; /* убираем рамку */
		border-radius: 50%; /* закругленные углы */
		padding: 0;
		outline: none;
		-webkit-appearance: none; /* Убирает внешний вид браузера */
		appearance: none;
	}
	.color_line {
		height: 10.697vw;
		padding: 3.256vw;
		font-size: 3.721vw;
		font-family: 'Medium';
		letter-spacing: -0.02em;
		border: 0.232vw solid rgba(255, 255, 255, 0.15);
		border-radius: 0.697vw;
		color: rgba(255, 255, 255, 0.75);
	}
	input[type="color" i]::-webkit-color-swatch-wrapper {
		padding: 0;
	  }
	  input[type="color"]::-moz-color-swatch {
		border: none;
	  }
	  
	  input[type="color"]::-webkit-color-swatch-wrapper {
		padding: 0;
		border-radius: 0;
	  }
	  
	  input[type="color"]::-webkit-color-swatch {
		border: none;
	  }
	.pannel_choose_hdr {
		background: rgba(255, 255, 255, 0.05);
		padding: 3.256vw;
		height: 10.697vw;
		font-size: 3.721vw;
		font-family: 'Regular';
		letter-spacing: -0.03em;
		color: rgba(255, 255, 255, 0.75);
		transition: all 0.3s ease;
		border: 0.232vw solid rgba(255, 255, 255, 0);
		border-radius: 0.698vw;
		cursor: pointer;
	}
	.pannel_choose_hdr:active {
		opacity: 0.75;
	}
	.pannel_choose_hdr:hover {
		border: 0.232vw solid rgba(255, 255, 255, 0.15);
	}
	.popout_menu_choose {
		border-radius: 0.697vw;
		padding: 3.255vw;
		background: #151820;
	}
	.pannel_choose {
		height: 10.233vw;
		background: rgba(255, 255, 255, 0.05);
		border-radius: 0.698vw;
		font-size: 3.721vw;
		font-family: 'SemiBold';
		padding: 2.791vw;
		cursor: pointer;
		transition: all 0.3s ease;
	}
	.pannel_choose:hover {
		background: rgba(255, 255, 255, 0.09);
	}
	.pannel_choose:active {
		opacity: 0.75;
	}
	.overflow_pannels {
		overflow-y: auto;
		display: flex;
		flex-direction: column;
		height: 58.605vw;
		gap: 1.861vw;
	}
	.active_overflow_pannels {
		padding-right: 1.861vw;
	}
	.hdr_cont_choose_wrap {
		gap: 1.861vw;
	}
	.hdr_choose {
		font-size: 3.256vw;
		font-family: 'Medium';
	}
	.choose_channel_cont {
		gap: 3.721vw;
	}
	.pannel_choose_hdr svg {
		width: 3.023vw;
		height: 3.023vw;
	}
	.choose_channel_cont {
		margin-top: 3.721vw;
	}
	.content_ui_kit .choose_channel_cont:first-child {
		margin-top: 0;
	}
	.popout_menu_choose {
		display: none;
	}
	.pannel_switch_toggle {
		font-size: 3.256vw;
		font-family: 'Medium';
		padding: 3.256vw;
		height: 10.697vw;
		border: 0.232vw solid rgba(255, 255, 255, 0.15);
		border-radius: 0.697vw;
	}
	.embed_mini {
		min-height: 13.488vw;
	}
	.embed_mini .row_inputs_embed {
		margin-top: 0;
	}
	input::-webkit-outer-spin-button,
	input::-webkit-inner-spin-button {
		/* display: none; <- Crashes Chrome on hover */
		-webkit-appearance: none;
		margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
	}
	.right_side_dashboard .button {
		height: 11.627vw;
		font-size: 3.721vw;
		width: 100%;
		margin-top: 5.581vw;
	}
	.start_button, .stop_button, .restart_button {
		height: 10.697vw;
		border-radius: 0.698vw;
		transition: all 0.3s ease;
		cursor: pointer;
		gap: 0.93vw;
	}
	.start_button, .stop_button {
		width: 10.697vw;
		flex-shrink: 0;
	}
	.start_button svg, .stop_button svg, .restart_button svg {
		width: 4.186vw;
		height: 4.186vw;
	}
	.restart_button {
		font-size: 3.721vw;
		font-family: 'Medium';
		color: #ffd079;
		letter-spacing: -0.03em;
	}
	.buttons_dashboard {
		padding: 1.861vw;
		border-radius: 0.465vw;
		background: rgba(0, 0, 0, 0.25);
		gap: 1.861vw;
		margin-top: 3.721vw;
	}
	.start_button {
		background: rgba(208, 255, 53, 0.1);
		border: 0.232vw solid rgba(208, 255, 53, 0.15);
	}
	.start_button:hover {
		background: #d0ff35;
		box-shadow: 0 3.72vw 7.443vw rgba(208, 255, 53, 0.25);
	}
	.start_button:hover svg path, .stop_button:hover svg path, .restart_button:hover svg path {
		fill: black;
	}
	.stop_button {
		border: 0.232vw solid rgba(255, 53, 53, 0.15);
		background: rgba(255, 53, 53, 0.1);
	}
	.stop_button:hover {
		background: #FF3535;
		box-shadow: 0 3.72vw 7.443vw rgba(255, 53, 53, 0.25);
	}
	.restart_button {
		background: rgba(255, 208, 121, 0.1);
		border: 0.232vw solid rgba(255, 208, 121, 0.15);
	}
	.restart_button:hover {
		background: #ffd079;
		box-shadow: 0 3.72vw 7.443vw rgba(255, 208, 121, 0.25);
	}
	.restart_button:hover span {
		color: black;
	}
	
	.start_button:active, .stop_button:active, .restart_button:active {
		opacity: 0.75;
	}
	
	.main_product {
		width: 87.751vw;
		height: auto;
		background-image: url('../images/main_product.png');
		background-size: 100% 100%;
		padding: 7.442vw;
	}
	.main_product .flex_buttons {
		margin-top: 9.3023vw !important;
	}
	.item_wrap .flex_buttons_prdct {
		flex-direction: column;
	}
	.header_main_prod {
		border-bottom: 0.232vw solid rgba(255, 255, 255, 0.15);
		padding: 0vw 0vw 3.72vw 0vw;
	}
	.header_main_prod span:first-child {
		font-size: 4.188vw;
		font-family: 'SemiBold';
		letter-spacing: -0.02em;
		text-shadow: 0 0 8.372vw rgba(255, 255, 255, 0.15);
	}
	.header_main_prod span:last-child {
		font-size: 3.72vw;
		font-family: 'Medium';
		color: rgba(255, 255, 255, 0.5);
		letter-spacing: -0.02	em;
	}
	.row_info_mp span:first-child {
		font-size: 3.721vw;
		font-family: 'Medium';
		color: rgba(255, 255, 255, 0.5);
		letter-spacing: -0.02em;
	}
	.row_info_mp span:last-child {
		font-size: 4.188vw;
		font-family: 'SemiBold';
		letter-spacing: -0.03em;
		color: rgba(255, 255, 255, 0.75);
	}
	.cont_info_mp {
		gap: 3.721vw;
		margin-top: 5.581vw;
	}
	.flex_info_cont_mp {
		gap: 3.721vw;
	}
	.main_product .flex_buttons {
		margin-top: auto;
	}
	.main_product .button {
		height: 12.086vw;
		font-size: 3.721vw;
	}
	
	.content_ui_kit {
		display: none;
		flex-direction: column;
	}
	.header_transactions {
		padding: 0vw 2.791vw;
		color: rgba(255, 255, 255, 0.5);
		letter-spacing: -0.01em;
		font-family: 'Medium';
		flex-direction: column;
		font-size: 3.7209vw;
		text-align: center;
		display: none !important;
	}
	.button_trans {
		width: 28.14vw;
	}
	.pannel_transaction {
		border-radius: 0.697vw;
		padding: 2.791vw;
	}
	.pannel_transaction {
		font-size: 3.721vw;
		border-radius: 0.697vw;
		padding: 2.791vw;
		min-height: 13.953vw;
		width: fit-content;
		background: #0b0e14;
		font-family: 'SemiBold';
		text-shadow: 0 0 8.14vw rgba(255, 255, 255, 0.25);
	}
	.pannel_transaction span {
		flex-shrink: 0;
	}
	
	.price_pannel_trans {
		color: #79A1FF;
		text-shadow: 0 0 8.14vw rgba(121, 161, 255, 0.25);
	}
	
	.tx_1 {
		width: 32.791vw;
	}
	.tx_2 {
		width: 24.42vw;
	}
	.tx_3 {
		width: 48.14vw;
	}
	.tx_4 {
		width: 16.279vw;
		text-align: center;
	}
	.tx_5 {
		width: 43.721vw;
		text-align: center;
	}
	.tx_6 {
		width: 39.07vw;
		text-align: center;
	}
	.tx_7 {
		width: 19.767vw;
		text-align: center;
	}
	.tx_8 {
		width: 28.139vw;
		text-align: center;
	}
	.overflow_transactions {
		height: 100%;
		overflow-y: auto;
		gap: 3.721vw;
		overflow-x: auto;
		margin-top: 7.442vw;
	}
	.overflow_transactions::-webkit-scrollbar {
		display: none;
	}
	.container_transactions {
		margin-top: 13.023vw;
	}
	.cont_drop_down_us {
		width: 69.767vw;
		padding: 2.791vw;
		background: #0b0e14;
		border-radius: 1.163vw;
	}
	.pannel_down {
		transition: all 0.3s ease;
		cursor: pointer;
		height: 9.535vw;
		border-radius: 0.697vw;
		font-size: 3.721vw;
		gap: 1.861vw;
		letter-spacing: -0.03em;
		color: rgba(255, 255, 255, 0.75);
		font-family: 'Medium';
		padding: 3.023vw 3.255vw;
		border: 0.233vw solid rgba(255, 255, 255, 0);
		background: rgba(255, 255, 255, 0.05);
	}
	.pannel_down:hover {
		border: 0.233vw solid rgba(255, 255, 255, 0.15);
	}
	.pannel_down:active {
		opacity: 0.75;
	}
	.cont_drop_down_us {
		position: absolute;
		top: 13.395vw;
	}
	.pannel_down svg {
		width: 4.186vw;
		height: 4.186vw;
	}
	.pannel_down {
		background: rgba(255, 255, 255, 0.05);
	}
	.row_pnls_down {
		gap: 1.861vw;
		margin-top: 3.721vw;
	}
	.user_auth_ready {
	}
	.right_block_header_main {
		position: relative;
		margin-left: auto;
	}
	.flex_langls img {
		width: 4.186vw;
		cursor: pointer;
	}
	.flex_langls img:active {
		opacity: 0.5;
	}
	.flex_langls {
		gap: 1.861vw;
		margin-right: 3.721vw;
	}
	.cart_flex {
		gap: 1.163vw;
	}
	.user_auth_ready {
		gap: 3.721vw;
	}
	.cart_flex svg {
		width: 5vw;
		height: 5vw;
	}
	.ammount_cart {
		height: 4.419vw;
		border-radius: 0.464vw;
		padding: 0.929vw 1.398vw;
		background: #79a1ff;
		font-size: 2.791vw;
		font-family: 'Bold';
		color: rgba(0, 0, 0, 0.75);
	}
	.left_block_pdct img {
		width: 13.256vw;
		height: 7.675vw;
		border-radius: 0.465vw;
	}
	.dscrrowpdct {
		font-size: 3.256vw;
		font-family: 'SemiBold';
		text-shadow: 0 0 8.372vw rgba(255, 255, 255, 0.15);
	}
	.flex_row_pdct span:first-child {
		font-size: 3.256vw;
		font-family: 'Medium';
		color: rgba(255, 255, 255, 0.5);
	}
	.flex_row_pdct span:last-child {
		font-size: 3.256vw;
		font-family: 'SemiBold';
		background: rgba(121, 161, 255, 0.1);
		height: 4.884vw;
		border-radius: 0.464vw;
		padding: 0.929vw 1.398vw;
		color: #79A1FF;
	}
	.right_block_pdct span {
		font-size: 3.256vw;
		font-family: 'SemiBold';
		color: #79a1ff;
	}
	.right_block_pdct svg {
		width: 2.558vw;
		cursor: pointer;
		height: 3.898vw;
	}
	.right_block_pdct {
		gap: 2.791vw;
	}
	.right_block_pdct svg:active {
		opacity: 0.75;
	}
	.cart_drop_down {
		width: 88.372vw;
		height: auto;
		padding: 2.791vw;
		background: #0b0e14;
		border-radius: 0.465vw;
	}
	.oveflow_cart_drop {
		max-height: 54.884vw;
		padding-right: 2.791vw;
		overflow-y: auto;
	}
	.left_block_pdct {
		gap: 3.721vw;
	}
	.pannel_product_crt {
		border-bottom: 0.232vw solid rgba(255, 255, 255, 0.15);
		padding: 0vw 0vw 2.559vw 0vw;
		flex-shrink: 0;
	}
	.oveflow_cart_drop {
		gap: 2.791vw;
	}
	.flex_price {
		margin-top: 3.721vw;
	}
	.flex_price span:first-child {
		font-size: 3.256vw;
		font-family: 'Medium';
		color: rgba(255, 255, 255, 0.5);
	}
	.flex_price span:last-child {
		font-size: 3.256vw;
		font-family: 'SemiBold';
	}
	.cart_drop_down .button {
		height: 9.302vw;
		font-size: 3.721vw;
		border-radius: 0.465vw;
		margin-top: 3.721vw;
		font-family: 'Medium';
	}
	.cart_drop_down .button svg {
		width: 4.186vw;
	}
	.flex_row_pdct {
		gap: 0.93vw;
	}
	.cart_drop_down {
		position: absolute;
		top: 13.395vw;
	}
	.flex_client {
		height: 15.349vw;
		border-radius: 0.464vw;
		padding: 2.791vw;
		background: rgba(0, 0, 0, 0.25);
	}
	.flex_client img {
		width: 9.767vw;
		height: 9.767vw;
	}
	.cont_client {
		width: 100%;
		border-radius: 1.862vw;
		padding: 5.581vw;
		background: #0b0e14;
	}
	
	.flex_client {
		gap: 3.721vw;
	}
	.wrap_info_client {
		height: 14.651vw;
		background: rgba(255, 255, 255, 0.05);
		border-radius: 0.464vw;
		padding: 2.791vw 3.72vw;
	}
	.row_info_client_block, .fl {
		flex-shrink: 0;
	}
	.flex_information_client {
		gap: 2.791vw;
		margin-top: 2.791vw;
		flex-direction: column;
	}
	.clmn_buttons_client {
		gap: 2.791vw;
		margin-top: 5.581vw;
	}
	.clmn_buttons_client .button {
		height: 10.923vw;
		border-radius: 0.698vw;
		font-size: 3.721vw;
		font-family: 'Medium';
	}
	.cont_client {
		margin-top: 9.302vw;
	}
	.input_row_block_prfl {
		gap: 1.861vw;
	}
	.dscr_prfl_inpt {
		font-size: 3.256vw;
		font-family: 'Medium';
		color: rgba(255, 255, 255, 0.35);
	}
	.row_inps_blocks_profile .choose_channel_cont  {
		margin-top: 0;
	}
	.pannel_profile_w {
		height: 15.349vw;
		background: rgba(255, 255, 255, 0.05);
		border-radius: 0.697vw;
		padding: 2.791vw 3.72vw;
	}
	.row_profile_pannel_w span:first-child {
		font-size: 3.721vw;
		font-family: 'Medium';
		color: rgba(255, 255, 255, 0.5);
	}
	.row_profile_pannel_w span:last-child {
		font-size: 4.186vw;
		font-family: 'SemiBold';
		color: rgba(255, 255, 255, 0.75);
	}
	.cont_block_pre_wrap_pg {
		padding: 2.581vw;
		background: #0b0e14;
		border-radius: 0.698vw;
	}
	.payment_cont_crt_pg .payment_box {
		cursor: pointer;
		border: 0.233vw solid rgba(255, 255, 255, 0);
	}
	.payment_selected {
		border: 0.232vw solid rgba(121, 161, 255, 0.75) !important;
		background: rgba(121, 161, 255, 0.15);
	}
	.payment_cont_crt_pg {
		gap: 1.861vw;
		margin-top: 6.279vw;
	}
	.cart_page .header_setting_dashboard {
		margin-top: 7.442vw;
	}
	.icon_safe_security {
		height: 7.442vw;
	}
	.block_payment_flex_scr svg {
		width: 4.186vw;
		height: 4.186vw;
	}
	.block_payment_flex_scr span {
		font-size: 3.721vw;
		font-family: 'Regular';
		color: rgba(255, 255, 255, 0.75);
	}
	.block_payment_flex_scr {
		gap: 0.93vw;
	}
	.payment_security_cont {
		margin-top: 7.442vw;
	}
	.block_profile_page {
		padding-left: 13vw;
		padding-right: 13vw;
		gap: 9.302vw;
	}
	.block_profile_page .button {
		height: 12.093vw;
		border-radius: 0.698vw;
		font-size: 3.721vw;
		font-family: 'Medium';
	}
	.cart_page .block_profile_page {
		padding: 0;
	}
	.flex_inpt_block_crt_pg {
		gap: 5.581vw;
	}
	.rw_pannels_profile {
		gap: 3.721vw;
	}
	.profile_pg {
		gap: 13.953vw;
	}
	.row_inps_blocks_profile {
		gap: 5.581vw;
	}
	.list_products_profile .dscrrowpdct {
		font-size: 3.721vw;
	}
	.list_products_profile .flex_row_pdct span {
		font-size: 3.721vw;
	}
	.list_products_profile .flex_row_pdct span:last-child {
		height: 5.349vw;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.list_products_profile .right_block_pdct span {
		font-size: 4.186vw;
	}
	.list_products_profile {
		gap: 3.721vw;
	}
	.flex_code_cart_pg .button {
		height: 100%;
	
	}
	.flex_code_cart_pg {
		gap: 2.791vw;
	}
	.row_client span:first-child, .row_info_client_block span:first-child, .flex_total_price_cart_pg span:last-child {
		font-size: 4.186vw;
		font-family: 'SemiBold';
		text-shadow: 0 0 8.372vw rgba(255, 255, 255, 0.35);
	}
	.row_client span:last-child, .row_info_client_block span:last-child, .flex_total_price_cart_pg span:first-child {
		font-size: 3.721vw;
		font-family: 'REGULAR';
		color: rgba(255, 255, 255, 0.5);
	}
	.clmn_wrap_crt_page {
		gap: 13.023vw;
	}
	.flex_total_price_cart_pg span {
		font-size: 4.186vw !important;
		margin-top: 5.581vw;
	}
	.flex_cont_wrap_crt_page {
		gap: 13.023vw;
		flex-direction: column;
	}
	.block_profile_page {
		padding: 0vw !important;
		width: 100%;
	}

	header {
		align-items: flex-start !important;
		justify-content: flex-start !important;
		flex-direction: column;
		padding: 13vw;
		top: 0;
		height: auto;
		background: #0b0e14;
		width: 100%;
	}
	.categorys_header {
		flex-direction: column;
		position: relative;
		width: 100%;
		gap: 3.7209vw;
		margin-top: 7.4419vw;
	}
	.categorys_header {
		align-items: flex-start !important;
		justify-content: flex-start;
	}
	.right_block_header_main {
		margin-left: 0;
	}
	.category {
		padding: 3.5vw;
		width: 100%;
		background: rgba(255, 255, 255, 0.05);
	}
	.right_block_header_main {
		width: 100%;
		justify-content: space-between;
	}
	.avatar_cont_user {

	}
	.cont_drop_down_us {
		right: 0;
	}
	.cart_drop_down {
		right: 0;
		width: 77.1395vw;
	}
	.right_block_header_main {
		margin-top: 10.4884vw;
	}
	.svg_close {
		width: 4.3488vw;
		height: 4.3488vw;
		top: 13vw;
		position: absolute;
		right: 13vw;
		display: flex;
	}
	.selected_category {}
	header {
		display: none !important;
	}
	.menu_icon_svg_hamb {
		position: absolute;
		top: 13vw;
		width: 8.3488vw;
		height: 8.3488vw;
		right: 13vw;
		display: flex !important;
		cursor: pointer;
	}
	.header.open {
		display: flex !important;
		flex-direction: column;
	}
}



.h100 {
	height: 100%;
}
.space {
	display: flex;
	justify-content: space-between;
}
.w100 {
	width: 100%;
}
.tc {
	text-align: center;
}
.clmn {
	display: flex;
	flex-direction: column;
}
.flex {
	display: flex;
}
.alcn {
	display: flex;
	align-items: center;
}
.jlcn {
	display: flex;
	align-items: center;
	justify-content: center;
}








.toggle_slider_wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.toggle_slider {
	cursor: pointer;
	width: 55px; /* Kleinere Breite */
	height: 25px; /* Kleinere Höhe */
	background-color: #ccc;
	border-radius: 15px;
	display: flex;
	align-items: center;
	padding: 3px; /* Weniger Abstand */
	position: relative;
	transition: background-color 0.3s;
}

.circle_slider {
	width: 18px; /* Kleineren Kreis */
	height: 18px; /* Kleineren Kreis */
	background-color: #fff; /* Weiß als Standardfarbe */
	border-radius: 50%;
	transition: transform 0.3s ease, background-color 0.3s ease;
	position: absolute;
	transition: transform 0.3s ease;
	transform: translateX(0);
}





.circle_slider.active {
	transform: translateX(25px); /* Verschiebe den Kreis nach rechts */
	background: #4CAF50 !important; /* Verkürzte Version */



}




button.add-to-cart-btn {
	cursor: pointer;
	pointer-events: auto; /* Sicherstellen, dass Buttons klickbar sind */
}

button.add-to-cart-btn.added-to-cart {
	background-color: #28a745; /* Grün für Hinzugefügt */
	color: white;
}

button.add-to-cart-btn[disabled] {
	cursor: not-allowed; /* Falls wirklich disabled */
	pointer-events: none;
}



/* flex_langls = Language */
.flex_langls,
.cart_drop_down,
.cont_drop_down_us {
	display: none;
	pointer-events: auto;
}



.real-price {
	text-decoration: line-through;
	color: red;
	margin-right: 0.5rem; /* Abstand zwischen Real- und Sale-Preis */
}

.sale-price {
	font-weight: bold;
}

.normal-price {
	color: black;
	font-weight: bold;
}







/*TODO: Remove modal style when new modal is there*/
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	align-items: center;
	justify-content: center;
}

.modal.show {
	display: flex;
}

.modal-content {
	background-color: #000000;
	color: #ffffff;
	padding: 20px;
	border-radius: 10px;
	width: 400px;
	box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
	text-align: center;
}

.close-button {
	font-size: 1.5rem;
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;
	float: right;
	margin-top: -10px;
	margin-right: -10px;
	border: none;
	background: none;
}

#guildIdInput {
	width: 90%;
	padding: 10px;
	margin: 10px auto;
	border: 1px solid #555;
	border-radius: 5px;
	font-size: 1rem;
	background-color: #222222;
	color: #ffffff;
}

#saveGuildIdButton {
	padding: 10px 20px;
	background-color: #4CAF50;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 1rem;
}

#saveGuildIdButton:hover {
	background-color: #45a049;
}


.filter_button {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 20px; /* Ausreichend Platz für den Text */
	font-size: 14px; /* Angemessene Schriftgröße */
	white-space: nowrap; /* Verhindert Zeilenumbrüche */
	min-width: 150px; /* Mindestbreite, um Platz für den Text zu schaffen */
	text-align: center;
	background-color: #007bff; /* Gleiche Farbe wie andere Buttons */
	color: white;
	border: none;
	border-radius: 5px; /* Optional für abgerundete Ecken */
	cursor: pointer;
}

.filter_button:hover {
	background-color: #0056b3; /* Dunklere Farbe beim Hover */
}









/*---------Notifications----------*/


/* Container für alle Benachrichtigungen */
.notify-container {
	position: fixed;
	top: 50px;
	right: 50px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 1000;
}

/* Einzelne Benachrichtigung */
.notify {
	position: relative;
	width: 350px;
	animation: slideIn 1s forwards;
	/* Glow-Effekt hinzufügen */
	box-shadow: 0 0 15px rgba(255, 255, 255, 0.3); /* sanfter weißer Glow */
}

/* Animation: Einfliegen von rechts */
@keyframes slideIn {
	from {
		opacity: 0;
		transform: translateX(100%);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* Animation: Ausfliegen nach rechts */
@keyframes slideOut {
	from {
		opacity: 1;
		transform: translateX(0);
	}
	to {
		opacity: 0;
		transform: translateX(100%);
	}
}

/* Benachrichtigungsinhalt */
.notify_background_popup {
	box-sizing: border-box;
	position: relative;
	background: #0B0E14;
	padding: 10px 20px 20px;
	overflow: hidden;
	border-radius: 0px;
}

/* Progress Bar */
.progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	background-color: #7586B4; /* Standardfarbe des Balkens */
	width: 100%; /* Startet bei voller Breite */
	transition: width 5s linear; /* Dauer für die Progressbar */
}

/* Vector */
.vector {
	position: absolute;
	left: 30px; /* Weiter nach rechts verschieben */
	top: 50%; /* Vertikal zentrieren */
	transform: translateY(-50%); /* Exakte vertikale Zentrierung */
	width: 35px; /* Optional: leicht vergrößert */
	height: 35px;
}

.vector img {
	width: 100%; /* Vektorbild soll den Container ausfüllen */
	height: auto;
}

/* Überschrift */
.überschrift {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 17.5px;
	line-height: 18px;
	color: #7586B4;
	margin-top: 25px; /* Überschrift ein Stück nach unten */
	margin-bottom: 10px; /* Abstand unter der Überschrift */
	margin-left: 70px; /* Abstand vom linken Rand inkl. Vektor */
}

/* Text */
.text {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 15px;
	color: #7586B4;
	margin-top: 5px; /* Text ein Stück nach unten */
	margin-bottom: 10px; /* Konstanter Abstand nach unten */
	margin-left: 70px; /* Abstand vom linken Rand inkl. Vektor */
}

/* Animation für das Entfernen */
.notify.fade-out {
	animation: slideOut 1s forwards;
}






/* Angepasst fürs Handy */
@media (max-width: 600px) {

	.notify-container {
		top: 15px;
		right: 15px;
		gap: 6px;
	}

	.notify {
		width: 280px;
		box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
	}

	.notify_background_popup {
		padding: 8px 16px 16px;
	}

	.vector {
		left: 15px;
		width: 25px;
		height: 25px;
	}

	.überschrift {
		font-size: 15px;
		line-height: 16px;
		margin-top: 20px;
		margin-left: 55px;
		margin-bottom: 6px;
	}

	.text {
		font-size: 13px;
		line-height: 14px;
		margin-left: 55px;
		margin-bottom: 6px;
	}

	.progress-bar {
		height: 2px;
	}
}









