.bx-ui-sls-input-block {
	height: 34px;
}
.bx-soa { padding-bottom:20px;}
.bx-soa-section {
	border: 1px solid #e8e9eb;
}
.bx-soa-section.bx-step-completed {border: 1px solid #83CB1B;}
/*.bx-soa-section.bx-step-completed .bx-soa-section-title:before {*/
	/*content: " ";*/
	/*display: inline-block;*/
	/*width: 18px;*/
	/*margin:2px 10px 1px 0;*/
	/*line-height: 20px;*/
	/*height: 18px;*/
	/*background: url(images/sprite.png) no-repeat center 0;*/
	/*vertical-align: middle;*/
/*}*/
.bx-soa-section-title-count{
	display:inline-block;
	min-width:17px;
	height:17px;
	border-radius:8px;
	border:1px solid #98979d;
	vertical-align:middle;
	position: relative;
	margin: -3px 10px 0 0;
}
#bx-soa-order{
	transition: 500ms opacity ease;
	counter-reset: heading;
	flex-wrap: nowrap;
}
.bx-soa-section .bx-soa-section-title-count:after {
	position:absolute;
	left:0;
	right:0;
	top:0;
	text-align:center;
	font-size:10px;
	color:#98979d;
	line-height:15px;
	counter-increment: heading;
	content: counter(heading);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
 }
