@charset "UTF-8";@import url('https://fonts.googleapis.com/css2?family=Inter&family=Open+Sans:ital,wght@0,400; 0,500;0,600;1,400&family=Roboto&display=swap');* {
	font-family: "Open Sans",sans-serif;
	scrollbar-width: 5px;
	scrollbar-color: rgba(0,0,0,0) rgba(0,0,0,.6156862745);
	-webkit-tap-highlight-color: transparent!important
}

::-moz-selection {
	background-color: rgba(0,0,0,.062745098)
}

::selection {
	background-color: rgba(0,0,0,.062745098)
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px
}

::-webkit-scrollbar-track {
	background: rgba(0,0,0,0)
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,.6156862745);
	border-radius: 8px
}

mark {
	background-color: rgba(0,0,0,0);
	color: #f66
}

.orders__item-link
{
	color: #f66;
	cursor: pointer;
}
.orders__item-link:hover
{
	color: #f59191;
}

.content {
	min-height: calc(100vh - 240px)
}

.checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.die,.out {
	display: none!important
}

.v-hidden {
	position: absolute;
	visibility: hidden
}

.p-events-none {
	pointer-events: none
}

.o-hidden {
	overflow: hidden!important;
	width: 100%;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content
}

.btn-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px
}

.btn-group.horizontal {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 8px
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px
}

.flex.jc-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.flex.ai-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.flex.fd-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.flex.g-0 {
	gap: 0
}

.btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	mix-blend-mode: normal;
	border: 2px solid #f66;
	border-radius: 8px;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 27px;
	color: #f66;
	width: 100%;
	padding: 11.5px 10px
}

.btn:hover {
	background: #fdf4f4
}

.btn.btn-danger {
	background: #f66;
	color: #fff;
	border: 0
}

.btn.btn-danger:hover {
	background: #ff5757
}

.btn.btn-danger:active {
	border-color: #ff5c5c
}

.orders-empty__button {
	margin: 30px 0;
	max-width: 300px;
}

.btn.btn-danger.disabled,.btn.btn-danger:disabled {
	background: #f8dfdf;
	color: #ed9090;
	opacity: 1
}

.btn.disabled,.btn:disabled {
	opacity: .5;
	-webkit-transform: none!important;
	-ms-transform: none!important;
	transform: none!important;
	cursor: not-allowed
}

.e-active {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	visibility: visible
}

.accordion__item-title-edit,.btn,.header__location,.refund__files-item {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	pointer-events: all!important
}

.accordion__item-title-edit:active,.btn:active,.header__location:active,.refund__files-item:active {
	-webkit-transform: scale(.98);
	-ms-transform: scale(.98);
	transform: scale(.98)
}

.accordion__item-content,.orders__item,.orders__item-container,.refund__files-item,.refund__select {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.header__location:hover * {
	color: #f66!important;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(118,118,128,.12);
	border-radius: 8.91px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	padding: 2px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin: 0 auto
}

.tabs:hover {
	background: rgba(118,118,128,.25)
}

.tabs__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 225px;
	min-width: 225px;
	width: 100%;
	height: 48px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-radius: 6.93px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -.08px;
	background-color: rgba(0,0,0,0);
	border: .5px solid rgba(0,0,0,0);
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,0),0 3px 1px rgba(0,0,0,0);
	box-shadow: 0 3px 8px rgba(0,0,0,0),0 3px 1px rgba(0,0,0,0);
	color: #000;
	cursor: pointer
}

.tabs__item.active {
	cursor: auto;
	border: .5px solid rgba(0,0,0,.04);
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.12),0 3px 1px rgba(0,0,0,.04);
	box-shadow: 0 3px 8px rgba(0,0,0,.12),0 3px 1px rgba(0,0,0,.04);
	background-color: #fff
}

.accordion {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px
}

.accordion__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px
}

.accordion__item.active .accordion__item-content {
	display: block
}

.accordion__item.active .accordion__item-title::after {
	-webkit-transform: translateY(-50%) rotate(270deg);
	-ms-transform: translateY(-50%) rotate(270deg);
	transform: translateY(-50%) rotate(270deg)
}

.accordion__item-content {
	display: none
}

