/* Общие стили для Firefox */
* {
  scrollbar-width: thin; /* тонкий скроллбар */
  scrollbar-color: #A34BFF #422F65; /* бегунок и фон */
}

/* Для Chrome, Edge, Opera */
*::-webkit-scrollbar {
  width: 6px;              /* ширина вертикального скролла */
  height: 6px;             /* высота горизонтального скролла */
  cursor: pointer;
}

*::-webkit-scrollbar-track {
  background: #422F65;
  border-radius: 50px;
}

*::-webkit-scrollbar-thumb {
	background: #A34BFF;
	box-shadow: 0px 0px 5.2px 4px rgba(163, 75, 255, 0.51);
	border-radius: 50px;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #9a5ee9; /* при наведении */
}


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

:root {
	--text-size-14: 14px;
	--text-size-16: 16px;
	--text-size-17: 17px;
	--text-size-18: 18px;
	--text-size-20: 20px;

}


body {
	width: 100%;
	height: 100%;
	background: #100524;

	
}

/* Не показываем "Авторизация" до инициализации JS (убираем мигание). */
body:not(.auth-ready) .header-auth-main {
	visibility: hidden;
}

header {
	display: flex;
	align-items: center;
	height: 65px;
	display: flex;
	background: linear-gradient(90deg, rgba(37, 28, 75, 0.95) 0%, rgba(87, 66, 177, 0.95) 100%);

}

.header-line {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}

.header-line div {
	display: flex;
	align-items: center;
}

.header-line-div-first {
	flex: 1;
	justify-content: space-around;
	gap: 20px;
	padding-left: 100px;
}

.header-line-div-second {
	flex: 1;
	justify-content: center;
}

.header-line-div-second img {
	height: 30px;
	object-fit: contain;
}

.header-line-div-third {
	flex: 0.5;
	justify-content: flex-end;
	justify-content: space-evenly;
	gap: 10px;
	padding-right: 15px;
}

.language-select {
  position: relative;
  width: 60px;
  font-family: Arial, sans-serif;
  user-select: none;
}

.language-select .select-btn {
  width: 100%;
  background-color: transparent;
  color: white;
  font-weight: 700;
  padding: 10px 7px;
  border-radius: 4px 4px 0 0;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  transition: all 0.6s ease;
  outline: none;
}

.language-select .select-btn img {
	width: 10px;
	height: 6px;
	transition: transform 0.3s ease;
}

.language-select .select-btn[aria-expanded="true"] {
	background-color:#412367;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	
}

/* Стрелка вниз, когда список закрыт */
.language-select .select-btn[aria-expanded="false"] img {
  transform: rotate(0deg);
}

/* Стрелка вверх, когда список открыт */
.language-select .select-btn[aria-expanded="true"] img {
  transform: rotate(180deg);
}

.language-select .select-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color:#412367;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 4px 4px;
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 0;           /* по умолчанию скрыт */
  overflow: hidden;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: white;
  z-index: 10;
  transition: max-height 0.3s ease;
  display: block;           /* обязательно! */
}
.language-select .select-list.open {
  max-height: 220px;        /* высота при открытии */
}

.language-select .select-list li {
  padding: 10px 7px;
  cursor: pointer;
  border-top: 1px solid rgba(255,255,255,0.1);
  background-color: transparent;
}

/* Первый элемент без верхней границы */
.language-select .select-list li:first-child {
  border-top: none;
}

/* Ховер и фокус */
.language-select .select-list li:hover {
  background-color: #A34BFF;
  font-weight: 700;
  outline: none;
}

/* Активный выбранный элемент */
.language-select .select-list li[aria-selected="true"] {
  background-color: #B59DF6;
  font-weight: 700;
}

.base-select {
  position: relative;
  width: 100%;
  user-select: none;
}

.base-select .select-btn {
	width: 100%;
	height: 60px;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 6px;
	border: none;
	cursor: pointer;
  
	font-size: 18px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.35);
	line-height: 1;
	transition: all 0.6s ease;
	outline: none;
}

.base-select .select-btn img {
	width: 14px;
	height: 9px;
	transition: transform 0.3s ease;
}

.base-select .select-btn[aria-expanded="true"] {
	background-color:#4A4264;
	border-radius: 6px 6px 0 0;
	border-bottom: 2px solid rgba(217, 217, 217, 0.41);
}

/* Стрелка вниз, когда список закрыт */
.base-select .select-btn[aria-expanded="false"] img {
  transform: rotate(0deg);
}

/* Стрелка вверх, когда список открыт */
.base-select .select-btn[aria-expanded="true"] img {
  transform: rotate(180deg);
}

.base-select .select-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color:#4A4264;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 6px 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 0;           /* по умолчанию скрыт */
  overflow: hidden;
  font-weight: 500;
  font-size: 18px;
  color: white;
  z-index: 10;
  transition: max-height 0.3s ease;
  display: block;           /* обязательно! */
}
.base-select .select-list.open {
  max-height: 220px;        /* высота при открытии */
}

.base-select .select-list li {
  height: 45px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  cursor: pointer;
  background-color: transparent;
}

/* Первый элемент без верхней границы */
.base-select .select-list li:first-child {
  border-top: none;
}

/* Ховер и фокус */
.base-select .select-list li:hover {
  background-color: #A34BFF;
  font-weight: 700;
  outline: none;
}

/* Активный выбранный элемент */
/* .base-select .select-list li[aria-selected="true"] {
  background-color: #B59DF6;
  font-weight: 700;
} */



.header-line a {
	color: #fff;
	text-decoration: none;
	font-weight: 800;
	font-size: var(--text-size-17);
	position: relative;
	transition: opacity 0.4s;
}

.header-line a:not(.header-line a.active):hover {
	opacity: 0.8;
}

.header-line a.active::after {
	  content: '';
	  position: absolute;
	  left: 0;
	  bottom: -7px;
	  width: 100%;
	  height: 3px;
	  background-color: #A34BFF; 
	  border-radius: 50px;
	  box-shadow: 0px 0px 6.2px 4px #A34BFF82;
}

.header-line select {
	background: none;
	border: none;
	color: #fff;
	font-weight: 800;
	font-size: var(--text-size-18);
}

.header-auth-block {
	width: 100%;
	
	height: 100%;

	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	font-size: var(--text-size-18);
	/*background: linear-gradient(1.82deg, rgba(42, 23, 64, 0.95) 1.63%, rgba(67, 35, 104, 0.95) 93.72%);*/
	/*border: 1px solid;*/
	/*border-image-source: linear-gradient(14.31deg, rgba(37, 28, 75, 0) 7.43%, rgba(255, 255, 255, 0.18) 89.18%);*/
	
	color: #fff;
	padding-right: 140px;
	justify-content: flex-end;
}


.header-auth-block img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

.header-auth-main {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	max-width: 400px;
	background: linear-gradient(1.82deg, rgba(42, 23, 64, 0.95) 1.63%, rgba(67, 35, 104, 0.95) 93.72%);
	box-shadow: 22px 4px 12.6px 6px #00000059;
	position: relative;
}