.bx-soa-section-title-count:before{
	content:"";
	position:absolute;
	width:10px;
	height:10px;
	right:-5px;
	bottom:-2px;
	display:none;
	background: url(images/sprite.png) no-repeat center;
}
.bx-soa-section.bx-step-completed .bx-soa-section-title-count{background:#87c73d;border-color:#87c73d;}
.bx-soa-section.bx-step-completed .bx-soa-section-title-count:after{color:#fff;}
.bx-soa-section.bx-step-completed .bx-soa-section-title-count:before{display:block;background-position:center 0;}

.bx-soa-section.bx-step-warning .bx-soa-section-title-count{background:#f8c11a;border-color:#f8c11a;}
.bx-soa-section.bx-step-warning .bx-soa-section-title-count:after{color:#000;}
.bx-soa-section.bx-step-warning {border: 1px solid #CCBE71;}
.bx-soa-section.bx-step-warning .bx-soa-section-title-count:before {display:block;background-position:center -37px;}

.bx-soa-section.bx-step-error .bx-soa-section-title-count{background:#db4c4c;border-color:#db4c4c;}
.bx-soa-section.bx-step-error .bx-soa-section-title-count:after{color:#fff;}
.bx-soa-section.bx-step-error {border: 1px solid #db4a29;}
.bx-soa-section.bx-step-error .bx-soa-section-title-count:before {display:block;background-position:center -20px;}
/*.bx-soa-section.bx-step-error .bx-soa-section-title:before {background: url(images/sprite.png) no-repeat center -18px;}*/


.bx-soa-section.bx-selected {border: 1px solid #91cedc;}

.bx-soa-section-title-container {
	overflow: hidden;
	background: #f2f5f7;
	font-size: 14px;
}
.bx-soa-section-title {
	margin: 0;
	padding: 0;
	color: #151515;
	line-height: 15px;
	min-height: 20px;
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
	letter-spacing: 3%;
	text-transform: none;
	transition: all .3s ease;
	/*padding-left:0;*/
}
.bx-soa-section.bx-selected .bx-soa-section-title {font-size: 12px; padding: 2px 0;}

.bx-soa-editstep {
	display: inline;
	font-size: 12px;
	vertical-align: middle;
	line-height: 22px;
	border-bottom: 1px dotted;
}
.bx-soa-section.bx-selected .bx-soa-editstep {display: none;}
.bx-soa-section.bx-selected .bx-soa-editstep:hover {border-bottom: none;}

.bx-soa-section-content {
	padding: 0;
	/*padding: 10px 15px;*/
	transition: all .2s ease;
}
.bx-soa-section.bx-step-completed .bx-soa-section-content,
.bx-soa-section.bx-selected .bx-soa-section-content {line-height: 18px;}

/* Table */
.bx-soa-table-fade{
	position:relative;
}
.bx-soa-table-fade:before{
	left:0;
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background:    -moz-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: 		linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.bx-soa-table-fade:after{
	right:0;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background:    -moz-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: 		linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
.bx-soa-table-fade:before,
.bx-soa-table-fade:after{
	content: "";
	width: 0;
	position: absolute;
	bottom: 10px;
	top: 0;
	height: 100%;
	display: block;
	-webkit-transition: width 300ms ease;
	   -moz-transition: width 300ms ease;
		-ms-transition: width 300ms ease;
		 -o-transition: width 300ms ease;
			transition: width 300ms ease;
}
.bx-soa-table-fade-left:before,
.bx-soa-table-fade-right:after{width: 15px;}
.bx-soa-item-table{
	margin-bottom:10px;
	min-width:100%;
	display:table;
}
.bx-soa-item-tr{
	display:table-row;
}
.bx-soa-item-td{
	display:table-cell;
	vertical-align: top;
	padding-top:10px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	border-top: 1px dotted #e5e5e5;
}
@media (min-width:769px){
	.bx-soa-item-td{
		padding-left: 7px;
		padding-right:7px;
		padding-bottom:10px;
	}
}
.bx-soa-item-table .bx-soa-item-tr:first-child .bx-soa-item-td{border-top: none}

/*.bx-soa-item-block{padding-bottom:10px;}*/

.bx-soa-item-img-block{
	float:left;
	padding-right:15px;
}
.bx-step-completed .bx-soa-item-img-block {
	width: 48px;
	padding-bottom:10px;
	padding-right:10px;
}
.bx-soa-item-imgcontainer {
	border-radius: 4px;
	border: 1px solid #c0cfd9;
	padding-top: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.bx-soa-item-content{}
.bx-soa-item-title {
	font-weight: bold;
	padding-bottom:5px;
}
.bx-soa-item-td-title {
	line-height: 20px;
	color: #7c7c7c;
	padding-bottom: 3px;
	font-size: 12px;
}
.bx-soa-item-td-text {
	line-height: 25px;
	vertical-align: middle;
}
.bx-soa-item-properties .bx-soa-item-td-title,
.bx-soa-item-properties .bx-soa-item-td-text{ text-align:center;}
.bx-soa-item-properties.bx-text-right .bx-soa-item-td-title,
.bx-soa-item-properties.bx-text-right .bx-soa-item-td-text{ text-align:right;}
.bx-soa-item-td-text input[type="number"] {
	height: 25px;
	line-height: 20px;
}
.bx-soa-item-td-text .bx-price {white-space: nowrap;}
.bx-price-old {
	white-space: nowrap;
	text-decoration: line-through;
	color: #B8B8B8;
	font-size: 13px;
}
.bx-soa-item-td-control {
	padding-bottom: 5px;
	font-size: 11px;
}

@media (max-width:991px){
	.bx-soa-item-table,
	.bx-soa-item-table>tbody,
	.bx-soa-item-tr,
	.bx-soa-item-td{display:block;}
	.bx-soa-item-tr.bx-soa-item-info-container,
	.bx-soa-item-tr .bx-soa-item-td{border:none;}
	.bx-soa-item-tr{
		border-top: 1px dotted #e5e5e5;
		padding-bottom:15px;
		padding-top:10px;
		overflow:hidden;
	}
	.bx-soa-item-tr.bx-soa-item-tr-first{border:none;}
	.bx-soa-item-block{ overflow:hidden;}
	.bx-soa-item-properties.bx-text-right .bx-soa-item-td-title,
	.bx-soa-item-properties.bx-text-right .bx-soa-item-td-text{ text-align:center;}
}
@media (min-width:581px) and (max-width:991px){
	.bx-soa-item-properties{float:left; padding-bottom:10px;}
	.bx-soa-item-td-title,
	.bx-soa-item-nth-4p1,
	.bx-soa-item-tr{clear:both;}
}
@media (max-width:580px){
	.bx-soa-item-td {line-height: 17px;}
	.bx-soa-item-img-block{
		float:none;
		max-width: 160px;
		margin: 0 auto;
		padding-right:0;
	}
	.bx-soa-section.bx-step-completed .bx-soa-item-img-block{float:left;}
	.bx-soa-item-content{padding-top:15px;}
	.bx-soa-section.bx-step-completed .bx-soa-item-content{padding-top:0;}
	.bx-scu-container{padding-top:10px;}
	.bx-soa-item-td-title,
	.bx-soa-item-td-text{
		line-height:20px;
		display:inline-block !important;
		padding: 2px 5px;
		text-align: left;
		vertical-align:middle;
		font-size:13px;
	}
	.bx-soa-item-td-title:after {content: ":"}
	.bx-soa-item-properties {padding:0;}
}
@media (min-width: 580px) {
	.bx-soa-item-img-block {
		width: 85px;
		margin: 0;
	}
}

/* Advanced info */
.bx-soa-item-info-container{
	position:relative;
	height:35px;
}
.bx-soa-item-info-container .bx-soa-item-td{
	border:none;
	position:absolute;
	/*left:20px;*/
	/*right:20px;*/
	/*padding:0 20px;*/
}
.bx-soa-item-info-container .bx-soa-item-info-block {
	height: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.bx-soa-item-info-block.bx-active {
	padding-top: 10px;
	height: auto;
}
.bx-soa-info-block{
	border:none;
	max-width:100%;
}
.bx-soa-info-line {line-height: 15px;}
.bx-soa-info-title {
	color: #7c7c7c;
	font-size: 12px;
	padding:4px 0;
	vertical-align:top;
}
.bx-soa-info-text {
	display: inline-block;
	font-size:12px;
	padding:4px 10px;
	vertical-align:top;
}
@media (max-width:580px){
	.bx-soa-item-info-container .bx-soa-item-td{
		position:static;
		left:auto;
		right:auto;
		padding:0;
	}
	.bx-soa-item-info-container{
		position:relative;
		height:auto !important;
		min-height:0;
	}
}
/* Coupon */
.bx-soa-coupon {
	border-top: 1px solid #e5e5e5;
	padding-top: 10px;
	margin-top: 10px;
}
.bx-soa-coupon-label {
	display: inline-block;
	font-weight: bold;
	font-size: 13px;
	color: #000;
	padding-right: 10px;
	vertical-align: top;
}
.bx-selected .bx-soa-coupon-label{padding-top: 7px;}
.bx-soa-coupon-item-fixed .bx-soa-coupon-block {
	font-weight:normal;
}
.bx-soa-coupon-item-fixed .bx-soa-coupon-label,
.bx-soa-coupon-item-fixed .bx-soa-coupon-item {
	font-weight: normal;
	padding-top: 0;
	line-height: 20px;
}
.bx-soa-coupon-block {
	vertical-align: middle;
	line-height: 34px;
}
.bx-soa-coupon-input {
	display: inline-block;
	position:relative;
	vertical-align: middle;
}
.bx-soa-coupon-input:after {
	content:"";
	display:block;
	width: 8px;
	height:8px;
	background-color:transparent;
	border-right: 2px solid #8da3ad;
	border-bottom:2px solid #8da3ad;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-4px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	cursor:pointer;
}
.bx-soa-coupon-input input[type=text].form-control {
	border: 1px solid #CCD5DB;
	background-color: #f8fafc;
	background-image: none;
	border-radius: 2px;
	outline: none;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	box-shadow: none;
}
.bx-soa-coupon-input input[type=text].form-control:focus {
	border-color: rgb(99, 116, 126);
	outline: none;
	box-shadow: none;
}
.bx-step-completed .bx-soa-coupon-list {
	padding-top: 0;
	line-height: 20px;
}
.bx-soa-coupon-item {
	display: none;
	font-family: Montserrat;
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
	color: red;
}
.discounts__item._open .bx-soa-coupon-item {
	position: relative;
	display: block;
}
.discounts .bx-soa-coupon-item,
.discounts__item .discounts__success,
.discounts__item .discounts__error {
	transform: translate(0, -9px);
	text-align-last: left;
}
.bx-soa-coupon-item strong {
	white-space: nowrap;
	margin-right: 20px;
	position: relative;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: normal;
	display: inline-block;
	letter-spacing: -0.5px;
	color: #333;
}
/*.bx-soa-coupon-item strong.bx-soa-coupon-item-danger {color: #A94442;}
.bx-soa-coupon-item strong.bx-soa-coupon-item-success{color: #3ba428;}
.bx-soa-coupon-item strong.bx-soa-coupon-item-used{color: #777;}*/
.bx-soa-coupon-item-danger-mess,
.bx-soa-coupon-item-mess {
	display: none;
	position: absolute;
	left: 0;
	min-width: 100%;
	top: 100%;
	font-weight: normal;
	padding: 6px 10px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
	text-transform: none;
	color: #333;
	letter-spacing: normal;
	z-index: 1;
}

/*.bx-touch 	.bx-soa-coupon-item strong 			.bx-soa-coupon-item-mess,*/
.bx-soa-coupon-item strong:hover 	.bx-soa-coupon-item-mess,
	/*.bx-touch 	.bx-soa-coupon-item strong 			.bx-soa-coupon-item-danger-mess,*/
.bx-soa-coupon-item strong:hover 	.bx-soa-coupon-item-danger-mess  {display: block;}
.bx-soa-coupon-remove {
	display: inline-block;
	height:20px;
	width: 20px;
	margin-left: 10px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADCSURBVHgBdZKxDQIxDEVjnxiBgu5GgS1SwiSISY7ytoBR0lEwAiTG/yAo8sWWIsX2f7HjhB4xjlzKsTBfd/OcgmOtjrFhovNG5IaEByAP3aIHKSEkXWMPrADy0EFPNTFoQp1RV3oRHdCqBfIvTu2JLSg5n2gYJgtAS7aVCtaYBVYQ7BnjPihY/fcXuLcatpVIZGpjeqfJDoe9KQWt4E2VewDusNWWsgOSN9bgTBXPsfwID4DBbyv+f0QRufQAC0IH/Qee9MT1e09i1gAAAABJRU5ErkJggg==') no-repeat center;
	cursor: pointer;
	vertical-align:middle;
	position:relative;
	top:-1px;
}
.bx-soa-coupon-input{
	height: 43px;
	width: 100%;
}

.bx-soa-coupon-input input::-webkit-outer-spin-button,
.bx-soa-coupon-input input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.bx-soa-coupon-input input[type=number] {
	-moz-appearance:textfield; /* Firefox */
}

.bx-soa-coupon-button{
	padding: 11px 20px;
	height: 43px;
	background: #151515;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.bx-soa-coupon-button div{
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}

/* pickup */
#pickUpMap img {
	max-height: initial;
}
.bx-soa-pickup-preview-img {
	height: 76px;
	border: 1px solid #ddd;
	border-radius: 1px;
	padding: 1px;
	margin-left:10px;
	float: right;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.bx-soa-pickup-subTitle {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
}
.bx-soa-pickup-list {
	margin-bottom: 20px;
}
.bx-soa-pickup-list .bx-soa-pickup-list-item {
	border-top: 1px solid #dcdfe2;
	padding: 16px 35px;
	font-size: 13px;
	position: relative;
	-webkit-transition: background .2s ease;
	-moz-transition: background .2s ease;
	-o-transition: background .2s ease;
	transition: background .2s ease;
}
.bx-soa-pickup-list-item.bx-selected {background: #f8fafc;}
.bx-soa-pickup-list .bx-soa-pickup-list-item:last-child {border-bottom: 1px solid #dcdfe2;}

.bx-soa-pickup-l-item-adress {
	padding-left: 15px;
	color: #25495e;
	font-weight: bold;
	line-height: 17px;
	min-height: 17px;
	position: relative;
	padding-right: 100px;
}
.bx-soa-pickup-l-item-adress:before {
	height: 17px;
	width: 18px;
	content: "";
	top: 50%;
	left: -5px;
	margin-top: -8px;
	position: absolute;
	background: url(images/sprite.png) no-repeat center -54px;
}
.bx-soa-pickup-list-item .bx-soa-pickup-l-item-detail {
	padding-top: 20px;
	display: none;
}
.bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-detail {display: block;}
.bx-soa-pickup-l-item-detail {
	padding-left: 100px;
	position: relative;
	min-height: 80px;
}
.bx-soa-pickup-l-item-detail.no-image {padding-left: 20px;}
.bx-soa-pickup-l-item-btn {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -17px;
}
.bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-btn {
	padding-left: 100px;
	padding-top: 10px;
	float: none;
	position: relative;
	top: auto;
	right: auto;
	margin-top: 0;
}
.bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-btn.no-image {padding-left: 20px;}
.bx-soa-pickup-l-item-name {font-weight: bold;}
.bx-soa-pickup-l-item-img {
	position: absolute;
	top: 23px;
	left: 0;
	max-width: 90px;
	max-height: 90px;
	height: auto;
	width: auto;
}

/*Sidebar*/
.bx-soa-sidebar {
	position: relative;
	height: 100%;
}
.bx-soa-cart-total {
	padding: 0 0 8px;
	transition: opacity .2s ease;
}
.bx-soa-cart-total.bx-soa-cart-total-fixed {
	position: fixed;
	top: 10px;
}
.bx-soa-cart-total.bx-soa-cart-total-bottom {opacity: 0;}
@media(max-width: 768px){
	.bx-soa-cart-total.bx-soa-cart-total-fixed{
		position: static;
		padding-top:0;
		width: 100% !important;
	}
	.bx-soa-cart-total.bx-soa-cart-total-bottom{
		opacity:1 !important;
		position: static;
	}
	.bx-soa-cart-total-ghost{
		display: none;
	}
}
.bx-soa-cart-total-line {
	display: grid;
	grid-template-columns: 1fr 138px;
	gap: 12px;
	margin-bottom: 16px;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 12px;
	font-weight: 200;
	line-height: 1.4;
	letter-spacing: 3%;
	overflow: hidden;
}
.bx-soa-cart-total-line.mindbox-total-block-border-top {
	margin: 0;
}
.bx-soa-cart-total-line.mindbox-total-block-border-top {
	margin-top: 16px;
}
.bx-soa-cart-total .bx-soa-cart-total-line-total {
	display: grid;
	padding: 0;
	font-weight: 500;
}
.bx-soa-cart-t {
	text-transform: uppercase;
}
.bx-soa-cart-total .bx-soa-cart-total-line .bx-soa-cart-t,
.bx-soa-price-free {
	font-weight: 200 !important;
	color: #151515;
}
.bx-soa-cart-total .bx-soa-cart-total-line.bx-soa-cart-total-line-total .bx-soa-cart-t,
.bx-soa-cart-total .bx-soa-cart-total-line.bx-soa-cart-total-line-total .bx-soa-cart-d {
	font-weight: 500 !important;
}
.bx-soa-cart-total .bx-soa-cart-total-line span,
.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
	font-size: 12px !important;
}
.bx-soa-cart-total .bx-soa-cart-total-line .bx-soa-cart-d {
  font-size: 12px;
  font-weight: 200;
  line-height: 1.7;
}

.bx-soa-cart-total-line.bx-soa-cart-total-line-highlighted {
	/*background-color: #d4ffb8;*/
	background-color: #257210;
	border-color: transparent;
}
.bx-soa-cart-total-line-highlighted + .bx-soa-cart-total-line {
	 border-top: none;
}

.bx-soa-cart-total-button-container{
	padding-top: 20px;
	text-align: center;
}
.bx-soa-cart-total-button-container>.btn{
	width: 100%;
}
.bx-soa-more {
	border-top: 1px solid #e5e5e5;
	padding-top: 10px;
	margin-top: 10px;
}
.bx-soa-price-not-calc{
	border-bottom:1px dashed;
	color:#F55450;
	text-decoration:none;
	cursor: pointer;
}
.bx-soa-price-not-calc:active,
.bx-soa-price-not-calc:hover{
	border-color:transparent;
	color:#A94442;
}

@media (max-width: 991px) {
	.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
		white-space: nowrap;
		font-size: 19px;
	}
	.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d span {font-size: 14px;}
}

@media (max-width: 580px) {
	.bx-soa-coupon-label {
		/*text-align: center;*/
		display: block;
		padding-bottom: 5px;
	}
	.bx-soa-coupon-block {display: block;}
	.bx-soa-coupon-input {text-align: center;}
	.bx-soa-coupon-input input {display: inline-block !important;}
	.bx-soa-coupon-item {text-align: center;}
	.bx-soa-coupon-item strong {
		display: inline-block;
		position: relative;
		/*right: -20px;*/
	}
	.bx-soa-coupon-item strong:first-child {margin-left: 0;}
	.bx-soa-coupon-remove:after {
		content: "";
		clear: both;
	}
	.bx-soa-more {padding-top: 10px;}
	.bx-soa-pickup-l-item-detail {padding-left: 0;}
	.bx-soa-pickup-l-item-img {
		position: relative;
		left: auto;
		top: auto;
		max-width: 200px;
		max-height: 200px;
	}
	.bx-soa-pickup-l-item-adress {padding-right: 0;}
}

/* SCU */
.bx-scu-container{overflow:hidden;}
.bx-soa-item-content .bx-scu-container {max-width: 200px;}
.bx-scu-block {}
.bx-scu-list {
	margin: 0;
	padding: 0 5px;
}
.bx-scu-itemlist {
	list-style: none;
	padding: 0;
	overflow: hidden;
	margin: 0 -5px;
	min-width: 40px;
}
.bx-scu-item {
	float: left;
	width: 20%;
	padding: 5px;
}
.bx-img-item {
	float: left;
	width: 50%;
	padding: 5px;
	min-width: 30px;
	max-width: 50px;
}
@media (max-width: 580px){
	.bx-img-item {
		width: 45px;
	}

}
.bx-img-itemColor {
	position: absolute;
	top:   3px;
	right: 3px;
	left:  3px;
	bottom:3px;
	background-size: contain;
	-webkit-background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.bx-scu-itemColorBlock {
	position: relative;
	padding-top: 100%;
	cursor: pointer;
	outline: 1px solid #c0cfda;
	-webkit-transition: outline .2s ease;
	-moz-transition: outline .2s ease;
	-o-transition: outline .2s ease;
	transition: outline .2s ease;
}
.bx-scu-itemColorBlock:hover {outline: 1px solid #006cc0;}
.bx-scu-itemColorBlock.selected {outline: 2px solid #006cc0;}
.bx-scu-itemColor {
	position: absolute;
	top: 3px;
	right: 3px;
	left: 3px;
	bottom: 3px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.bx-scu-itemTextBlock {
	position: relative;
	cursor: pointer;
	outline: 1px solid #c0cfda;
	-webkit-transition: outline .2s ease;
	-moz-transition: outline .2s ease;
	-o-transition: outline .2s ease;
	transition: outline .2s ease;
}
.bx-scu-itemTextBlock:hover {outline: 1px solid #006cc0;}
.bx-scu-itemTextBlock.selected {outline: 2px solid #006cc0;}
.bx-scu-itemText {
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
	line-height: 18px;
	white-space: nowrap;
	text-transform: uppercase;
	text-overflow: ellipsis;
	overflow: hidden;
}
/*.bx-step-completed*/ .bx-scu-container{
	position:relative;
	height:35px;
	overflow:hidden;
}

/*.bx-step-completed*/ .bx-scu-container:after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:25px;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background:    -moz-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: 		linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.bx-selected .bx-scu-container{height:auto;}
.bx-selected .bx-scu-container:after{height: 0;}
@media (max-width: 768px) {
	.bx-scu-container{height:auto;}
	.bx-scu-container:after{height: 0;}
}
/*.bx-step-completed*/ .bx-scu-container .bx-soa-item-td-title{line-height:20px;}

.bx-scu-container .bx-soa-item-td-title,
.bx-scu-container .bx-soa-item-td-text{
	float: left;
	font-size:13px;
	padding-right:5px;
	line-height:19px;
	vertical-align: middle;
	padding-bottom:3px;
}
.bx-scu-container .bx-soa-item-td-title{clear: both;}
/*.bx-scu-container .bx-soa-item-td-title:after{
	content:": ";
}*/
@media (min-width:768px){
	.bx-scu-container .bx-soa-item-td-title, .bx-scu-container .bx-soa-item-td-text {
		padding-bottom:0;
		line-height:20px;
	}
}
/* AUTH */
.bx-soa h3.bx-title {
	font-size: 15px;
	font-weight: bold;
}
.bx-soa-reg-block {
	background: #f8fafc;
	padding: 25px 20px;
}
.bx-soa-reg-block p {
	color: #595a5b;
	font-size: 13px;
	margin: 0 0 10px;
	padding: 0;
}


/*bx-soa-reference*/
.bx-soa-reference {
	color: #151515;
	font-size: 12px;
	font-weight: 200;
}
.bx-soa-auth .bx-soa-reference {border-top: 1px solid #f2f2f2;}


/*REGION*/
.bx-sls .quick-location-tag,
.bx-slst .quick-location-tag {
	display: inline-block;
	background: #d0ecf1;
	border-radius: 3px;
	padding: 10px 20px 11px;
	margin: 10px 2px;
	cursor: pointer;
	vertical-align: middle;
	font-size: 15px;
	line-height: 20px;
	height: auto;
	color: #333;
	border: none;
	-webkit-transition: background 200ms ease;
	-moz-transition: background 200ms ease;
	-o-transition: background 200ms ease;
	transition: background 200ms ease;
}

.bx-sls  .quick-location-tag:hover,
.bx-slst .quick-location-tag:hover {background-color: #e3f4f7;}
.bx-sls  .quick-location-tag:first-child,
.bx-slst .quick-location-tag:first-child {margin-left: 0;}
.bx-sls  .quick-location-tag:last-child,
.bx-slst .quick-location-tag:last-child {margin-right: 0;}
.bx-soa .bx-soa-location-offered small {color: #737373;}
.bx-soa-location-selected {
	padding-top: 12px;
	padding-bottom: 22px;
}
.bx-soa .bx-soa-customer-label,
.bx-soa .bx-soa-custom-label,
.bx-soa .form-group label {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 2px;
	color: #000;
}
.bx-soa .bx-soa-customer-label-container small,
.bx-soa .bx-soa-custom-label-container small,
.bx-soa .form-group label small {color: #737373;}


/*FIELDS*/
.form-control,
.bx-sls .dropdown-block,
#bx-soa-order textarea, 
#bx-soa-order .form-control {
	padding: 13px 16px !important;
	height: 43px;
	background-color: #fff;
	border: 1px solid #D3D3D3;
	box-shadow: none;
	border-radius: 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 17px;
	letter-spacing: 3%;
	color: #151515;
}
.form-group .form-control:focus {border-color: #63747e; box-shadow: none;}
.bx-soa .bx-soa-location-input-container {position: relative;}
.bx-soa .bx-soa-customer-tel-input-container {position: relative;}
.bx-soa .bx-soa-customer-tel-input-container {height: 41px;}
.bx-soa .bx-soa-location-input {padding: 10px 40px 11px;}
.bx-soa .bx-soa-customer-tel-input {padding: 10px 11px 10px 50px;}
.bx-soa .bx-soa-location-input-container:before {
	content: " ";
	position: absolute;
	left: 8px;
	bottom: 9px;
	top: 9px;
	width: 20px;
	background-size: contain;
}


/*pay*/
.bx-soa-pp .bx-soa-pp-company {
	border: 1px solid transparent;
	transition: all 100ms ease;
}
.bx-soa-pp-desc-container {padding-top: 7px;}
.bx-soa-pp-desc-container .bx-soa-pp-company {
	background: #f8fafc;
	border: 1px solid #d5dadc;
	padding: 7px 15px;
}
.bx-soa-pp-company-logo {padding-top: 6px;}
.bx-soa-pp-company-graf-container {
	border: 2px solid #c3cace;
	border-radius: 2px;
	position: relative;
	background: #fff;
	width: auto;
	height: 0;
	/*margin-bottom: 10px;*/
	padding-top: 50%;
}
.bx-soa-pp-company.bx-selected  .bx-soa-pp-company-graf-container {border-color: #159ebb;}
.bx-soa-pp-inner-ps.bx-selected .bx-soa-pp-company-graf-container {border-color: #159ebb;}
.bx-soa-pp-company.bx-bd-error  .bx-soa-pp-company-graf-container {border-color: #db4a29;}
.bx-soa-pp-company.bx-bd-waring .bx-soa-pp-company-graf-container {border-color: #CCBE71;}
input[type=checkbox].bx-soa-pp-company-checkbox {
	position: absolute;
	top: 7px;
	left: 7px;
	margin: 0;
	padding: 0;
	/*z-index: 100;*/
}
.bx-soa-pp-company-image {
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.bx-soa-pp-desc-container .bx-soa-pp-company-logo {max-width: 150px;}
.bx-soa-pp-company-smalltitle {
	padding-top: 9px;
	color: #a3a3a3;
	font-size: 11px;
	text-align: center;
	padding-bottom: 5px;
}
.bx-soa-pp-company-title {
	font-size: 19px;
	font-weight: bold;
}
.bx-soa-pp-company-subTitle {
	font-size: 15px;
	font-weight: bold;
}
.bx-soa-pp-company-desc {
	font-size: 13px;
	padding-top: 10px;
	line-height: 17px;
}
.bx-soa-pp-company-selected{padding:4px 0;}
.bx-soa-pp-company-selected strong{margin-left:10px;}
ul.bx-soa-pp-list {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	color: #000;
}
ul.bx-soa-pp-list li {
	clear: both;
	padding: 5px 0;
}
.bx-soa-pp-list-termin {
	color: #8d8d8d;
	display: block;
}
.bx-soa-pp-list-description {display: block;}
.bx-soa-pp-delivery-cost {
	position: absolute;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	padding: 2px 4px;
	right: -2px;
	bottom: -2px;
	border-radius: 1px;
	background: rgba(0, 0, 0, .5);
}
.bx-soa-pp-field .form-control{background: #fff;}
.bx-soa-pp-company-block .checkbox label,
.bx-soa-pp-company-block .form-group label{font-size:13px;}
.bx-soa-pp-company-block .form-control{font-size:13px;}
.bx-soa-pp-price{
	text-align:right;
	padding: 4px 0;
}
.bx-soa-service-small{
	color: #a3a3a3;
	font-size: 11px;
}

/*CHECKBOX*/
@media (min-width:1200px) {
	.bx-soa-pp .bx-soa-pp-company:nth-child(3n+1) {clear: both;}
}

@media (min-width:992px) {
	.bx-soa-pp .bx-soa-pp-company:nth-child(3n+1) {clear: both;}
}

@media (min-width:768px) and (max-width:991px) {
	.bx-soa-pp .bx-soa-pp-company:nth-child(3n+1) {clear: both;}
}

@media (max-width:767px) {
	.bx-soa-pp .bx-soa-pp-company:nth-child(2n+1) {clear: both;}
}

@media (min-width:481px) and (max-width:766px) {
	.bx-soa-pp-desc-container .bx-soa-pp-company-logo {
		width: 100%;
		padding-top: 0
	}
	.bx-soa-pp-desc-container .bx-soa-pp-company-smalltitle {display: none;	}
	.bx-soa-pp-list-termin {width: 30%;}
}

@media (max-width:480px) {
	.bx-soa-pp-company-logo {width: 45%;}
	.bx-soa-pp-company-title {display: none;}
/*    .bx-soa-pp-company-smalltitle {
		font-weight: bold;
		color: #000;
		font-size: 14px;
	}*/
	.bx-soa-pp-item-container {border-right: none;}
	.bx-soa-pp-desc-container {}
	.bx-soa-pp-desc-container .bx-soa-pp-company-logo {
		width: 100%;
		padding-top: 0
	}

	.bx-soa-pp-desc-container .bx-soa-pp-company-smalltitle {display: none;}
	.bx-soa-pp-list-termin {width: 40%;}
	/*	.bx-soa-pp-list-description {
			margin-left: 45%;
		}*/
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
@media only screen and (min--moz-device-pixel-ratio: 2),
@media only screen and (-moz-min-device-pixel-ratio: 2),
@media only screen and (-o-min-device-pixel-ratio: 2/1),
@media only screen and (min-device-pixel-ratio: 2),
@media only screen and (min-resolution: 192dpi),
@media only screen and (min-resolution: 2dppx){
	.bx-soa-location-input-container {
		border-width: .5px;
	}
}

.bx-soa-section.bx-step-good {
	-webkit-animation: animationBorderStep ease 5s;
	-moz-animation: animationBorderStep ease 5s;
	-o-animation: animationBorderStep ease 5s;
	animation: animationBorderStep ease 5s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-o-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes animationBorderStep {0%{border-color:#70BB18}100%{border-color: #91cedc}}
@-moz-keyframes animationBorderStep {0%{border-color:#70BB18}100%{border-color: #91cedc}}
@-ms-keyframes animationBorderStep {0%{border-color:#70BB18}100%{border-color: #91cedc}}
@-o-keyframes animationBorderStep {0%{border-color:#70BB18}100%{border-color: #91cedc}}
@keyframes animationBorderStep {0%{border-color:#70BB18}100%{border-color: #91cedc}}

.bx-soa-section.bx-step-bad {
	-webkit-animation: animationBorderStepBad ease 5s;
	-moz-animation: animationBorderStepBad ease 5s;
	-o-animation: animationBorderStepBad ease 5s;
	animation: animationBorderStepBad ease 5s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-o-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes animationBorderStepBad {0%{border-color:#db4a29}100%{border-color: #91cedc}}
@-moz-keyframes animationBorderStepBad {0%{border-color:#db4a29}100%{border-color: #91cedc}}
@-ms-keyframes animationBorderStepBad {0%{border-color:#db4a29}100%{border-color: #91cedc}}
@-o-keyframes animationBorderStepBad {0%{border-color:#db4a29}100%{border-color: #91cedc}}
@keyframes animationBorderStepBad {0%{border-color:#db4a29}100%{border-color: #91cedc}}

.bx-soa-changeCostSign {
	-webkit-animation: changeCostSign ease .4s;
	-moz-animation: changeCostSign ease .4s;
	-o-animation: changeCostSign ease .4s;
	animation: changeCostSign ease .4s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-o-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes changeCostSign {0%{opacity:1}40%{opacity:0}60%{opacity:0}100%{opacity:1}}
@-moz-keyframes changeCostSign {0%{opacity:1}40%{opacity:0}60%{opacity:0}100%{opacity:1}}
@-ms-keyframes changeCostSign {0%{opacity:1}40%{opacity:0}60%{opacity:0}100%{opacity:1}}
@-o-keyframes changeCostSign {0%{opacity:1}40%{opacity:0}60%{opacity:0}100%{opacity:1}}
@keyframes changeCostSign {0%{opacity:1}40%{opacity:0}60%{opacity:0}100%{opacity:1}}

.bx-sls.form-control {padding: 0;}
.bx-sls .bx-ui-sls-pane,
.bx-slst .bx-ui-combobox-dropdown{border: 1px solid #bdbdbd;}
.bx-sls .dropdown-fade2white,
.bx-slst .dropdown-fade2white{top:1px;}
.bx-sls .form-control.dropdown-block,
.bx-slst .form-control.dropdown-block{
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	box-shadow: none;
}
.has-error .bx-sls .form-control.dropdown-block,
.has-error .bx-slst .form-control.dropdown-block{
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.bx-slst .form-control .bx-ui-combobox-container .bx-combobox-fake-as-input{padding-top: 7px;}
.bx-bd-error {border-color: #db4a29;}
.bx-bd-waring {border-color: #CCBE71;}
.wsnw{white-space: nowrap;}

.bx-step-opacity {
	transition: 500ms opacity ease;
}

/* MAPS */
ymaps h3{
	margin: 6px 0 10px 0;
}

/* AUTH */
.bx-authform{
	margin: 0 0 25px;
}
/*block*/
.bx-authform-formgroup-container{
	margin-bottom: 25px;
}
.bx-authform-content-container,
.bx-authform-label-container{
	font-size:13px;
	color: #5a6c77;
	padding-bottom: 2px;
}
.bx-authform-input-container{
	position: relative;
}
.bx-authform-psw-protected{
	height: 38px;
	width: 38px;
	position: absolute;
	right: 1px;
	top: 50%;
	margin-top: -19px;
	background: url(images/sprite.png) no-repeat center;
	-webkit-background-size: 11px auto;
			background-size: 11px auto;
}

.bx-authform-psw-protected-desc{
	display: none;
	background: #fff;
	position: absolute;
	width: 250px;
	left: 50%;
	margin-left: -125px;
	bottom: 100%;
	margin-bottom: 14px;
	border:1px solid #f0f1f2;
	padding: 10px 20px;
	font-size: 14px;
	z-index: 110;
	box-shadow: 0 6px 9px 0 rgba(0,0,0,.1)
}
.bx-authform-psw-protected:hover .bx-authform-psw-protected-desc{display: block;}
.bx-authform-psw-protected-desc>span{
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 14px;
	display: block;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAOCAYAAAAxDQxDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjIzNzExNDdGRkJFMTFFNDg4RDM4NEY3NjNFRDYwRDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjIzNzExNDhGRkJFMTFFNDg4RDM4NEY3NjNFRDYwRDUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMjM3MTE0NUZGQkUxMUU0ODhEMzg0Rjc2M0VENjBENSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMjM3MTE0NkZGQkUxMUU0ODhEMzg0Rjc2M0VENjBENSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PodxyuQAAAFASURBVHjarJS/SgNBEMZ3x00glj6DL2Fn5UtYi7WdlYUIYhGwCYgPYBeIjbUvIYikCxaCGk/wZvf2n98dCiEm521y2xwzOzO/m5tvTn5knyrG+LLZ6211ux3R5rHWCtZGhBBOCbaTUu7kzM9FYVuDeO+FNsWjD+EQ9S/px/8EY7ctmHVO5KwzwM5Iymu4pjRzP24D5tAJs34D7Bzm3a+f5uLWgpWfCzMZY+YHG0QXqDVdBloZZp0VXzmXAriCOZq/pyV5STB0Eo0pHqCufXQygCs2BTWCxUrC5eDZO+f7iL+BSy+KpX9ethZWSVibCSDHiLutK0QNPv9CGIpDXWaCPTkioj5c7+uC/sBctSccMfjBrITrjsQvKEXB25DufUepDPtyAnvYNFElrkrVGZZxD89hSqJaYflL2Gtq0rcAAwDa/ePzqfelnAAAAABJRU5ErkJggg==) no-repeat center bottom;
}
.bx-authform-input-container input[type="text"],
.bx-authform-input-container input[type="password"] {
	display: block;
	width: 100%;
	font-size: 18px;
	height: 38px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #CCD5DB;
	border-radius: 2px;
	background: #f8fafc;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-authform-input-container input[type="text"].bx-empty-field,
.bx-authform-input-container input[type="password"].bx-empty-field{
	border-color: #dd4b39;
}
span.bx-authform-starrequired{
	color: #d93333;
}
.bx-authform-formgroup-container .bx-captcha{
	margin-bottom: 10px;
}
.bx-authform-link-container,
.bx-authform-description-container{
	padding-bottom: 10px;
	font-size: 13px;
	color: #292d2e;
}
.bx-authform-description-container{
	font-size: 13px;
	color: #5a6c77;
}
.bx-authform-link-container{margin-bottom: 20px;}

hr.bxe-light{
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 20px;
	margin-bottom: 20px;
}

.alert{
	border: none;
	border-radius: 1px;
	font-size: 14px;
	padding: 15px;
	margin-bottom: 20px;
}
.bxe-aleft-title{
	font-weight: bold;
	padding-bottom: 5px;
}
.alert-success {
	color: #3C763D;
	background-color: #DFF0D8;
	border-color: #D6E9C6;
}
.alert-warning {
	color: #8A6D3B;
	background-color: #FCF8E3;
	border-color: #FAEBCC;
}
.alert-danger {
	color: #A94442;
	background-color: #F2DEDE;
	border-color: #EBCCD1;
}

/* PAGINATION */
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}

#loading_screen{
	position:fixed;
	z-index: 1150;
	left:50%;
	top:50%;
	margin-left: -32px;
	margin-top: -32px;
	width:64px;
	height:64px;
}

.bx-soa-tooltip.bx-soa-tooltip-static .tooltip-arrow{left:20px;}

.bx-soa-tooltip .tooltip-inner{max-width: 300px;}
.bx-soa-tooltip.bx-soa-tooltip-danger  .tooltip-arrow{border-top-color:#F2DEDE;}
.bx-soa-tooltip.bx-soa-tooltip-danger  .tooltip-inner{background:#F2DEDE;color:#A94442;}
.bx-soa-tooltip.bx-soa-tooltip-warning .tooltip-arrow{border-top-color:#FCF8E3;}
.bx-soa-tooltip.bx-soa-tooltip-warning .tooltip-inner{background:#FCF8E3;color:#8A6D3B;}
.bx-soa-tooltip.bx-soa-tooltip-success .tooltip-arrow{border-top-color:#dff0d8;}
.bx-soa-tooltip.bx-soa-tooltip-success .tooltip-inner{background:#dff0d8;color:#3c763d;}

.bx-soa-tooltip.bx-soa-tooltip-coupon{display:none;}
.bx-soa-coupon-item-used:hover    .bx-soa-tooltip,
.bx-soa-coupon-item-danger:hover  .bx-soa-tooltip,
.bx-soa-coupon-item-success:hover .bx-soa-tooltip{
	display:block;
	opacity:1;
	bottom:100%;
}
.bx-soa-tooltip-coupon>span{
	display:block;
	text-transform:none;
}


.bx-soa-empty-cart-image{
	width:131px;
	height:116px;
	margin:50px auto 42px;
	background:url(images/empty_cart.svg) no-repeat center;
	-webkit-background-size:contain;
			background-size:contain;
}
.bx-soa-empty-cart-text{
	font-size:36px;
	text-align:center;
	color:#bababa;
	margin-bottom:42px;
}
.bx-soa-empty-cart-desc{
	text-align:center;
	color:#000;
	font-size:16px;
	margin-bottom:42px;
}
.soa-property-container .input-group-addon{
	background:#fff;
}
.input-group-addon {
	display: none;
    border-radius: 0!important;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 0;
    width: min-content;
}
.input-group-addon .bx-calendar{
	background:url(images/calendar.svg) no-repeat center;
	display: inline-block;
	width: 18px;
	background-size: 18px auto;
	height: 18px;
}
.icon-success {
	position: absolute;
	left: 16px;
	width: 21px;
	height: 21px;
	background-size: contain;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjEgMjEiPjxzdHlsZT4uc3Qwe2ZpbGw6IzcxYmEyNH08L3N0eWxlPjxwYXRoIGlkPSJGb3JtYV8xIiBjbGFzcz0ic3QwIiBkPSJNMTAuNSAwQzQuNyAwIDAgNC43IDAgMTAuNVM0LjcgMjEgMTAuNSAyMSAyMSAxNi4zIDIxIDEwLjUgMTYuMyAwIDEwLjUgMHpNOSAxNS40bC01LTQuOSAyLTIgMyAzIDYtNS45IDIgMi04IDcuOHoiLz48L3N2Zz4=);
}
.icon-warning {
	position: absolute;
	left: 16px;
	width: 22px;
	height: 20px;
	background-size: contain;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjIgMjAiPjxzdHlsZT4uc3Qwe2ZpbGw6I2RlYTcxMn08L3N0eWxlPjxwYXRoIGlkPSJGb3JtYV8xIiBjbGFzcz0ic3QwIiBkPSJNMjEuNyAxNi43TDEyLjkgMS4xQzEyLjMuMSAxMS0uMyAxMCAuM2MtLjQuMi0uNy41LS45LjhMLjMgMTYuN2MtLjQuNy0uNCAxLjUgMCAyLjIuNC43IDEuMSAxLjEgMS45IDEuMWgxNy43Yy44IDAgMS41LS40IDEuOS0xLjEuMy0uNy4zLTEuNS0uMS0yLjJ6bS0xMC43LjhjLS44IDAtMS40LS42LTEuNS0xLjQgMC0uOC42LTEuNCAxLjQtMS41LjggMCAxLjQuNiAxLjUgMS40IDAgLjgtLjYgMS41LTEuNCAxLjV6bTEuNC02LjJjMCAuOC0uNiAxLjQtMS40IDEuNHMtMS40LS42LTEuNC0xLjRWNC43YzAtLjQuMy0uNy43LS43aDEuNWMuNCAwIC43LjMuNy43bC0uMSA2LjZ6Ii8+PC9zdmc+);
}

/* USER CONSENT */
label[data-bx-user-consent] {
	line-height: 13px;
}
label[data-bx-user-consent] a{
	color: #000;
	font-size: 11px;
	font-weight: 100;
}
label[data-bx-user-consent] input{
	margin-top: 2px;
}
#bx-soa-basket {
	//display: none;
}
.bx-soa-section.bx-selected .bx-soa-editstep {
	//display: flex;
}
.bx-selected {
	border: none !important;
}
.bx-soa-section-title-container {
	background: none !important;
}
#bx-soa-order textarea, #bx-soa-order input, #bx-soa-order .form-control {
	width: 100%;
	background: transparent;
	border-radius: 0;
	outline: none;
	outline: none !important;
	box-shadow: none !important;
	resize: none;
}
.bx-sls .dropdown-icon, .bx-sls .bx-ui-sls-clear, .bx-soa-editstep, .bx-slst .dropdown-icon {
	display: none !important;
}
#bx-soa-delivery, #bx-soa-paysystem, .bx-soa-cart-total, #bx-soa-properties {
	border: none;
}
.bx-soa-section-title-container span {
	display: none !important;
}
#bx-soa-delivery .bx-soa-pp-company-graf-container, #bx-soa-paysystem .bx-soa-pp-company-graf-container {
	padding: 0 !important;
	width: 105px !important;
	height: 60px !important;
}
#bx-soa-delivery input, #bx-soa-paysystem input {
	z-index: -1;
}
#bx-soa-delivery .bx-soa-coupon, #bx-soa-paysystem .bx-soa-coupon {
	/*display: none;*/
}
.bx-soa-pp-company-smalltitle {
	padding-left: 20px;
	text-align: left;
	padding-top: 0;
}
#bx-soa-basket {
	display: none;
}
.bx-soa-cart-total-button-container {
	text-align: right;
}
.bx-calendar {
	/*display: none !important;*/
}
.bx-soa-cart-total {
	/*padding: 0 !important;*/
}
.input-group-addon {
	border-radius: 0 !important;
	/*border-top: none !important;
	border-right: none !important;*/
}
.soa-property-container label {
	display: flex !important;
}
.soa-property-container label input, #bx-soa-orderSave input {
	width: 20px !important;
}
/*#bx-soa-orderSave {*/
/*	margin-bottom: 20px;*/
/*}*/
#bx-soa-properties {
	/*width: 80%;*/
	margin: 0 auto;
}
#bx-soa-order #bx-soa-region, #bx-soa-order #bx-soa-delivery, #bx-soa-order #bx-soa-paysystem {
	/*border-bottom: 1px solid rgba(0,0,0,.2) !important;*/
	/*margin-bottom: 30px;*/
	/*padding-bottom: 25px;*/
}
@media(max-width:768px){
	#bx-soa-properties {
		width: 100%;
		margin: 0 auto;
	}
}

/* 11.10.2019 */
.bx-soa-pp-company {
  flex-direction: column;
}

/* 13.03.2020 */
.bx-green .btn.btn-default, #bx-soa-order input[type="submit"] {
	display: inline-block;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	outline: none;
	border-radius: 0;
	border: none;
	background: #f1d2ce;
	font-size: 16px;
	font-weight: 700;
	font-family: lato, Arial, sans-serif;
	color: #fff;
	padding: 0 16px;
	line-height: 40px;
	cursor: pointer;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	position: relative;
}
.bx-green .btn.btn-default:hover, #bx-soa-order input[type="submit"]:hover {
	background: #e0ada6;
}
.t-color {
	border: 1px solid #aaa;
}

.bx-soa-customer .intl-tel-input {
	width: 100%;
}
.intl-tel-input .country-list {
	z-index: 5;
}
.order-auth-link-mob {
	/*display: none;*/
	margin-bottom: -20px;
}
.order-auth-link-mob:not(:has(.order-auth-link-container)),
.order-auth-link-des:not(:has(.order-auth-link-container)),
#js-basket-total-bonus-earned:not(:has(.loyalty-wrap)) {
	display: none;
}
.order-auth-link-container {
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 3%;
	color: #151515;
}
.s-basket__info .order-auth-link-container {
	margin-bottom: 60px;
}
.order-auth-link-container a.order-auth-link {
	color: #151515;
	text-decoration: underline;
	cursor: pointer;
}
.t-page_basket h1 {
	margin-top: 20px;
}
.sale-paysystem-button-container .btn-buy {
	font-size: 14px;
	background-color: #000;
	color: #fff;
}


.bx-soa-sidebar {
	margin-left: 47px;
}
.bx-soa-sidebar .bx-soa-buyer-info {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
.bx-soa-cart-total .bx-soa-cart-total-line {
	margin-top: 20px;
}
/*.bx-soa-cart-total .bx-soa-cart-total-line:nth-child(2),
.bx-soa-cart-total .bx-soa-cart-total-line:first-child,
.bx-soa-cart-total .bx-soa-cart-total-line:nth-child(4),
.bx-soa-cart-total .bx-soa-cart-total-line:nth-child(6),
.bx-soa-cart-total .bx-soa-cart-total-line:nth-child(7),
.bx-soa-cart-total .bx-soa-cart-total-line:nth-child(8) {
    margin-top: 0;
    border: none;
}*/

.bx-soa-cart-total-line:nth-child(1n) {
    margin-top: 0;
    border: none;
}

.bx-soa-sidebar .bx-soa-buyer-info a {
	margin: 12px 0;
	font-size: 16px;
	line-height: 21px;
	color: #333;
	opacity: 0.6;
	transition: opacity .2s
}
.bx-soa-sidebar .bx-soa-buyer-info a:hover {
	opacity: 1;
}
#order-address-suggestions {
	position: absolute;
	top: 100%;
	visibility: hidden;
	width: 100%;
	border: 1px solid #afb0b3;
	background-color: #fff;
	opacity: 0;
	z-index: 10;
	transition: visibility 0s linear .5s, opacity .5s;
}
#order-address-suggestions li {
	list-style: none;
	padding: 12px 15px;
	color: #333;
	opacity: 0.6;
}
#order-address-suggestions li.order-address-item:hover {
	background-color: #f1d2ce;
	opacity: 1;
	cursor: pointer;
}
#soa-property-7:focus + #order-address-suggestions:not(:empty) {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}
.order-container {
	max-width: 955px;
	margin: 90px auto 0;
}
.sizes-input-container-label {
	margin-top: 90px;
	margin-bottom: 40px;
}
.sizes-input-container-label p {
	max-width: 630px;
	margin: 0 auto;
	padding: 0 15px;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.04em;
	color: #aaa;
	text-align: center;
}
.bx-soa-pp-company {
	display: flex;
	flex-direction: column;
}
.bx-soa-pp-company__grid {
	display: grid;
	grid-template-columns: 14px 1fr;
	gap: 12px;
	width: 100%;
}
.bx-soa-pp-company-item {
	display: grid;
	grid-template-columns: 1fr 150px;
	gap: 12px 20px;
	padding: 0;
}
.bx-soa-pp-company-item strong {
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: 500;
	color: #151515;
}
.bx-soa-pp-company-item .description {
	margin: 0;
	font-size: 12px;
	font-weight: 200;
	letter-spacing: 3%;
	color: #151515;
}
.bx-soa-pp-company .description-company {
	display: none;
	font-size: 12px;
	font-weight: 200;
	line-height: 1.5;
	letter-spacing: 3%;
	color: #151515;
	order: 6;
}
.bx-soa-pp-company:has(input[type=checkbox]:checked) .description-company {
	display: block;
}
.bx-soa-pp-company input[type=checkbox] {
	display: none;
}
#separated-address_private-house:checked + .label-checkbox:before,
.bx-soa-pp-company input[type=checkbox]:checked + .label-checkbox:before {
    background-color: #151515;
}

.bx-soa-pp-company .label-checkbox {
    display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
    border: 1px solid #151515;
    width: 14px;
    height: 14px;
    background-color: #fff;
	cursor: pointer;
}
.bx-soa-pp-company .label-checkbox:before {
	content: "";
	border: none;
	display: block;
	width: 10px;
	height: 10px;
	background-color: #fff;
	cursor: pointer;
}
.soa-property-container input[type="checkbox"] + .checkbox-label {
	padding-left: 20px;
	font-size: 14px;
	font-weight: 500;
	line-height: 170%;
	color: #aaa;
}
.soa-property-container input[type="checkbox"] {
	display: none;
}
.soa-property-container input[type="checkbox"] + .checkbox-label:before {
	content: "";
    border: 1px solid #afb0b3;
    display: inline-block;
    width: 18px;
    border-radius: 0;
    height: 18px;
    margin-right: 10px;
    position: absolute;
    left: -13px;
    top: 5px;
    bottom: 1px;
    background-color: #fff;
}
.soa-property-container input[type="checkbox"]:checked + .checkbox-label:before {
	content: "\2713";
    font-size: 22px;
    color: #000;
    text-align: center;
    line-height: 18px;
}
/*#bx-soa-orderSave #order-submit {*/
/*	margin-top: 30px;*/
/*}*/
#bx-soa-orderSave .checkbox label span {
	font-size: 14px;
	line-height: 175%;
}
#bx-soa-orderSave .checkbox label span a {
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 175%;
	border-bottom: none;
}

.main-user-consent-request a {
	/* text-decoration: none; */
	text-decoration: underline;
}

/*#order-submit {*/
/*	display: inline-block;*/
/*	padding: 8px 30px;*/
/*	font-size: 16px;*/
/*	font-weight: bold;*/
/*	text-align: center;*/
/*	color: #fff;*/
/*	background-color: #000000;*/
/*}*/
#basket_items {
	width: 100%;
}
#basket_form_container .basket-items-wrap .bx-soa-sidebar {
	max-width: 283px;
	width: 100%;
}
.bx-soa-coupon-message {
	margin-top: 16px;
	padding: 10px 12px;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	text-align: center;
	background-color: #f1d2ce;
	color: #fff;
}
.bx-soa-coupon-message:empty {
	display: none;
}

#soa-coupon {
	margin-bottom: 60px;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	color: #151515;
}
.loyalty-wrap {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	gap: 4px;
}
.loyalty-wrap .loyalty-label {
	color: #afb0b3;
	font-size: 14px;
	line-height: 16px;
}
/* #soa-loyalty input {
	letter-spacing: unset;
}
#soa-loyalty input::placeholder {
	color: #aaa;
} */

#soa-coupon .coupon-container .input-wrap {
	display: flex;
}
#soa-coupon .coupon-container .list {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
#soa-coupon .coupon-container .list .item {
	display: flex;
	align-items: center;
}
#soa-coupon .coupon-container .list .item > span {
	text-transform: uppercase;
}
#soa-coupon .coupon-container .remove-btn {
	position: relative;
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-left: 1em;
	color: #eb5757;
	cursor: pointer;
}
#soa-coupon .coupon-container .remove-btn:before {
	position: absolute;
	top: 0;
	left: 50%;
	content: '';
	width: 2px;
	height: 100%;
	background-color: currentColor;
	transform: rotate(45deg);
}
#soa-coupon .coupon-container .remove-btn:after {
	position: absolute;
	top: 0;
	left: 50%;
	content: '';
	width: 2px;
	height: 100%;
	background-color: currentColor;
	transform: rotate(-45deg);
}

/* /DS-21 */

@media screen and (max-width: 1200px) {
	.basket-container {
		margin-top: 0;
	}
	.t-page_catalog h1 {
		margin-bottom: 14px;
	}
	#basket_form_container .basket-items-wrap {
		flex-direction: column-reverse;
		margin-top: 54px;
	}
	#basket_form_container .basket-items-wrap .bx-soa-sidebar {
		max-width: 50%;
		min-width: 360px;
		width: 100%;
		margin: 0 auto 88px;
	}
	#bx-soa-total .bx-soa-coupon-input {
		width: 100%;
	}
	.bx-soa-sidebar .bx-soa-buyer-info a {
		text-align: center;
	}
}

@media screen and (max-width: 575px) {
	#basket_form_container .basket-items-wrap .bx-soa-sidebar {
		max-width: unset;
		min-width: unset;
	}
	.bx-soa-cart-total .bx-soa-cart-total-line span {
		font-size: 14px;
	}
	.bx-soa .form-group label, #bx-soa-orderSave .checkbox {
		width: auto;
		margin: 0 15px;
	}
	.sizes-input-container-label {
		margin-top: 46px;
		margin-bottom: 22px;
	}
	.sizes-input-container-label p {
		font-size: 12px;
		line-height: 175%;
	}
	.soa-property-container input[type="checkbox"] + .checkbox-label {
		display: block;
		font-size: 12px;
		line-height: 175%;
	}
	#bx-soa-orderSave .checkbox {
		margin-top: 35px;
		padding-left: 15px;
	}
	#bx-soa-orderSave .checkbox label {
		padding: 0;
	}
	#bx-soa-orderSave .checkbox label span,
	#bx-soa-orderSave .checkbox label span a {
		font-size: 12px;
		line-height: 175%;
	}
	.bx-soa-section.tablet {
		max-width: unset;
	}
	/*#order-submit, .order-auth-link-container a.order-auth-link {*/
	/*	max-width: unset;*/
	/*}*/
}

/*#mindbox-bonus-input {
    letter-spacing: 0rem !important;
}*/

#mindbox-bonus-submit{
    margin-top: 20px; 
}

.mindbox-bonus-input {
    height: 43px !important;
    padding-left: 15px !important;
    padding-top: 10px !important;
    border: 1px solid rgba(0,0,0,.2) !important;
    letter-spacing: 0rem !important;
}

.bx-soa-cart-total-line-total-fee{
    border-top: 2px dotted #eee !important;
}

/*#bx-soa-orderSave {*/
/*    align-items: center;*/
/*}*/

.order-form-pvz-working-time {
    font-size: 14px;
    line-height: 175%;
    color: #800 !important;
}

.button-transporant{
    display: flex;
	align-items: center;
	height: 24px;
	background-color: transparent;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 3%;
	text-decoration: underline;
	border: none;
	color: #151515;
	cursor: pointer;
}

.button-transporant:hover{
    background-color: transparent;
    text-decoration: none;
}

.delivery-sdek-map-default{
    display: none;
}

.modal-dialog__map{
/*    width: 100vw !important;
    height: 100vh !important;*/
    max-width: 950px;
    background-color: #fff;
}

.modal-content__map{
    /*width: 60vw !important;*/
    height: 650px;
    background-color: #fff;
}

/* Подели */
.ds-order-payment-podeli {
    
}
.ds-order-payment-podeli .prices{
    font-size: 22px;
    font-weight: 500;
}
.ds-order-payment-podeli .price .price__row{
    display: flex;
}
.ds-order-payment-podeli .price .price__row .price__text{
    font-size: 14px;
    font-weight: 400;
}
.ds-order-payment-podeli .price .price__row .price__icon-info{
    width: 14px;
    height: 14px;
}

.ds-order-payment-podeli .price .price__row .price__date-title{
    font-size: 14px;
    font-weight: 400;
    margin-top: 6px;
    margin-bottom: 6px;
}

.ds-order-payment-podeli .price .price__row .price__date-price{
    font-size: 16px;
}

.podeli .popup__content{
    display: none;
}

.podeli_widget .wrap{
    padding-top: 4px;
}

#podeli_popup{
    padding: 40px 0px 40px 0px;
    text-align: center;
    font-size: 16px;
}
#podeli_popup .popup__logo{
    text-align: center;
}

#podeli_popup .popup__title {
    padding-top: 40px;
    font-weight: 700;
    color: #383838;
    display: block;
    text-align: center;
}

#podeli_popup .popup__subtitle {
    padding-top: 40px;
    font-weight: 500;
    margin-bottom: 24px;
    color: #979797;
    padding: 0 10px;
    text-align: center;
}   

#podeli_popup .payment__list{
    display: flex;
    justify-content: center;
    background: hsla(0,0%,97.3%,.92);
    
}

#podeli_popup .payment__item{
    text-align: center;
    padding: 8px 6px;
}

#podeli_popup .payment__title{
    font-weight: 600;
    font-size: 16px;
}

#podeli_popup .payment__subtitle{
    font-size: 14px;
    color: #979797;
}

#podeli_popup .popup__info {
    background: #ececec;
    line-height: 20px;
    padding: 22px;
    color: #979797;
}

#podeli_popup .popup__more {
    padding-top: 16px;
}

#podeli_popup .popup__more-link {
    font-weight: 600;
    
}

#podeli_popup .popup__footer-text{
    margin-top: 2px;
    color: #979797;
    font-size: 12px;
}

.textarea-height-adaptiv {
	min-height: 85px;
}

@media (max-width: 991px){
	.textarea-height-adaptiv {
		min-height: 125px;
	}
}

@media (max-width: 575px){
	.textarea-height-adaptiv {
		min-height: 135px;
	}
}

@media (max-width: 475px){
	.textarea-height-adaptiv {
		min-height: 160px;
	}
}

@media (max-width: 433px){
	.textarea-height-adaptiv {
		min-height: 185px;
	}
}

@media (max-width: 382px){
	.textarea-height-adaptiv {
		min-height: 205px;
	}
}

@media (max-width: 326px){
	.textarea-height-adaptiv {
		min-height: 230px;
	}
}

.auth-suggest{
	/* Авторизуйтесь, чтобы ваши данные заполнились автоматически */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 150%;
	color: #151515;
	margin-bottom: 20px;
}
.auth-suggest span{
	cursor: pointer;
	text-decoration-line: underline;
}

/* form */
.s-basket__form {
	display: flex;
	flex-direction: column;
	gap: 78px;
}
#bx-soa-properties {
	width: 100%;
}
#bx-soa-properties .row {
	display: block;
	margin: 0;
}
.private-house-checkbox{
	display: flex;
	align-items: center;
	gap: 12px;

	font-family: Montserrat;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;

	margin-top: 13px;

}
.separated-address .form-group:has(input[required]) .separated-address-label:after{
	display: inline-block;
	content: '*';
}

.separated-address-title{
	font-family: Montserrat;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 24px;
	margin-top: 24px;
	text-transform: uppercase;
}

.separated-address .form-group,
#bx-soa-properties .form-group,
#bx-soa-region,
#bx-soa-delivery,
#bx-soa-paysystem {
	position: relative;
	display: grid;
	grid-template-columns: 138px 1fr;
	gap: 5px 20px;
	width: 100%;
}
.form-group {
	margin-bottom: 16px;
}
#bx-soa-properties .bx-soa-section-title-container {
	display: none;
}
.bx-soa-tooltip.bx-soa-tooltip-static {
	position: absolute;
	top: 50%;
	left: 100%;
	order: 5;
	margin: 0;
	padding: 0 0 0 10px;
	width: 110px;
	transform: translate(0, -50%);
	z-index: 4;
}
.bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-inner {
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 10px;
	font-weight: 200;
	line-height: 1.5;
	letter-spacing: 3%;
	color: #CA2626;
	text-align: left;
}
.tooltip-arrow {
	display: none;
}
.form-group__label,
.bx-soa .bx-soa-customer-label, 
.bx-soa .bx-soa-custom-label, 
.bx-soa .form-group label {
	display: block;
	margin: 0;
	padding-top: 12px;
	font-size: 12px;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 3%;
	color: #151515;
}
.bx-soa-pp-item-container {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
#bx-soa-region .bx-soa-section-title {
	padding-top: 14px;
}
#bx-soa-region .bx-soa-custom-label {
	display: none;
}
.bx-sls .bx-ui-sls-fake, 
.bx-sls .bx-ui-sls-route {
	font-family: "Montserrat", Arial, sans-serif;
	padding: 0 !important;
	height: auto;
	font-size: 12px;
	font-weight: 200;
	color: #151515 !important;
}
.alert.alert-danger {
	display: none;
}
.sizes-input-container-label {
	display: none;
}
#bx-soa-order #bx-soa-properties .form-control {
	border-color: #D3D3D3;
}
#bx-soa-order #bx-soa-properties .form-control:focus,
#bx-soa-order #bx-soa-region .form-control:focus,
.form-control, .bx-sls .dropdown-block:has(:focus), 
#bx-soa-order textarea:focus, 
#bx-soa-order .form-control:focus {
	border-color: #151515;
}
.separated-address-input.form-control.has-error:not(:disabled),
#bx-soa-order #bx-soa-properties .form-group:has(.bx-soa-tooltip[data-state="opened"]) .form-control {
	border-color: #CA2626 !important;
}
#bx-soa-order textarea, 
#bx-soa-order input, 
#bx-soa-order .form-control {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 3%;
}
#bx-soa-delivery .bx-soa-pp, 
.bx-soa-paysystem .bx-soa-pp {
	display: block;
	margin: 0;
}
#bx-soa-main-notifications:has([style="display:none"]) {
	display: none;
}
#openMapPvzModal{
	z-index: 10010;
}
.ds-order-payment-podeli {
	display: none;
}
.s-order-page {
	width: 100%;
}
.s-basket-total-txt {
	margin-bottom: 50px;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 3%;
	text-transform: uppercase;
	color: #151515;
}
.s-basket-total-txt--loyalty {
	text-transform: none;
}
.s-basket-total-txt__grid {
	display: flex;
	justify-content: space-between;
	align-items: start;
	text-transform: none;
	padding-bottom: 10px;
}
.s-basket-total-txt__item-txt {
	margin-top: 5px;
}
.s-basket-total-txt__item-txt p {
	margin: 5px 0 0;
	padding: 0;
	font-weight: 200;
}
.s-modal-pvz {
	position: fixed;
	top: 0;
	right: -100vw;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(15,15,15, .4);
	z-index: 10003;
	opacity: 0;
	transition: opacity .3s;
}
.s-modal-pvz.is-open {
	right: 0;
	opacity: 1;
}
.s-modal-pvz__entry {
	position: absolute;
	top: 0;
	left: 100%;
	padding: 26px 20px 20px 20px;
	width: 495px;
	height: 100%;
	background-color: #fff;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 12px;
	font-weight: 200;
	line-height: 1.4;
	letter-spacing: 3%;
	color: #151515;
	transition: .3s;
}
.s-modal-pvz.is-open .s-modal-pvz__entry:has(.s-modal-pvz__tabs-nav-item:last-child.is-active) {
	width: 791px;
	left: calc(100% - 791px);
}
.s-modal-pvz.is-open .ymaps-2-1-79-map {
	width: 100% !important;
}
.s-modal-pvz.is-open .s-modal-pvz__entry {
	left: calc(100% - 495px);
}
.s-modal-pvz__close {
	position: absolute;
	top: 18px;
	right: 20px;
	width: 40px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.75 11.75L28.2492 28.2492" stroke="%23151515" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.75 28.25L28.2492 11.7508" stroke="%23151515" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-size: 100% 100%;
	cursor: pointer;
}
.s-modal-pvz__tit {
	margin-bottom: 22px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #151515;
}
.s-modal-pvz__search {
	position: relative;
	display: block;
	margin-bottom: 20px;
	padding: 0 16px;
	width: 100%;
	height: 43px;
	border: 1px solid #151515;
}
.s-modal-pvz__search-btn {
	position: absolute;
	top: 50%;
	left: 16px;
	display: block;
	width: 21px;
	height: 21px;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('data:image/svg+xml,<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.625 8.75C2.625 9.55435 2.78343 10.3508 3.09124 11.0939C3.39905 11.8371 3.85021 12.5123 4.41897 13.081C4.98773 13.6498 5.66294 14.101 6.40606 14.4088C7.14918 14.7166 7.94565 14.875 8.75 14.875C9.55435 14.875 10.3508 14.7166 11.0939 14.4088C11.8371 14.101 12.5123 13.6498 13.081 13.081C13.6498 12.5123 14.101 11.8371 14.4088 11.0939C14.7166 10.3508 14.875 9.55435 14.875 8.75C14.875 7.94565 14.7166 7.14918 14.4088 6.40606C14.101 5.66294 13.6498 4.98773 13.081 4.41897C12.5123 3.85021 11.8371 3.39905 11.0939 3.09124C10.3508 2.78343 9.55435 2.625 8.75 2.625C7.94565 2.625 7.14918 2.78343 6.40606 3.09124C5.66294 3.39905 4.98773 3.85021 4.41897 4.41897C3.85021 4.98773 3.39905 5.66294 3.09124 6.40606C2.78343 7.14918 2.625 7.94565 2.625 8.75Z" stroke="%236E757C" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/><path d="M18.375 18.375L13.125 13.125" stroke="%236E757C" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-size: 100% 100%;
	cursor: pointer;
	border: none;
	transform: translate(0, -50%);
	z-index: 2;
}
.s-modal-pvz__search-input {
	display: block;
	padding: 13px 0 13px 33px;
	width: 100%;
	height: 41px;
	background-color: transparent;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 12px;
	font-weight: 200;
	line-height: 15px;
	letter-spacing: 3%;
	color: #151515;
	border: none;
}
.s-modal-pvz__tabs {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-right: -20px;
	width: calc(100% + 20px);
	height: calc(100% - 80px);
}
.s-modal-pvz__tabs-nav {
	display: flex;
	flex-wrap: nowrap;
	gap: 40px;
}
.s-modal-pvz__tabs-nav-item {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #151515;
	cursor: pointer;
}
.s-modal-pvz__tabs-nav-item.is-active {
	border-bottom: 1px solid #151515;
}
.s-modal-pvz__tabs-entry {
	padding-right: 20px;
	height: calc(100% - 30px);
	overflow-y: scroll;
}
.s-modal-pvz__tabs-entry #daisyStoresMap {
	display: block;
	width: 100%;
	height: 100%;
	filter: grayscale(100%);
}
.s-modal-pvz__tabs-item {
	display: none;
	flex-direction: column;
	height: 100%;
}
.s-modal-pvz__tabs-item.is-active {
	display: flex;
}
.s-pvs-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.s-pvs-list__item {
	display: grid;
	grid-template-columns: 1fr 24px;
	grid-auto-flow: column;
	gap: 12px 20px;
	padding: 24px 0;
	cursor: pointer;
}
.s-pvs-list__item:not(:last-child) {
	border-bottom: 1px solid #D3D3D3;
}
.s-pvs-list__name {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #151515;
}
.s-pvs-list__btn-more {
	grid-row: span 2;
	width: 24px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 18L15 12L9 6" stroke="%23151515" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-size: 24px 24px;
	cursor: pointer;
}
.s-pvs-list__info {
	position: absolute;
	top: 0;
	right: -100vw;
	display: flex;
	flex-direction: column;
	padding: 27px 20px 32px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: .3s;
	z-index: 10005;
}
.s-pvs-list__info.is-active {
	right: 0;
}
.s-pvs-list__info-tit {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 32px;
	margin-bottom: 33px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #151515;
	cursor: pointer;
}
.s-pvs-list__info-tit:before {
	display: block;
	width: 40px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M25 10L15 20L25 30" stroke="%23151515" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-size: 100% 100%;
	content: '';
}
.s-pvs-list__info-name {
	margin-bottom: 37px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #151515;
}
.s-pvs-list__info-dl {
	font-weight: 400;
}
.s-pvs-list__info-dt {
	margin-bottom: 8px;
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	color: #B0B1B4;
}
.s-pvs-list__info-dd:not(:last-child) {
	margin-bottom: 24px;
}
.s-pvs-list__info-btns {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px;
	margin-top: auto;
}
.s-pvs-btn-bg {
	display: block;
	height: 43px;
	background-color: #151515;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 15px;
	letter-spacing: 3%;
	text-transform: uppercase;
	color: #fff;
	border: none;
}
.s-pvs-btn-bd {
	display: block;
	height: 43px;
	background-color: transparent;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 15px;
	letter-spacing: 3%;
	text-transform: uppercase;
	color: #151515;
	border: 1px solid #151515;
}
.s-vish-list {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	padding: 100px 20px;
	max-width: 1920px;
	width: 100%;
}
.s-vish-list__tit {
	margin-bottom: 23px;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	color: #151515;
	text-transform: uppercase;
}
.s-vish-slider {
	margin: 0 -8px;
	width: calc(100% + 16px);
}
.s-vish-slider .slick-prev, 
.s-vish-slider .slick-next {
	top: 50%;
	width: 50px;
	height: 50px;
	filter: invert();
	transform: translate(0, calc(-50% - 30px));
	z-index: 10 !important;
}
.s-vish-slider .slick-next {
	right: 14px;
}
.s-vish-slider .slick-prev {
	left: 14px;
}
.s-vish-post {
	padding: 0 8px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 3%;
	color: #151515;
}
.s-vish-post__img {
	display: block;
	margin-bottom: 16px;
	max-width: 350px;
	width: 100%;
	max-height: 526px;
	height: 100%;
}
.s-vish-post__img img {
	display: block;
	width: 100%;
}
.s-vish-post a {
	outline: none;
}
.s-vish-post__entry {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding-right: 34px;
}
.s-vish-post__tit {
	margin: 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 3%;
	color: #151515;
	text-transform: uppercase;
}
.s-vish-post__price {}
.s-vish-post .s-basket-btn-icon {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}
.row-collapsable{

}
.js-delivery-sdek-map-button-block {
	margin-top: 7px;
}
.pickup-store-selector{
	margin-top: 10px;
}
.pickup-store-selector__name,
.pickup-store-selector__address,
.pickup-store-selector__link{
	font-family: Montserrat;
	font-size: 12px;
	line-height: 18px;
}
.pickup-store-selector__link.has-error{
	color: #CA2626;
}
.pickup-store-selector__name{
	font-weight: 500;
}
.pickup-store-selector__address{
	font-weight: 300;
}
.pickup-store-selector__link{
	font-weight: 500;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-thickness: Auto;
	cursor: pointer;
}
.toggle-collapse{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 12px 16px;
	justify-content: space-between;
	height: 43px;

	background: #F5F5F5;
	margin-bottom: 16px;

	font-family: Montserrat;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color:#151515;
	cursor: pointer;
}
.toggle-collapse__text{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
}
.toggle-collapse__text-phone{
	display: none;
}
.toggle-collapse__text-name{
	display: none;
	font-family: Montserrat;
	font-weight: 200;
	font-size: 12px;
	line-height: 18px;
}
.toggle-collapse__auth,
.toggle-collapse__action-text{
	font-family: Montserrat;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	text-decoration: underline;
	text-decoration-style: solid;
	cursor: pointer
}
.toggle-collapse__action-text{
	display: none;
}