.accordion__item-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	position: relative;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -.41px;
	color: #000;
	padding: 12px 16px;
	background: #f5f5f5;
	border-radius: 8px;
	cursor: pointer;
}

.accordion__item-title-edit {
	position: relative;
	background-color: rgba(0,0,0,0);
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.accordion__item-title-edit.disabled {
	opacity: .15;
	pointer-events: none;
	cursor: auto
}

.accordion__item-title::after {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	right: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background-image: url(/images/orders/orders-arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;

	pointer-events: all
}

.modal-d {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	padding: 16px;
	background: rgba(0,0,0,.6196078431);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.modal-d.active {
	visibility: visible;
	opacity: 1
}

.modal__container {
	position: relative;
	max-width: 947px;
	max-height: 100%;
	width: 100%;
	padding: 29px 24px;
	background-color: #fff;
	border-radius: 12px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	overflow-y: scroll
}

.modal__close {
	position: absolute;
	top: 29px;
	right: 24px;
	width: 24px;
	height: 24px;
	background-image: url(/images/orders/close.svg);
	background-repeat: no-repeat;
	cursor: pointer
}

.comment .accordion__item img.active {
	display: block
}

.comment .accordion__item img.disabled {
	display: none
}

.comment .accordion__item.active .accordion__item-title img.active {
	display: none
}

.comment .accordion__item.active .accordion__item-title img.disabled {
	display: block
}

.comment .accordion__item-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	padding: 0;
	background-color: rgba(0,0,0,0);
	pointer-events: all;
	cursor: pointer
}

.comment .accordion__item-title::after {
	display: none
}

.comment textarea {
	padding: 8px 12px;
	gap: 10px;
	width: 100%;
	min-height: 59px!important;
	max-height: 380px;
	border: 1px solid #dfdfdf;
	border-radius: 8px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	resize: vertical
}

.comment textarea::-webkit-input-placeholder {
	color: #8f8f8f
}

.comment textarea::-moz-placeholder {
	color: #8f8f8f
}

.comment textarea:-ms-input-placeholder {
	color: #8f8f8f
}

.comment textarea::-ms-input-placeholder {
	color: #8f8f8f
}

.comment textarea::placeholder {
	color: #8f8f8f
}

.comment textarea:focus {
	border-color: #000
}

.header {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	padding: 14px 0 16px;
	border-bottom: 1px solid #ececec
}

.header__logo image,.header__logo img {
	width: 104px;
	height: 40px
}

.header__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px
}

.header__links-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.header__links-item * {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.header__links-item:hover img {
	-webkit-filter: invert(66%) sepia(14%) saturate(4922%) hue-rotate(316deg) brightness(99%) contrast(116%);
	filter: invert(66%) sepia(14%) saturate(4922%) hue-rotate(316deg) brightness(99%) contrast(116%)
}

.header__links-item:hover .header__links-item-title {
	color: #f66
}

.header__links-item-title {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	color: #000
}

.header__links-item img {
	width: 24px;
	height: 24px;
	-webkit-filter: invert(0) sepia(1%) saturate(7492%) hue-rotate(250deg) brightness(102%) contrast(100%);
	filter: invert(0) sepia(1%) saturate(7492%) hue-rotate(250deg) brightness(102%) contrast(100%)
}

.header__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header__row.header__row-location {
	position: absolute;
	top: 25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.header__location {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2px;
	font-style: normal;
	font-size: 14px;
	line-height: 19px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer
}

.header__location:hover::before {
	-webkit-filter: invert(66%) sepia(14%) saturate(4922%) hue-rotate(316deg) brightness(99%) contrast(116%);
	filter: invert(66%) sepia(14%) saturate(4922%) hue-rotate(316deg) brightness(99%) contrast(116%)
}

.header__location::before {
	content: "";
	display: block;
	width: 19px;
	height: 19px;
	background-image: url(/images/orders/location.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-filter: invert(0) sepia(1%) saturate(7492%) hue-rotate(250deg) brightness(102%) contrast(100%);
	filter: invert(0) sepia(1%) saturate(7492%) hue-rotate(250deg) brightness(102%) contrast(100%)
}

.header__location b {
	font-weight: 600;
	background-color: rgba(0,0,0,0)
}



.orders {
	margin: 10px 0 62px
}

.orders__subtitle {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	text-align: center
}

.orders .tabs {
	margin-top: 24px
}

.orders__header {
	margin-top: 11px
}

.orders__header-back {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	margin-left: -12px;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #000
}

.orders__group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 32px;
	margin-top: 24px
}

.orders__group.mt {
	margin-top: 62px
}

.orders__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	border-radius: 8px
}

.orders__item.active {
	border: 1px solid #ececec;
	gap: 0
}

.orders__item.active .orders__item-header-arrow {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.orders__item.active .orders__item-price {
	display: none
}

.orders__item.active .orders__item-container {
	display: block
}

.orders__item-container {
	display: none;
	padding: 16px
}

.orders__item-container .btn-group.horizontal {
	margin-top: 24px
}

.orders__item-container .btn-group.horizontal .btn {
	font-size: 16px;
	font-weight: 500;
	line-height: 22px
}

.orders__item-header {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4px;
	padding: 16px;
	background: #f5f5f5;
	border-radius: 8px
}

.orders__item-header.static {
	-webkit-transform: none!important;
	-ms-transform: none!important;
	transform: none!important
}

.orders__item-header.static::after {
	display: none
}

.orders__item-header-arrow {
	position: absolute;
	right: 16px;
	top: 16px;
	width: 24px;
	height: 24px;
	background-image: url(/images/orders/orders-arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.orders__item-header-title {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 22px;
	color: #000
}

.orders__item-header-description {
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	color: #8f8f8f
}

.orders__item-header-status {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	margin-top: 16px
}

.orders__item-header-status-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 14px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #8f8f8f
}

.orders__item-header-status-item.active::before {
	background: #01bc6f
}
.orders__item-header-status-item.cancel.active::before {
	background: #bc0101
}

.orders__item-header-status-item::before {
	display: block;
	content: "";
	width: 135px;
	height: 6px;
	background: #ececec;
	border-radius: 30px
}

.orders__item-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px
}

.orders__item-price-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 9px;
	overflow-x: auto
}

.orders__item-price-group::-webkit-scrollbar {
	height: 0
}

.orders__item-price-product img {
	width: 167px;
	height: 167px;
	border-radius: 8px;
	-o-object-fit: cover;
	object-fit: cover
}

.orders__item-price-count {
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	line-height: 19px
}

.orders__edit {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 10
}

.orders__edit img,.orders__edit svg {
	width: 19px;
	height: 19px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.orders__list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px
}

.orders__list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4px
}

.orders__list-item-title {
	opacity: .5
}

.orders__list-item a {
	color: #000;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s
}

.orders__list-item a:active,.orders__list-item a:hover {
	color: #6183e4
}

.orders__list-item mark {
	background-color: rgba(0,0,0,0);
	color: #01bc6f
}

.orders__galery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 13px;
	width: 530px
}