.header-auth-block-full-fixed {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	display: flex;
	flex-direction: column;
	background: linear-gradient(1.82deg, #2A1740 1.63%, #432368 93.72%);

	width: 100%;
	opacity: 0;
	pointer-events: none;

}



.header-auth-main:hover .header-auth-block-full-fixed {
	opacity: 1;
	pointer-events: all;
}

.header-auth-main:hover .header-auth-block-full {
	max-height: 500px;
}

.header-auth-main:hover > .header-auth-block {
	display: none;
}

.header-auth-block-full-fixed .header-auth-block {
	height: 70px;
}

.header-auth-block-full {

	display: flex;
	flex-direction: column;


	color: #fff;
	max-height: 0;
	overflow: hidden;
	transition: 0.6s all;
}

.header-auth-block-full button {
	width: 100%;
	min-height: 60px;
	background: rgba(35, 19, 54, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 19px;
	border: 0;
	color: #fff;
	cursor: pointer;
}

.header-auth-block-full-info {
	padding-right: 130px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.header-auth-block-full-info > div {
	display: flex;
	flex-direction: column;
	gap: 25px;
	max-width: 206px;
	width: 100%;
	border-top: 2px solid rgba(217, 217, 217, 0.41);
	padding: 25px 0;
	padding-left: 5px;
}


.header-auth-block-select {
	display: flex;
	align-items: center;
	gap: 15px;
	cursor: pointer;
}

.header-auth-block-select-dot {
	padding: 5.5px;
	border-radius: 100%;
	background: #6254A4;
	transition: 0.4s all;

}

.header-auth-block-select-dot.selected {
	background: #DE58BD;
	box-shadow: 0px 0px 8.7px 2px #EF53C9;
}

.header-auth-block-select:hover .header-auth-block-select-dot {
	background: #DE58BD;
	box-shadow: 0px 0px 8.7px 2px #EF53C9;
}

.header-auth-block-select span {
	font-weight: 500;
	font-size: var(--text-size-18);

	color: #FFFFFF;
}

.promo-banner-header {
	width: 100%;
	height: 219px;
	background-image: url();
	background-size: cover;
	background-position: center;
}

.shop-banner-header {
	display: none;
	width: 100%;
	height: 330px;
	background-image: url();
	background-size: cover;
	background-position: center;
}


.mobile-header {
	height: 65px;
	padding: 0 30px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	align-items: center;
	justify-content: space-between;
	background: linear-gradient(90deg, rgba(37, 28, 75, 1) 0%, rgba(87, 66, 177, 1) 100%);
	z-index: 8;

	box-shadow: 22px 4px 12.6px 6px rgba(0, 0, 0, 0.35);
}

.mobile-header img[alt="LOGO"] {
	height: 25px;
}


.mobile-header-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 999;
	opacity: 0;
	pointer-events: none;
	transition: 0.4s all;
}

.mobile-header-bg.open {
	opacity: 1;
	pointer-events: all;
}

.mobile-header-block {
	height: 100%;
	width: 100%;
	max-width: 300px;
	display: flex;
	flex-direction: column;
	background: linear-gradient(1.82deg, #2A1740 1.63%, #432368 93.72%);
	box-shadow: 22px 4px 12.6px 6px rgba(0, 0, 0, 0.35);
	color: #fff;
	transform: translateX(-100%);
	transition: 0.6s all;
}

.mobile-header-block.open {
	transform: translateX(0);
}

.mobile-header-block-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 30px;
}

.header-exit {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1.5px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	cursor: pointer;

}

.header-exit span {
	font-weight: 500;
	font-size: 12px;
}

.mobile-header-block-main {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
	padding: 25px 30px;
}

.mobile-header-block-main a {
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	transition: 0.4s all;
}

.mobile-header-block-main a.active {
	color: #A34BFF;
}

.mobile-header-block-main a:not(.mobile-header-block-main a.active):hover {
	color: #A34BFF;
	opacity: 0.8;
}


.header-auth-block-full-fixed.mobile {
	position: relative;
	opacity: 1;
	pointer-events: all;
}
.header-auth-block-full-fixed.mobile .header-auth-block-full {
	opacity: 1;
	pointer-events: all;
	max-height: unset;
	overflow: unset;
}

.mobile-header-block-footer {
	flex: 1;
	display: flex;
	align-items: flex-end;
}


main {
	display: flex;
	flex-direction: column;
	padding: 25px 140px;
}

.section-state-block {
	display: flex;
	flex-direction: column;
	padding: 20px 0;
	padding-right: 0;
	padding-bottom: 0px;
}

.section-state {
	display: flex;
	gap: 20px;
	overflow-x: auto;
  	scroll-behavior: smooth;
  	scrollbar-width: thin;
  	scrollbar-color: #888 transparent;
  	max-width: 100%;
  	padding-left: 140px;
}
.section-state {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

.section-state::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.section-state::-webkit-scrollbar {
  height: 0px;
  display: none;
}

.section-state::-webkit-scrollbar-thumb {
	display: none;
  background: #888;
  border-radius: 4px;
}

.state-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 25px 0;
	min-width: 316px;
	height: 189px;
	border-radius: 20px;
	background: linear-gradient(267.22deg, #D40000 2.24%, #310101 66.17%);
	color: #fff;
	background-position: center;
	background-position-x: right;
	padding-bottom: 20px;
}
	




.state-block h3 {
	padding: 0 25px;
	padding-left: 40px;
	font-size: 22px;
	font-weight: 700;
	position: relative;
	display: block;
	margin-bottom: 5px;
}

.state-block h3::after {
 	content: "";
  	position: absolute;
  	top: 3.5px;
  	left: 25px;
	width: 4px;
	height: 19px;
	background: linear-gradient(180deg, #E008FE 0%, #710481 100%);
	border-radius: 13px;
}


.state-block p {
	width: 164px;
	font-size: 12px;
	font-weight: 600;
	margin: 5px 25px;
	margin-bottom: 15px;
	line-height: 15px;
	color: rgba(255, 255, 255, 0.9);
}

.state-block > div {
	margin-top: auto;
	display: flex;
	align-items: center;
	padding: 0 25px;
	gap: 10px;
}

.state-block > div > span {
	font-size: 14px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.9);
	
}

.dot {
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background: #00FF6A;
	box-shadow: 0px 0px 5.78199px 1.32919px #00FF6A;

}	

.header-dot {
	width: 13px;
	height: 13px;
	border-radius: 100%;
background: #00FF6A;
box-shadow: 0px 0px 8.7px 2px #00FF6A;

}

.state-block > div > span > span {
	padding: 0 5px;
}

.truck-block {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	position: relative;
}

.slider-track {
  height: 8px;
  background: #3a0066;
  border-radius: 3px;
  margin-top: 8px;
  position: relative;
  width: 256px;
  background: #241B49;
border-radius: 50px;
overflow: hidden;
}

.slider-thumb {
  height: 100%;
  border-radius: 3px;
  width: 50%; 
  transition: background 0.3s;
  position: absolute;
  left: 0;
  background: #A34BFF;
	box-shadow: 0px 0px 6.2px 4px rgba(163, 75, 255, 0.51);
	border-radius: 50px;
	cursor: pointer;
	
}

.arrowsDiv {
	display: flex;
	
	gap: 10px;
	position: absolute;
	right: 140px;
}

.truck-block .arrowsDiv {
	display: none;
}

.arrowsDiv div {
  width: 46px;
  height: 46px;
  position: relative;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  background: transparent;
  overflow: hidden;
}

/* градиентный слой */
.arrowsDiv div::before {
  content: "";
  position: absolute;
  inset: 1px; /* отступ = толщине бордера */
  border-radius: 50%;
  background: linear-gradient(0deg, #B59DF6 0%, #6937F4 100%);

  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.25s ease, transform 0.25s ease;

  z-index: 1;
}

/* hover */
.arrowsDiv div:hover::before {
  opacity: 1;
  transform: scale(1);
}

/* стрелка / иконка сверху */
.arrowsDiv div img {
  position: relative;
  z-index: 2;
  display: block;
}
.arrowsDiv div {
  width: 46px;
  height: 46px;
  position: relative;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  background: transparent;
  overflow: hidden;
}

/* градиентный слой */
.arrowsDiv div::before {
  content: "";
  position: absolute;
  inset: 1px; /* отступ = толщине бордера */
  border-radius: 50%;
  background: linear-gradient(0deg, #B59DF6 0%, #6937F4 100%);

  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.25s ease, transform 0.25s ease;

  z-index: 1;
}

/* hover */
.arrowsDiv div:hover::before {
  opacity: 1;
  transform: scale(1);
}

/* стрелка / иконка сверху */
.arrowsDiv div img {
  position: relative;
  z-index: 2;
  display: block;
}


.market-static-block {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.static {
	width: 80%;
}

.staticMobile {
	display: none;
	margin: 30px 0;
}


.questions-main-block {
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin-top: 50px;
}

.choose-questions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.choose-questions button {
	font-weight: 600;
	font-size: var(--text-size-18);
	color: #FFFFFF;
	background: linear-gradient(90deg, rgba(215, 214, 214, 0.07) 0%, rgba(255, 255, 255, 0.15) 100%);
	border-radius: 6px;
	border: transparent;
	width: 228px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.8s all;
	cursor: pointer;
}

.choose-questions button:hover {
	background: transparent;
	border: 2px solid transparent;

  border-image: linear-gradient(90deg, rgba(215,214,214,0.07), rgba(255,255,255,0.15));
  border-image-slice: 2;
}

.choose-questions button.active {
	background: linear-gradient(270deg, #B59DF6 0%, #6937F4 100%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	cursor: pointer;
}	

.choose-questions button.active:hover {

	border: 2px solid transparent;
	
  border-image: linear-gradient(270deg, #B59DF6 0%, #6937F4 100%);
  border-image-slice: 2;
	background: transparent;
}

.list-questions {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 23px;
	align-items: stretch;
	display: none;
}

.list-questions.active {
	display: grid;
}

.question-block {
	display: flex;
	flex-direction: column;
}

.question {
	width: 100%;
	color: #fff;
	padding: 25px;
	background: linear-gradient(90deg, rgba(215, 214, 214, 0.07) 0%, rgba(255, 255, 255, 0.15) 100%);
	border-radius: 6px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-width: 0;
	word-break: break-word;
    overflow-wrap: anywhere;
    gap: 15px;
    cursor: pointer;
}

.answer-block {
	width: 100%;
	font-size: var(--text-size-17);
	font-weight: 600;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.85);
	
	background: linear-gradient(1.82deg, rgba(42, 23, 64, 0.95) 1.63%, rgba(67, 35, 104, 0.95) 93.72%);
	max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  margin: 0;
  transition: all 0.4s ease;

}

.answer-block.active {
	max-height: 500px;
	padding: 20px;
}

.question span {
	font-size: var(--text-size-17);
	font-weight: 600;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.85);
	
}

.question button {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.2);
	min-width: 30px;
	min-height: 30px;
	background: transparent;
	border-radius: 100%;
	cursor: pointer;


}


.question button img {
	width: 10px;
	height: 6px;
}


.contactus-block {
	margin-top: 70px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	text-align: center;
	color: #fff;
}

.contactus-block h2 {
	font-size: 42px;
	font-weight: 600;
	
}

.contactus-block span {
	font-weight: 500;
	font-size: var(--text-size-18);
	color: rgba(255, 255, 255, 0.9);
}

.contactus-input-block {
	position: relative;
	margin-top: 30px;
}

.contactus-input-block label {
	position: absolute;
	color: rgba(255, 255, 255, 0.35);
	font-weight: 600;
	font-size: var(--text-size-17);
	top: 20px;
	left: 15px;
	transition: transform 0.3s ease, background 0.3s ease;
	padding: 0 10px;
}


.contactus-input-block label.active {
	transform: translateY(-30px);
	background: #100524;
}

.contactus-input-block input {
	
	width: 533px;
	height: 60px;
	outline: none;
	background: rgba(255, 255, 255, 0.2);
	border: 2px solid transparent;
	border-radius: 6px;
	font-size: var(--text-size-20);
	color: #fff;
	padding: 0 20px;
	
	transition: 0.6s all;
}

.contactus-input-block input.active {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.2);
}



.contactus-block button {
	color: #fff;
	border: transparent;
	font-weight: 600;
	font-size: var(--text-size-18);
	height: 58px;
	width: 228px;
	background: linear-gradient(270deg, #B59DF6 0%, #6937F4 100%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	margin-top: 25px;
	cursor: pointer;
}

.promo-banners-block {
	display: grid;
	justify-content: center;
	grid-template-columns: repeat(5, 230px);
	align-items: stretch;
	margin-top: 70px;
	gap: 20px 15px;
}

.promo-banner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 230px;
	height: 84px;
	background: rgba(255, 255, 255, 0.1);
	border: 1.24286px solid rgba(255, 255, 255, 0.22);
	border-radius: 6.21429px;
	transition: transform 0.4s;
}

.promo-banner:hover {
	transform: scale(1.05);
}

.promo-banner-footer {
	margin-top: 100px;
	width: 100%;
	height: 169px;
	background-image: url('../assets/main/banner2.png');
	background-size: cover;
	background-position: center;
	border-radius: 20px;
}

footer {
	width: 100%;
	background: #050505;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 30px;
	color: #fff;
	padding: 20px 80px;

}

.footer-headres {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-headres img {
	flex: 1;
}

.footer-headres div {
	flex: 1;
}

.footer-links {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
}

.footer-links a {
	font-weight: 700;
	font-size: var(--text-size-17);
	color: #fff;
	text-decoration: none;
	transition: opacity 0.4s;
}

.footer-links a:hover {
	opacity: 0.6;
}

.footer-block {
	width: 100%;
	height: 300px;
	padding: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: radial-gradient(75.68% 104.59% at 50% 6.76%, #100524 68.51%, #3D138A 100%);
}

.footer-block-logo {
	height: 150px;
	object-fit: contain;
}

.footer-block-links {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}

.footer-block-links > a {
	font-weight: 800;
	font-size: 64px;
	text-transform: uppercase;
	text-decoration: none;
	color: #A34BFF;
	line-height: 1;
	transition: 0.4s opacity;
}

.footer-block-links > a:hover {
	opacity: 0.6;
}

.footer-block-links div {
	display: flex;
	align-items: center;
	gap: 25px;
}

.footer-block-links div a {
	font-weight: 500;
	font-size: var(--text-size-18);
	color: #FFFFFF;
	text-decoration: none;
	transition: 0.4s opacity;
}

.footer-block-links div a:hover {
	opacity: 0.6;
}

.footer-block-instagram {
	width: 84px;
	height: 84px;
	background: #A34BFF;
	box-shadow: 0px 0px 16.6px -2px #A34BFF;
	border-radius: 50%;
	position: relative;
	margin: 0 100px;
	transition: 0.4s all;
	cursor: pointer;
}

.footer-block-instagram:hover {
	width: 100px;
	height: 100px;
}

.footer-block-instagram a {
	font-weight: 800;
	font-size: 24px;
	text-transform: uppercase;
	color: #FFFFFF;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translate(-50%, -50%);
	text-decoration: none;
	transition: 0.4s opacity;
}

.footer-block-instagram:hover a {
	opacity: 0.6;
}



.footer-block-instagram img {
	position: absolute;
	width: 81px;
	height: 128px;
	top: 50%;
	left: 50%;
	transform: translate(-60%, -50%) rotate(4.32deg);
}

.footer-block-privacy {
	display: flex;
	flex-direction: column;
	gap: 15px;
	font-weight: 500;
	font-size: 19px;
	
}

.footer-block-privacy a {
	text-align: right;
	text-decoration: underline;
	color: #FFFFFF;
	transition: 0.4s opacity;
}

.footer-block-privacy a:hover {
	opacity: 0.6;
}

.footer-block-privacy div {
	margin-top: 15px;
	display: flex;
	justify-content: center;
}

.footer-block-privacy span {
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
}



.social-medias {
	display: flex;
	justify-content: flex-end;
	gap: 15px;
}

.social-medias > a {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 6.21429px;
	border-radius: 100%;
}

.social-medias > a > img {
	width: 15px;
	height: 15px;
	flex: 0;
}

.footer-privacy {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
	padding-top: 50px;
	gap: 80px;
}

.footer-privacy a {
	font-weight: 500;
	font-size: var(--text-size-16);
	color: #fff;
	text-align: center;
	
}

footer > span {
	margin-top: 15px;
	margin-bottom: 15px;
	color: rgba(255, 255, 255, 0.5);
	font-weight: 500;
	font-size: var(--text-size-16);
}

.shop-block {
	display: flex;
	flex-direction: column;
}

.shop-header {
	width: 100%;
	display: flex;
	gap: 20px;
	height: 81px;
}

.shop-header-first-block {
	display: flex;
	align-items: center;
	padding: 0 30px;
	max-width: 395px;
	width: 100%;
	background: rgba(35, 27, 74, 0.65);
	border-radius: 20px;
	gap: 15px;
}

.shop-header-first-block span {
	font-weight: 600;
	font-size: var(--text-size-17);
	color: rgba(255, 255, 255, 0.85);
	display: flex;
	align-items: center;
	gap: 10px;
}

.shop-header-second-block {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px;
	background: rgba(35, 27, 74, 0.65);
	border-radius: 20px;
	gap: 30px;
}

.shop-header-search {
	max-width: 391px;
	width: 100%;
	position: relative;
}

.shop-header-search input {
	width: 100%;
	background: transparent;
	color: rgba(255, 255, 255, 0.85);
	font-weight: 600;
	font-size: var(--text-size-17);
	border: none;
	border-radius: 10px;
	outline: none;
	position: relative;
}

.shop-header-search input::placeholder {
	color: #fff;
	opacity: 1;
}

.shop-header-search:after {
		content: '';
	  position: absolute;
	  left: 0;
	  bottom: -10px;
	  width: 100%;
	  height: 2px;
	  background: rgba(217, 217, 217, 0.41);
	  border-radius: 10px;
}



.shop-header-search img {
	position: absolute;
	top: 2px;
	right: 0;
	width: 16px;
	height: 16px;

}

.shop-header-types {
	display: flex;
	align-items: center;
	gap: 50px;
	height: 100%;
}

.shop-header-types span {
	display: flex;
	align-items: center;
	height: 100%;
	font-weight: 600;
	font-size: var(--text-size-17);
	color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	position: relative;
	transition: 0.4s all;
}

.shop-header-types span:hover {
	color: rgba(255, 255, 255, 0.7);
}

.shop-header-types span.active {
	color: #fff;
}

.shop-header-types span.active::after {
  content: "";
  position: absolute;
  left: 50%;              /* центрируем по горизонтали */
  bottom: 0px;           /* чуть ниже текста */
  transform: translateX(-50%); /* чтобы центр треугольника был по центру текста */

  width: 0;
  height: 0;
  border-left: 14px solid transparent;  /* левая сторона прозрачная */
  border-right: 14px solid transparent; /* правая сторона прозрачная */
  border-bottom: 14px solid #00FF6A;         /* верхняя сторона — цвет треугольника */
}

.shop-main > div {
	display: flex;
	gap: 20px;
	margin-top: 20px;
	display: none;
	align-items: flex-start;
	max-width: 100%;
	overflow-x: hidden; /* Предотвращаем горизонтальный скролл */
	box-sizing: border-box;
}


.shop-main > div.active {
	display: flex;
}

.shop-block {
	display: flex;
	flex-direction: column;
	max-width: 100%;
	overflow-x: hidden; /* Предотвращаем выход контента за границы */
	box-sizing: border-box;
}

.shop-filters {
	display: flex;
	flex-direction: column;
	padding: 15px 35px;
	background: rgba(35, 27, 74, 0.65);
	border-radius: 20px;
	max-width: 395px;
	width: 100%;
	position: relative;
}

.shop-filters-mobile-arrow {
	margin-left: auto;

	
	display: none;
}



.shop-filters-mobile-arrow img {
	width: unset !important;
	height: unset !important;
	padding: 10px 8px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	cursor: pointer;
	transition: transform 0.4s;
}


.filters-header {
	display: flex;
	align-items: center;
	gap: 25px;
	padding: 20px 0;
	border-bottom: 2px solid rgba(217, 217, 217, 0.41);

}

.filters-header h3 {
	font-weight: 600;
	font-size: var(--text-size-20);
	color: rgba(255, 255, 255, 0.9);
}

.filters-header img {
	width: 42px;
	height: 40px;
}

.filters-body {
	display: flex;
	flex-direction: column;
	padding: 40px 0;
	gap: 40px;
}

.filter-block {
	display: flex;
	flex-direction: column;
	position: relative;
	
}

/* Когда фильтр раскрыт — рисуем слева цельную "капсулу", чтобы не было разрывов/щелей */
.filter-block.open::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 42px;
	background: #2A2058;
	border-radius: 100px;
	pointer-events: none;
}

.filter-block.open .filter-header,
.filter-block.open .filter-block-body {
	position: relative;
}

.filter-header {
	display: flex;
	align-items: stretch;
	gap: 30px;

}

.filter-header-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #2A2058;
	border-radius: 100px 100px 0  0;
	min-width: 42px;
	
	padding: 20px 0;
	padding-top: 10px;
	transition: border-radius 0.6s ease, padding 0.6s ease;
}

.filter-header-icon img {
	width: 18px;
	height: 18px;
}

.div-header-open-body {
	max-width: 30px;
	height: 30px;
	padding: 10px 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 100%;
}

.div-header-open-body img {
	transition: 0.6s all;
	width: 10px;
	height: 6px;
}



.filter-header-icon.closed {
	border-radius: 100px;
	padding: 15px;
	align-self: center;
}

.filter-header-block.closed {
	padding: 10px 0;
}

.filter-header-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 20px 0;
	padding-top: 10px;
	gap: 15px;
}

.filter-header-input {
	position: relative;
}

.filter-header-input div {
	position: absolute;
	top: 4px;
	left: 10px;
	display: flex;
	align-items: center;
	gap: 5px;
}

.filter-header-input h4 {
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
}

.filter-header-input input {
	width: 100%;
	height: 30px;
	padding-left: 70px;
	padding-right: 15px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 14px;
	outline: none;
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
}

.filter-header-input input:placeholder {
	color: rgba(255, 255, 255, 0.5);
}


.filter-header-block h5 {
	font-weight: 500;
	font-size: var(--text-size-18);

	color: #FFFFFF;
}


.filter-block-body {
	display: flex;
	flex-direction: column;
	max-height: 0;
	overflow: hidden;
	transition: all 0.6s linear;
}

.filter-block-body.active.has-slots {
	position: relative;
	padding-bottom: 16px;
}

.filter-block-body.active .has-slots::after {
	content: "";
	position: absolute;
	display: block;
	bottom: -16px;
	left: 0;
	height: 16px;
	pointer-events: none;
  	background: #2A2058;
	width: 42px;
  	border-radius: 0 0 100px 100px;
}

.filter-block-body.active.has-geo {
	position: relative;
	padding-bottom: 16px;
}

.filter-block-body.active .has-geo::after {
	content: "";
	position: absolute;
	display: block;
	bottom: -16px;
	left: 0;
	height: 16px;
	pointer-events: none;
  	background: #2A2058;
	width: 42px;
  	border-radius: 0 0 100px 100px;
}

.filter-block-body.active {
	/* Должно вмещать раскрытые подфильтры и толкать баннеры вниз */
	max-height: 3000px;
}

.filter-block-body.slots.active {
	max-height: 192px;
	overflow-y: auto;
}


.filter-block-body-item, .filter-block-body-item-all {
	display: flex;
	align-items: stretch;
	gap: 30px;
}

.filter-block-body-item.submenu {
	gap: 10px;
}

.filter-block-dot-block {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	background: #2A2058;
	min-width: 42px;
	/*height: 61px;*/
	padding-bottom: 20px;
}

.filter-block-body-item.submenu .filter-block-dot-block {
	background: transparent;
	min-width: 20px;
}

.filter-block-dot-block.shops {
	padding-bottom: 35px;
}




.filter-block-dot-block.footer {
	border-radius: 0 0 100px 100px;
	
}

.filter-block-dot, .filter-block-dot-all {

	padding: 4.5px;
	background: #6254A4;
	border-radius: 100%;
	cursor: pointer;
	margin-top: 5px;
	transition: 0.6s all;
}

.filter-block-dot.selected{
	background: #506DFF;
	box-shadow: 0px 0px 5.78199px 1.32919px #506DFF;
}

.filter-block-dot-all.selected {
	background: #DE58BD;
	box-shadow: 0px 0px 5.78199px 1.32919px #EF53C9;
}

.filter-block-body-item-header {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.filter-block-body-item-header-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding-right: 40px;
	cursor: pointer;
}

.filter-block-body-item-header-main.shops {
	padding-right: 0;
	padding-bottom: 15px;
}

.filter-block-body-item-header-main h5 {
	font-weight: 600;
	font-size: var(--text-size-16);
	color: rgba(255, 255, 255, 0.9);

}

.filter-block-body-item-header span {
	font-weight: 400;
	font-size: var(--text-size-16);
	color: rgba(255, 255, 255, 0.9);

}

.filter-block-body-item-header span.slot {
	flex: 1;
	margin-left: 15px;
}

.filter-subtype-items {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 15px 5px;
	overflow: hidden;
	position: relative;
}

.filter-subtype-items.closed {
	display: none;
}

.filter-subtype-item, .filter-subtype-item-all {
	display: flex;
	align-items: center;
	gap: 10px;
}

.subtype-dot, .subtype-dot-all {
	width: 9px;
	height: 9px;
	background: #6254A4;
	border-radius: 100%;
	cursor: pointer;
}

.subtype-dot.selected {
	background: #506DFF;
	box-shadow: 0px 0px 5.78199px 1.32919px #506DFF;
}

.subtype-dot-all.selected {
	background: #DE58BD;
	box-shadow: 0px 0px 5.78199px 1.32919px #EF53C9;
}

.filter-subtype-item span, .filter-subtype-item-all span {
	color: rgba(255, 255, 255, 0.9);
	font-weight: 400;
}

/* Стили для подменю внутри категорий (Слоты и Соотношение сторон) */
.filter-submenu-section {
	margin-bottom: 0;
}

.filter-submenu-section .filter-block-body-item {
	margin-bottom: 0;
}

.filter-submenu-content {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 0 5px;
	overflow: hidden;
	max-height: 0;
	padding-top: 0;
	padding-bottom: 0;
	transition: max-height 0.3s ease, padding-top 0.3s ease, padding-bottom 0.3s ease;
}

.filter-submenu-content.closed {
	max-height: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	overflow: hidden;
}

.filter-submenu-content:not(.closed) {
	/* Подвкладки внутри Изображения/Видео могут быть длинными */
	max-height: 1500px !important;
	padding-top: 15px !important;
	padding-bottom: 5px !important;
}

.filter-submenu-content.slots-content,
.filter-submenu-content.sizes-content {
	padding-left: 5px;
}

/* Обработчик для открытия/закрытия подменю внутри категорий */
.submenu-open-items {
	cursor: pointer;
}

.shop-carts-main {
	width: 100%;
	display: flex;
	flex-direction: column;
	overflow-x: hidden; /* Предотвращаем горизонтальный скролл */
	max-width: 100%;
}

.shop-carts-block {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px 15px;
	max-width: 100%;
	box-sizing: border-box;
}

.shop-carts-block.shops {
	grid-template-columns: repeat(2, 1fr) !important;
}

.shop-cart-block {
	width: 100%;
	height: 416px;
	display: flex;
	flex-direction: column;
	padding: 10px 20px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 14px;
	cursor: pointer;

}

.shop-cart-block.shops {
	height: 340px !important;
	padding: 10px 25px;
}

.shop-cart-block-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}

.shop-cart-block-header h4 {
	font-weight: 600;
	font-size: var(--text-size-18);
	color: rgba(255, 255, 255, 0.9);
	cursor: pointer;
}

.shop-cart-block-header a {
	text-decoration: none;
	font-weight: 600;
	font-size: var(--text-size-18);
	color: rgba(255, 255, 255, 0.9);
	cursor: pointer;
}

.shop-cart-block.shops .shop-cart-block-header img {
	width: 150px;
}

.shop-cart-block-header div {
	display: flex;
	align-items: center;
	gap: 7px;
}

.shop-cart-block-header span {
	background: rgba(255, 255, 255, 0.12);
	border: 0.693333px solid rgba(255, 255, 255, 0.25);
	padding: 5px 15px;
	border-radius: 13.8667px;
	font-weight: 500;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.9);

}

.shop-card-block-main {
	display: flex;
	flex-direction: column;
	height: 100%;
	cursor: pointer;
}

.shop-card-block-main a {
	min-height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	background: #290A43;
	border-radius: 0px 0px 15.8365px 15.8365px;
	font-weight: 500;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.9);
	transition: 0.4s color;
}

