.uploadcare-dialog.uploadcare-active {
	z-index: 10000001;
}

/* fix cloudpayments and tilda-grid-3.0.min.css conflict */
.payment-tools-container #buttonsContainer button {
	box-sizing: border-box;
}

.t706__body_cartwinshowed .t706__carticon {
	display: none;
}

.t706__carticon {
	display: none;
	position: fixed;
	top: 100px;
	right: 50px;
	z-index: 4000;
}

.t706__carticon_showed {
	display: block;
}

.t706__carticon_neworder .t706__carticon-text {
	opacity: 0.9;
	cursor: pointer;
	pointer-events: initial;
}

.t706__cartwin-prodamount-currency,
.t706__cartwin-prodamount {
	white-space: nowrap;
}

@media screen and (min-width: 960px) {
	.t706__carticon:hover .t706__carticon-text {
		opacity: 1 !important;
		cursor: pointer;
		pointer-events: initial;
	}

	.t706__carticon-imgwrap:hover {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

.t706__carticon-text {
	position: absolute;
	-webkit-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
	top: 50%;
	right: 130%;
	white-space: nowrap;
	background: #292929;
	color: #fff;
	font-size: 15px;
	box-sizing: border-box;
	padding: 9px 13px;
	border-radius: 3px;
	transition: opacity 0.3s linear;
	opacity: 0;
	pointer-events: none;
}

.t706__carticon-text:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 10px;
	top: 50%;
	right: -20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-left-color: #292929;
}

.t706__carticon_neworder .t706__carticon-imgwrap {
	-webkit-animation: t706__pulse-anim 0.7s;
	animation: t706__pulse-anim 0.6s;
}

@-webkit-keyframes t706__pulse-anim {
	0% {
		-webkit-transform: scale(1);
	}

	60% {
		-webkit-transform: scale(1.25);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

@keyframes t706__pulse-anim {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	60% {
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.t706__carticon-wrapper {
	position: relative;
}

.t706__carticon-imgwrap {
	position: relative;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 50px;
	width: 80px;
	height: 80px;
	cursor: pointer;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	will-change: transform;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition:
		transform 0.2s ease-in-out,
		-webkit-transform 0.2s ease-in-out;
	overflow: hidden;
}

.t706__bgimg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.t706__carticon-img {
	width: 40px;
	height: 40px;
	padding: 18px 20px 22px;
	stroke: #000;
}

.t706__carticon-counter {
	min-width: 30px;
	width: initial;
	height: 30px;
	padding: 0 5px;
	background-color: red;
	color: #fff;
	border-radius: 30px;
	position: absolute;
	right: -3px;
	bottom: -3px;
	text-align: center;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	box-sizing: border-box;
}

.t706__carticon_sm .t706__carticon-imgwrap {
	width: 60px;
	height: 60px;
}

.t706__carticon_sm .t706__carticon-counter {
	right: -6px;
	bottom: -6px;
	min-width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
}

.t706__carticon_sm .t706__carticon-img {
	width: 34px;
	height: 34px;
	padding: 12px 13px 14px;
}

.t706__carticon_lg .t706__carticon-imgwrap {
	height: 100px;
	width: 100px;
}

.t706__carticon_lg .t706__carticon-img {
	width: 50px;
	height: 50px;
	padding: 22px 25px 28px;
}

.t706__cartwin {
	display: none;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	z-index: 4002;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
}

.t706__cartwin_showed {
	display: block;
	z-index: 100001;
}

.t706__body_cartwinshowed {
	height: 100vh;
	min-height: 100vh;
	overflow: hidden;
}

@supports (-webkit-touch-callout: none) {
	.t706__body_cartwinshowed {
		/* The hack for Safari */
		height: -webkit-fill-available;
		min-height: -webkit-fill-available;
	}
}

.t706__cartwin-content {
	margin: 65px auto;
	width: 100%;
	max-width: 560px;
	min-height: 300px;
	background-color: rgba(255, 255, 255, 1);
	padding: 40px;
	box-sizing: border-box;
	overflow: auto;
}

.t706__cartwin-close {
	position: fixed;
	right: 20px;
	top: 20px;
	color: #fff;
	cursor: pointer;
	z-index: 1;
}

.t706 .t706__close {
	top: 10px;
	right: 10px;
	width: 43px;
	height: 43px;
}

.t706 .t706__close-button {
	width: 23px;
	padding: 10px;
	font-size: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
}

.t706__cartwin-top {
	padding: 0 0 30px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.t706__cartwin-bottom {
	padding-top: 30px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.t706__cartwin-products {
	display: table;
	width: 100%;
}

.t706__product {
	display: table;
	width: 100%;
	height: 50px;
	vertical-align: middle;
}

.t706__product-thumb {
	display: table-cell;
	width: 70px;
	height: 100px;
	padding-right: 20px;
	vertical-align: middle;
}

.t706__product-imgdiv {
	width: 70px;
	height: 70px;
	background-size: cover;
	border-radius: 7px;
	background-color: #eee;
	background-position: center;
}

.t706__product-title {
	display: table-cell;
	font-size: 16px;
	padding: 15px 0;
	font-weight: 600;
	vertical-align: middle;
	color: #000;
}

.t706__product-title__portion,
.t706__product-title__option,
.t706__product-amount--portion .t706__product-portion {
	opacity: 0.7;
	font-size: 12px;
	font-weight: 400;
}

.t706__product-amount--portion .t706__product-portion {
	display: inline-block;
}

.t706__product-plusminus {
	display: table-cell;
	width: 80px;
	padding: 13px 20px 16px;
	padding-left: 10px;
	vertical-align: middle;
	color: #000;
	white-space: nowrap;
}

.t706__product-quantity {
	font-size: 16px;
	line-height: 16px;
	margin: 0 5px;
	padding: 2px 5px;
	color: #000;
	border: 1px solid rgba(0, 0, 0, 0);
}

.t706__product-portion {
	margin-right: 0;
}

.t706__product-quantity:hover {
	border: 1px solid rgba(0, 0, 0, 0.3);
}

.t706__product-quantity_editing:hover {
	border: 1px solid rgba(0, 0, 0, 0);
}

.t706__product-quantity-inp {
	width: 25px;
	display: inline;
	background-color: rgba(0, 0, 0, 0.05);
	font-size: 16px;
	outline: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

.t706__product-plus,
.t706__product-minus {
	position: relative;
	display: inline-block;
	cursor: pointer;
	opacity: 0.4;
	width: 16px;
	height: 16px;
}

.t706__product-plus img,
.t706__product-minus img {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 2px;
}

.t706__product-amount--portion,
.t706__product-amount {
	display: table-cell;
	width: 80px;
	font-size: 16px;
	padding: 15px 0;
	vertical-align: middle;
	color: #000;
	white-space: nowrap;
}

.t706__product-amount--portion .t706__product-amount {
	display: block;
	padding-bottom: 0;
}

.t706__product-del {
	cursor: pointer;
	display: inline-block;
	opacity: 0.4;
	height: 20px;
	width: 20px;
}

.t706__product-del-wrapper {
	display: table-cell;
	width: 20px;
	padding: 15px 0 15px 15px;
	vertical-align: middle;
}

.t706__product:hover .t706__product-plus,
.t706__product:hover .t706__product-minus,
.t706__product:hover .t706__product-del {
	opacity: 1;
}

.t706__cartwin-prodamount-wrap {
	padding-bottom: 20px;
	font-size: 16px;
	text-align: right;
	font-weight: 600;
	color: #000;
}

.t706__cartwin-orderbtn {
	height: 50px;
	font-size: 16px;
	width: 100%;
}

.t706__cartdata {
	display: none;
}

.t706__sidebar-prodamount-wrap {
	display: none;
}

.t706__cartwin-totalamount-wrap {
	padding-top: 25px;
	display: none;
	font-weight: 600;
	text-align: right;
	color: #000;
	overflow-wrap: break-word;
}

.t706__cartwin-totalamount-content {
	margin-top: 10px;
}

.t706 .t-form__inputsbox_flex .t706__cartwin-totalamount-wrap {
	width: 100%;
}

.t706__cartwin-totalamount-info_value {
	margin-left: 5px;
	display: inline-block;
}

/* Flex-UI тотала */
.t706__cartwin-totalamount-wrap_flextotals {
	text-align: left;
	font-weight: 400;
}

.t706__cartwin-totalamount-wrap_flextotals .t706__cartwin-totalamount-list {
	display: flex;
	flex-direction: column;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	line-height: 1.35;
}

.t706__cartwin-totalamount-wrap_flextotals .t706__cartwin-totalamount-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding: 5px 0;
	box-sizing: border-box;
}

.t706__cartwin-totalamount-wrap_flextotals .t706__cartwin-totalamount-info_label {
	flex: 1 1 auto;
	min-width: 0;
	text-align: left;
}

.t706__cartwin-totalamount-wrap_flextotals .t706__cartwin-totalamount-info_label-text {
	vertical-align: middle;
}

.t706__cartwin-totalamount-wrap_flextotals .t706__cartwin-totalamount-info_value {
	display: block;
	flex: 0 0 auto;
	margin-left: 0;
	text-align: right;
	white-space: nowrap;
	font-weight: 600;
}

.t706__cartwin-totalamount-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 5px;
	padding: 2px 8px;
	border-radius: 30px;
	font-size: 12px;
	line-height: 1.35;
	color: #fff;
	background: #cd7f32;
	vertical-align: middle;
	font-weight: 500;
}

.t706__cartwin-totalamount-hint {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
	font-size: 14px;
	line-height: 1.35;
	font-weight: 400;
	min-width: 0;
	max-width: 100%;
	overflow-wrap: break-word;
	overflow-wrap: anywhere;
}

.t706__cartwin-totalamount-hint-level {
	display: flex;
	align-items: center;
	gap: 4px;
}

.t706__cartwin-totalamount-hint .t706__loyalty-icon,
.t706__cartwin-totalamount-hint .t706__loyalty-icon-wrap,
.t706__cartwin-totalamount-hint .t706__loyalty-icon-default {
	width: 20px;
	height: 20px;
}

.t706__cartwin-totalamount-hint-label {
	color: #000;
	opacity: 0.5;
}

.t706__cartwin-totalamount-hint-name {
	color: #000;
	font-weight: 400;
	min-width: 0;
	max-width: 100%;
	overflow-wrap: break-word;
	overflow-wrap: anywhere;
}

.t706__cartwin-totalamount-wrap_flextotals .t706__cartwin-totalamount-hint_address {
	opacity: 0.5;
	margin-top: 0;
}

.t706__cartwin-totalamount-wrap_flextotals .t706__cartwin-totalamount-row_before-total {
	padding-bottom: 20px;
}

.t706__cartwin-totalamount-wrap_flextotals .t706__cartwin-totalamount-row_total {
	padding-top: 20px;
	padding-bottom: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	align-items: baseline;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.35;
}

/* Без черты над итогом, если нет других статей (одноэтапная и 1-й шаг двухэтапной) */
.t706__cartwin-totalamount-wrap_flextotals .t706__cartwin-totalamount-list > .t706__cartwin-totalamount-row_total:only-child {
	border-top: none;
	padding-top: 0;
}

/* Второй этап двухэтапной: черта над итогом нужна даже без других статей */
.t706__cartpage .t706__cartwin-totalamount-wrap_flextotals .t706__cartwin-totalamount-list > .t706__cartwin-totalamount-row_total:only-child {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 20px;
}

.t706__cartwin-totalamount-wrap_flextotals .t706__cartwin-totalamount-content {
	display: none;
}

.t706__cartwin-totalamount-wrap_flextotals .delivery-full-address {
	display: none;
}

/* Тултип скидки вправо — иначе обрезается у левого края */
.t706__cartwin-totalamount-wrap_flextotals .t706__cartwin-discounts__description {
	right: auto;
	left: 0;
	z-index: 2;
}

.t706__cartwin-totalamount-wrap_flextotals .t706__cartwin-discounts__description::after {
	right: auto;
	left: 8px;
}

.t706__cartwin-totalamount-wrap_flextotals,
.t706__cartwin-totalamount-wrap_flextotals .t706__cartwin-totalamount-list,
.t706__cartwin-totalamount-wrap_flextotals .t706__cartwin-totalamount-row,
.t706__cartwin-totalamount-wrap_flextotals .t706__cartwin-discounts__description-wrapper {
	overflow: visible;
}

/* Пересчёт доставки/скидки: старый тотал остаётся, пульсирует серым */
.t706__cartwin-totalamount-wrap_loading {
	pointer-events: none;
	animation: t706-totals-pulse 1.2s ease-in-out infinite;
}

@keyframes t706-totals-pulse {
	0%,
	100% {
		opacity: 0.35;
	}
	50% {
		opacity: 0.7;
	}
}

.t706__cartwin-prodamount-currency,
.t706__cartwin-prodamount-price {
	display: inline-block;
}

.t706__cartwin-prodamount-currency + .t706__cartwin-prodamount-price::before,
.t706__cartwin-prodamount-price + .t706__cartwin-prodamount-currency:before {
	content: '';
	padding-left: 5px;
}

.t706__submit_disable {
	pointer-events: none;
	opacity: 0.5;
}

@media screen and (max-width: 960px) {
	.t706__carticon {
		right: 20px;
	}
}

@media screen and (max-width: 640px) {
	.t706__cartwin-content {
		max-width: 460px;
	}

	.t706__carticon-imgwrap,
	.t706__carticon_lg .t706__carticon-imgwrap {
		width: 60px;
		height: 60px;
	}

	.t706__carticon-counter,
	.t706__carticon_lg .t706__carticon-counter {
		right: -6px;
		bottom: -6px;
		min-width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 14px;
	}

	.t706__carticon-img,
	.t706__carticon_lg .t706__carticon-img {
		width: 34px;
		height: 34px;
		padding: 12px 13px 14px;
	}

	.t706__product {
		display: table;
		position: relative;
		margin: 35px 0px;
	}

	.t706__product-thumb {
		height: auto;
		vertical-align: top;
	}

	.t706__product-title {
		display: block;
		padding-top: 0px;
		padding-bottom: 10px;
		padding-right: 30px;
		width: 100%;
		vertical-align: top;
		box-sizing: border-box;
	}

	.t706__product-plusminus,
	.t706__product-amount {
		width: auto;
		display: inline-block;
		vertical-align: bottom;
		padding: 0px 20px 0px 0px;
	}

	.t706__product-del {
		position: absolute;
		top: 0;
		right: 0;
		padding: 0;
	}
}

@media screen and (max-width: 560px) {
	.t706__cartwin-content {
		margin: 0 auto;
		max-width: 100%;
		margin-top: 50px;
		min-height: calc(100vh - 50px);
	}

	@supports (-webkit-touch-callout: none) {
		.t706__cartwin-content {
			height: -webkit-fill-available;
			min-height: -webkit-fill-available;
		}
	}

	.t706__cartwin-close {
		background-color: #000;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		display: table;
		height: 50px;
	}

	.t706__cartwin-close-wrapper {
		display: table-cell;
		vertical-align: middle;
		text-align: right;
		width: 100%;
		padding-right: 20px;
		font-size: 0;
	}

	.t706 .t706__close {
		position: fixed;
		z-index: 2;
		left: 0;
		right: 0;
		top: 0;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		width: 100%;
		height: 50px;
		background: #000000;
	}

	.t706 .t706__close-button {
		width: 16px;
		margin-right: 10px;
		padding: 10px;
	}

	.t706__cartwin-close-icon {
		width: 16px;
	}

	.t706__close .t706__cartwin-close-icon {
		height: 16px;
	}
}

/* t706 form */
.t706__orderform {
	margin-top: 20px;
	margin-bottom: 20px;
}

.t706 .t-form .t-descr_md {
	font-size: 16px;
}

.t706 .t706__cartwin-totalamount-wrap.t-descr_xl {
	font-size: 16px;
}

.t706 .t-form .t-input,
.t706 .t-form .t-select {
	height: 56px;
}

.t706 .t-form input.t-input {
	-webkit-transform: translateZ(0);
}

.t706 .t-form .t-input.t-input-phonemask {
	height: 100%;
}

.t706 .t-input-group {
	margin-bottom: 20px;
}

.t706 .t-input-block textarea {
	padding-top: 17px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.t706 .t-input-title {
	padding-bottom: 5px;
}

.t706 .t-input-subtitle {
	padding-bottom: 15px;
}

.t706 .t-input-group_rd .t-input-subtitle {
	padding-bottom: 5px;
}

.t706 .t-inputtime,
.t706 .t-datepicker__wrapper {
	max-width: 245px;
}

.t706 .t-form__submit {
	display: block;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	margin-top: 30px;
	margin-bottom: 10px;
	width: 100%;
}

.t706 .t-submit {
	width: 100%;
}
.t706 .t-submit:disabled {
	cursor: auto;
	opacity: 0.6;
}

.t706 .t-form__inputsbox_flex .t-form__errorbox-middle {
	margin-top: 0;
}

/* Border Bottom Only */
.t706 .t-form_bbonly .t-form__errorbox-wrapper {
	margin-bottom: 0;
	margin-top: 10px;
}

.t706 .t-form_bbonly .t-input-title {
	padding-bottom: 0;
	margin-bottom: 0;
}

.t706 .t-form_bbonly .t-input-subtitle {
	padding-bottom: 0;
	padding-top: 5px;
}

.t706 .t-form_bbonly .t-input-group {
	margin-bottom: 35px;
}
/* End Border Bottom Only */

.t706__form-bottom-text {
	margin-top: 20px;
	text-align: center;
	margin-bottom: 60px;
}

.t706__form-upper-text {
	padding-top: 30px;
	padding-bottom: 10px;
}

.t706 .t-form__successbox {
	padding-top: 70px;
	padding-bottom: 70px;
}

.t706__body_cartwinshowed .t396__artboard {
	z-index: 0;
}

@media screen and (max-width: 640px) {
	.t706 .t-form__submit {
		display: block;
		width: 100%;
		padding-bottom: 20px;
		text-align: center;
	}

	.t706 .t-input-block textarea {
		padding-top: 5px;
	}

	.t706 .t-input-block {
		padding-right: 0px;
	}

	.t706 .t-submit {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.t706 .t-inputtime,
	.t706 .t-datepicker__wrapper {
		max-width: 100%;
	}

	.t706__orderform {
		margin-bottom: 40px;
	}

	.t706__cartwin-content {
		padding: 20px;
	}
}

/* countdown */

.t706__product-deleted {
	display: table;
	position: relative;
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	/* Webkit hack */
}

.t706__product-deleted-wrapper {
	width: 100%;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

@media screen and (max-width: 640px) {
	.t706__product-deleted {
		margin: 35px 0;
		display: table;
	}

	.t706__product-deleted-wrapper {
		display: table-cell;
	}
}

.t706__product-deleted__timer {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	font-size: 14px;
	width: 100%;
	color: #7b7b7b;
}

.t706__product-deleted__timer__left {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex: 1 0 auto;
	-webkit-flex: 1;
	flex: 1;
}

.t706__product-deleted__timer__counter {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	margin-right: 15px;
	min-width: 24px;
	min-height: 24px;
	line-height: 24px;
}

.t706__product-deleted__timer__title {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.t706__product-deleted__timer__counter__number {
	display: block;
	font-weight: 600;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #f95d51;
	width: 24px;
	text-align: center;
}

.t706__product-deleted__timer__counter__circle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: rotate(90deg) scaleX(-1);
	transform: rotate(90deg) scaleX(-1);
}

.t706__product-deleted__timer__counter__circle circle {
	stroke-dasharray: 100;
	stroke-dashoffset: 0;
	stroke-linecap: round;
	stroke-width: 2px;
	stroke: #f95d51;
	fill: none;
	-webkit-animation: t706_countdown 4s linear infinite forwards;
	animation: t706_countdown 4s linear infinite forwards;
}

@-webkit-keyframes t706_countdown {
	0% {
		stroke-dashoffset: 35;
	}

	100% {
		stroke-dashoffset: 102;
	}
}

@keyframes t706_countdown {
	0% {
		stroke-dashoffset: 35;
	}

	100% {
		stroke-dashoffset: 102;
	}
}

.t706__product-deleted__timer__return {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: opacity ease 0.1s;
	cursor: pointer;
	margin-left: 15px;
}

.t706__product-deleted__timer__return:hover {
	opacity: 1;
}

@media screen and (max-width: 375px) {
	.t706__product__timer {
		-ms-flex-align: start;
		-webkit-align-items: start;
		align-items: start;
	}
}

.t706 .t706__minimal {
	font-size: 14px;
	font-weight: 400;
	color: gray;
}

.t706 .t706__minimal span {
	position: relative;
}

.t706 .t706__minimal span:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	height: 1px;
	background: gray;
	left: 0;
	transition: 0.2s;
}

.t706 .t706__minimal.active span:after {
	width: 100%;
}

/* Основные стили для bubble */
.t706__bubble-container {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-end;
	gap: 10px;
	max-width: 350px;
	width: calc(100% - 40px);
	z-index: 10000001;
}

.t706__bubble {
	position: relative;
	background-color: #111;
	border-radius: 10px;
	width: 100%;
	animation: cart-fadeInRight 0.3s ease-out;
}

.t706__bubble-close {
	position: absolute;
	right: 10px;
	top: 3px;
	color: #fff;
	cursor: pointer;
}

.t706__bubble-text {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 20px 30px;
}

.t706__bubble-text a {
	color: #ff855d;
	text-decoration: underline;
}

@keyframes cart-fadeInRight {
	from {
		opacity: 0;
		transform: translateX(100%);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes cart-fadeOutRight {
	from {
		opacity: 1;
		transform: translateX(0);
	}
	to {
		opacity: 0;
		transform: translateX(100%);
	}
}

.t706__bubble_visible {
	animation: cart-fadeInRight 0.3s ease-out forwards;
}

.t706__bubble_hidden {
	animation: cart-fadeOutRight 0.3s ease-in forwards;
}

.t706__auth {
	font-size: 16px;
	padding: 20px;
	background-color: #ececec;
	margin-bottom: 20px;
	flex: 1;
}

/* Ссылке нужен большой приоритет */
.t706__auth__link {
	color: currentColor !important;
	text-decoration: underline !important;
	font-weight: 500;
}

.t706__auth__flex {
	display: flex;
	align-items: center;
	gap: 16px;
}

.t706__auth__log-in-btn {
	font-family: inherit;
	margin-left: auto;
	text-align: center;
	border: 0 none;
	font-size: 12px;
	padding: 10px 25px;
	-webkit-appearance: none;
	font-weight: 400;
	white-space: nowrap;
	background-image: none;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	background: transparent;
	/* color: #ffffff; */
	background-color: transparent;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.3);
}

.t706__auth.t706__auth_member {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 20px;
	font-size: 14px;
	line-height: 1.35;
	color: #333;
}

.t706__auth__top {
	display: flex;
	flex-direction: column;
	gap: 2px;
	width: 100%;
}

.t706__auth__label-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
}

.t706__auth__logged-in-label {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.35;
	color: #333;
}

.t706__auth__profile {
	display: flex;
	align-items: center;
	gap: 5px;
	max-width: 100%;
	min-width: 0;
	color: #333 !important;
	text-decoration: none !important;
}

.t706__auth__identity {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px;
	min-width: 0;
}

.t706__auth__name {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
	color: #333;
	word-break: break-word;
}

.t706__auth__email {
	display: inline-block;
	max-width: 100%;
	padding: 2px 8px 3px;
	border-radius: 30px;
	background: rgba(0, 0, 0, 0.03);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
	color: #333;
	opacity: 0.6;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.t706__auth__external-icon {
	display: block;
	width: 11px;
	height: 11px;
	flex-shrink: 0;
	color: #333;
}

.t706__auth__logout {
	flex-shrink: 0;
	width: 17px;
	height: 17px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #333;
	cursor: pointer;
	line-height: 0;
	-webkit-appearance: none;
	appearance: none;
}

.t706__auth__logout-icon {
	display: block;
	width: 17px;
	height: 17px;
}

.t706__auth__divider {
	width: 100%;
	height: 0;
	margin: 0;
	border: 0;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.t706__auth__loyalty {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}

.t706__auth__loyalty-level {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	min-width: 0;
	max-width: 100%;
}

.t706__auth__loyalty-meta {
	display: flex;
	align-items: center;
	gap: 5px;
	min-width: 0;
	max-width: 100%;
}

.t706__loyalty-icon,
.t706__loyalty-icon-wrap {
	width: 25px;
	height: 25px;
	flex-shrink: 0;
	border-radius: 50%;
}

.t706__loyalty-icon {
	display: block;
	object-fit: cover;
}

.t706__loyalty-icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #f3c89d;
}

.t706__loyalty-icon-default {
	display: block;
	width: 25px;
	height: 25px;
}

.t706__auth__loyalty-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
	color: #333;
	min-width: 0;
	max-width: 100%;
	overflow-wrap: break-word;
	overflow-wrap: anywhere;
}

.t706__auth__loyalty-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 3px 8px;
	border-radius: 30px;
	font-size: 14px;
	line-height: 1.35;
	font-weight: 500;
	color: #000;
	background: #f3c89d;
}

.t706__auth__loyalty-desc {
	margin: 0;
	font-size: 14px;
	line-height: 1.33;
	color: #333;
	word-break: break-word;
}

.t706__warning {
	background: #f9aa51;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
	color: #fff;
}