.orders__galery-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px
}

.orders__galery-item:nth-child(-n+2) {
	margin-bottom: 4px
}

.orders__galery-item img {
	width: 168px;
	height: 250px;
	-o-object-fit: cover;
	object-fit: cover
}

.orders .accordion {
	margin-top: 24px
}

.orders__total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 6px
}

.orders__total-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.orders__total-item span {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px
}

.orders__total-item span:nth-child(-n+1) {
	font-weight: 400;
	max-width: 225px
}

.orders__total-item span:last-child {
	min-width: 75px;
	text-align: right
}

.orders__total-item.border {
	padding: 12px 0 16px 0;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	margin: 2px 0
}

.orders__total-item mark {
	font-size: 14px;
	margin-top: -2px
}

.orders__footer {
	margin-top: 24px
}

.orders__modal {
	padding-top: 38px
}

.orders__modal-title {
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 110%;
	letter-spacing: .04em;
	text-align: center
}

.orders__modal-group {
	width: 100%
}

.orders__modal-group-item {
	margin-top: 40px
}

.orders__modal-group-item-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 110%;
	letter-spacing: .04em
}

.orders__modal-group-fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 21px;
	margin-top: 24px
}

.orders__modal-group-fields-item {
	width: 100%
}

.orders__modal-group-fields-item input {
	border: 0px;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	border-bottom: 1px solid #dfdfdf;
	background: #fff;
	padding-bottom: 10px;
	width: 100%;
	color: #000
}