.shop-card-block-main a:hover {
	color: rgba(255, 255, 255, 0.6);
}


.shop-cart-block-cart-add-basket {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	height: 45px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	background: linear-gradient(94.01deg, #290A43 -7.58%, #56009E 113.1%);
	border-radius: 0px 0px 12px 12px;
	text-align: center;
}

.shop-cart-block-cart-add-basket span {
	font-weight: 500;
	font-size: var(--text-size-14);
	color: rgba(255, 255, 255, 0.9);
	text-align: center;
}

.shop-cart-block-cart-add-basket img {
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.shop-cart-block-main-info {
	border-radius: 12px 12px 0 0;
	height: 100%;
	background-repeat: no-repeat;
	background-position: top;
	background-size: calc(100% + 20px);
	display: flex;
	flex-direction: column;
	padding: 10px 0;
	position: relative;
	overflow: hidden;
}

.shop-cart-block-main-info::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 50%;
  pointer-events: none;
  

  background: linear-gradient(
    180deg,
    rgba(41, 10, 67, 0.65) 0%,
    rgba(103, 25, 169, 0.45) 18%,
    rgba(103, 25, 169, 0.25) 30%,
    rgba(103, 25, 169, 0.12) 42%,
    rgba(0, 0, 0, 0.05) 60%,
    transparent 75%
  );
  z-index: 1;
}



/* Видео-превью на карточках: показываем первый кадр */
.shop-cart-block-main-info.is-video {
	background-image: none !important;
	background: rgba(0, 0, 0, 0.25);
	overflow: hidden;
}

.shop-cart-video-preview {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px 12px 0 0;
	pointer-events: none; /* чтобы клик шел на карточку */
	filter: saturate(1.05) contrast(1.02);
	z-index: 0;
}

.shop-cart-video-preview-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px 12px 0 0;
	pointer-events: none;
	filter: saturate(1.05) contrast(1.02);
	z-index: 0;
}