.toggle-collapse__action-icon-chevron{
	display: block;
}
.toggle-collapse__action-icon-edit{
	display:none;
	width: 24px;
	height: 24px;
}
.toggle-collapse.--collapsed .toggle-collapse__text-toggle,
.toggle-collapse.--collapsed .toggle-collapse__action-icon-chevron{
	display: none;
}

.toggle-collapse.--collapsed .toggle-collapse__text-phone,
.toggle-collapse.--collapsed .toggle-collapse__text-name,
.toggle-collapse.--collapsed .toggle-collapse__action-text{
	display: block;
}

.applied-promocode-item{
	position: relative;
	cursor: pointer;
}
.applied-promocode-item:after{
	content: url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3740_11006)'%3E%3Cpath d='M2.9375 3.4375L7.06229 7.56229' stroke='%23151515' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.9375 7.5625L7.06229 3.43771' stroke='%23151515' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3740_11006'%3E%3Crect width='10' height='10' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	position: absolute;
	top: -1px;
	right: -12px;
}
#tooltip-soa-property-6 {
	margin-top: 0;
}
.s-warning-message__entry {
	margin-top: -3px;
	padding-bottom: 30px;
	font-size: 12px;
	color: #CA2626;
}
@media (max-width: 1600px) {
	.bx-soa-tooltip.bx-soa-tooltip-static {
		position: relative;
		top: 0;
		left: 0;
		grid-column: span 2;
		order: 5;
		margin: 0;
		padding: 0 0 0 158px;
		width: 100%;
		transform: translate(0, 0);
	}
}
@media (max-width: 1200px) {
	.toggle-collapse.--collapsed .toggle-collapse__action-icon-edit{
		display: block;
	}
	.toggle-collapse.--collapsed .toggle-collapse__action-text{
		display: none;
	}
	.bx-soa-pp-company__grid {
		align-items: center;
	}
	.bx-soa-pp-company-item {
		grid-template-columns: 1fr;
		gap: 4px;
	}
	.s-basket-total-txt {
		margin-bottom: 22px;
	}
}
@media (max-width: 900px) {
	.s-basket-total-txt__grid {
		flex-direction: column;
	}
	.s-basket-total-txt__item-txt p {
		margin-bottom: 5px;
	}
	#bx-soa-properties .form-group,
	#bx-soa-region,
	#bx-soa-delivery,
	#bx-soa-paysystem {
		grid-template-columns: 114px 1fr;
		gap: 5px 12px;
	}
	.s-modal-pvz {
		top: 100%;
		right: 0;
	}
	.s-modal-pvz.is-open {
		top: 0;
	}
	.s-modal-pvz__entry {
		top: 100%;
		left: 0;
		padding: 35px 77px;
		width: 100%;
	}
	.s-modal-pvz.is-open .s-modal-pvz__entry:has(.s-modal-pvz__tabs-nav-item:last-child.is-active) {
		width: 100%;
		left: 0;
	}
	.s-modal-pvz.is-open .s-modal-pvz__entry {
		top: 47px;
		left: 0;
	}
	.s-modal-pvz__tabs {
		margin-right: -63px;
		width: calc(100% + 63px);
		eight: calc(100% - 115px);
	}
	.s-modal-pvz__tabs-entry {
		padding-right: 63px;
	}
	.s-pvs-list__info {
	  padding: 35px 77px;
	  height: calc(100% - 47px);
	}
	.s-pvs-list__info-tit {
		gap: 30px;
	}
	.s-pvs-list__info-tit:before {
		width: 30px;
		height: 30px;
	}
	.s-pvs-list__info-name,
	.s-pvs-list__info-dl,
	.s-pvs-list__info-btns {
		padding: 0 61px;
	}
	.toggle-suggest-auth {
		flex-direction: column;
		height: auto;
		align-items: start;
		gap: 10px;
	}
	.toggle-suggest-auth .toggle-collapse__text-toggle {
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 16px;
	}
	.toggle-suggest-auth .toggle-collapse__text-toggle svg {
		min-width: 16px;
	}
	.toggle-suggest-auth .toggle-collapse__auth {
	  margin: 0 0 0 32px;
	}
	.discounts__body-wrap {
	  grid-template-columns: 1fr 70px;
	}
	.discounts__btn {
		position: relative;
		text-indent: -9999em;
	}
	.discounts__btn.bx-soa-coupon-button{
		width: 75px;
	}
	.discounts__btn:after {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 30px;
		height: 30px;
		background-position: center center;
		background-repeat: no-repeat;
		background-image: url('data:image/svg+xml,<svg width="30" height="31" viewBox="0 0 30 31" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.25 15.5L23.75 15.5" stroke="white" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/><path d="M18.75 10.5L23.75 15.5" stroke="white" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/><path d="M18.75 20.5L23.75 15.5" stroke="white" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/></svg>');
		background-size: 100% 100%;
		content: '';
		transform: translate(-50%, -50%);
	}
}
@media (max-width:769px) {
	.modal-dialog__map .t-dialog__close {
		left: auto;
		right: 20px;
		bottom: auto;
		top: 30px;
	}
}
@media (max-width: 767px) {
	.s-basket__form {
		gap: 40px;
	}
	.order-auth-link-des {
		display: none;
	}
	.order-auth-link-mob {
		display: block
	}
	.form-group {
		margin-bottom: 8px;
	}
	.separated-address .form-group,
	#bx-soa-properties .form-group,
	#bx-soa-region,
	#bx-soa-delivery, 
	#bx-soa-paysystem {
		grid-template-columns: 1fr;
		gap: 4px;
	}
	.bx-soa-tooltip.bx-soa-tooltip-static {
		grid-column: span 1;
		padding: 0;
	}
	.form-group__label, 
	.bx-soa .bx-soa-customer-label, 
	.bx-soa .bx-soa-custom-label, 
	.bx-soa .form-group label {
		padding: 0;
		margin-bottom: 4px;
	}
	.bx-soa-cart-total.is-scroll {
		position: fixed;
		bottom: 0;
		left: 0;
		padding: 12px 16px 4px;
		width: 100%;
		background-color: #6E757C;
		color: #fff;
		z-index: 11;
	}
	.bx-soa-cart-total-line {
		margin-bottom: 8px;
	}
	.bx-soa-cart-total.is-scroll .bx-soa-cart-total-line .bx-soa-cart-t, 
	.bx-soa-cart-total.is-scroll .bx-soa-price-free {
		color: #fff;
	}
	.s-modal-pvz__entry {
		padding: 24px 16px;
	}
	.s-modal-pvz.is-open .s-modal-pvz__entry {
		top: 58px;
	}
	.s-modal-pvz__tabs {
		margin-right: -16px;
		width: calc(100% + 16px);
		height: calc(100% - 140px);
	}
	.s-modal-pvz__tabs-entry {
		padding-right: 16px;
	}
	.s-pvs-list__info {
	  padding: 24px 16px;
	  height: calc(100% - 58px);
	}
	.s-pvs-list__info-tit {
		gap: 16px;
	}
	.s-pvs-list__info-tit:before {
		width: 24px;
		height: 24px;
	}
	.s-pvs-list__info-name,
	.s-pvs-list__info-dl,
	.s-pvs-list__info-btns {
		padding: 0;
	}
	.s-vish-list {
		padding-left: 70px 16px;
	}
	.s-vish-list__tit {
		margin-bottom: 19px;
		padding-right: 35px;
		font-size: 14px;
		line-height: 18px;
	}
	.s-vish-slider .slick-prev {
		display: none !important;
	}
	.s-vish-slider .slick-next {
		top: -40px;
		right: 0;
		width: 25px;
		height: 25px;
		transform: translate(0, 0);
	}
	.toggle-collapse:not(.--collapsed):not(.toggle-suggest-auth) {
		justify-content: end;
		padding-left: 0;
		padding-right: 0;
		gap: 12px;
		background: transparent;
	}
	.toggle-collapse:not(.--collapsed):not(.toggle-suggest-auth) .toggle-collapse__text-toggle {
		text-decoration: underline;
	}
	.toggle-collapse:not(.--collapsed):not(.toggle-suggest-auth) .toggle-collapse__action-icon-chevron svg {
		display: block;
		width: 24px;
		min-width: 24px;
		height: 25px;
	}
	.bx-soa-cart-total-line {
		grid-template-columns: 1fr 106px;
	}
	.s-modal-pvz__close {
		top: 20px;
		right: 15px;
		min-width: 24px;
		width: 24px;
		height: 24px;
	}
	.s-modal-pvz__tit {
		margin-bottom: 32px;
	}
	.discounts .bx-soa-coupon-item,
	.discounts__item .discounts__success,
	.discounts__item .discounts__error {
		transform: translate(0, -20px);
	}
}

.checkbox-container {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	font-weight: 400;
	font-size: 11px;
}

.checkbox-container input {
	display: none;
}

.custom-checkbox {
	width: 14px;
	height: 14px;
	border: 2px solid #ddd;
	margin-right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.checkbox-container input:checked + .custom-checkbox {
	background-color: black;
	border-color: black;
}

.checkbox-container input:checked + .custom-checkbox svg {
	opacity: 1;
	transform: scale(1);
}

.checkbox-container .custom-checkbox svg {
	width: 14px;
	height: 14px;
	opacity: 0;
	transform: scale(0);
	transition: all 0.2s ease;
}

.checkbox-container:hover .custom-checkbox {
	border-color: #999;
}