.orders__modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
	gap: 15px
}

.orders__modal-footer .btn {
	max-width: 345px;
	width: 100%
}

.orders__modal .comment {
	margin-top: 24px;
	padding: 0px;
	display: block;
}

.orders__modal .comment a {
	color: #000;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.orders__modal .comment a:hover {
	color: #f66
}

.refund {
	padding-bottom: 62px
}

.refund__title {
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -.41px;
	margin-top: 24px
}

.refund__subtitle {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -.41px;
	margin-top: 19px
}

.refund__select {
	margin-top: 8px
}

.refund__select-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 109px;
	gap: 21px;
	margin-top: 24px
}

.refund__select-item * {
	font-size: 14px!important;
	line-height: 110%
}

.refund__select-item-image {
	border-radius: 8px;
	overflow: hidden
}

.refund__select-item-image img {
	min-width: 109px;
	max-width: 109px;
	width: 109px;
	height: 109px;
	-o-object-fit: cover;
	object-fit: cover
}

.refund__select-item-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%
}

.refund__select-item-title {
	font-weight: 500;
	max-width: 144px
}

.refund__select-item-info {
	color: #01bc6f;
	margin-top: 7px
}

.refund__select-item-total {
	color: #8f8f8f
}

.refund__select-item-total mark {
	color: #000;
	font-weight: 600
}

.refund__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px
}

.refund__files {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	gap: 6px;
	margin-top: 32px
}

.refund__files::-webkit-scrollbar {
	height: 0
}

.refund__files-item {
	position: relative;
	min-width: 92px;
	max-width: 92px;
	width: 92px;
	min-height: 92px;
	max-height: 92px;
	background-image: url(/images/orders/file.svg);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	cursor: pointer;
	border-radius: 6px
}

.refund__files-item.first {
	background-image: url(/images/orders/file-first.svg)
}

.refund__files-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	border-radius: 6px;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.refund__files-item::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M22 11.08V12C21.9988 14.1564 21.3005 16.2547 20.0093 17.9818C18.7182 19.709 16.9033 20.9725 14.8354 21.5839C12.7674 22.1953 10.5573 22.1219 8.53447 21.3746C6.51168 20.6273 4.78465 19.2461 3.61096 17.4371C2.43727 15.628 1.87979 13.4881 2.02168 11.3363C2.16356 9.18457 2.99721 7.13633 4.39828 5.49707C5.79935 3.85782 7.69279 2.71538 9.79619 2.24015C11.8996 1.76491 14.1003 1.98234 16.07 2.86' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M22 4L12 14.01L9 11.01' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.refund__files-item.active {
	position: relative;
	background-image: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	cursor: auto
}

.refund__files-item.active img {
	-o-object-fit: cover;
	object-fit: cover
}

.refund__files-item.success::before {
	background: rgba(0,0,0,.3490196078);
	opacity: 1
}

.refund__files-item.success::after {
	opacity: 1
}

.refund__files-item img {
	min-width: 92px;
	max-width: 92px;
	min-height: 92px;
	max-height: 92px
}

.refund__files-item input[type=file] {
	width: 100%;
	height: 100%;
	opacity: 0
}

.refund__footer {
	margin-top: 32px
}

.refund .accordion {
	margin-top: 32px
}

.support {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100vh
}

.support__title {
	margin-top: 11px;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 27px;
	color: #000
}

.support__text {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: -.41px;
	margin-top: 12px
}

.support__footer {
	margin-bottom: 24px
}

@media (min-width: 1160px) {
	.orders__item .accordion {
		display:-webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-top: 2px!important;
		gap: 35.71px
	}

	.orders__item .accordion__item {
		width: 100%
	}

	.orders__item .accordion__item-title {
		width: 100%;
		background-color: rgba(0,0,0,0);
		padding: 0;
		font-size: 20px;
		line-height: 20px;
		letter-spacing: -.41px;
		pointer-events: none!important
	}

	.orders__item .accordion__item-title::after {
		display: none
	}
}

@media (max-width: 1376px) {
	.container {
		padding:0 16px
	}
}

@media (max-width: 1360px) {
	.footer .container {
		-webkit-box-orient:vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 25px
	}
}