.shop-cart-image-preview {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px 12px 0 0;
	pointer-events: none;
	filter: saturate(1.05) contrast(1.02);
	z-index: 0;
}

/* Fallback на background-image если <img> не загрузился */
.shop-cart-block-main-info.has-background-fallback {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.shop-cart-block-main-info.is-video > *:not(.shop-cart-video-preview):not(.shop-cart-video-preview-img):not(.shop-cart-image-preview),
.shop-cart-block-main-info > *:not(.shop-cart-video-preview):not(.shop-cart-video-preview-img):not(.shop-cart-image-preview) {
	position: relative;
	z-index: 1;
}


.shop-cart-block-main-info.shops {
	background-position: center;
}

.shop-cart-block-main-info span {
	font-weight: 500;
	font-size: var(--text-size-14);

	color: rgba(255, 255, 255, 0.9);
	text-align: center;
}

#cartCTR {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

#cartCTR::before {
	content: "";
	width: 16px;
	height: 10px;
	background: #00FF6A; /* зелёный */
	border-radius: 1px;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	flex-shrink: 0;
}

.shop-cart-block-cart-price {
	align-self: flex-start;
	display: flex;
	align-items: center;
	gap: 10px;	
	margin-top: 10px;
	background: #290A43;
	box-shadow: 0px 4px 4.1px rgba(0, 0, 0, 0.27);
	border-radius: 0 100px 100px 0px;
	padding: 10px;
	padding-right: 15px;
}

