.uploadcare-dialog.uploadcare-active {
	z-index: 9999999
}

.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: .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, .8);
	border-radius: 50px;
	width: 80px;
	height: 80px;
	cursor: pointer;
	box-shadow: 0 0 10px 0 rgba(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, .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 {
		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__close {
	top: 10px;
	right: 10px;
	width: 43px;
	height: 43px
}

.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, .2)
}

.t706__cartwin-bottom {
	padding-top: 30px;
	border-top: 1px solid rgba(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: .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, .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, .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: .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: .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__cartwin-totalamount-wrap {
	padding-top: 15px;
	display: none;
	font-weight: 600 !important;
	text-align: right;
	color: #000
}

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

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

.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: .5
}

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

	.t706__carticon {
		right: 10px
	}

	.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 0
	}

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

	.t706__product-title {
		display: block;
		padding-top: 0;
		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: 0 20px 0 0
	}

	.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__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: #000
	}

	.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__orderform {
	margin-top: 20px;
	margin-bottom: 20px
}

.t-descr_forms {
	font-size: 16px
}

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

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

.t-input.t-input-phonemask {
	height: 100%
}

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

.t-form_bbonly .t-form__inputsbox_flex .t-input-group {
	margin-bottom: 0
}

.t-form_bbonly .t-form__inputsbox_flex .t-form__errorbox-wrapper {
	margin-bottom: 30px
}

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

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

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

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

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

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

.t-form__inputsbox_flex .t-form__submit {
	margin-top: 10px
}

.t-form_bbonly .t-form__inputsbox_flex .t-form__submit {
	margin-top: 0
}

.t-submit {
	width: 100%
}

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

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

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

.t-form_bbonly .t-input-block {
	margin-bottom: 35px
}

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

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

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

.t706__body_cartwinshowed .t396__artboard {
	z-index: 0
}

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

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

	.t-input-block {
		padding-right: 0
	}

	.t-submit {
		width: 100%
	}
}

@media screen and (max-width:480px) {

	.t-inputtime,
	.t-datepicker__wrapper {
		max-width: 100%
	}

	.t706__orderform {
		margin-bottom: 40px
	}

	.t706__cartwin-content {
		padding: 20px
	}
}

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

.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 .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__minimal {
	font-size: 14px;
	font-weight: 400;
	color: gray
}

.t706__minimal span {
	position: relative
}

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

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

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

.t706__bubble {
	position: fixed;
	z-index: 9999999;
	background-color: #111;
	max-width: 350px;
	width: calc(100% - 40px);
	margin-left: 20px;
	bottom: 50px;
	right: -350px;
	border-radius: 10px;
	transition: opacity .4s, right .4s;
	opacity: 0
}

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

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