@media (max-width: 1160px) {
	.orders__item {
		border:0!important
	}

	.orders__item-container {
		padding: 0
	}

	.orders__item .accordion {
		gap: 20px!important
	}

	.orders__item .accordion__item-title-edit {
		display: none
	}

	.orders__edit {
		display: block
	}
}

@media (max-width: 992px) {
	.tabs {
		width:100%
	}

	.tabs__item {
		max-width: 100%;
		min-width: -webkit-max-content;
		min-width: -moz-max-content;
		min-width: max-content;
		height: 28px;
		padding: 0 10px;
		font-style: normal;
		font-weight: 600;
		font-size: 13px;
		line-height: 20px
	}

	.modal__container {
		padding: 16px
	}

	.modal__close {
		top: 24px
	}

	.header__row.header__row-location {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.footer__links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 16px
	}

	.footer__links-item {
		gap: 8px
	}

	.footer__links-item-group {
		grid-column-gap: 61px
	}

	.footer__app {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.orders {
		margin: 24px 0 31px
	}

	.orders__subtitle {
		font-size: 16px;
		line-height: 22px;
		text-align: left
	}

	.orders__group {
		margin-top: 24px!important
	}

	.orders__item-header {
		padding: 8px
	}

	.orders__item-header-arrow {
		right: 8px;
		top: 8px
	}

	.orders__item-header-title {
		font-size: 16px
	}

	.orders__item-header-status-item {
		font-size: 12px;
		line-height: 16px;
		gap: 7px
	}

	.orders__item-header-status-item::before {
		width: 77.25px;
		height: 6px
	}

	.orders__item-price-product img {
		width: 91.97px;
		height: 91.97px;
		border-radius: 6.75px
	}

	.orders__galery {
		gap: 12px;
		width: 100%
	}

	.orders__modal {
		margin-top: 0
	}

	.orders__modal-title {
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		line-height: 24px;
		letter-spacing: -.41px
	}

	.orders__modal-group-item-title {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
		font-size: 18px;
		letter-spacing: normal
	}
}

@media (max-width: 720px) {
	.container {
		max-width:100%
	}
}

@media (max-width: 552px) {
	.header__logo image,.header__logo img {
		width:108px
	}

	.header__links-item-title {
		display: none
	}

	.footer {
		padding: 24px 16px
	}

	.footer__app .phone {
		display: block
	}

	.footer__app .dekstop {
		display: none
	}

	.footer__app img {
		width: 167.5px
	}

	.orders__galery-item {
		width: calc(50% - 8px);
		gap: 4px;
		font-size: 12px;
		line-height: 16px
	}

	.orders__modal-title {
		text-align: left
	}

	.orders__modal-group-item {
		margin-top: 24px
	}

	.orders__modal-group-fields {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 16px
	}
}

@media (max-width: 375px) {
	.orders__item-header-status-item {
		width:100%
	}

	.orders__item-header-status-item::before {
		max-width: 77.25px;
		width: 100%
	}
}

@media (max-width: 300px) {
	body {
		overflow-x:scroll
	}
}


.header-b__menu
{
	display: none;
}
.top-page-b.top-page-b-h2
{
	display: none;
}




input[type=checkbox] {
	position: relative;
	min-width: 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	color: #000;
	border: 1px solid #000;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	cursor: pointer;
	-webkit-transition: background 175ms cubic-bezier(.1, .1, .25, 1);
	-o-transition: background 175ms cubic-bezier(.1, .1, .25, 1);
	transition: background 175ms cubic-bezier(.1, .1, .25, 1)
}

input[type=checkbox]::before {
	position: absolute;
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3333 4.5L6 11.8333L2.66666 8.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

input[type=checkbox]:checked {
	color: #fff;
	border-color: #f66;
	background: #f66
}

input[type=checkbox]:checked::before {
	opacity: 1
}
.refund label {
	position: relative;
	cursor: pointer;
	font-size: 1.5em;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	padding-left: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.comment textarea {
	padding: 8px 12px;
	gap: 10px;
	width: 100%;
	min-height: 59px!important;
	max-height: 380px;
	border: 1px solid #dfdfdf;
	border-radius: 8px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	resize: vertical;
}
#modal-delivery-edit
{
	max-width: 700px;
	margin-left: -350px;
	border-radius: 10px;
}

@media (max-width: 575px) {
	#modal-delivery-edit
	{
		min-height: 200px;
		left: 5%;
		right: 0px;
		max-width: 90%;
		min-width: 90%;
		margin-left: 0px;
	}
}



.bottom-sheet.show {
	opacity: 1;
	pointer-events: auto;
}
.bottom-sheet {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 0;
	pointer-events: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-transition: .1s linear;
	-o-transition: .1s linear;
	transition: .1s linear;
	z-index: 10;
}
.bottom-sheet__overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	opacity: .2;
	background: #000;
}
.bottom-sheet.dragging .bottom-sheet__content {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.bottom-sheet.show .bottom-sheet__content {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.bottom-sheet__content {
	width: 100%;
	position: relative;
	background: #fff;
	max-height: 100vh;
	height: 80vh;
	max-width: 1360px;
	padding: 0 16px 16px;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	border-radius: 16px 16px 0 0;
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,.03);
	box-shadow: 0 10px 20px rgba(0,0,0,.03);
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
.bottom-sheet__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 24px;
}

.bottom-sheet__header-dragarea {
	cursor: -webkit-grab;
	cursor: grab;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.bottom-sheet__header-dragarea span {
	display: block;
	background-color: #0f172a;
	border-radius: 100px;
	width: 80px;
	height: 5px;
}
.bottom-sheet__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 17px;
	height: 100%;
	overflow-y: hidden;
	scrollbar-width: none;
}
.bottom-sheet__title {
	font-weight: 500;
	line-height: 22px;
}
.bottom-sheet__subtitle {
	font-size: 14px;
	font-weight: 500;
	line-height: 19px;
	color: #8f8f8f;
	margin-top: 2px;
}
.comment__area {
	padding: 8px 20px;
	gap: 10px;
	width: 100%;
	min-height: 138px!important;
	max-height: 380px;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0);
	background-color: #f5f5f5;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	resize: vertical;
	-webkit-transition: .3s border;
	-o-transition: .3s border;
	transition: .3s border;
}
.comment__counter {
	text-align: right;
	font-size: 12px;
	line-height: 16px;
	color: #aaa;
}
.btn.btn-danger.disabled, .btn.btn-danger:disabled {
	background: #f8dfdf;
	color: #ed9090;
	opacity: 1;
}
.orders__cancel-group label {
	font-size: 16px!important;
	line-height: 24px!important;
}
.orders__cancel-group label {
	position: relative;
	cursor: pointer;
	font-size: 1.5em;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	padding-left: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.orders__cancel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px
}

.orders__cancel-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px
}

.orders__cancel-group label {
	font-size: 16px!important;
	line-height: 24px!important
}

.orders__cancel-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px
}
#add-comment
{
	padding: 0;
}