.shop-cart-block-cart-price h5 {
	font-weight: 600;
	font-size: var(--text-size-14);
	color: rgba(255, 255, 255, 0.9);
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.shop-cart-block-main-info.shops .shop-cart-block-cart-price h5 {
	align-items: center;
	flex-direction: row;
	gap: 10px;
}
.shop-cart-block-cart-price span {
	font-weight: 400;
	font-size: var(--text-size-16);
	color: rgba(255, 255, 255, 0.9);
}

.dot-purple {
	width: 7px;
	height: 7px;
	background: #DE58BD;
	box-shadow: 0px 0px 6.032px 1.38667px #EF53C9;
	border-radius: 100%;
}

.cart-hit {
	width: 52px;
	height: 52px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(326.5deg, #3D0030 -47.96%, #F018C1 68.64%);
	box-shadow: 2px 3px 3.9px 2px rgba(0, 0, 0, 0.3);
	font-weight: 700;
	font-size: var(--text-size-14);
	color: rgba(255, 255, 255, 0.9);
	transform: rotate(-12.45deg);
	border-radius: 100%;
	top: 35%;
	left: -10px;
	display: none;
	
}

.cart-hit.active {
	display: flex;
}

.shop-cart-block-cart-kategory {
	padding: 0 15px;
	flex: 1;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.shop-cart-block-cart-video-preview-icon {
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 68px;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(41, 10, 67, 0.56);
	border: 0.693333px solid rgba(255, 255, 255, 0.4);
	border-radius: 50%;

	transition: 0.4s transform;
}

.shop-cart-block-cart-video-preview-icon:hover {
	transform: translate(-50%, -50%) scale(1.05);
}

.shop-cart-block-cart-video-preview-icon img {
	margin-left: 4px;
}


.shop-cart-block-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 12px;

}

.shop-cart-block-footer span {
	font-weight: 500;
	font-size: var(--text-size-14);
	color: rgba(255, 255, 255, 0.9);
}

.shop-cart-block-footer div {
	display: flex;
	align-self: center;
	gap: 10px;
}

.shop-cart-block-footer img {
	width: 22px;
	height: 22px;
	cursor: pointer;
	object-fit: contain;
}

.shop-carts-pages-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 20px;

}

.shop-carts-pages-info {
	font-weight: 500;
	font-size: var(--text-size-18);
	color: rgba(255, 255, 255, 0.5);
}

.shop-carts-pages {
	display: flex;
	align-items: center;
	gap: 25px;
}
.pages-arrow {
  width: 34px;
  height: 34px;
  position: relative;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  background: transparent;
  overflow: hidden;
}

.pages-arrow::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 50%;
  background: linear-gradient(0deg, #B59DF6 0%, #6937F4 100%);

  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.35s ease, transform 0.35s ease;

  z-index: 1;
}

.pages-arrow:hover::before {
  opacity: 1;
  transform: scale(1);
}

.pages-arrow img {
  position: relative;
  z-index: 2;
  display: block;
}


.news-pages-arrow {
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	cursor: pointer;
}

.shop-carts-pages-full {
	display: flex;
	align-items: center;
	gap: 5px;
}

.shop-carts-pages-full span {
	font-weight: 500;
	font-size: var(--text-size-18);
	line-height: 24px;
	color: #FFFFFF;
	width: 22px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.current-page, .current-page-first-empty {
	background: linear-gradient(180deg, #B59DF6 0%, #6937F4 100%);
	border-radius: 4px;
}



.shop-carts-pages-full span:hover {
	opacity: 0.7;
	background: linear-gradient(180deg, #B59DF6 0%, #6937F4 100%);
	border-radius: 4px;
}

.filter-block-dot-block.slots.footer {
	width: 42px;
	
}

.filter-block-dot-block.slots.footer.closed {
	padding-top: 0;
	padding-bottom: 0;
}

.filter-footer {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 30px;
	flex: 0 0 auto;
	margin-top: 30px;
}

.filter-footer-promo-banner {
	height: 322px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.shop-shops {
	align-items: flex-start;
}

.popup-registarion-choose-bg, .popup-registarion-confirm-bg, .popup-registarion-type-bg, .popup-cashup-bg, .popup-registarion-end-bg, .popup-login-type-bg, .popup-item-success-bg, .popup-order-paid-bg, .popup-cart-success-bg, .popup-order-cancel-confirm-bg, .popup-order-confirm-review-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(12, 2, 25, 0.91);
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: 0.4s all;
}

.popup-registarion-choose-bg.open, .popup-registarion-confirm-bg.open, .popup-registarion-type-bg.open, .popup-cashup-bg.open, .popup-registarion-end-bg.open, .popup-login-type-bg.open, .popup-item-success-bg.open, .popup-order-paid-bg.open, .popup-cart-success-bg.open, .popup-order-cancel-confirm-bg.open, .popup-order-confirm-review-bg.open {
	opacity: 1;
	pointer-events: all;
	visibility: visible;
}

.popup-registarion-choose-main, .popup-registarion-confirm-main, .popup-registarion-type-main, .popup-cashup-main, .popup-registarion-end-main, .popup-login-type-main, .popup-order-paid-main, .popup-cart-success-main, .popup-order-cancel-confirm-main, .popup-order-confirm-review-main {
	width: 100%;
	max-width: 850px;
	transition: transform 0.4s;
	transform: translateY(100%);
}

.popup-cashup-main {
	max-width: 600px;
}

.popup-item-success-main {
	width: 550px;
}

.popup-cart-success-main {
	width: 550px;
	max-width: 550px;
}

.popup-registarion-choose-main.open, .popup-registarion-confirm-main.open, .popup-registarion-type-main.open, .popup-cashup-main.open, .popup-registarion-end-main.open, .popup-login-type-main.open, .popup-item-success-main.open, .popup-order-paid-main.open, .popup-cart-success-main.open, .popup-order-cancel-confirm-main.open, .popup-order-confirm-review-main.open {
	transform: translateY(0);
}

.popup-huge-border {
	padding: 20px;
	background: rgba(255, 255, 255, 0.1);
	border: 1.24286px solid rgba(255, 255, 255, 0.22);
	border-radius: 15px;
}

.popup-registarion-choose-block, .popup-registarion-confirm-block, .popup-registarion-type-block, .popup-cashup-block, .popup-registarion-end-block, .popup-login-type-block, .popup-item-success-block, .popup-order-paid-block, .popup-cart-success-block, .popup-order-cancel-confirm-block, .popup-order-confirm-review-block {
	background: linear-gradient(1.82deg, #2A1740 1.63%, #432368 93.72%);
	box-shadow: 22px 4px 12.6px 6px rgba(0, 0, 0, 0.35);
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	height: 400px;
	padding: 25px 22px;
}

.popup-registarion-type-block, .popup-cashup-block, .popup-registarion-confirm-block, .popup-registarion-end-block, .popup-login-type-block, .popup-item-success-block, .popup-cart-success-block, .popup-order-cancel-confirm-block, .popup-order-confirm-review-block  {
	height: unset;
}

.popup-close {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.popup-close-button {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1.5px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	cursor: pointer;
}

.popup-close-button span {
	font-weight: 500;
	font-size: 12px;
	color: #fff;
}

/* Модальное окно для просмотра медиа */
.popup-media-viewer-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	pointer-events: none;
}

.popup-media-viewer-bg.open {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.popup-media-viewer-main {
	position: relative;
	max-width: 1200px;
	max-height: 90vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.popup-media-viewer-content {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.popup-media-viewer-content img,
.popup-media-viewer-content video {
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.popup-media-viewer-main .popup-close {
	position: absolute;
	top: -10px;
	right: -20px;
	z-index: 10001;
}

.popup-registarion-choose-block h3, .popup-registarion-confirm-block h3, .popup-registarion-type-block h3, .popup-cashup-block h3, .popup-registarion-end-block h3, .popup-login-type-block h3, .popup-item-success-block, .popup-order-cancel-confirm-block h3, .popup-order-confirm-review-block h3 {
	font-weight: 600;
	font-size: 42px;
}

.popup-cashup-block h3, .popup-item-success-block h3 {
	font-size: 28px;
	margin-top: 10px;
	text-align: center;
}

.popup-item-success-block p {

	color: rgba(255, 255, 255, 0.9);
	font-weight: 500;
	font-size: var(--text-size-16);
	display: flex;
	text-align: center;
}

.popup-registarion-choose-block > span, .popup-registarion-confirm-block > span, .popup-registarion-type-block > span, .popup-cashup-block > span, .popup-login-type-block > span, .popup-order-cancel-confirm-block > span, .popup-order-confirm-review-block > span {
	font-weight: 600;
	font-size: var(--text-size-18);
	color: rgba(255, 255, 255, 0.5);
	padding: 15px 0;
}

.popup-registarion-confirm-block button, .popup-item-success-block button {
	width: 240px;
	height: 60px;
	border: transparent;
	background: linear-gradient(270deg, #B59DF6 0%, #6937F4 100%);
	border-radius: 6px;
	color: #fff;
	font-weight: 600;
	font-size: var(--text-size-20);
	transition: 0.4s all;
	cursor: pointer;
	margin-top: 25px;
	margin-bottom: 15px;
}

.popup-registarion-confirm-block button:hover, .popup-item-success-block button:hover {
	transform: scale(1.05);
}

/* Стили для попапа успешного добавления в корзину */
.popup-cart-success-block h3 {
	font-size: 28px;
	margin-top: 10px;
	text-align: center;
}

.popup-cart-success-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 20px 0;
}

.popup-cart-success-icon {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.popup-cart-success-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.popup-cart-success-block p {
	color: rgba(255, 255, 255, 0.9);
	font-weight: 500;
	font-size: var(--text-size-16);
	display: flex;
	text-align: center;
	margin-bottom: 30px;
}

.popup-cart-success-actions {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100%;
	max-width: 400px;
}

.popup-cart-success-button-primary,
.popup-cart-success-button-secondary {
	width: 100%;
	height: 60px;
	border: transparent;
	border-radius: 6px;
	color: #fff;
	font-weight: 600;
	font-size: var(--text-size-18);
	transition: 0.4s all;
	cursor: pointer;
}

.popup-cart-success-button-primary {
	background: linear-gradient(270deg, #B59DF6 0%, #6937F4 100%);
}

.popup-cart-success-button-primary:hover {
	transform: scale(1.05);
}

.popup-cart-success-button-secondary {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.popup-cart-success-button-secondary:hover {
	background: rgba(255, 255, 255, 0.15);
	transform: scale(1.02);
}

/* Уведомление о добавлении в корзину */
.cart-notification {
	position: fixed;
	top: 20px;
	right: 20px;
	background: linear-gradient(1.82deg, #2A1740 1.63%, #432368 93.72%);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 12px;
	padding: 16px 24px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
	z-index: 9999;
	opacity: 0;
	transform: translateX(400px);
	transition: opacity 0.3s ease, transform 0.3s ease;
	pointer-events: none;
	max-width: 350px;
}

.cart-notification.show {
	opacity: 1;
	transform: translateX(0);
	pointer-events: all;
}

.cart-notification-content {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #fff;
}

.cart-notification-icon {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.cart-notification-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.cart-notification-text {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	color: #fff;
}

/* Плавающая кнопка корзины */
.floating-cart-button {
	top: 19px;
	right: 40px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transform: scale(0.9);
	pointer-events: none;
	transition: opacity 0.25s ease, transform 0.25s ease;
	z-index: 1200;
	cursor: pointer;
}

.floating-cart-button img {
	height: 32px;
}

.floating-cart-button span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-15%, -90%);
	font-weight: 600;
	font-size: 22px;
	color: #FAD608;
}

.floating-cart-button.visible {
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
}

.floating-cart-button.visible:hover {
	transform: scale(1.05);
}

.floating-cart-button.hidden {
	display: none;
}

.support-widget {
	width: 460px;
	position: fixed;
	bottom: 0;
	right: 110px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 15px;
	padding-left: 10px;
	gap: 15px;
	background: linear-gradient(360deg, #4A3797 0%, #2A1741 100%);
	border-radius: 20px 20px 0px 0px;
	cursor: pointer;
	z-index: 10;

	opacity: 0.5;
	pointer-events: none;
	visibility: hidden;
	transition: 0.3s all;
	transform: translateY(100%);
}

.support-widget.open {
	transform: translateY(0);
	opacity: 1;
	pointer-events: all;
	visibility: visible;
}


.support-dot {
	min-width: 13px;
	min-height: 13px;
	background: #00FF6A;
	box-shadow: 0px 0px 8.7px 2px #00FF6A;
	border-radius: 50%;
}

.support-widget-avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.support-widget span {
	font-weight: 500;
	font-size: 20px;
	color: #FFFFFF;
}

.support-widget-message {
	position: relative;
}

.support-widget-message img {
	width: 45px;
	height: 45px;
}

.support-widget-message span {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FF0707;
	border-radius: 50%;
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
}

.support-block {
	width: 460px;
	height: 460px;
	position: fixed;
	bottom: 25px;
	right: 110px;
	background: linear-gradient(180deg, #4A3797 0%, #2A1741 100%);
	border-radius: 20px 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 10px 5px;
	padding-top: 15px;
	cursor: grab;

	transition: 0.3s all;
	transform: translateY(100%);
	opacity: 1;
	pointer-events: none;
	visibility: hidden;
	z-index: 9;
}



.support-block.open {
	transform: translateY(0);
	opacity: 1;
	pointer-events: all;
	visibility: visible;
}

.support-close {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 20px;
	height: 20px;
	background: #FFAE00;
	box-shadow: inset 0px 0px 3px #8E6100;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.4s opacity;
	
}

.support-close:hover {
	opacity: 0.6;
}

.support-block-header {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 0 15px;
}

.support-block-header span {
	font-weight: 500;
	font-size: 20px;
	color: #FFFFFF;
}

.support-block-chat {
	display: flex;
	flex-direction: column;
	gap: 10px;
	overflow-y: auto;
}

.support-block-chat-messages {
	
	height: 100%;
	display: flex;
	flex-direction: column;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 6px;
	
	gap: 15px;
	overflow-y: auto;
	padding-top: 15px;
	padding-left: 0;
	padding-bottom: 25px;
}

.support-block-chat-message {
	display: flex;
	flex-direction: column;
	padding: 0 15px;
	padding-left: 10px;
	gap: 5px;
}

.support-block-chat-message-header {
	padding-left: 85px;
}

.support-block-chat-message-header span {
	font-weight: 700;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.9);
}


.support-block-chat-message-main {
	position: relative;
	display: flex;
	gap: 20px;
	justify-content: flex-end;
}

.support-block-chat-message.me .support-block-chat-message-main {
	align-items: flex-end;
}

.support-block-chat-message.you .support-block-chat-message-main {
	align-items: flex-start;
	flex-direction: row-reverse;
}

.message-logo {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.support-block-chat-message-main div {
	position: relative;
	padding: 15px;
	border-radius: 18px;
}

.support-block-chat-message.me .support-block-chat-message-main div {
	width: 442px;
	background: #685F86;
}

.support-block-chat-message.you .support-block-chat-message-main div {
	width: 412px;
	background: #F3F3F5;
}

.support-block-chat-message.support .support-block-chat-message-main div {
	background: #A34BFF;
}

.support-block-chat-message-main div p {
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
}

.support-block-chat-message.you .support-block-chat-message-main div p {
	color: black;
}

.support-block-chat-message.support .support-block-chat-message-main div p {
	color: #FFFFFF;
}

.support-block-chat-message-main .message-ponytail  {
	width: 44px !important;
	height: 15px;
	-webkit-mask-size: contain;
	mask-size: contain;
	position: absolute;
	padding: 0 !important;
}
	

.support-block-chat-message.me .support-block-chat-message-main .message-ponytail {
	bottom: 0;
	right: -20px;
	background-color: #685F86 !important;
	-webkit-mask: url('/assets/main/icons/ponytail.svg') no-repeat center;
	mask: url('/assets/main/icons/ponytail.svg') no-repeat center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.support-block-chat-message.you .support-block-chat-message-main .message-ponytail {
	top: 0;
	left: -20px;
	background-color: #F3F3F5 !important;
	-webkit-mask: url('/assets/main/icons/ponytail.svg') no-repeat center;
	mask: url('/assets/main/icons/ponytail.svg') no-repeat center;
	-webkit-mask-size: contain;
	mask-size: contain;
	transform: scaleX(-1) scaleY(-1);
}

.support-block-chat-message.support .support-block-chat-message-main .message-ponytail {
	background-color: #A34BFF !important;
}

.support-block-chat-input {
	position: relative
}

.support-block-chat-input input {
	height: 60px;
	width: 100%;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 6px;
	border: transparent;
	outline: none;
	padding: 0 15px;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
}

.support-block-chat-input input:placeholder {
	color: rgba(255, 255, 255, 0.35);
}

.support-block-chat-input div {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #A34BFF;
	border-radius: 100%;
	cursor: pointer;
	transition: 0.4s opacity;
}

.support-block-chat-input div:hover {
	opacity: 0.6;
}

.support-block-chat-input div img {
	margin-left: 3px;
}


.support-block-files {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 15px;
	padding-bottom: 5px;
}

.support-block-files-list {
	padding-right: 10px;
	border-right: 1.23px solid rgba(217, 217, 217, 0.41);
	display: flex;
	align-items: center;
	gap: 15px;
}

.support-block-files-list div {
	display: flex;
	align-items: center;
	gap: 5px;
}

.support-block-files-list div strong {
	font-weight: 400;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
}

.support-block-files-list div span {
	color: #fff;
}

.support-block-files-add {
	font-weight: 400;
	font-size: 16px;
	text-decoration: underline;
	color: rgba(255, 255, 255, 0.9);
	transition: 0.4s color;
	border: none;
	background: none;
	cursor: pointer;
}

.support-block-files-add:hover {
	color: rgba(255, 255, 255, 0.5);
}




@media (max-width: 768px) {
	.floating-cart-button {
		width: 56px;
		height: 56px;
		right: 16px;
		bottom: 16px;
	}
	
	.floating-cart-button img {
		width: 24px;
		height: 24px;
	}
}

@media (max-width: 768px) {
	.cart-notification {
		top: 10px;
		right: 10px;
		left: 10px;
		max-width: none;
		transform: translateY(-100px);
	}
	
	.cart-notification.show {
		transform: translateY(0);
	}
}





.popup-registarion-confirm-block p, .popup-order-cancel-confirm-block p {
	font-weight: 500;
	font-size: 17px;
	color: #fff;
	text-align: center;
	margin: 30px 0;
	margin-bottom: 10px;
}

/* Стили для попапа подтверждения отмены заказа */
.popup-order-cancel-confirm-buttons {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-top: 30px;
}

.popup-order-cancel-confirm-buttons button {
	width: 200px;
	height: 60px;
	border: transparent;
	border-radius: 6px;
	color: #fff;
	font-weight: 600;
	font-size: var(--text-size-20);
	transition: 0.4s all;
	cursor: pointer;
}

.popup-order-cancel-confirm-yes {
	background: linear-gradient(270deg, #B59DF6 0%, #6937F4 100%);
}

.popup-order-cancel-confirm-yes:hover {
	transform: scale(1.05);
}

.popup-order-cancel-confirm-no {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.popup-order-cancel-confirm-no:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: scale(1.05);
}

.popup-registarion-choose-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	width: 100%;
	margin-top: 35px;
}

.popup-registarion-choose-buttons button {
	width: 220px;
	height: 65px;
	border: transparent;
	background: linear-gradient(90deg, rgba(215, 214, 214, 0.07) 0%, rgba(255, 255, 255, 0.15) 100%);
	border-radius: 6px;
	color: #fff;
	font-weight: 600;
	font-size: var(--text-size-20);
	transition: 0.6s all;
	cursor: pointer;
}

.popup-registarion-choose-buttons button:hover {
	background: linear-gradient(270deg, #B59DF6 0%, #6937F4 100%);
}

.popup-registarion-choose-block > p, .popup-registarion-type-block > p, .popup-cashup-block > p {
	width: 100%;
	flex: 1;
	color: rgba(255, 255, 255, 0.5);
	font-weight: 500;
	font-size: var(--text-size-16);
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.popup-registarion-choose-block > p a, .popup-registarion-type-block > p a, .popup-cashup-block > p a {
	color: rgba(255, 255, 255, 0.5);
	padding-left: 5px;
}

.popup-registarion-type-inputs, .popup-login-type-inputs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 40px;
	width: 100%;
	padding: 0 10px;
	margin-top: 20px;
}

.popup-cashup-inputs {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 0 20px;
	margin-top: 20px;
}

.popup-registarion-type-input, .popup-cashup-input, .popup-login-type-input {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.popup-registarion-type-input label, .popup-cashup-input label, .popup-login-type-input label {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.popup-registarion-type-input label span, .popup-cashup-input label span, .popup-login-type-input label span {
	font-weight: 600;
	font-size: var(--text-size-16);
}

.popup-registarion-type-input label span span, .popup-cashup-input label span span, .popup-login-type-input label span span {
	padding-left: 5px;
	color: #DE58BD;
}

.popup-registarion-type-input label p, .popup-cashup-input label p, .popup-login-type-input labep p {
	color: rgba(255, 255, 255, 0.5);
	font-size: var(--text-size-16);
}

.popup-registarion-type-input input, .popup-cashup-input input, .popup-login-type-input input {
	width: 100%;
	height: 60px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 6px;
	border: transparent;
	font-size: var(--text-size-16);
	font-weight: 600;
	outline: none;
	color: #fff;
	padding: 0 20px;
}

.popup-registarion-type-input input:placeholder, .popup-cashup-input input:placeholder, .popup-login-type-input input:placeholder {
	color: rgba(255, 255, 255, 0.35);
}

.under-input {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.under-input span {
	color: rgba(255, 255, 255, 0.5);
	font-size: var(--text-size-16);
}

.under-input span.closed {
	display: none;
}

.input-error {
	color: red !important;
	display: none;
}

.input-error.active {
	display: block;
}

.popup-registarion-type-check, .popup-cashup-check {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 10px;
	padding: 25px 50px;
	cursor: pointer;
}

.popup-cashup-check {
	padding: 25px;
}

.registarion-dot-check, .cashup-dot-check {
	padding: 5.5px;
	margin-top: 5px;
	border-radius: 50%;
	background: #6254A4;
	transition: 0.4s all;
}

.registarion-dot-check.selected, .cashup-dot-check.selected {
	background: #DE58BD;
	box-shadow: 0px 0px 8.7px 2px #EF53C9;
}

.popup-registarion-type-check p, .popup-cashup-check p {
	font-weight: 500;
	font-size: var(--text-size-16);
	color: rgba(255, 255, 255, 0.5);
}

.popup-registarion-type-check p a, .popup-cashup-check p a {
	color: rgba(255, 255, 255, 0.5);
}

.popup-registarion-type-submit, .popup-cashup-submit, .popup-close-button.button, .popup-login-type-submit {
	width: 100%;
	padding: 15px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 20px;

}

.popup-cashup-submit {
	margin-bottom: 0;
}

.popup-login-type-submit {
	padding-top: 30px;
	margin-bottom: 0;
}

.popup-close-button.button {
	height: unset;
	border: none;
	padding: 10px 10px;
	margin-bottom: 0;
	
}

.popup-registarion-type-submit button, .popup-cashup-submit button, .popup-close-button.button button, .popup-login-type-submit button {
	background: linear-gradient(270deg, #B59DF6 0%, #6937F4 100%);
	border: transparent;
	border-radius: 6px;	
	height: 60px;
	font-size: var(--text-size-20);
	font-weight: 600;
	color: #FFFFFF;
	padding: 0 30px;
	cursor: pointer;
	transition: opacity 0.6s;
}

.popup-close-button.button button {
	width: 250px;
}

.popup-registarion-type-submit button:hover, .popup-cashup-submit button:hover, .popup-close-button.button button:hover, .popup-login-type-submit button:hover {
	opacity: 0.7;
}

.popup-registarion-type-submit > div, .popup-cashup-submit > div, .popup-login-type-submit > div {
	display: flex;
	align-items: center;
	position: absolute;
	right: 10px;
	gap: 10px;
}


.popup-login-type-submit, .popup-registarion-type-submit {
	flex-direction: column;
	gap: 15px;
}

.popup-login-type-submit button, .popup-registarion-type-submit button {
	width: 250px;
	padding: 0;
}

.popup-registarion-type-submit > div, .popup-login-type-submit > div {
	position: unset;
}


.popup-registarion-icon {
	background: #EBEBEB;
	border-radius: 5px;
	padding: 10px;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s;
	cursor: pointer;
	display: none;
}

.popup-registarion-icon:first-child {
	display: flex;
}

.popup-registarion-icon:first-child {
	width: 250px;
	height: 45px;
	gap: 15px;
	background: #FFFFFF;
	border: 3px solid #d0d0d0;
}

.popup-registarion-icon:first-child span {
	color: black;
	font-weight: 500;
}



.popup-registarion-icon:hover {
	transform: scale(1.1);
}

.popup-registarion-icon img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.registrarion-check-text {
	font-weight: 600;
	font-size: 16px;

	padding: 30px 40px;

	text-align: center;

	color: #fff;
}

.absoluteSpan {
	min-width: 17px;
	height: 17px;
	position: absolute;
	top: -12px;
	right: -17px;
	display: flex;
	align-items: center;
	justify-content: center;

	font-weight: 500;
	font-size: 10px !important;
	color: #FFFFFF;
	background: #FF0707;
	border-radius: 50%;
}

.list-items-empty {
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 25px;
	height: 800px;
}

.list-items-empty span {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	text-align: center;
}

.list-items-empty button {
	width: 200px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(270deg, #B59DF6 0%, #6937F4 100%);
	border-radius: 6px;
	border: transparent;
	cursor: pointer;
	transition: 0.4s transform;
	font-weight: 600;
	font-size: 19px;
	color: #FFFFFF;
}

.list-items-empty button:hover {
	transform: scale(1.05);
}

.popup-deposit-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(12, 2, 25, 0.91);
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: 0.4s all;
}

.popup-deposit-bg.open {
	opacity: 1;
	pointer-events: all;
	visibility: visible;
}

.popup-deposit-main {
	width: 100%;
	max-width: 500px;
	transition: transform 0.4s;
	transform: translateY(100%);
}

.popup-deposit-main.open {
	transform: translateY(0);
}

.popup-deposit-block {
	background: linear-gradient(1.82deg, #2A1740 1.63%, #432368 93.72%);
	box-shadow: 22px 4px 12.6px 6px rgba(0, 0, 0, 0.35);
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	padding: 30px 25px;
	min-height: 300px;
}

.popup-deposit-block h3 {
	font-weight: 600;
	font-size: 32px;
	margin: 10px 0;
}

/* Выбор способа оплаты */
.popup-deposit-methods {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 20px;
}

.popup-deposit-methods-title {
	text-align: center;
	margin-bottom: 20px;
}

.popup-deposit-methods-title span {
	font-weight: 600;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.9);
}

.popup-deposit-methods-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100%;
}

.popup-deposit-method-item {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.05);
	border: 2px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
}

.popup-deposit-method-item:hover:not(.disabled) {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(163, 75, 255, 0.5);
	transform: translateY(-2px);
}

.popup-deposit-method-item.active {
	background: rgba(163, 75, 255, 0.15);
	border-color: #A34BFF;
	box-shadow: 0 0 20px rgba(163, 75, 255, 0.3);
}

.popup-deposit-method-item.disabled {
	opacity: 0.5;
	cursor: not-allowed;
	background: rgba(255, 255, 255, 0.02);
}

.popup-deposit-method-item.disabled:hover {
	transform: none;
	border-color: rgba(255, 255, 255, 0.1);
}

.method-item-icon {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.method-item-info {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.method-item-name {
	font-weight: 600;
	font-size: 18px;
	color: #fff;
}

.method-item-desc {
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
}

.popup-deposit-method-item.disabled .method-item-name,
.popup-deposit-method-item.disabled .method-item-desc {
	color: rgba(255, 255, 255, 0.4);
}

.method-item-check {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.method-item-dot {
	width: 20px;
	height: 20px;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	transition: all 0.3s;
	position: relative;
}

.popup-deposit-method-item.active .method-item-dot {
	border-color: #A34BFF;
	background: #A34BFF;
}

.popup-deposit-method-item.active .method-item-dot::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
}

.popup-deposit-form {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 20px;
}

.popup-deposit-inputs {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

.popup-deposit-input {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100%;
	padding: 0 10px;
}

.popup-deposit-input label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
	font-size: 16px;
}

.popup-deposit-input label span span {
	padding-left: 5px;
	color: #DE58BD;
}

.popup-deposit-input input {
	width: 100%;
	height: 60px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	padding: 0 20px;
	color: #fff;
	font-size: 16px;
	transition: border-color 0.3s;
}

.popup-deposit-input input:focus {
	outline: none;
	border-color: #A34BFF;
}

.popup-deposit-input input::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.popup-deposit-input .under-input {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 20px;
}

.popup-deposit-input .input-error {
	color: #DE58BD;
	font-size: 14px;
	opacity: 0;
	transition: opacity 0.3s;
}

.popup-deposit-input .input-error.active {
	opacity: 1;
}

.popup-deposit-actions {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	margin-top: 10px;
}

.popup-deposit-back {
	width: 120px;
	height: 60px;
	border: 2px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.05);
	border-radius: 6px;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 600;
	font-size: 16px;
	transition: 0.4s all;
	cursor: pointer;
}

.popup-deposit-back:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.3);
}

.popup-deposit-submit-btn {
	flex: 1;
	height: 60px;
	border: transparent;
	background: linear-gradient(270deg, #B59DF6 0%, #6937F4 100%);
	border-radius: 6px;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	transition: 0.4s all;
	cursor: pointer;
}

.popup-deposit-submit-btn:hover {
	transform: scale(1.02);
}

.popup-deposit-submit-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
	transform: none;
}

.popup-deposit-result {
	display: flex;
	flex-direction: column;
	gap: 20px;
	text-align: center;
	width: 100%;
}

.deposit-result-content {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
}

.deposit-result-content p {
	color: rgba(255, 255, 255, 0.9);
	font-size: var(--text-size-16);
	font-weight: 500;
}

.deposit-invoice-url {
	font-weight: 500;
	color: rgba(255, 255, 255, 0.7);
	font-size: var(--text-size-16);
}

.deposit-link-button {
	display: inline-block;
	width: 240px;
	height: 60px;
	background: linear-gradient(270deg, #B59DF6 0%, #6937F4 100%);
	border-radius: 6px;
	padding: 0;
	line-height: 60px;
	color: #fff;
	font-weight: 600;
	font-size: var(--text-size-20);
	text-decoration: none;
	transition: 0.4s all;
	text-align: center;
}

.deposit-link-button:hover {
	transform: scale(1.05);
}

.deposit-info {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	font-style: italic;
}

.wallet-deposit-button {
	background: linear-gradient(270deg, #B59DF6 0%, #6937F4 100%) !important;
	border: none !important;
	border-radius: 6px;
	padding: 10px 25px;
	color: #fff;
	font-weight: 600 !important;
	font-size: var(--text-size-16) !important;
	cursor: pointer !important;
	transition: 0.4s all;
	white-space: nowrap;
	height: 40px;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.wallet-deposit-button:hover {
	transform: scale(1.05);
}

.number-input-wrapper {
  position: relative;
}

.number-input-wrapper input {
  padding-right: 64px;
}

.number-input-wrapper input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

.number-arrows {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.number-arrows .arrow {
  width: 26px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid rgba(163, 75, 255, 0.5);
  background: rgba(163, 75, 255, 0.15);
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}

.number-arrows .arrow::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 60%;
  width: 7px;
  height: 7px;
  border-left: 2px solid #A34BFF;
  border-bottom: 2px solid #A34BFF;
  transform: translate(-50%, -50%) rotate(135deg);
}

.number-arrows .arrow-down::before {
  top: 40%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.number-arrows .arrow:hover {
  background: rgba(163, 75, 255, 0.3);
  border-color: #C084FF;
}

.number-arrows .arrow:active {
  background: rgba(139, 61, 255, 0.4);
  border-color: #8B3DFF;
}




@media(max-width: 1760px) {
	.main-page {
		padding: 25px 90px;
	}
	.section-state {
		padding-left: 90px;
	}


	
	.arrowsDiv {
		right: 90px;
	}

	.header-auth-block, .header-auth-block-full-info {
		padding-right: 90px;
	}

	.header-line-div-first {
		padding-left: 60px;
	}

	.header-auth-main {
		max-width: 340px;
	}
}

@media(max-width: 1600px) {
	.shop-filters {
		width: unset;
	}

	.header-auth-main {
		max-width: 320px;
	}

	.header-line-div-first {
		padding-left: 50px;
	}

	.shop-header-search {
		max-width: 300px;
	}

	.main-page {
		padding: 25px 60px;
	}

	.header-auth-block, .header-auth-block-full-info {
		padding-right: 60px;
	}

	.section-state {
		padding-left: 60px;
	}


	
	.arrowsDiv {
		right: 60px;
	}

	.shop-header-first-block {
		max-width: 330px;
	}

	.shop-filters {
		min-width: 330px;
	}

	.shop-cart-block {
		padding: 10px 15px;
		height: 370px;
	}

	.shop-cart-block.shops {
		padding: 10px 20px;
	}

}

@media(max-width: 1500px) {
	.main-page {
		padding: 25px 140px;
	}

	.section-state {
		padding-left: 140px;
	}

	.header-line-div-first {
		padding-left: 100px;
	}

	.header-auth-main {
		max-width: 400px;
	}

	.header-auth-block, .header-auth-block-full-info {
		padding-right: 140px;
	}

	.main-page .shop-cart-block {
		height: 400px;
	}
}

@media(max-width: 1460px) {
	:root {
		--text-size-14: 14px;
		--text-size-16: 16px;
		--text-size-17: 16px;
		--text-size-18: 17px;
		--text-size-20: 18px;
	}

	.header-auth-block {
		font-size: 16px;
	}

	.main-page {
		padding: 25px 100px;
	}

	.header-line-div-first {
		padding-left: 90px;
	}

	.header-auth-block, .header-auth-block-full-info {
		padding-right: 100px;
	}


	.shop-carts-block {
		grid-template-columns: repeat(3, 1fr);
	}

	.main-page .shop-carts-block {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.main-page .shop-cart-block {
		height: 380px;
	}

	.popup-registarion-choose-block h3, .popup-registarion-type-block h3, .popup-cashup-block h3, .popup-registarion-end-block h3, .popup-login-type-block h3 {
		font-size: 36px;
	}

	.popup-registarion-choose-buttons button {
		height: 60px;
	}

	.shop-cart-block-header span {
		font-size: 12px
	}

	.filter-header-input h4 {
		font-size: 16px;
	}

	.filter-header-input div {
		top: 5px;
	}


	header {
		height: 65px;
	}

	.header-auth-block-full-fixed .header-auth-block {
		height: 65px;
	}

	.header-auth-block {
		padding-left: 45px;
	}

	.header-auth-block img {
		height: 40px;
	}

	.header-auth-main {
		max-width: 300px;
	}

	.header-auth-block-full-info {
		padding-left: 45px;
	}

	.header-auth-block-full-info > div {
		padding: 20px 0;
		gap: 15px;
	}

	.header-auth-block-select-dot {
		padding: 4.5px;
	}

	.header-auth-block-full button {
		min-height: 50px;
		font-size: 17px;
	}

	.promo-banner-header {
		height: 150px;
	}

	.shop-cart-block {
		height: 350px;
	}

	.section-state {
		padding-left: 100px;
	}

	

	

	.dot {
		width: 7px;
		height: 7px;
	}

	.slider-track {
		height: 7px;
	}



	.arrowsDiv {
		right: 100px;
	}

	.arrowsDiv div {
		width: 36px;
		height: 36px;
	}

	.header-dot {
		width: 9px;
		height: 9px;
	}

	.shop-header-types span.active::after {
		border-left: 11px solid transparent;
		border-right: 11px solid transparent;
		border-bottom: 11px solid #00FF6A;
	}

	.shop-header {
		height: 65px;
	}

	.shop-header-search {
		max-width: 250px;
	}

	.shop-header-search img {
		top: 5px;
		width: 13px;
		height: 13px;
	}

	.shop-header-second-block {
		padding: 0 25px;
	}

	.shop-cart-block.shops {
		height: 370px;
	}

	main {
		padding: 25px 100px;
	}

	.filters-header img {
		width: 35px;
		height: 35px;
		object-fit: contain;
	}

	.filter-header-icon img {
		width: 15px;
		height: 15px;
	}

	.filter-block-dot, .filter-block-dot-all {
		padding: 4px;
	}

	.filter-header {
		gap: 20px;
	}

	.filter-block-body-item, .filter-block-body-item-all {
		gap: 20px;
	}

	.subtype-dot, .subtype-dot-all {
		width: 9px;
		height: 9px;
	}

	.filter-block-body-item-header-main {
		gap: 10px;
	}

	.div-item-open-body img {
		width: 9px;
		height: 6px;
	}

	.shop-filters {
		padding: 15px 25px;
	}

	.filter-footer-promo-banner {
		height: 240px;
	}

	.filters-header {
		gap: 15px;
	}

	.filter-block-dot-block {
		padding-bottom: 15px
	}

	.filter-block-dot-block.footer {
		padding-bottom: 20px;
	}

	.div-header-open-body {
		width: unset;
		max-width: 25px;
		height: 25px;

		padding: 8px 7px;
	}

	.div-header-open-body img {
		 width: 8px;
  	height: 5px;

	}

	.shop-cart-block-footer img {
		width: 18px;
		height: 18px;
	}
	.cart-hit {
		width: 45px;
		height: 45px;
		top: 42%;
	}

	.choose-questions button {
		width: 180px;
		height: 50px;
		border-radius: 4px;
	}

	.question {
		padding: 20px;
	}

	.question button {
		min-width: 22px;
		min-height: 22px;
	}

	.question button img {
		width: 8px;
		height: 5px;
		transition: 0.6s all;
	}

	.answer-block.active {
		padding: 15px 20px;
	}

	.contactus-block h2 {
		font-size: 32px;
	}

	.contactus-block span {
		font-size: 14px;
	}

	.contactus-input-block input {
		width: 450px;

  	height: 55px;
	}

	.contactus-input-block label {
		top: 17.5px;
		left: 10px;
	}

	.contactus-input-block label.active {
		transform: translateY(-27.5px);
	}

	.contactus-input-block input {
		padding: 0 15px;
		font-size: 16px;
	}

	.contactus-block button {
		height: 50px;
		width: 228px;
	}


	.promo-banners-block {
		grid-template-columns: repeat(3, 1fr);
	}

	.promo-banner {
		width: 100%;
		height: 75px;
	}
	.promo-banner-footer {
		height: 120px;
	}

	.footer-privacy {
		padding-top: 30px;
	}
}

@media(max-width: 1270px) {
	.main-page .shop-carts-block {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media(max-width: 1200px) {
	.shop-carts-block {
		grid-template-columns: repeat(2, 1fr);
		max-width: 100%;
		overflow-x: hidden;
	}

	.main-page .shop-carts-block {
		grid-template-columns: repeat(2, 1fr);
	}

	.shop-cart-block {
		min-width: 0;
		max-width: 100%;
		overflow: hidden;
	}

	.shop-cart-block.shops {
		height: 300px;
	}

	.shop-cart-block.shops .shop-cart-block-header img {
		width: 135px;
	}

	.popup-registarion-choose-buttons {
		gap: 15px;
	}

	.popup-registarion-choose-buttons button {
		width: 190px;
	}

	.popup-huge-border {
		padding: 15px;
	}

	.popup-registarion-choose-main, .popup-registarion-type-main, .popup-cashup-main, .popup-registarion-end-main, .popup-login-type-main {
		max-width: 750px;
	}

	.popup-registarion-choose-block, .popup-registarion-type-block, .popup-cashup-block, .popup-registarion-end-block, .popup-login-type-block {
		height: 350px;
	}

	.popup-registarion-type-block, .popup-cashup-block, .popup-registarion-end-block, .popup-login-type-block {
		height: unset;
	}


	main {
		padding: 25px 60px;
	}

	.main-page {
		padding: 25px 60px;
	}
	.header-line-div-first {
		padding-left: 50px;
	}

	.header-auth-block, .header-auth-block-full-info {
		padding-right: 60px;
	}

	.section-state {
		padding-left: 60px;
	}


	.arrowsDiv {
		right: 60px;
	}

	.shop-header-types {
		gap: 30px;
	}

	.header-auth-main {
		max-width: 250px;
	}

	.header-auth-block-full-fixed .header-auth-block {
		gap: 5px;
	}

	.header-auth-block-select span {
		font-size: 14px;
	}

	.header-auth-block-full button {
		font-size: 16px;
	}

	.popup-deposit-submit-btn {
		font-size: 18px;
	}

	.popup-deposit-back {
		font-size: 16px;
	}	
	

}

@media(max-width: 1000px) {
	.shop-header {
		flex-direction: column;
		height: unset;
	}

	.shop-header-first-block {
		height: 65px;
		align-self: flex-start;
	}

	.header-line-div-first {
		padding-left: 60px;
	}

	.shop-filters {
		min-width: 280px;
	}

	.shop-header-first-block {
		max-width: 280px;
	}

	.shop-header-second-block {
		height: 65px;
	}

	.shop-header-search {
		max-width: 300px;
	}

	.shop-carts-pages-block {
		flex-direction: column;
		gap: 15px;
	}

	.header-line a {
		font-size: 14px;
		font-weight: 700;
	}

	.shop-shop .shop-filters {
		width: 100%;
		max-width: 300px;
	}

	.shop-carts-block.shops {
		grid-template-columns: repeat(1, 1fr) !important;
	}

	.shop-cart-block.shops {
		height: 340px;
	}

	.shop-cart-block-header img {
		width: 125px;
	}

	.shop-cart-block-header div img {
		width: 14px !important;
		height: 14px !important;
	}
}

@media(max-width: 950px) {
	.shop-carts-block {
		grid-template-columns: repeat(1, 1fr);
	}
	.main-page .shop-carts-block {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media(max-width: 768px) {

	.base-select .select-btn, .base-select .select-list li {
	font-size: 14px;
}

.base-select .select-btn {
	height: 50px;
}

.base-select .select-list li {
	height: 40px;
}

.base-select .select-btn img {
	width: 13px;
	height: 8px;
}


	.popup-registarion-type-bg .popup-registarion-choose-bg {
		align-items: flex-end;
	}

	.popup-cashup-main {
		margin: 0 15px;
	}

	.popup-cashup-block h3 {
		text-align: center;
	}

	.popup-cashup-inputs {
		gap: 15px;
		padding: 0 10px;
	}

	.popup-registarion-choose-buttons {
		flex-direction: column;
		margin-top: 15px;
		gap: 20px;
	}

	.popup-registarion-choose-block {
		height: unset;
	}

	.popup-registarion-choose-block > p {
		margin-top: 25px;
	}

	.popup-registarion-type-main, .popup-cashup-main, .popup-login-type-main {
		max-width: unset;
	}

	.popup-login-type-main {
		margin: 0 20px;
	}

	

	.popup-registarion-choose-block h3, .popup-registarion-type-block h3, .popup-cashup-block h3, .popup-registarion-end-block h3, .popup-login-type-block h3 {
		font-size: 32px;
	}
	

	.popup-registarion-type-block, .popup-cashup-block, .popup-login-type-block {
		padding: 20px 16px;
	}

	.popup-registarion-type-inputs, .popup-login-type-inputs {
		gap: 10px 20px;
		margin-top: 10px;
	}

	.popup-registarion-type-input input, .popup-cashup-input input, .popup-login-type-input input {
		height: 50px;
		padding: 0 15px;
	}


	.popup-registarion-type-submit button, .popup-cashup-submit button, .popup-login-type-submit button {
		height: 55px;
		font-size: 17px;
	}


	.popup-registarion-type-main .popup-huge-border, .popup-choose-type-bg .popup-huge-border {
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}

	.registarion-dot-check, .cashup-dot-check {
		padding: 4.5px;
	}

	.popup-registarion-icon img {
		width: 16px;
		height: 16px;
	}

	.promo-banner-header {
		height: 125px;
	}

	.shop-main > div {
		flex-direction: column;
		max-width: 100%;
		overflow-x: hidden;
	}

	.shop-carts-block {
		grid-template-columns: repeat(2, 1fr);
		max-width: 100%;
		overflow-x: hidden;
	}

	.main-page .shop-carts-block {
		grid-template-columns: repeat(2, 1fr);
	}

	.shop-cart-block {
		min-width: 0; /* Позволяем элементам сжиматься */
		overflow: hidden;
	}

	.shop-header-second-block {
		flex-direction: column;
		height: unset;
		padding-top:  20px;
		gap: 35px;
		border-radius: 15px;
	}


		.shop-shop .shop-filters {
			width: 100%;
			max-width: unset;
			
		}

		.shop-filters {
			border-radius: 15px;
		}

		.state-block {
			border-radius: 15px;
		}





	.shop-header-types span {
		padding-bottom: 25px;

	}

	main {
		padding: 25px 50px;
	}

	.section-state {
		padding-left: 50px;
	}



	.arrowsDiv {
		right: 50px;
	}

	.arrowsDiv div {
		width: 30px;
		height: 30px;
	}

	.slider-track {
		width: 200px;
		height: 6px;

	}

	.list-questions.active {
		display: flex;
	}

	.list-questions {
		flex-direction: column;
		gap: 15px;
	}

	header {
		display: none;
	}

	.mobile-header {
		display: flex;
	}

	body {
		padding-top: 65px;
	}

	.shop-header-first-block {
		display: none;
	}


	.filters-body {
		padding: 0;
		max-height: 0;
		overflow: hidden;
		transition: all 0.8s;
	}

	.filters-body.active {
		padding: 30px 0;
		/* На мобиле тоже должны вмещаться раскрытые подвкладки */
		max-height: 3000px;
	}

	.shop-filters {
		width: 100%;
		max-width: unset;
	}

	.shop-filters-mobile-arrow {
		display: flex;
	}

	.filter-footer {
		padding: 0;
		max-height: 0;
		overflow: hidden;
		gap: 15px;
		margin-top: 0;
	}

	.filter-footer.active {
		max-height: 3000px;
		margin-top: 15px;
	}
	.filters-header {
		padding: 0;
		border-bottom: transparent;
	}

	.filter-footer-promo-banner {
		background-position: left;
		 height: 220px;
		 background-size: 200px;
	}

	.promo-banners-block {
		grid-template-columns: repeat(2, 1fr);
	}

	footer {
		padding: 20px 50px;
	}

	.static img {
		width: 100%;
	}

}


@media(max-width: 600px) {

	:root {
		--text-size-14: 12px;
		--text-size-16: 14px;
		--text-size-17: 15px;
		--text-size-18: 16px;
		--text-size-20: 16px;
	}


	.popup-registarion-choose-block h3, .popup-registarion-type-block h3, .popup-cashup-block h3, .popup-registarion-end-block h3, .popup-login-type-block h3 {
		font-size: 28px;
	}

	.popup-registarion-type-block > span, .popup-cashup-block > span, .popup-login-type-block > span {
		padding: 10px 0;
	}

	.popup-registarion-type-inputs {
		grid-template-columns: 1fr;
		max-height: 200px;
		overflow-y: scroll;
	}
	.popup-login-type-inputs {
		grid-template-columns: 1fr;
	}

	.popup-registarion-type-check, .popup-cashup-check {
		padding: 20px 10px;
	}

	.popup-registarion-type-submit, .popup-cashup-submit, .popup-login-type-submit {
		flex-direction: column;
		gap: 15px;
		align-items: stretch;

	}

	.popup-registarion-type-submit > div, .popup-login-type-submit > div {
		position: relative;
		justify-content: center;
		right: 0;
	}

	.popup-close-button {
		width: 25px;
		height: 25px;
	}

	.popup-registarion-choose-block > p, .popup-registarion-type-block > p, .popup-cashup-block > p {
		flex-direction: column;
		align-items: center;
	}

	.popup-close-button span {
		font-size: 9px;
	}

	.shop-carts-block.shops {
		grid-template-columns: repeat(1, 1fr) !important;
	}

	

	.shop-cart-block-header img {
		width: 100px;
	}


	.shop-carts-block {
		  grid-template-columns: repeat(1, 1fr);
		  max-width: 100%;
		  overflow-x: hidden;
	}

	.main-page .shop-carts-block {
		grid-template-columns: repeat(1, 1fr);
	}

	.shop-cart-block {
		height: 460px;
		max-width: 100%;
		min-width: 0;
		overflow: hidden;
	}

	.shop-cart-block-header h4 {
		font-size: 20px;
	}

	.shop-cart-block-header div img {
		width: 16px;
		height: 16px;
	}

	.shop-cart-block-header {
		padding: 15px 0;
	}

	.shop-cart-block-cart-add-basket {
		min-height: 43px;
	}

	.shop-cart-block-cart-add-basket span {
		font-size: 16px;
	}

	.shop-cart-block-cart-add-basket img {
		margin-bottom: 2px;
	}
	

	.shop-cart-block-main-info span {
		font-size: 16px;
	}

	.dot-purple {
		width: 8px;
		height: 8px;
	}

	.shop-cart-block-cart-price h5, .shop-cart-block-footer span {
		font-size: 16px
	}

	.shop-cart-block-footer img {
		width: 22px;
		height: 22px;
	}

	.shop-header-types span {
		font-size: 16px;
	}
	
	.filter-footer-promo-banner {
		background-size: cover;
		background-position-x: center;
	}
	

	.shop-header-search input {
		font-size: 16px;
	}

	.shop-header-search img {
		position: absolute;
		top: 2px;
		right: 0;
		width: 16px;
		height: 16px;
	}

	.filter-header-block h5 {
		font-size: 16px;
	}

	.filter-block-body-item-header span {
		font-size: 14px;
	}
	

	.slider-track {
		width: 170px;
		height: 5px;
	}

	.arrowsDiv div {
		width: 25px;
		height: 25px;
	}

	.arrowsDiv div img {
		width: 4px;
		object-fit: contain;
	}


	.mobile-header-auth-icon {
		width: 32px;
		object-fit: contain;
	}

	.shop-cart-block {
		padding: 10px 15px;
		padding-top: 5px;
		border-radius: 12px;
	}

	.cart-hit {
		width: 42px;
		height: 42px;
		top: 45%;
	}

	.choose-questions {
		flex-direction: column;
	}

	.choose-questions button {
		font-size: 14px;
		width: 100%;
	}

	.question span {
		font-size: 16px;
	}

	.news-pages-arrow {
		width: 32px;
		height: 32px;
	}

	.contactus-input-block label {
		top: 17.5px;

		padding: 0 5px;
	}

	.shop-cart-block-main-info {
		background-position-y: center;
	}

	.contactus-block h2 {
		font-size: 28px;
	}

	.contactus-block span {
		font-size: 14px;
	}

	.contactus-block button {
		font-size: 14px;
	}

	.footer-links a {
		font-size: 14px;
	}

	footer {
		padding: 30px 20px;
		padding-bottom: 10px;
	}

	.footer-privacy a {
		font-size: 14px;
	}


	.contactus-input-block input {
		height: 50px;
		font-size: 15px;
	}

	.mobile-header {
		height: 60px;
	}

	.footer-headres {
		align-items: flex-start;
	}

	.footer-links {
		flex-direction: column;
		gap: 20px;
	}

	.promo-banner-footer {
		height: 100px;
	}

	.promo-banner img {
		height: 50px;
	}

	body {
		padding-top: 60px;
	}

	.contactus-input-block input {
		width: 100%;
	}

	.static {
		display: none;
	}

	.staticMobile {
		display: block;
		border-radius: 55px;
		width: 70%;
	}

	.popup-deposit-block h3 {
		font-size: 28px;
		text-align: center;
	}

	.popup-deposit-actions {
		flex-direction: column;
	}

	.popup-deposit-submit-btn {
		flex: unset;
		height: 50px;
		font-size: 16px;
	}
	
	.popup-deposit-back {
		width: 100%;
		height: 50px;
	}

	.popup-deposit-main {
		max-width: 100%;
		margin: 0 20px;
	}

	.popup-login-type-bg {
		align-items: flex-end;
	}

	.popup-login-type-main {
		height: 80%;
		margin: 0;
	}

	.popup-login-type-main .popup-huge-border {
		height: 100%;
		border-radius: 10px 10px 0 0;
	}

	.popup-login-type-block {
		height: 100%;
	}

	.popup-login-type-submit {
		flex: 1;
		justify-content: flex-end;
	}

	.popup-login-type-submit button, .popup-registarion-icon:first-child {
		width: 100%;
	}

}

/* @media (hover: none) and (pointer: coarse) {
  * {
    cursor: default !important;
  }

  *:hover {
    all: unset;
  }
} */

@media(max-width: 520px) {
	.contactus-input-block {
		width: 100%;
	}

	main, .main-page {
		padding: 25px 20px;
	}



	.section-state {
		padding-left: 20px;
	}



	.arrowsDiv {
		right: 20px;
	}

	.social-medias {
		gap: 7px;
	}

	.social-medias > a {
		width: 32px;
		height: 32px;
	}

	.social-medias > a > img {
		width: 12px;
		height: 12px;
	}

	.filters-header {
		gap: 10px;
	}
}

@media(max-width: 390px) {

	.popup-deposit-bg {
		align-items: flex-end;
	}

	.popup-deposit-main.open {
		margin: 0;
		height: 80%;
	}

	.popup-deposit-main .popup-huge-border {
		height: 100%;
		border-radius: 15px 15px 0 0;
	}

	.popup-deposit-block {
		height: 100%
	}

	.popup-deposit-form {
		flex: 1;
		justify-content: space-between;
	}

	.staticMobile {

		width: 75%;
	}

	.shop-header-second-block {
		padding: 0 15px;
		padding-top: 20px;
		border-radius: 10px;
	}

			.shop-filters {
			border-radius: 10px;
		}


	.shop-header-types {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 0 10px;
		width: 100%;
	}

	.shop-header-types span {
		padding-bottom: 20px;
		justify-content: center;
	}

	.shop-header-types span.active::after {
		transform: rotate(90deg);
		left: -20px;
		bottom: unset;
	  border-left: 12px solid transparent;
	  border-right: 12px solid transparent;
	  border-bottom: 12px solid #00FF6A;
	}

	.shop-header-types span.active:nth-child(2n)::after {
		transform: rotate(-90deg);
		right: -15px;
		left: unset;
	}

	.arrowsDiv {
		display: none;
	}





	.question {
		padding: 20px 15px;
		gap: 5px;
	}

	.question span {
		font-size: 14px;
	}

	.question button {
		min-width: 28px;
		min-height: 28px;
	}
	.question button img {
		width: 10px;
		height: 6px;
	}

/*	.social-medias {
		flex-direction: column;
		align-items: flex-end;
		gap: 15px;
	}
*/
	footer {
		padding: 20px 25px;
	}

	.footer-privacy {
		flex-direction: column;
		gap: 20px;
	}

	.promo-banner {
		height: 60px;
	}

	.promo-banner img {
		height: 35px;
	}
	.promo-banners-block {
		gap: 10px 15px;
	}

	.state-block {
		min-width: calc(100% - 20px);
		height: 180px;
	}

	.state-block h3 {
		font-size: 24px;
	}

	.state-block p {
		font-size: 13px;
	}

	.state-block > div > span {
		font-size: 13px;
	}

	.dot {
		width: 9px;
		height: 9px;
	}

}

/* Стили для попапа уведомления об оплате заказа */
.popup-order-paid-main {
	max-width: 500px;
}

.popup-order-paid-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px;
	gap: 25px;
}

.popup-order-paid-block h3 {
	font-size: 24px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.9);
	text-align: center;
	margin: 0;
}

.popup-order-paid-message {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
	line-height: 1.5;
	margin: 0;
}

.popup-order-paid-actions {
	display: flex;
	gap: 15px;
	width: 100%;
	justify-content: center;
	flex-wrap: wrap;
}

.popup-order-paid-button {
	padding: 12px 30px;
	background: linear-gradient(90deg, rgba(163, 75, 255, 0.65) 0%, rgba(0, 171, 217, 0.65) 100%);
	border: none;
	border-radius: 10px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
}

.popup-order-paid-button:hover {
	background: linear-gradient(90deg, rgba(163, 75, 255, 0.8) 0%, rgba(0, 171, 217, 0.8) 100%);
	transform: translateY(-2px);
}

.popup-order-paid-button-secondary {
	padding: 12px 30px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
}

.popup-order-paid-button-secondary:hover {
	background: rgba(255, 255, 255, 0.15);
	border-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 600px) {
	.popup-order-paid-actions {
		flex-direction: column;
	}
	
	.popup-order-paid-button,
	.popup-order-paid-button-secondary {
		width: 100%;
	}
}

/* Стили для попапа подтверждения заказа с оценкой и отзывом */
.popup-order-confirm-review-rating {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	margin: 30px 0;
}

.rating-stars {
	display: flex;
	gap: 10px;
	font-size: 48px;
	cursor: pointer;
}

.rating-stars .star {
	color: rgba(255, 255, 255, 0.3);
	transition: all 0.2s;
	user-select: none;
}

.rating-stars .star:hover,
.rating-stars .star.active {
	color: #FFD700;
	transform: scale(1.1);
	text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.rating-stars .star.filled {
	color: #FFD700;
}

.rating-text {
	font-weight: 500;
	font-size: var(--text-size-18);
	color: rgba(255, 255, 255, 0.7);
}

.rating-text .rating-value {
	color: #FFD700;
	font-weight: 600;
}

.popup-order-confirm-review-comment {
	width: 100%;
	margin: 20px 0;
}

.popup-order-confirm-review-comment label {
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: var(--text-size-16);
	color: rgba(255, 255, 255, 0.8);
}

.popup-order-confirm-review-comment textarea {
	width: 100%;
	padding: 15px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 6px;
	color: #fff;
	font-size: var(--text-size-16);
	font-family: "Montserrat", sans-serif;
	resize: vertical;
	min-height: 100px;
}

.popup-order-confirm-review-comment textarea::placeholder {
	color: rgba(255, 255, 255, 0.4);
}

.popup-order-confirm-review-comment textarea:focus {
	outline: none;
	border-color: rgba(163, 75, 255, 0.5);
	background: rgba(255, 255, 255, 0.15);
}

.popup-order-confirm-review-buttons {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-top: 30px;
}

.popup-order-confirm-review-buttons button {
	width: 200px;
	height: 60px;
	border: transparent;
	border-radius: 6px;
	color: #fff;
	font-weight: 600;
	font-size: var(--text-size-20);
	transition: 0.4s all;
	cursor: pointer;
}

.popup-order-confirm-review-submit {
	background: linear-gradient(270deg, #B59DF6 0%, #6937F4 100%);
}

.popup-order-confirm-review-submit:hover {
	transform: scale(1.05);
}

.popup-order-confirm-review-submit:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	transform: none;
}

.popup-order-confirm-review-cancel {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.popup-order-confirm-review-cancel:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: scale(1.05);
}

@media (max-width: 1500px) and (min-width: 1200px) {

  html,
  body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
  }

  body {
    margin: 0;
  }

  .site-scale {
    transform: scale(0.8);
    transform-origin: top center;

    width: 125%;
	height: 100%;
    min-height: 125vh;

    position: relative;
    left: -12.5%;
  }

	  .ui-layer {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 9999;
  }

  /* .ui-layer > * {
    pointer-events: auto;
  } */



	.ui-layer .popup-block {
		transform: translateY(100%) scale(0.8); /* визуально 80% */
		transform-origin: center;
	}

	.ui-layer .popup-block.open {
		transform: translateY(0) scale(0.8);
	}

	.ui-layer .popup-block.popup-media-viewer-main {
		transform: unset;
	}

	.ui-layer .support-widget, .ui-layer .support-block {
		transform: translateY(100%) scale(0.8);
		transform-origin: center;
		bottom: -7px;
	}

	.ui-layer .support-widget.open, .ui-layer .support-block.open {
		transform: translateY(0) scale(0.8);
	}
	
}