#cancel-order:not(.yes-cancel) .cancel-text,
#cancel-order.yes-cancel .button-text{
	display: none;
}
#cancel-order.yes-cancel
{
	opacity: 0.6;
}


#modal-order-canceled .modal__close {
	position: absolute;
	top: 29px;
	right: 24px;
	pointer-events: all!important;
	cursor: pointer;
	z-index: 10;
	content: "";
	background-image: url(/images/close.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 24px;
	height: 24px;
}
.modal__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 12px;
	padding: 80px 0 112px;
}
.modal__info-title {
	font-size: 20px;
	font-weight: 500;
	color: #000;
}
.modal__info-subtitle {
	line-height: 20px;
	letter-spacing: -.41px;
	color: #000;
	width: 296px;
	text-align: center;
}
#modal-order-canceled .modal__container {
	position: relative;
	max-width: 947px;
	max-height: 100%;
	top: 16%;
	width: 100%;
	padding: 29px 24px;
	background-color: #fff;
	border-radius: 12px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	overflow-y: scroll;
	-webkit-box-shadow: 0 4px 32px 0 rgba(0,0,0,.12);
	box-shadow: 0 4px 32px 0 rgba(0,0,0,.12);
}
#modal-order-canceled.modal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	padding: 16px;
	background: rgba(0,0,0,.6196078431);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	z-index: 10;
}
#modal-order-canceled.modal.open
{

	display: inline-block;
	visibility: visible;
	opacity: 1;

}


.no-orders .products
{
	margin-top: 40px;
}
.no-orders .text-button
{
	max-width: 360px;
}
.no-orders .text-button h2
{
	margin-bottom: 10px;
}
.orders__modal-group-item-desc{
	font-size: 12px;
	margin-top: 6px;
	color: #ff8700;
}

/* ============================
   Personal Page Redesign 2026
   ============================ */
/* Nav styles moved to /local/templates/cvety/v2/page/personal.css */

/* Order cards */
.orders-list { display: flex; flex-direction: column; gap: 12px; }

.orders-card {
	display: flex; align-items: center; gap: 12px;
	padding: 16px; background: #fff;
	border: 1px solid #f0f0f0; border-radius: 12px;
	text-decoration: none; color: inherit;
	transition: border-color 0.2s, box-shadow 0.2s;
}
.orders-card:hover {
	border-color: #e0e0e0;
	box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.orders-card__image {
	flex-shrink: 0; width: 72px; height: 72px;
	border-radius: 10px; overflow: hidden; background: #f8f8f8;
}
.orders-card__image img {
	width: 100%; height: 100%; object-fit: cover;
}
.orders-card__no-image {
	width: 100%; height: 100%;
	display: flex; align-items: center; justify-content: center;
	background: #f8f8f8;
}

.orders-card__body { flex: 1; min-width: 0; }

.orders-card__header {
	display: flex; align-items: baseline; gap: 8px;
	margin-bottom: 4px;
}
.orders-card__number {
	font-size: 15px; font-weight: 600; color: #000;
}
.orders-card__date {
	font-size: 13px; color: #8c8c8c;
}

.orders-card__products { margin-bottom: 8px; }
.orders-card__product-name {
	font-size: 13px; color: #555;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
	line-height: 1.4;
}
.orders-card__product-more {
	font-size: 12px; color: #8c8c8c;
}

.orders-card__footer {
	display: flex; align-items: center; gap: 8px;
}
.orders-card__status {
	display: inline-flex; padding: 2px 8px;
	border-radius: 4px; font-size: 12px; font-weight: 500;
	line-height: 1.5;
}
.orders-card__status--paid { background: #e8f5e9; color: #2e7d32; }
.orders-card__status--assembled { background: #e3f2fd; color: #1565c0; }
.orders-card__status--delivery { background: #fff3e0; color: #e65100; }
.orders-card__status--done { background: #f5f5f5; color: #666; }
.orders-card__status--canceled { background: #fce4ec; color: #c62828; }
.orders-card__status--default { background: #f5f5f5; color: #666; }

.orders-card__price {
	font-size: 14px; font-weight: 600; color: #000;
	margin-left: auto; white-space: nowrap;
}

.orders-card__arrow {
	flex-shrink: 0; display: flex; align-items: center;
	padding-left: 4px;
}

/* Mobile */
@media (max-width: 772px) {
	.orders-card { padding: 12px; gap: 10px; }
	.orders-card__image { width: 60px; height: 60px; border-radius: 8px; }
	.orders-card__number { font-size: 14px; }
	.orders-card__date { font-size: 12px; }
	.orders-card__product-name { font-size: 12px; }
	.orders-card__arrow { display: none; }
}

/* ── Auth page: reset parent .content min-height ── */
.content:has(.personal-auth-wrapper) {
	min-height: auto;
}

/* ── Auth page: vertical centering ── */
.personal-auth-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: calc(100dvh - 180px); /* header 60px + tab-bar 56px + padding ~64px */
	padding: 16px;
	overflow: hidden;
}

.personal-auth-benefits {
	display: flex;
	justify-content: center;
	gap: 24px;
	margin-bottom: 32px;
}

.personal-auth-benefits__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	color: #888;
	text-align: center;
}

.personal-auth-benefits__icon {
	font-size: 20px;
}

.personal-auth-trust {
	text-align: center;
	font-size: 12px;
	color: #aaa;
	margin-top: 20px;
}

@media (max-width: 552px) {
	.personal-auth-wrapper {
		min-height: calc(100dvh - 140px); /* header 60px + tab-bar 56px + margins */
		padding-bottom: 16px;
	}

	.personal-auth-benefits {
		gap: 16px;
	}

	.personal-auth-benefits__item {
		font-size: 12px;
	}
}
