.bx-soa { padding-bottom:20px;}
.bx-soa-section {
    border-radius: 2px;
    margin-bottom: 6px;
    -webkit-transition: border-color .3s ease;
    -moz-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease;
    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;
}
.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;
    padding: 7px 0;
    font-size: 14px;
}
.bx-soa-section.bx-selected .bx-soa-section-title-container {padding: 15px 0;}
.bx-soa-section-title {
    border-radius: 2px;
    margin: 0;
    color: #000;
    line-height: 15px;
    min-height: 20px;
    vertical-align: middle;
    font-size: 16px;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	padding-top: 3px;
	/*padding-left:0;*/
}
.bx-soa-section.bx-selected .bx-soa-section-title {font-size: 22px;}

.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: 10px 15px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    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{}
.bx-soa-coupon-item strong:first-child{ margin-left:10px;}
.bx-soa-coupon-item strong {
    white-space: nowrap;
    margin-right: 20px;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    letter-spacing: -0.5px
}
.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,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANhJREFUeNpEkM0KwjAQhGdr/Dv6Nj6EXkRvehTfRhS868lWWigU9OFEHGeTqIF0dydftrMJp0s1McMdwJ5AY0iLKaxVbwGbBxgeJKaCS4NjbJxQvlE4a/ektUFX9w5JCNolEzQmGCHlT8VjEFQjdvrBN0EOF4oOrXS5Cxmqs7NKVSEroPHlkLLOLRX4r5HOjenf3tE7DDyjxCLNx032ZFovSe80BK7Sl9IQmJ4gT4foSfowe+47jGx+xzidQxY9Zd/+/cLbIC8ztW9VHBL0fXDWGdeDc/ERYABB6E45iF95UQAAAABJRU5ErkJggg==) no-repeat center;
    cursor: pointer;
	vertical-align:middle;
	position:relative;
	top:-1px;
}

/* 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 {
    border: 1px solid #e8e9eb;
    border-radius: 3px;
    padding: 20px;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    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 {
    padding: 5px 7px;
    font-size: 13px;
    border-top: 1px solid #e5e5e5;
    line-height: 25px;
    overflow: hidden;
}
.bx-soa-cart-total .bx-soa-cart-total-line:first-child {border-top: none;}
.bx-soa-cart-total .bx-soa-cart-total-line:nth-child(2) {border-color: #bfbfbf;}
.bx-soa-cart-total .bx-soa-cart-total-line:first-child .bx-soa-cart-t {font-weight: bold;}
.bx-soa-cart-total .bx-soa-cart-total-line-total {
    padding-top: 25px;
    border-bottom: none;
}
.bx-soa-cart-t {float: left;}
.bx-soa-cart-d {
    float: right;
    text-align: right;
}
.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-t {font-weight: bold;}
.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {font-size: 28px;}
.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d span {font-size: 18px;}

.bx-soa-cart-total-line.bx-soa-cart-total-line-highlighted {
    background-color: #d4ffb8;
    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;
}
.bx-soa-price-free{
    color: #257210;
}

@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: #9a9a9a;
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.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 {
    background-color: #f8fafc;
    border: 1px solid #d5dadc;
    box-shadow: none;
    border-radius: 2px;
}
.form-group .form-control:focus {border-color: #63747e}
.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-company {
    padding-bottom: 20px;
    z-index: 100;
    position: relative;
}
.bx-soa-pp .bx-soa-pp-company {
    padding: 7px;
    border: 1px solid transparent;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    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{
    position: relative;
    z-index: 0;
}
.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 .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;
}

/* =======================================================================
   USER CONSENT SECTION
   =======================================================================
   Стили для пользовательского согласия (user consent).
   -----------------------------------------------------------------------
   Здесь определяются стили для чекбокса согласия пользователя, ссылок и
   других элементов, связанных с пользовательским соглашением.
   ======================================================================= */


.basket-items-list-item-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	opacity: .7;
}

/* BREADCRUMBS { */
.bcs {
	/* margin-left: -27px; */
	font-size: 13.6px;
	line-height: 17px;
	text-decoration-line: underline;
	color: #B37736;
	
	display: none;
}

.bcs .bc {
	
}

.bc .bc-item {
	
}

.bcs .bc-item:not(:first-child)::before {
	content: '';
	background-image: url(images/arrow_breadcrumbs_right.svg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 3.2px;
	height: 7.95px;
	text-decoration: none;
	margin: 0 7px;
}

@media (min-width: 768px) {
	.bcs {
		display: block;
	}
}
/* } BREADCRUMBS */




/* SOA CONTAINER { */
@media (max-width: 575px) {
	.container__soa {
		padding-left: 11.4px;
		padding-right: 9.4px;
		overflow: hidden;
	}
}

@media (max-width: 992px) {
	.container__soa {
		max-width: 992px;
	}
}

@media (min-width: 1199px) {
	.container__soa {
		padding-right: 17px;
	    padding-left: 4px;
		padding-bottom: 1px;
	}
}

.container__soa > .alert-warning {
	margin-top: 25px;
}

/* } SOA CONTAINER */




/* GENERAL { */
.soa {
	font-style: normal;
	padding-bottom: 160px;
}

.soa button,
.soa input[type="submit"]
{
	border: 0;
	outline: none;
	cursor: pointer;
}

@media (min-width: 768px) {
	.soa {
	    margin-top: 90px;
		margin-bottom: 171.44px;
		padding-bottom: 0;
	}
}


/* } GENERAL */





/* UI { */
/* BADGE */
.soa .soa-badge {
	padding: 1.51px 6px;
	background-color: #DD2645;
	border-radius: 4px;
	
	font-size: 12px;
	color: #FBF8EF;
	font-weight: bold;
	font-size: 12px;
	
	display: inline-block;
}

.soa .soa-btn-qty {
	width: 21px;
	height: 22.75px;
	
	background-color: #FBF8EF;
	border-radius: 2px;
	
	z-index: 5;
	position: relative;
	color: #6E4549;
}

@media (min-width: 768px) {
	.soa .soa-btn-qty {
		height: 25.12px;
	}
}

.soa .soa-btn-qty-value {
	position: absolute;
	left: 0;
	right: 0;
	
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	color: #6E4549;
	cursor: pointer;
}

.soa input.soa-btn-qty-value {
	z-index: 4;
	
	background: transparent;
    border: none;
    width: 100%;
}

.soa .soa-btn {
	color: #fff;
	padding: 16.5px 31.84px 16.5px;
	
	border-radius: 6px;
	
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	text-decoration: none;
}

.soa .soa-btn.soa-btn--success {
	background: #6CBF6C;
	color: #fff;
}

.soa .soa-btn.soa-btn--disabled {
	opacity: 0.6;
}

@media (max-width: 767px) {
	.soa .soa-btn-qty-value {
		right: 6px;
	    top: 0;
		font-size: 16px;
	}
}

@media (min-width: 768px) {
	.soa .soa-btn.soa-btn--success {
		font-style: normal;
		font-weight: bold;
		font-size: 18px;
	}
}

.soa .soa-btn.soa-btn--default {
	background-color: #B37736;
}

.soa .soa-btn.soa-btn--default-light {
	background-color: #CAA072;
	border: 0;
}

.soa .soa-btn.soa-btn--light {
    padding: 12.5px 31.84px 12.5px;
    background-color: #ffffff;
    border: 2px solid #CAA072;
    color: #573032;
}

.soa .soa-btn.soa-btn--tall {
    padding: 12.5px 31.84px 12.5px;
}

.soa .soa-btn.soa-btn--tall.soa-btn.soa-btn--light {
    padding: 10.5px 31.84px 10.5px;
}

.soa .form-group .soa-btn.soa-btn--default-light,
.soa .form-group .soa-btn.soa-btn--light
{
	width: 100%;
	text-align: center;
}

.soa .form-group-error .soa-input-note {
	color: #DD2645;
}

.soa .form-group-error .form-control,
.soa .form-group-error .soa-select
{
	border-color: #DD2645 !important;
}

.soa .form-group-error .soa-input-group__append--select-text {
	background-color: #DD2645 !important;
}

/* .soa .soa-btn.soa-btn--back {
	line-height: 32px;
	position: relative;
	
	height: 48px;
    width: 50px;
}

.soa .soa-btn.soa-btn--back span {
	display: inline-block;
	width: 22px;
	position: absolute;
	height: 19px;
	background-image: url(/assets/images/soa-input-arrow-right.svg);
	transform: rotateZ(180deg);
	top: 14px;
	left: 22px;
} */

.soa .soa-btn.soa-btn--back {
	display: inline-block !important;
	position: relative;

	width: 50px;
    padding: 13.7px 0 13.7px;
	background-color: #CAA072;
}

.soa .soa-btn.soa-btn--back:after {
	content: '';
	top: 14px;
	left: 14px;
	display: block;
	position: absolute;
	
	background-image: url(images/soa-input-arrow-right.svg);
	height: 18px;
	width: 22px;
	
	transform: rotateZ(180deg);
}

.soa .soa-nav-mobile .soa-btn:after {
	/* content: ''; */
	top: 14px;
	left: 14px;
	display: block;
	position: absolute;
	
	background-image: url(images/soa-input-arrow-right.svg);
	height: 18px;
	width: 22px;
	
	transform: rotateZ(180deg);
}

.soa .soa-btn.soa-btn--wide {
	padding-left: 82.31px;
	padding-right: 82.31px;
}

/* INPUT SELECT */
.soa .soa-select {
	width: 100%;
	
	opacity: 0.8;
	border: 1px solid #CAA072;
	border-radius: 6px;
	background-color: #fff;
	padding: 15px 16.5px 13.7px;
    font-size: 14.2px;
    padding-right: 5px;
	cursor: pointer;
	appearance: none;
}

/* INPUT GROUP */
.soa .soa-input-group {
	overflow: hidden;
	position: relative;
	
	opacity: 0.8;
	border: 1px solid #CAA072;
	border-radius: 6px;
}

.soa .soa-input-group input {
	z-index: 4;
}

.soa .soa-input-group .soa-input-group__append {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	
	text-align: center;
	height: 100%;
	width: 48px;
	background-color: #CAA072;
	cursor: pointer;
}

.soa .soa-input-group .soa-input-group__append--text {
	top: 0;
	
	width: 83px;
    font-size: 16px;
    color: #fff;
    line-height: 46.5px;
    font-weight: 600;
}

[data-mobile-extra-service-input-container] {
	position: relative;
}

.soa .soa-input-group__append--select-text {
	right: 0;
	position: absolute;
	
	width: 103px;
	height: 100%;
	background-color: #CAA072;
	z-index: 5;
	cursor: pointer;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
	
	font-size: 16px;
	color: #fff !important;
	text-align: center;
	line-height: 52px;
	font-style: normal;
	font-weight: bold;
}

.soa .soa-input-group .soa-input-group__append .soa-input-group__append-arrow-right {
	content: '';
	left: 14px;
	top: 14px;
	display: block;
	position: absolute;
	
	background-image: url(images/soa-input-arrow-right.svg);
	height: 18px;
	width: 22px;
}

.soa .col__soa-basket-action__promo .soa-input-group .soa-input-group__append .soa-input-group__append-arrow-right {
	top: 16px;
}

.soa .soa-input-group.soa-input-group--success .soa-input-group__append {
	background-color: #96CF96;
}

.soa .soa-input-group.soa-input-group--error .soa-input-group__append {
	background-color: #DD2645;
}

.soa .soa-input-group__append .fa-times {
	font-size: 20px;
	line-height: 45px;
	color: #fff;
}

.soa .soa-input-group__subtext {
	margin-top: 14.56px;
	
	font-size: 16px;
	line-height: 120%;
	text-align: center;
	color: #B37736;
	cursor: pointer;
}

@media (min-width: 768px) {
	.soa .soa-input-group__subtext {
		margin-top: 10.6px;
		font-size: 15px;
	}
}

.soa .soa-input-group__subtext a {
	text-decoration: none;
}

.soa .soa-input-group + .soa-input-note {
	
}

.soa .soa-input-group.soa-input-group--error {
	border-color: #DD2645;
}

.soa .soa-input-group.soa-input-group--error + .soa-input-note {
	visibility: visible;
	color: #DD2645;
}

.soa .soa-input-group.soa-input-group--success {
	border-color: #96CF96;
	position: relative;
}

.soa .soa-input-group.soa-input-group--success:after {
	content: '';
	position: absolute;
	right: 19.69px;
	top: 19.68px;
	
	background-image: url(images/soa-input-group-ok.svg);
	background-size: cover;
	width: 12.55px;
	height: 8.61px;
	
}

.soa .soa-input-group.soa-input-group--success + .soa-input-note {
	color: #96CF96;
}

.soa .soa-input-label {
	display: block;
	margin-bottom: 0;
}

.soa .soa-input-group input,
.soa .soa-input-group textarea
{
	width: 100%;
    padding: 14.5px 17.5px 14.5px;
	font-size: 14.1px;
}

.soa .soa-control {
	border: 0;
	padding: 14.94px 18.27px;
	
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 120%;
	color: #573032;
}

.soa .soa-control::placeholder {
	color: #573032;
}

.soa .soa-input-label {
    margin-left: 6.4px;
    margin-bottom: 2px;
	
	font-weight: bold;
	font-size: 14px;
	line-height: 143.3%;
	color: #B37736;
}

.soa .soa-input-note {
	padding-left: 10px;
	
	margin-top: 4px;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 112.5%;
	text-align: left;
	color: #573032;
	/* visibility: hidden; */
	
	user-select: none;
}

@media (max-width: 767px) {
	.soa .soa-input-group input,
	.soa .soa-input-group textarea
	{
		padding: 15px 17.5px 13px;
		
		font-size: 16px;
	}
	
	.soa .soa-section-delivery .soa-delivery-inputs-mobile-row {
	    margin-top: 33.06px;
	}
}


@media (min-width: 768px) {
	.soa .soa-input-label {
		color: #6E4549;
	}
	
	.soa .soa-input-label {
	    margin-left: 12px;
		margin-bottom: 0;
	}
	
	.soa .soa-input-note {
		margin-top: 4px;
	}
}


/* INPUT SUCCESS PROMO ENTERED */
.soa .soa-label-submit {

}

.soa .soa-label-submit .soa-label-submit__text {
	margin-left: 3px;
	margin-right: 5px;
	
	font-size: 13px;
	line-height: 112.5%;

	color: #B37736;
}

.soa .soa-label-submit input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 0;
	width: 98%;
	height: 100%;
	z-index: 5;
	
	appearance: none;
	cursor: pointer;
}

.soa .soa-label-submit .soa-label-submit__icon {
	position: relative;
    display: inline-block;
	width: 11.5px;
	height: 11.5px;

	opacity: 0.8;
	border: 1px solid #CAA072;
	border-radius: 2px;
}

.soa .soa-label-submit__icon:after {
	content: '';
    display: none;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 8px;
    height: 8px;
    background-image: url(images/soa-cb-small-ok.svg);
    background-size: cover;
}

.soa .soa-label-submit input[type="checkbox"]:checked ~ .soa-label-submit__icon:after {
	display: block;
}

@media (max-width: 767px) {
	.soa .soa-label-submit__icon:after {
		left: 2px;
		top: 2px;
		width: 14px;
		height: 14px;
	}
}




/* INPUT SUCCESS PROMO ENTERED */
.soa .soa-input-coupon-result {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	
	height: 100%;
	font-size: 14px;
	line-height: 120%;
	color: #573032;
}

.soa .soa-input-coupon-result__value {
	font-weight: 300;
	font-size: 18px;
	line-height: 120%;
	color: #573032;
	text-transform: uppercase;
}

.soa .soa-input-coupon-result .soa-input-coupon-result__value {
	margin-right: 17px;
}

.soa .soa-input-coupon-result .soa-input-coupon-result__value + span {
	white-space: nowrap;
}

/* INPUT CHECKBOX */
.soa .soa-input-cb {
	position: relative;
	padding-top: 19.5px;
	
	height: 121px;
	background-color: #FBF8EF;
	border: 1px solid #FBF8EF;
	box-sizing: border-box;
	border-radius: 6px;
	cursor: pointer;
}

.soa .soa-icon-ok {
	position: relative;
	
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #F9E2C8;
}

.soa .soa-icon-ok:after {
	display: none;
	content: '';
	position: absolute;
	left: 3.1px;
    top: 6.6px;
	
    width: 16.72px;
    height: 16.32px;
	background-image: url(images/soa-cb-ok.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.soa .soa-input-cb .soa-input-cb__ok {
	position: absolute;
	right: 11.8px;
    top: 12.5px;
}

.soa .soa-basket-extra .soa-input-cb .soa-input-cb__ok {
    top: 46px;
    left: 25px;
}

.soa .soa-input-cb input[type="radio"] {
	position: absolute;
	top: 0;
	z-index: 5;
	margin-top: 0;
	
	width: 100%;
	height: 100%;
	-webkit-appearance: none;
    appearance: none;
	cursor: pointer;
}

.soa .soa-input-cb input[type="radio"]:checked {
	border: 1px solid #503335;
	border-radius: 6px;
}

.soa .soa-input-cb input[type="radio"]:checked ~ .soa-input-cb__ok {
	background-color: #96CF96;
}

.soa .soa-input-cb input[type="radio"]:checked ~ .soa-input-cb__ok:after {
	display: block;
}

.soa .soa-input-cb .soa-input-cb__img-container {
	height: 50px;
}

.soa .soa-input-cb .soa-input-cb__price,
.soa .soa-input-cb .soa-input-cb__img-container
{
	text-align: center;
}

.soa .soa-input-cb .soa-input-cb__name {
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #6E4549;
}

.soa .soa-input-cb .soa-input-cb__descr {
	margin-top: 10px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.56px;
	color: #6E4549;
}

.soa .soa-input-cb .soa-input-cb__price {
	margin-top: 2px;
	
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	color: #B37736;
}

.soa .soa-input-cb__undertext {
	position: absolute;
	bottom: -22.8px;
    left: 25px;
	
	font-size: 12px;
	line-height: 120%;
	color: #6E4549;
}

.soa .soa-section-delivery .soa-address-list .soa-icon-ok {
	background-color: #96CF96;
}
.soa .soa-section-delivery .soa-address-list .soa-icon-ok:after {
	display: block;
}

.soa .soa-section-delivery .soa-delivery-inputs-row {
	margin-top: 35px;
}

.soa .soa-section-delivery .soa-delivery-inputs-row__title {
	padding-left: 21px !important;
    margin-top: 1px;
    margin-bottom: 14px;
	
	font-weight: bold;
    font-size: 14px;
    line-height: 143.3%;
    color: #B37736;
}

/* .soa .soa-delivery-inputs-row > [class^="col-"] {
	padding-left: 15px;
    padding-right: 14px;
}

.soa .soa-delivery-inputs-row > [class^="col-"]:first-child {
	padding-left: 15px;
}

.soa .soa-delivery-inputs-row > [class^="col-"]:last-child {
	padding-left: 16px;
	padding-right: 14px;
} */


/* .soa .soa-delivery-inputs-row > [class^="col-"] {
	padding-left: 10.4px;
	padding-right: 10.4px;
	margin-top: 16px;
} */

.soa .soa-section-delivery .soa-delivery-inputs-row .col__soa-input-cb--shop {
	margin-top: 35px;
}

.soa .soa-section-delivery .col__soa-input-cb__name {
	margin-top: 3px;
}

.soa .soa-input-cb--card .col__soa-input-cb__name {
    margin-top: -7px;
}

.soa .soa-input-cb.soa-input-cb--without-reg {
    padding-top: 47px;
}

.soa .soa-input-cb.soa-input-cb--auth {
    padding-top: 15px;
}

@media (max-width: 767px) {
	.soa .soa-input-cb.soa-input-cb--without-reg {
        padding-top: 52px;
	}
	
	.soa .soa-input-cb.soa-input-cb--without-reg .soa-input-cb__name {
		font-size: 19px;
		text-align: left;
		padding-left: 12px;
		margin-top: -14px;
		line-height: 23px;
	}
	
	.soa .soa-section-delivery .soa-delivery-inputs-row {
		margin-top: 31px;
	}
	
	.soa .soa-section-payment .soa-input-cb .row {
	    height: 66.7%;
	}
	
	.soa .soa-section-payment .soa-delivery-inputs-row > [class^="col-"] {
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 16px;
	}
	
	.soa .soa-section-payment .soa-delivery-inputs-row > [class^="col-"]:first-child {
		margin-top: 0;
	}
	
	.soa .soa-section-payment .soa-input-cb .soa-input-cb__name {
		margin-bottom: -5px;
		font-weight: bold;
		font-size: 15px;
		line-height: 18px;
		color: #6E4549;
		text-align: left;
	}
	
	.soa .soa-section-payment .soa-input-cb.soa-input-cb--card .soa-input-cb__name {
		padding-left: 0;
	}
	
	.soa .soa-section-payment .soa-input-cb__img-container {
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-right: 0;
	}
	
	.soa .soa-section-payment .soa-paysystem-icons__label {
		margin-left: 7px;
		font-size: 10px;
		line-height: 112.5%;
		color: #B37736;
	}
	
	.soa .soa-section-payment .soa-paysystem-icons {
	    /* margin-top: 40px; */
	}
	
	.soa .soa-section-payment .soa-paysystem-icons .soa-paysystem-icons__content {
		margin-top: 12px;
		margin-left: 4px;
	}
	
	.soa .soa-section-payment .col__soa-input-cb__name {
		margin-left: -9px;
	}
	
	.soa .soa-section-payment .soa-input-cb--hand-receive .col__soa-input-cb__name {
	    padding-top: 15px;
	}
	
	
	.soa .soa-section-payment .soa-input-cb--hand .col__soa-input-cb__name {
		margin-left: -9px;
		margin-top: 5px;
	}
	
	.soa .soa-section-delivery .soa-delivery-inputs-row > [class^="col-"] {
		padding-left: 15px;
		padding-right: 1.2px;
	}
	
	.soa .soa-section-delivery .soa-delivery-inputs-row > .col-4 {
		padding-left: 8px;
	    padding-right: 9.2px;
	}
	
	.soa .soa-section-delivery .soa-delivery-inputs-row .col__soa-input-cb--pvz {
		padding-left: 15px;
		padding-right: 1.2px;
	}
	
	.soa .soa-section-delivery .soa-delivery-inputs-row .col__soa-input-cb--courier {
		padding-left: 0px;
		padding-right: 15px;
	}
	
	.soa .soa-section-delivery .soa-delivery-inputs-row .col__soa-input-cb--courier .col__soa-input-cb__name {
	    margin-left: 0.6px;
	}
	
	.soa .soa-section-delivery .soa-delivery-inputs-row .col__soa-input-cb--shop {
		margin-top: 15px;
		padding-left: 15px;
		padding-right: 1.2px;
	}
	
	.soa .soa-section-delivery .soa-delivery-inputs-row .soa-input-cb .soa-input-cb__ok {
		right: 5.28px;
		top: 7.5px;
		
		width: 18.55px;
		height: 18.55px;
	}
	
	.soa .soa-section-delivery .soa-delivery-inputs-row .soa-input-cb--active .soa-input-cb__ok {
		width: 22.1px;
		height: 22.1px;
		
		right: 3.8px;
		top: 5.5px;
	}
	
	.soa .soa-input-cb input[type="radio"]:checked ~ .soa-input-cb__ok:after {
		left: 1.1px;
		top: 5.5px;
		width: 14.72px;
		height: 16.32px;
	}
	
	.soa .soa-section-payment .soa-input-cb input[type="radio"]:checked ~ .soa-input-cb__ok:after {
		left: 3.1px;
		top: 6.5px;
	}
}

@media (max-width: 575px) {
	.soa .soa-section-payment .soa-input-cb__img-container {
        padding-left: 39.1px;
	}
	
	.soa .soa-section-payment .soa-input-cb--card .soa-input-cb__img-container img {
	    margin-top: 4px;
	}
	
	.soa .soa-section-payment .soa-input-cb--hand .soa-input-cb__img-container img {
		margin-left: 5px;
		margin-top: 3px;
	}
	
	.soa .soa-section-payment .soa-input-cb__ok {
		right: 6.8px;
		top: 5px;
		
		width: 22.2px;
		height: 22.2px;
	}
}

.soa .soa-section-payment .soa-input-cb {
	height: 152px;
}

@media (min-width: 768px) {
	.soa .soa-input-cb {
		position: relative;
		
		padding-top: 40px;
	}
	
	.soa .soa-section-delivery .col__soa-input-cb__name {
	    margin-top: 0;
	}
	
	.soa .soa-input-cb .soa-input-cb__name {
		font-size: 18px;
		line-height: 22px;
	}
	
	.soa .soa-input-cb .soa-input-cb__price {
		font-size: 15px;
		line-height: 18px;
	}
	
	.soa .soa-input-cb .soa-input-cb__price,
	.soa .soa-input-cb .soa-input-cb__name
	{
		text-align: left;
	}
	
	.soa .soa-input-cb .soa-input-cb__img-container {
		height: 38px;
		text-align: right;
	}
	
	.soa .soa-section-payment .soa-input-cb {
        height: 200px;
	}
}

.soa .soa-section-payment .soa-section__body .soa-delivery-inputs-row {
	margin-top: 30px;
}

.soa .soa-section-payment .soa-section__body .soa-delivery-inputs-row:first-child {
	margin-top: 0;
}

@media (max-width: 767px) {
	.soa .soa-section-payment .soa-section__body .soa-delivery-inputs-row {
	    margin-top: 15px;
	}

	.soa .soa-section-payment .soa-input-cb--bank {
		padding-top: 29px;
	}
}

@media (max-width: 991px) {
	.soa .soa-section-payment .soa-input-cb > .row {
	    margin-left: -32px;
	}
	
	.soa .soa-section-payment .soa-input-cb > .row .soa-input-cb__name {
		font-size: 15px;
	}
}


@media (min-width: 1199px) {
	.soa .soa-section-payment {
		
	}
	
	.soa .soa-section-payment .soa-icon-ok {
	    right: 10.8px;
	    top: 9.5px;
		
		width: 20px;
	    height: 20px;
	}
	
	.soa .soa-section-payment .soa-icon-ok:after {
		left: 3.4px;
		top: 5.7px;
		width: 12.72px;
		height: 17.32px;
	}
	
	
	
	.soa .soa-section-delivery .soa-input-label {
		margin-left: 8px;
	    /* margin-bottom: 1px; */
	}
	
	@media (min-width: 768px) {
		.soa .col__soa-input--city .soa-input-label {
		    margin-left: 12px;
		}
		
		/* .soa .col__soa-input--city input {
			font-size: 16.1px;
			padding: 13.5px 17.5px 14.5px;
		} */
	}
	
	.soa .soa-basket-extra .col__soa-input-cb__name {
		padding-left: 0;
	}
	
	.soa .soa-input-cb--courier {
		padding-top: 41px;
	}
	
	.soa .soa-input-cb--courier .soa-input-cb__img-container {
		padding-right: 10.8px;
	    margin-top: -2px;
	}
	
	.soa .soa-input-cb--courier .col__soa-input-cb__name {
		padding-left: 14.5px;
	}
	
	.soa .soa-input-cb--courier .soa-input-cb__name {
	    line-height: 21px;
	}
	
	.soa .soa-input-cb--courier .soa-input-cb__ok {
	    right: 8.8px;
	}
	
	.soa .soa-input-cb--post .soa-input-cb__ok {
		right: 7px;
		top: 9.5px;
	}
	
	.soa .soa-input-cb--pvz {
	    padding-right: 11px;
	}
	
	.soa .soa-input-cb--pvz .col__soa-input-cb__name {
		margin-top: -4px;
		padding-left: 17px;
	}
	
	.soa .soa-input-cb--pvz .soa-input-cb__name {
        line-height: 23px;
	}
	
	.soa .soa-input-cb--pvz .soa-input-cb__price {
        line-height: 22.5px;
	}
	
	.soa .soa-input-cb--pvz .soa-input-cb__img-container {
        margin-top: -5px;
	}
	
	.soa .soa-input-cb--post .col__soa-input-cb__name {
		padding-left: 14px;
	}
	
	.soa .soa-input-cb--post .soa-input-cb__price {
		margin-left: -0.65px;
		margin-top: 3px;
	}
	
	.soa .soa-input-cb--post .soa-input-cb__img-container {
	    padding-right: 2px;
	    margin-top: -4px;
	}
	
	.soa .soa-input-cb--bank .soa-input-cb__img-container {
	    padding-right: 15px;
	}
	
	.soa .soa-input-cb--card .soa-input-cb__name {
		margin-left: -2px;
	    margin-top: -2px;
	}
	
	.soa .soa-input-cb--card .soa-input-cb__img-container {
		padding-right: 14px;
	}
	
	.soa .soa-input-cb--card .soa-input-cb__img-container img {
	    margin-top: -1px;
	}
	
	
	.soa .soa-input-cb--hand .soa-input-cb__img-container {
		padding-right: 16px;
	}
	
	.soa .soa-input-cb--hand .soa-input-cb__img-container img {
	    margin-top: -10px;
	}
	
	.soa .soa-input-cb--hand .soa-input-cb__name {
		margin-left: -9.25px;
		margin-top: 4px;
	}
	
	.soa .soa-section-payment .soa-input-cb {
        height: 162px;
		padding-top: 24px;
	}
}

@media (min-width: 768px) {
	.soa .soa-input-cb .soa-input-cb__img-container {
	    padding-right: 0;
	}
}

@media (min-width: 1199px) {
	.soa .soa-input-cb .soa-input-cb__img-container {
	    padding-right: 8px;
	}
}

.soa .soa-input-cb--flexible {
	padding-bottom: 21px;
}



/* TEXTAREA OPENER */
.soa .soa-input-label--opener,
.soa .soa-input-label--opener .soa-input-label__visible,
.soa .soa-input-label--opener .soa-input-label__hidden
{
	color: #6E4549;
}

.soa .soa-input-label--opener:after {
	content: '';
	
    background-image: url(images/soa-arrow-down.svg);
    background-size: cover;
    width: 9px;
    height: 6px;
    display: inline-block;
    margin-left: 12.8px;
}

.soa .soa-input-label--opener:before {
	content: '';
	position: absolute;
	bottom: 0;
	
	height: 1px;
	border-bottom: 1px dashed #6E4549;
	width: 152px;
	margin-left: 1px;
}

.soa .soa-input-opener:checked ~ .soa-input-label--opener:after {
	transform: rotateZ(180deg);
}

.soa .soa-input-opener:checked ~ .soa-input-label--opener {
	margin-bottom: 10px;
}

.soa .soa-input-opener:checked ~ .soa-input-label--opener:before {
	display: none;
}

.soa .soa-input-opener {
    position: absolute;
	top: 0;
    left: 0;
	
    width: 100%;
    height: 26px;
    -webkit-appearance: none;
    appearance: none;
	cursor: pointer;
}

.soa .soa-input-opener ~ .soa-input-group {
	display: none;
}


.soa .soa-input-opener:checked ~ .soa-input-label .soa-input-label__hidden,
.soa .soa-input-opener ~ .soa-input-label .soa-input-label__visible
{
	display: inline-block;
}

.soa .soa-input-opener:checked ~ .soa-input-label .soa-input-label__visible,
.soa .soa-input-opener ~ .soa-input-label .soa-input-label__hidden
{
	display: none;
}


.soa .soa-input-opener:checked ~ .soa-input-group {
	display: block;
}

/* TOTAL ROW */
.soa-currency-icon {
	font-family: system-ui !important;
	font-style: normal !important;
	font-weight: bold !important;
	font-size: 24px;
	color: #6E4549;
	padding: 0 !important;
}

.soa .soa-total-rows {
    padding: 0;
	margin: 0;
    margin-bottom: 44.6px;
    overflow: hidden;
    list-style: none;
	
	font-size: 16px;
	line-height: 19px;
	color: #6E4549;
}

.soa .soa-total-rows li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
	".............................................................................................................................."
	".............................................................................................................................."
	".............................................................................................................................."
	"..............................................................................................................................";
	color: #caa07263;
}

.soa .soa-total-rows span:first-child {
    background-color: #fff
}

.soa .soa-total-rows > span:first-child {
    font-size: 20px;
}

.soa .soa-total-rows span + span {
    float: right;
    padding-left: 11px;
	background-color: #fff;
}


.soa .soa-total-rows li {
	margin-top: 29.93px;
}

.soa .soa-total-rows li:first-child {
	margin-top: 0;
}

.soa .soa-total-rows span + span {
	font-weight: 600;
	font-size: 20px;
	text-align: right;
}

.soa .soa-total-rows li:first-child span + span {
	/* margin-right: -2px;
    margin-top: -1.5px; */
}

.soa .soa-total-rows li:nth-child(2) span + span {
    margin-top: -2px;
}

.soa li.soa-total-row--bold {
	margin-top: 28.33px;
}

.soa li.soa-total-row--bold span {
	font-weight: 600;
	font-size: 24px;
}

.soa li.soa-total-row--bold > span:first-child {
	font-size: 20px;
}

.soa li.soa-total-row--bold:before {
	margin-top: 4.2px;
}

.soa .soa-total-row--bold span + span {
	margin-right: 0;
	margin-top: -3px;
	padding-left: 10px;
	padding-bottom: 3.5px;
	
	font-weight: bold;
	font-size: 31px;
}

.soa li .soa-currency-icon {
    margin-left: -4.5px !important;
}

.soa li:not(.soa-total-row--bold) .soa-currency-icon {
	font-size: 17px;
}

@media (max-width: 767px) {
	.soa .soa-input-label--opener:after {
	    margin-left: 4.8px;
	    top: -8px;
	}
	
	.soa .soa-total-rows li {
		margin-top: 14px;
	}
	
	.soa li.soa-total-row--bold {
		margin-top: 19.6px;
	}
}

@media (min-width: 768px) {
	.soa .soa-total-rows span:first-child {
		padding-left: 11px;
	    padding-right: 12px;
		
	    background-color: #fff
	}
}



/* TOTAL PROGRESS INFO */
.soa .soa-totals-progress {
	margin-left: 2px;
	margin-top: 12.85px;
	
	background-color: #FBF8EF;
	border-radius: 6px;
	height: 152px;
}

.soa .soa-totals-progress .row > [class^="col-"] {
	padding: 0;
}

.soa .soa-totals-progress-item {
	position: relative;
	padding: 21px 25px 0 79.2px;
}

.soa .soa-totals-progress-item-person b,
.soa .soa-totals-progress-item-payment b
{
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #6E4549;
}

.soa .soa-totals-progress-item__ok {
	position: absolute;
	
    left: 35.7px;
    top: 23.84px;
}

.soa-totals-progress-item__name {
	font-weight: 600;
	font-size: 20.4528px;
	line-height: 25px;
	color: #6E4549;
}

.soa .soa-totals-progress-item-delivery .soa-totals-progress-item__info {
	margin-top: 14px;
}

.soa .soa-totals-progress-item-payment .soa-totals-progress-item__ok {
	left: 33.7px;
	top: 24.84px;
}

.soa .soa-totals-progress-item-payment .soa-totals-progress-item__name {
	margin-left: -2.9px;
	margin-top: 1px;
}

.soa .soa-totals-progress-item-payment .soa-totals-progress-item__info {
	margin-left: -2.7px;
    margin-top: 7.6px;
}

.soa .soa-totals-progress-item--checked .soa-totals-progress-item__ok {
	background-color: #96CF96;
}

.soa .soa-totals-progress-item--checked .soa-totals-progress-item__ok:after {
	display: block;
}

.soa .soa-totals-progress-item-personal .soa-totals-progress-item__ok {
	left: 32.7px;
    top: 23.84px;
}

.soa .soa-totals-progress-item-personal .soa-totals-progress-item__name {
	margin-left: -5px;
	margin-top: 1.4px;
	font-size: 20.1px;
}

.soa .soa-totals-progress-item-personal .soa-totals-progress-item__info {
	margin-top: 7px;
    margin-left: -4px;
    font-size: 14px;
}

.soa-totals-progress-item__info {
	margin-top: 10.16px;
	
	font-size: 16px;
	line-height: 19px;

	/* Color 01 */

	color: #6E4549;
}

@media (max-width: 991px) {
	.soa .soa-totals-progress-item-delivery {
		padding-right: 0;
	    padding-left: 69px;
	}
	
	.soa .soa-totals-progress-item-delivery .soa-totals-progress-item__info {
		margin-top: 14px;
	}
}


/* SOA MAP --- POINT POPUP */
.soa .soa-map-popup {
	width: 326px;
	position: absolute;
	top: 60.4px;
	left: 143px;
	
	background-color: #fff;
	border: 1px solid #CAA072;
	box-sizing: border-box;
	border-radius: 6px;
}

.soa-map-popup__container {
	padding: 13.25px 19.34px;
	padding-bottom: 19px;
}

.soa .soa-map-popup__close {
	position: absolute;
	right: 15.85px;
	top: 9.6px;
	
	width: 25.66px;
	height: 25.66px;
	background-color: #FBF8EF;
	border-radius: 50%;
}

.soa .soa-map-popup__close:after {
	content: '';
    position: absolute;
    left: 6.9px;
    top: 6.3px;
	z-index: 5;
	
    width: 100%;
    height: 100%;
    background-image: url(images/soa-close.svg);
    background-repeat: no-repeat;
	cursor: pointer;
}

.soa .soa-map-popup:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	z-index: -2;
	border: 1px solid #CAA072;
	transform: rotateZ(45deg);
	bottom: -10px;
	left: 30px;
	border-radius: 4px;
}

.soa .soa-map-popup:after {
	content: '';
    position: absolute;
    width: 16.1px;
    height: 16.1px;
	z-index: 1;
	background-color: #fff;
	transform: rotateZ(45deg);
	bottom: -10px;
	left: 80px;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0
}

.soa .soa-map-popup-btn {
	background-color: #B37736;
	border-radius: 4px;
	color: #fff !important;
	padding: 4px 19px 5px;
	margin-left: -1px;
	padding-left: 22.4px;
	margin-top: 0.25px;
	font-size: 10.4px;
}

.soa-map-popup__name {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
    line-height: 122%;
	color: #6E4549;
}

.soa-map-popup__address {
	margin-left: 3px;
	margin-top: 17.4px;
	
	width: 90%;
	font-size: 14.12px;
	line-height: 120%;
	color: #573032;
}

.soa-map-popup__props {
	margin-top: 13.5px;
	margin-left: 3.2px;
	
	font-size: 14.12px;
	line-height: 120%;
	color: #CAA072;
}

.soa-map-popup__actions {
	margin-top: 17.88px;
}

@media (max-width: 560px) {
	/* TODO: !!! Это временно !!! */
	.soa .soa-map-popup {
	    left: 70px;
	}
	
	.soa .soa-map-point--active {
		left: 96px !important;
	}
}

@media (max-width: 420px) {
	.soa .soa-map-popup {
	    left: 16px;
	}
	
	.soa .soa-map-point--active {
		left: 42px !important;
	}
}

@media (min-width: 768px) {
	.soa .soa-map-popup-btn {
		border-radius: 6px;
	    padding: 4px 25.8px 4px;
	    margin-left: 2.4px;
	    padding-left: 24.4px;
	    margin-top: 1px;
	    line-height: 23px;
	    font-size: 14.3px;
	}
	
	.soa-map-popup__name {
		font-style: normal;
		font-weight: bold;
		font-size: 18px;
	    line-height: 122%;
		color: #6E4549;
	}
	
	.soa .soa-map-popup__close {
		right: 16.85px;
		top: 9.3px;
		
		width: 25.66px;
		height: 25.66px;
	}
}



/* PAYSYSTEM ICONS */
.soa .soa-paysystem-icons {
	width: 65%;
	margin-left: -2.5px;
}

.soa .soa-paysystem-icons__label {
    margin-left: 2px;
	
	font-size: 12px;
	line-height: 112.5%;
	color: #B37736;
}

.soa .soa-paysystem-icons__content {
	
}

.soa .soa-paysystem-icon {
	width: 100%;
}

@media (min-width: 625px) {
	.soa .soa-paysystem-icons {
		width: 50%;
		margin-left: -3.5px;
	}
}

@media (min-width: 768px) {
	.soa .soa-paysystem-icons {
		margin-left: -1.4px;
	    margin-top: 6.5px;
		padding-left: 0;
		width: 90%;
	}
}
/* } PAYSYSTEM ICONS */





/* SECTIONS { */
/* SECTIONS -- OUTER STRUCTURE */
.soa-sections {
	
}

.soa .soa-sections .soa-section {
	margin-bottom: 11.25px;
	transition: 500ms opacity ease;
	counter-reset: heading;
}

.soa .soa-section .alert {
	border-radius: 6px;
}

.soa .soa-section--selected {
	
}

.soa .soa-section--completed .soa-section__heading {
	/* background-color: #96cf968f; */
}

.soa .soa-sections .soa-section:not(.soa-section--visible) {
	display: none;
}

@media (max-width: 767px) {
	.soa .soa-sections .soa-section:not([data-visited="true"]) {
		display: none;
	}
}

@media (min-width: 768px) {
	.soa .soa-sections .soa-section {
		margin-bottom: 12.85px;
	}
}





/* SECTIONS -- INNER STRUCTURE */
.soa .soa-section__heading {
	position: relative;
	
	background-color: #FBF8EF;
	border-radius: 6px;
	height: 52px;
    padding: 15.25px 19.8px;
	cursor: pointer;
}

.soa .soa-section__heading:after {
	content: '';
	position: absolute;
	left: 10.74px;
	top: 15px;
	
	width: 23.39px;
	height: 23.39px;
	border-radius: 50%;
	background-color: #F9E2C8;
}

.soa .soa-section__heading:before {
	content: '';
    position: absolute;
	left: 14.5px;
	top: 20.6px;
	z-index: 5;
	
	height: 10px;
	width: 16px;
    background-image: url(images/soa-arrow-down.svg);
    background-size: cover;
    background-repeat: no-repeat;
	/* transform: rotateZ(180deg); */
}

.soa .soa-section--selected .soa-section__heading:before {
	/* top: 20.6px; */
	top: 23px;
	left: 14.46px;
	transform: rotateZ(180deg);
}

.soa .soa-section__name {
	line-height: 143.3%;
	
	font-weight: bold;
	font-size: 16px;
	color: #573032;
}

.soa .soa-section__body {
	display: none;
}

.soa .soa-section--selected .soa-section__body {
	display: block;
}

@media (min-width: 768px) {
	.soa .soa-section__body {
		padding: 0 5px;
	}
	
	.soa .soa-section__name {
		margin-left: -6.6px;
	}
	
	
}


/* SECTIONS -- ITEMS */
.soa .soa-section-delivery .soa-section__body {
    margin-top: 21.5px;
}

.soa .soa-section-payment .soa-section__body {
	padding-left: 0;
	padding-right: 1px;
    padding-top: 14px;
	margin-left: -2px;
}

.soa .soa-section-personal .soa-section__body {
    margin-top: 19.76px;
}

.soa .soa-section-personal__col-comment {
	margin-left: 0.3px;
    margin-top: 28.5px;
}

.soa .soa-section-totals {
	
}

.soa .soa-section__col {
	position: relative;
}

.soa .soa-section__col .soa-label-submit {
    display: block;
    position: absolute;
	right: 0;
    top: 0;
	
	padding: 0 15px;
}

.soa .soa-section__col .soa-label-submit .soa-label-submit__text {
	font-weight: normal;
}

@media (max-width: 767px) {
	.soa .soa-section-personal .soa-section__col:first-child {
		margin-top: 0;
	}
	
	.soa .soa-section-personal .soa-section__col {
		margin-top: 18.6px;
	}
	
	.soa .soa-section__col .soa-label-submit {
		display: flex;
		align-items: center;
		position: relative;
		
		margin-bottom: 14.1px;
		margin-top: 6px;
		padding: 0 7px;
		height: 51px;
	}
	
	.soa .soa-section__col .soa-label-submit .soa-label-submit__icon {
		width: 19px;
		height: 19px;
		border-radius: 3px;
		margin-top: -10px;
		margin-right: 6px;
	}
	
	.soa .soa-section__col .soa-label-submit .soa-label-submit__text {
	    font-size: 12px;
	    margin-top: -5px;
	}
	
	.soa .soa-section__heading:before {
		left: inherit;
	    right: 18px;
	    top: 21px;
	}
	
	.soa .soa-section--selected .soa-section__heading:before {
		display: none;
		left: inherit;
		right: 18px;
		top: 21px;
	}
	
	.soa .soa-section--selected .soa-section__heading:after {
		display: none;
	}
	
	.soa .soa-section__heading:after {
		right: 14px;
	    top: 14px;
	    left: inherit;
	}
	
	.soa .soa-section-personal .soa-input-group input,
	.soa .soa-section-personal .soa-input-group textarea {
		padding: 13.5px 17.5px 13.5px;
		font-size: 16px;
	}
}

@media (min-width: 768px) {
	.soa .soa-section-payment .soa-section__body {
		padding-left: 9px;
		padding-right: 8px;
		padding-top: 22px;
		padding-bottom: 65px;
		margin-left: 0;
	}
	
	.soa .soa-section-payment .soa-input-cb__name {
		/* padding-right: 10%; */
	}
	
	.soa .soa-section-personal .soa-section__body > .row .col-md-12 {
		margin-bottom: 23px;
	}
	
	/* .soa .soa-section-personal .soa-section__body > .row .col-md-12:first-child {
		margin-bottom: 21px;
	} */
	
	.soa .soa-section-payment .soa-delivery-inputs-row > [class^="col-"]:first-child {
	    padding-left: 15px;
	}
	
	.soa .soa-section-payment .soa-delivery-inputs-row > [class^="col-"] {
		padding-left: 19px;
	    padding-right: 10px;
	}
	
	.soa .soa-section-payment .soa-delivery-inputs-row > [class^="col-"]:last-child {
		padding-right: 14px;
		padding-left: 21px;
	}
	
	.soa .soa-section__heading {
		margin-left: 2.4px;
	    padding: 19.25px 47.5px;
		
	    width: 99.4%;
		height: 60px;
	}
	
	.soa .soa-section__body {
		/* padding: 38.4px 0 0; */
	}
	
	.soa .soa-section__heading:before {
    	top: 25.6px;
	}
	
	.soa .soa-section__heading:after {
		top: 18.31px;
	}
	
	.soa .soa-section--selected .soa-section__heading:before {
		left: 15px;
		top: 25.6px;
	}
	
	.soa .soa-section-personal .soa-section__body {
		margin-top: 33px;
	}
}

@media (min-width: 768px) {
	.soa .soa-section-delivery .soa-section__body {
		margin-top: 38px;
		/* margin-bottom: 92px; */
	}
	
	.soa .soa-section__col .soa-label-submit .soa-label-submit__text {
		font-size: 11.9px;
	}
}

@media (min-width: 992px) {
	.soa .soa-section__col .soa-label-submit .soa-label-submit__text {
		font-size: 13px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.soa .soa-input-cb .soa-input-cb__name {
		font-size: 15.8px !important;
	}
}

/* 
@media (min-width: 768px) {
	.soa .soa-section-delivery .soa-section__body {
		margin-top: 39.5px;
		margin-bottom: 88px;
	}
} */

@media (max-width: 767px) {
	.soa .soa-section-basket .soa-section__name {
	    margin-top: 0;
	}
}

/* } SECTIONS */






/* BASKET { */
/* BASKET -- STRUCTURE */
.soa .soa-basket-items-container {
	position: relative;
}

.soa .soa-basket-item {
	position: relative;
	
    padding: 29.9px 0;
	padding-left: 10px;
	border-bottom: 1px solid #caa0727f;
}

.soa .soa-basket-remove-mobile-btn {
	position: absolute;
	right: 0;
	z-index: 5;
	height: 19.5px;
	background-color: #FBF8EF;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}

.soa .soa-basket-remove-mobile-btn img {
    padding-left: 4px;
	height: 8.9px;
}

.soa .soa-basket-item__preview {
	height: 74px;
}

.soa .soa-basket-item__name {
    margin-top: -12.8px;
	font-size: 12.2px;
	
	padding-right: 10%;
	font-size: 12px;
	font-weight: bold;
	line-height: 143.3%;
	color: #573032;
	
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.soa .soa-basket-item__props {
	color: #6E4549;
	font-size: 11.8px;
	font-weight: 500;
}

.soa .soa-basket-item__name a {
	color: inherit;
	text-decoration: none;
}

.soa .soa-basket .soa-basket-item__undername_row {
    margin-top: 16.45px;
	
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.soa .soa-basket .soa-basket-item__discount {
	
}

.soa .soa-basket .soa-basket-item__remove {
	position: absolute;
    bottom: 0;
    left: 0;
}

.soa .soa-basket .soa-basket-item__remove a {
	display: none;
	
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	color: #6E4549;
}

.soa .soa-basket .soa-basket-item__qty-block-container {
	position: absolute;
	margin-top: -1.2px;
    left: 15px;
    bottom: -24px;
}

.soa .soa-basket .soa-basket-item__qty-block {
	position: relative;
	
	width: 73.2px;
}

.soa .soa-basket .soa-basket-item__qty {
	
}

.soa .soa-basket-currency-icon {
	font-family: system-ui;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    text-align: right;
    /* color: #573032; */
    vertical-align: top;
}

.soa .soa-basket-item__discount-price .soa-basket-currency-icon {
	/* position: absolute; */
}


.soa .soa-basket .soa-basket-item__discount-price {
	
}

.soa .soa-basket .soa-basket-item__price {
	position: relative;
	font-size: 16px;
	color: #6E4549;
	
	margin-top: -3px;
    margin-right: 1px;
}

.soa .soa-basket .soa-basket-item__result-price {	
	font-weight: 600;
	font-size: 17px;
	text-align: right;
	color: #DD2645;
}

.soa .soa-basket .soa-basket-item__result-price--total {
	margin-right: -30px;
	
    font-size: 18px;
}

.soa .soa-basket .soa-basket-item__discount-price {
	font-weight: 600;
	font-size: 24px;
	color: #573032;
}

.soa .soa-basket-item__discount-price ~ .soa-basket-item__base-price {
	text-decoration: line-through;
}

.soa .soa-basket-item__base-price .soa-basket-currency-icon:before {
    content: "\00a0";
}

.soa .soa-basket .soa-basket-item__price {
	
}

.soa .soa-basket .soa-basket-item__discount-price + .soa-basket-item__price {
	margin-top: 1.5px;
	padding-left: 2px;
}

.soa .soa-basket-items.soa-basket-items--muted {
	opacity: .5;
}

.soa .soa-basket-items-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.soa .soa-basket-item__col-qty {
	width: 130px;
}

@media (max-width: 767px) {
	.soa .soa-basket {
	    margin-top: -1.6px;
	}
	
	.soa .soa-basket-items .soa-basket-item .soa-basket-item__name {
	    margin-top: -16.5px;
	}
	
	.soa .soa-basket-items .soa-basket-item:first-child .soa-basket-item__name {
	    margin-top: -12.8px;
	}
	
	.soa .soa-basket-items .soa-basket-item {
	    padding-bottom: 35px;
	}
	
	.soa .soa-basket-items .soa-basket-item:first-child {
	    padding-bottom: 37px;
	}
	
	/* .soa .soa-basket-items .soa-basket-item .soa-basket-item__qty-block-container {
		bottom: -22px;
		
		width: calc( (100vw - 360px)/(767 - 360) * (86 - 73) + 73%);
	} */
}

.soa .soa-basket-item .soa-basket-item__preview img {
	max-width: 80%;
}

@media (max-width: 767px) {
	.soa .soa-basket-item .soa-basket-item__preview img {
		max-width: 90px;
		height: 85%;
	}
}

@media (min-width: 768px) {
	.soa .soa-basket .soa-basket-item__remove a {
		display: block;
	}
	
	.soa .soa-basket-item {
		padding-bottom: 21.5px;
	}
	
	.soa .soa-basket-item .soa-basket-item__name {
		padding-right: 10%;
	    margin-top: -3px;
		
	    font-size: 20px;
	}
	
	.soa .soa-basket-item .soa-basket-item__preview {
		display: flex;
		height: 118.5px;
	}
	
	.soa .soa-basket .soa-basket-item__undername_row {
		margin-left: -3px;
	    margin-top: 4.5px;
	}
	
	.soa .soa-basket .soa-basket-item__col-preview {
		position: relative;
		
		padding-left: 5px;
	}
	
	.soa .soa-basket .soa-basket-items .soa-basket-item:last-child {
	    padding-top: 22px;
	}
	
	.soa .soa-basket-item__name {
		margin-left: 0;
		font-size: 12.2px;
		
		padding-right: 10%;
		font-size: 12px;
		font-weight: bold;
		line-height: 143.3%;
		color: #573032;
		
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;  
		overflow: hidden;
	}
	
	.soa .soa-basket .soa-basket-item__qty-block-container {
		left: 17px;
	    top: -1px;
	}
	
	.soa .soa-basket .soa-basket-item__qty-block .soa-btn-qty:first-child {
		font-size: 11.7px;
	}
	
	.soa .soa-basket .soa-basket-item__qty-block {
		width: 84.8px;
	}
}

@media (min-width: 992px) {
	.soa .soa-basket-item-col__details {
		margin-left: -23px;
	}
	
	.soa .soa-basket-item__col-qty {
		margin-left: -16px;
		margin-right: 16px;
		
		width: 140px;
	}
	
	.soa .soa-basket-item__col-price {
		margin-right: -15px;
		margin-left: 15px !important;
		margin-top: -5px !important;
		
		width: 125px;
	    padding: 0;
	}
}



/* BASKET --- FOOTER */
.soa .soa-basket-footer {
	height: 76.17px;
    left: 405px;
    top: 770.07px;
	
    padding: 21.51px 14px;
    background-color: #FBF8EF;
    border-radius: 6px;
}

.soa .soa-basket-footer > .row {
	position: relative;
}

.soa .soa-basket-footer--fit {
	height: fit-content;
}

@media (min-width: 768px) {
	.soa .soa-basket-footer {
		
	}
}



.soa .soa-basket .soa-basket-footer {
	/* margin-top: 34px; */
	margin-top: 14px;
}

.soa .soa-basket-footer .soa-basket-footer-block__name {
	font-size: 18px;
	line-height: 34px;
	color: #6E4549;
}

.soa .soa-basket-footer .soa-basket-footer__name {
	font-size: 18px;
	line-height: 34px;
	color: #6E4549;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.soa .soa-basket-footer .soa-basket-footer__coupon {
    display: inline-block;
	position: relative;
	
	padding: 10px 15px;
	padding-right: 33px;
    background-color: #CAA072;
    color: #fff;
    margin-right: 15px;
	margin-top: 3px;
    border-radius: 6px;
}

.soa .soa-basket-footer .soa-basket-footer__coupon-close {
	position: absolute;
	right: 11px;
    top: 0;
	
	font-size: 28px;
	text-decoration: none;
	color: #fff;
}

.soa .soa-basket-footer .soa-basket-footer__coupon--danger {
	background-color: #DD2645;
}

.soa .basket-total-block-alert .fa {
	opacity: .6;
}

.soa .soa-basket-footer .soa-basket-footer-block__value {
	padding: 0 15.6px;
	padding-right: 20px;
	font-weight: 600;
	font-size: 21px;
	line-height: 24px;
	text-align: right;
	color: #6E4549;
	top: 0;
	left: 25px;
	width: 100%;
	text-align: center;
}

.soa .soa-basket-footer .soa-basket-footer-block__action {
	display: none;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	text-decoration-line: underline;
	color: #B37736;
	cursor: pointer;
	text-decoration-color: #b377364d;
}

.soa .soa-basket-footer-block--bold .soa-basket-footer-block__name {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #6E4549;
}

.soa .soa-basket-footer-block--bold .soa-basket-footer-block__value {
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 34px;
	text-align: right;
	letter-spacing: 0.02em;
	color: #6E4549;
}

.soa .soa-basket-actions {
	margin-top: 27.16px;
}

.soa .col-soa-basket-footer-block__result .soa-basket-currency-icon {
	margin-left: 5.6px;
}

@media (max-width: 767px) {
	.col__soa-basket-action__promo {
		width: 100%;
		
		padding-right: 18px;
	}
	
	.col__soa-basket-action__promo .soa-input-group input {
		padding: 12px 17.5px 12px;
	    font-size: 13.8px;
	}
	
	.col__btn-header-vishlist {
	    padding-right: 21px;
	}
}

@media (max-width: 767px) {
	.col__soa-basket-action__promo .soa-control {
		font-size: 14.1px;
		margin-top: 6px;
		padding: 13.5px 15.8px 13.5px;
	}
}

@media (min-width: 768px) {
	.soa .soa-basket-actions {
	    margin-top: 37px;
		margin-right: -1px;
	}
	
	.soa .soa-basket-actions--mr-zero {
		margin-right: -16px;
	}
	
	.col__soa-basket-action__promo {
	    /* width: 30%; */
		padding-right: 0;
	    padding-left: 30px;
	}
	
	.col__soa-basket-action__promo .soa-input-group {
        min-width: 307px;
	}
	
	.col__soa-basket-action__promo > .soa-input-group .soa-control {
	    padding: 17px 17.6px 17px;
	}
	
	.col__soa-basket-action__submit {
		
	}
}

@media (max-width: 992px) {
	.soa .col-soa-basket-footer-block__result {
		padding-right: 0;
	}
	
	.soa .col-soa-basket-footer-block__result .soa-basket-footer-block__name {
		font-size: 18px;
	}
	
	.soa .col-soa-basket-footer-block__result .soa-basket-footer-block__value {
		font-size: 21px;
	}
}


@media (max-width: 991px) {
	.soa .col-soa-basket-footer-block__result {
	    margin-left: auto;
	}
}


@media (min-width: 992px) {
	.soa .col-soa-basket-footer-block__discount  {
		padding-left: 78px;
	}
	
	.soa .p-soa-basket-footer-block__value  {
	    padding-left: 10px !important;
	}
	
	/* .soa .col-soa-basket-footer-block__discount .soa-basket-footer-block__value, */
	.soa .col-soa-basket-footer-block__qty .soa-basket-footer-block__name {
	    padding-left: 11px !important;
	}
	
	.soa .col-soa-basket-footer-block__discount .soa-basket-footer-block__value {
        padding-left: 10.6px !important;
	    font-size: 20px;
	}
	
	.soa .col-soa-basket-footer-block__discount .soa-basket-currency-icon {
		font-size: 17px;
		margin-left: 5.6px;
		vertical-align: baseline;
	}
	
	.soa .col-soa-basket-footer-block__result {
		position: absolute;
		
        right: -18.8px;
	    top: -2px;
	}
	
	.soa .col-soa-basket-footer-block__result .soa-basket-footer-block__name {
		padding-right: 9.2px;
	    font-size: 20px;
	}
	
	.soa .soa-basket-footer-block__action {
		display: block;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.soa.soa .col-soa-basket-footer-block__discount {
		margin-right: -50px;
        padding-left: 0 !important;
	}
	
	.soa.soa .col-soa-basket-footer-block__discount .soa-basket-currency-icon {
		vertical-align: initial;
	}
}


/* MOBILE BASKET FOOTER */
.soa .soa-basket-mobile-footer {
    margin-top: 48.3px;
}

.soa .soa-basket-mobile-footer__name {
	margin-left: 0px;
	margin-top: 6px;
	
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #6E4549;
}

.soa .soa-basket-mobile-footer__base-price {
	margin-right: 10.5px;
	
	font-size: 20px;
	line-height: 24px;
	color: #6E4549;
}

.soa .soa-basket-mobile-footer__base-price:after {
	content: '';
    position: absolute;
	left: 13px;
	top: 19px;
	
	width: 61px;
    height: 1px;
    background-color: #6E4549;
}

.soa .soa-basket-mobile-footer__discount-price {
	font-weight: bold;
	font-size: 28px;
	line-height: 34px;
	text-align: right;
	letter-spacing: 0.02em;
	color: #DD2645;
}

.soa .soa-basket-mobile-footer__discount-diff {
	margin-right: 4.8px;
    margin-top: 8.85px;
	
	font-size: 14px;
	line-height: 17px;
	color: #6E4549;
	text-transform: lowercase;
}

.soa .soa-basket .soa-basket-mobile-actions {
	margin-right: -3px;
	margin-top: 24.84px;
}

.soa .soa-basket .soa-basket-mobile-actions > .soa-btn {
    padding: 13px 31.84px 13px;
	margin-left: -1px;
	
    text-indent: 9px;
}

.soa .soa-basket-mobile-actions {
	
}

.soa .soa-basket-mobile-actions__subtext {
	margin-top: 6.6px;
	text-align: center;
	
	text-align: center;
}

.soa .soa-basket-mobile-actions__subtext a {
	font-size: 12px;
	line-height: 143.3%;
	color: #8C6D70;
	text-decoration: none;
}

@media (max-width: 767px) {
	.soa .soa-basket-mobile-footer__discount-price {
		margin-right: 1.6px;
	}
}


/* SOA BASKET -- MOBILE FOOTER BLOCKS */
.soa .soa-basket .soa-basket-mobile-blocks {
	margin-top: 20px;
}

.soa .soa-basket .soa-basket-mobile-blocks > .row > .col-6:last-child .soa-basket-mobile-footer-block__name {
	margin-left: 2.3px;
}

.soa .soa-basket .soa-basket-mobile-blocks > .row > .col-6:last-child .soa-basket-mobile-footer-block__descr {
	margin-top: 0;
    padding-left: 2px;
}

.soa .soa-basket .row .soa-basket-mobile-footer-block__col:first-child {
	padding-right: 5.23px;
}
.soa .soa-basket .row .soa-basket-mobile-footer-block__col:last-child {
	padding-left: 6.23px;
}

.soa .soa-basket-mobile-footer-block {
	padding: 13px 10.5px 8px 15.8px;
	
	background-color: #FBF8EF;
	border-radius: 6px;
}

.soa .soa-basket-mobile-footer-block__name {
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	text-decoration-line: underline;
	color: #6E4549;
}

.soa .soa-basket-mobile-footer-block__descr {
	margin-top: 7.05px;
	
	font-size: 11px;
	line-height: 112%;
	color: #8C6D70;
}

@media (max-width: 575px) {
	.soa .soa-basket-mobile-footer-block__descr {
	    padding-right: 20%;
	    margin-top: 2.05px;
	}
}


/* } BASKET */


/* TABS SWITCH { */
.soa .soa-tabs-block {
    margin-top: 60px;
	
	/* overflow: hidden; */
}


/* TABS SWITCH { */
.soa .soa-tabs-block {
    margin-top: 60px;
	
	/* overflow: hidden; */
}

@media (min-width: 768px) {
	.soa .soa-tabs-block.soa-tabs-block--nomargin {
	    margin-top: -30px;
	}
}


.soa .soa-tabs-switch {
	list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;
}

.soa .soa-tabs-switch li {
	width: 50%;
	
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	text-transform: uppercase;
	color: #B37736;
	padding-bottom: 4.11px;
	border-bottom: 2px solid #caa07266;
	
	cursor: pointer;
}

.soa .soa-tabs {
	margin-top: 27.8px;
}

@media (min-width: 768px) {
	.soa .soa-tabs-block {
		margin-top: 60.31px;
	}
}

@media (max-width: 991px) {
	.soa .soa-tab {
		display: none;
	}
	.soa .soa-tab--active {
		display: block;
	}
}

.soa li.soa-tabs-switch-item {
	padding-right: 6px;
	padding-bottom: 6px;
}

.soa li.soa-tabs-switch-item[data-soa-delivery-tab-target="map"] {
	padding-left: 9.8px;
}

.soa li.soa-tabs-switch-item--active {
	border-bottom-color: #B37736;
	color: #6E4549;
}


.soa .soa-tab.soa-tab-delivery {
	overflow-y: auto;
}

.soa .soa-tab.soa-tab-delivery .soa-select {
	margin-top: 8px;
    padding: 14.3px 16.5px 12.3px;
	appearance: none;
}

.soa .soa-tab.soa-tab-delivery .soa-select:first-child {
	margin-top: 0;
}

.soa .soa-tab-delivery .soa-input-group input {
	padding: 15px 16.5px 13.7px;
    font-size: 14.2px;
}

.soa .soa-select.soa-select--company,
.soa .soa-select.soa-select--metro
{
	display: none;
}


.soa .soa-address-list {
	padding-left: 0;
	
	height: 400px;
    overflow-y: auto;
	list-style: none;
	
    transition: 500ms opacity ease;
}

.soa-address-list::-webkit-scrollbar { width: 3px; height: 3px; }
.soa-address-list::-webkit-scrollbar-button {  background-color: #ffffff; }
.soa-address-list::-webkit-scrollbar-track {  background-color: #999; }
.soa-address-list::-webkit-scrollbar-track-piece { background-color: #ffffff; }
.soa-address-list::-webkit-scrollbar-thumb { height: 50px; background-color: #CAA072; border-radius: 3px; }
.soa-address-list::-webkit-scrollbar-corner { background-color: #999; }
.soa-address-list::-webkit-resizer { background-color: #ffffff; }

.soa .soa-address-list .soa .soa-address-list-item {
	margin-top: 8px;
}

.soa .soa-address-list .soa .soa-address-list-item:first-child {
	margin-top: 0;
}

.soa .soa-address-list-item {
	position: relative;
	
	margin-top: 8px;
	padding: 3.6px 9px 7px;
	/* padding: 4.94px 9px 7px; */
	padding-right: 10.75px;
	margin-right: 22px;
	cursor: pointer;
}

.soa .soa-address-list-item--active {
	background-color: #FBF8EF;
}

.soa .soa-address-list-item__name {
	margin-left: -1px;
	
	font-size: 14px;
	line-height: 120%;
	color: #573032;
}

.soa .soa-address-list-item__props {
    margin-top: 6.6px;
	
	font-size: 12px;
	line-height: 120%;
	color: #CAA072;
}

.soa .soa-address-list-item__props b {
    font-weight: 600;
}

.soa .soa-address-list-item__actions {
	margin-top: 13px;
	display: none;
	justify-content: space-between;
	align-items: center;
}

.soa .soa-address-list-item--active .soa-address-list-item__actions {
	display: flex;
	
	background-color: #FBF8EF;
}

.soa .soa-address-list-item__pick2map {
	font-size: 12px;
	line-height: 120%;
	color: #6E4549;
	text-decoration: none;
}

.soa .soa-address-list-item__ok {
	display: none;	
	right: 6.86px;
	top: 6.55px;
    position: absolute;
}

.soa .soa-address-list-item .soa-address-list-item__ok {
	right: 4.5px;
    top: 4.6px;
	
	width: 18.55px;
    height: 18.55px;
}

.soa .soa-address-list-item .soa-address-list-item__ok:after {
	left: 2.1px;
	top: 5.6px;
	
	width: 13.72px;
}

.soa .soa-address-list-item--active .soa-address-list-item__ok {
	display: block;
}
.soa .soa-address-list-item--checked .soa-address-list-item__ok {
	background-color: #96CF96;
}
.soa .soa-address-list-item--checked .soa-address-list-item__ok:after {
	display: block;
}

.soa .soa-address-list .soa-address-list-item {
	margin-top: 13px;
}

.soa .soa-address-list .soa-address-list-item:first-child {
	margin-top: 2px;
}

@media (max-width: 767px) {
	.soa .soa-address-list-item__pick2map {
	    margin-right: -2px;
		z-index: 100;
	}
}


@media (min-width: 768px) {
	.soa .soa-address-list-item__actions {
		margin-top: 10.1px;
	}
	
	.soa .soa-address-list {
		margin-right: 15px;
	    margin-top: 16px;
		
	    height: 286px;
	}
	
	.soa .soa-address-list-item {
        padding: 10.6px 10px 8.41px 15.6px;
	}
	
	.soa .soa-address-list .soa-address-list-item .soa-address-list-item__props {
		margin-top: 4px;
	}
	
	/* .soa .soa-address-list .soa-address-list-item:first-child .soa-address-list-item__props {
		margin-top: 0;
	} */
	
	.soa .soa-address-list-item__name {
		padding-right: 0;
		margin-left: 0;
		
		font-size: 12px;
		line-height: 120%;
		color: #573032;
	}
	
	.soa .soa-address-list .soa-address-list-item {
		width: 96.9%;
		margin-top: 3px;
	}
	
	.soa .soa-address-list .soa-address-list-item:first-child {
		margin-top: 1px;
	}
}

@media (min-width: 992px) {
	.soa .soa-tab-delivery {
	    margin-top: -7.5px;
	}
	
	.soa .soa-address-list .soa-address-list-item {
		width: 96.9%;
	}
}
/* } TABS SWITCH */





/* MAP { */
.soa .soa-map {
	position: relative;
	height: 404px;
	z-index: 1;
	
	overflow: hidden;
}

.soa .soa-map__map {
	z-index: -5;
	
	width: auto;
	height: 100%;
}

.soa .soa-map .soa-map-locate {
	width: 48px;
	height: 48px;
	position: relative;
	
	border: 1px solid #D5B38E;
	border-radius: 6px;
	background-color: #FFFFFF;
	cursor: pointer;
}

.soa .soa-map .soa-map-locate:after {
	content: '';
	position: absolute;
	right: 13.2px;
	top: 9.46px;
	
	width: 22.98px;
	height: 28.1px;
	background-image: url(images/soa-map-locate.svg);
}

.soa.soa .soa-map__locate-btn {
	position: absolute;
	bottom: 19.52px;
	left: 19.65px;
}

@media (max-width: 767px) {
	.soa .soa-map {
		overflow: hidden;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}
}


@media (min-width: 992px) {
	.soa .soa-map {
		width: 100%;
	}
	
	.soa .soa-map__map {
		width: 98%;
	}
}

@media (min-width: 1200px) {
	.soa .soa-map {
		width: 82.5%;
	    margin-top: -14px;
	    margin-right: 14px;
	    border-radius: 9px;
	}
	
}

/* } MAP */





/* TOTALS { */
.soa .soa-totals {
	margin-top: 36px;
}

@media (min-width: 768px) {
	.soa .soa-totals {
		margin-top: 52.38px;
	}
	
	.soa .soa-totals > .row [class^="col-"] {
	    padding-right: 12.8px;
	}
}


/* } TOTALS */




/* SOA SUCCESS { */
.soa .soa-success {
	
}

.soa .soa-success__descr-blocks {
	margin-left: 20%;
	margin-right: 15%;
	padding-top: 27.78px;
	
	border-top: 1px solid #CAA07270;
}

.soa .soa-success__descr {
	font-size: 12px;
	line-height: 140%;
	color: #6E4549;
}

.soa .soa-success__descr p {
	font-size: 10px;
	line-height: 140%;
	color: #6E4549;
}

.soa .soa-success__descr a {
	
}

.soa .soa-success__descr-blocks > div:nth-child(3) {
	margin-top: 20.28px;
}

.soa .soa-success__descr-blocks > div:nth-child(4) {
	margin-top: 10.5px;
}

@media (max-width: 767px) {
	.soa .soa-success__descr-blocks {
		margin-left: 0;
		margin-right: 0;
	}
	
	.soa .soa-success__descr {
		font-size: 10px;
	}
	
	.soa .soa-success__descr p {
		font-size: 8px;
		line-height: 160%;
	}
}

@media (min-width: 768px) {
	.soa .soa-success__descr-blocks {
		
		padding-top: 28.78px;
	}
	
	.soa .soa-success__descr-blocks > div:nth-child(1) {
		
	}
	
	.soa .soa-success__descr-blocks > div:nth-child(2) {
		margin-top: 11px;
	}
	
	.soa .soa-success__descr-blocks > div:nth-child(3) {
		margin-top: 35.44px;
	}
	
	.soa .soa-success__descr-blocks > div:nth-child(4) {
		
	}
}

/* } SOA SUCCESS */




/* SOA MOBILE NAVIGATION { */
.soa-nav-mobile {
	display: block;
	position: fixed;
	right: 0;
	/* bottom: 56px; */
	bottom: 0;
	z-index: 1000;
	
	width: 100%;
	height: 69px;
	background-color: #fff;
	padding: 9px 10px 10px;
}

.soa .soa-nav-mobile .soa-btn--back {
    color: transparent;
	height: 52px !important;
	width: 48px;
	margin-right: 5px;
}

.soa .soa-nav-mobile .soa-btn--back:after {
	top: 18px;
	left: 13px;
}

.soa .soa-nav-mobile .soa-btn--success {
	display: inline-block;
	padding-right: 68px;
    text-indent: -8px;
	
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	color: #FBF8EF;
	text-decoration: none;
}

.soa .soa-nav-mobile .soa-btn-container {
	width: calc( (100vw - 320px)/(786 - 320) * (88 - 83) + 83%);
    float: right;
}

.soa .soa-nav-mobile .soa-btn-container:after {
	content: '';
	display: block;
	position: absolute;
	background-image: url(images/soa-input-arrow-right.svg);
	bottom: 24px;
	z-index: 10;
	right: 20%;
	
	height: 18px;
	width: 22px;
}

.soa .soa-nav-mobile .soa-btn-container .soa-btn--submit {
	padding-left: 10px;
    padding-right: 10px;
}

.soa .soa-nav-mobile .soa-btn-container--noicons:after {
	display: none;
}

@media (min-width: 768px) {
	.soa .soa-nav-mobile {
		display: none;
	}
}
/* } SOA MOBILE NAVIGATION */


/*  LOCATION INPUT FIXES  */
@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

 .soa [data-delivery-inputs] .bx-ui-combobox-fake {
	opacity: 0;
	transition: .5px;
}

 .soa [data-delivery-inputs] .dropdown-block--input-group-fix .bx-ui-combobox-fake {
	animation: fadeInFromNone 0.35s ease-out;
	opacity: 1;
    font-size: 16px;
}

.soa .soa-section-delivery .soa-input-label[for="soa-property-1"] {
	margin-left: 7.1px;
}

.soa #altProperty,
.dropdown-block.dropdown-block--input-group-fix {
	border: 1px solid #CAA072;
	border-radius: 6px;
	background-color: #fff;
	font-size: 16px;
	padding: 0px 24px 3px 12px;
}

.soa #altProperty {
    padding: 23.5px 17.5px 23px;
}

[data-property-code-row="DADATA_CITY"] .soa-input-label[for="altProperty"] {
    margin-left: 11.7px;
}

@media (max-width: 767px) {
	[data-property-code-row="DADATA_CITY"] .soa-input-label[for="altProperty"] {
		margin-left: 6.7px;
	}
}


.soa .bx-ui-combobox-fake {
    margin: 3px 5px 7px;
	color: #573032;
}

.soa .bx-slst .bx-ui-combobox-dropdown {
	top: 48px;
}

.soa .bx-soa-reference,
.soa .bx-authform-starrequired,
.soa .bx-ui-combobox-toggle,
.soa .dropdown-icon,
.soa .dropdown-fade2white
{
	display: none;
}

.bx-slst .dropdown-block {
	padding: 0px 24px 3px 12px;
}

/* YMAPS STYLES */
#pickUpMap [class$=controls__toolbar_left] > * > *,
#pickUpMap [class$="controls__toolbar_right"] > *:first-child,
#pickUpMap [class$="controls__toolbar_right"] > *:nth-child(2)
{
	display: none !important;
}

#pickUpMap [class$=controls-pane] [class$=controls__control] {
	margin-left: 10.5px !important;
}

#pickUpMap [class*="-balloon "] {	
	background: #FFFFFF;
	border: 1px solid #CAA072;
	border-radius: 6px;
}

@media (max-width: 767px) {
	#pickUpMap [class*="-balloon "] {
		left: 19px;
		bottom: 203.5px;
	}
}

@media (min-width: 768px) {
	#pickUpMap [class*="-balloon "] {
		left: -87px !important;
	}
}


ymaps h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 13px;
	color: #6E4549;
	padding-left: 6.5px;
}

@media (max-width: 767px) {
	ymaps h3 {
	    padding-left: 8.5px;
	}
}

ymaps [class$="-panel-pane"] {
	width: 93.5% !important;
}

ymaps .description {
	font-style: normal;
	font-weight: normal;
	font-size: 14.1154px;
	line-height: 120%;
	color: #573032;
	padding-left: 10px;
    white-space: break-spaces;
    width: 75%;
    margin-top: 22px;
}

ymaps .price {
    font-style: normal;
    font-weight: normal;
    font-size: 14.1154px;
    line-height: 120%;
    color: #CAA072;
    margin-left: 10px;
    margin-top: 13px;
}

ymaps .btn-default {
	background-color: #B37736;
	border-radius: 6px;
	font-style: normal;
	padding: 6.1px 24px;
	font-size: 14px;
	line-height: 15px;
	text-align: center;
	color: #FBF8EF !important;
	position: absolute;
	
	bottom: 17px;
	margin-left: 9px;
}

ymaps [class$="balloon__close-button"] {
	background-color: #FBF8EF;
    opacity: 1;
    border-radius: 50%;
    width: 25.66px;
    height: 25.66px;
    color: #6E4549;
}

ymaps[class$=balloon__content] {
	width: 279.97px;
	height: 157.4px;
}

ymaps[class$=balloon__content] > ymaps {
	height: 100%;
}

ymaps[class$=balloon__close] {
	position: absolute;
	right: 14.2px;
	top: 8px;
}

ymaps[class$=balloon__tail] {
	left: 73px;
    width: 18px;
    height: 19px;
}

ymaps[class$=balloon__tail] {
	left: 73px;
    width: 18px;
    height: 19px;
}

ymaps[class*=copyright],
ymaps[class*=controls__bottom],
ymaps[class*=controls__control_toolbar]
{
    display: none;
}

.twosides.twosides {
	display: none;
}

[data-property-code-row="DADATA_STRUCTURE"] {
	display: none;
}

@media (max-width: 767px) {
	[data-property-id-row="13"] {
		margin-top: 14px;
	}

	body.page-personal-order-make {
	    padding-top: 39px;
	}
	
	.soa .soa-section-personal .soa-input-group input[autocomplete="tel"] {
		padding: 14.25px 17.5px 13.5px;
	    font-size: 16px;
	}
	
	#bx-soa-delivery .soa-section__name {
	    margin-top: -2px;
	}
	
	ymaps[class$=balloon__content] {
		height: 168px;
	}
	
	ymaps .description {
		width: 100%;
	}
	
	ymaps .price {
		margin-top: 11px;
	}
}

.sale_order_full_table {
	margin-top: 25px;
}

#soa_map_address_input::placeholder {
	font-size: 14.5px;
}

#soa_map_address_input {
	padding-right: 56px;
}

/* Chrome, Safari, Edge, Opera */
.soa input::-webkit-outer-spin-button,
.soa input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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




/*  FIXES  */
.twosides.twosides {
	display: none;
}

@media (max-width: 767px) {
	.page-personal-cart {
	    padding-top: 24px;
	}
	
	body > .container {
		padding-left: 11px;
		padding-right: 12.2px;
	}
	
	.soa .soa-basket-item__qty-block .soa-btn-qty:first-child {
		font-size: 11px;
	}
	
	.soa .soa-basket-item__qty-block .soa-btn-qty:last-child {
		font-size: 17px;
	}
}


/* EXTRA ACTIONS */
.basket-items-list-item-notification-removed {
	display: none;	
}

.soa .soa-input-cb--oneclick .col__soa-input-cb__name {
    padding-left: 26px;
}

.soa .soa-input-cb--oneclick .row {
	margin-top: 7px;
}

.soa .soa-basket-extra {
	margin: 15px 0 45px;
}

.soa .soa-basket-extra .form-row--total {
	margin-bottom: 6px;
}

.soa .soa-basket-extra .onclick-product-img {
	max-height: 110px;
}

.soa .soa-basket-extra .popup-body .h1 {
	font-weight: 600;
}

@media (max-width: 767px) {
	.soa .soa-basket-extra .col__soa-input-cb--auth .soa-input-cb__name {
		text-align: left;
		font-size: 19px;
		margin-top: 17px;
		line-height: 24px;
		margin-left: 27px;
		padding-right: 20px;
	}
	
	.soa .soa-basket-extra .col__soa-input-cb--oneclick .soa-input-cb__name {
		text-align: left;
		/* margin-left: -22px; */
		margin-top: 24.5px;
		font-size: 19px;
	}
	
	.soa .soa-basket-extra .form-row:not([data-product-id]) > .col-4 {
		display: none;
	}
	
	.soa .soa-basket-extra .form-row:not([data-product-id]) .oneclick-discount-value {
		text-align: right !important;
		padding-right: 0;
	}
	
	.soa .soa-basket-extra .form-row:not([data-product-id]) .onclick-allsum-title {
		font-size: 16px;
	}
	
	.soa .soa-basket-extra .onclick-product-img {
		max-height: 70px;
	}
}

@media (min-width: 768px) {
	.soa .soa-basket-extra .form-row {
		/* padding-left: 20px; */
	}
	
	.soa .soa-basket-extra .onclick-allsum-title {
	}
}

@media (min-width: 992px) {
	.soa .soa-input-cb--oneclick .col__soa-input-cb__name {
	    padding-left: 32px;
	}
}


.soa .soa-basket-extra .input-group {
    width: 100%;
}

.soa .soa-basket-extra .form-control {
	border: 1px solid #CAA072;
	box-sizing: border-box;
	border-radius: 6px;
	font-size: 16px;
	line-height: 120%;
	color: #573032;
    padding: 23.5px 17.5px 23px;
	background-color: #fff;
}

.soa .soa-basket-extra .form-control::placeholder {
    font-size: 17px;
    line-height: 120%;
    color: #573032;
}

body.iframe-soa-body,
body.iframe-soa-body .container__soa
{
	max-width: 100% !important
}

.soa-iframe {
    height: 690px;
	width: 100%;
}



.soa .soa-basket-extra [name="regform"]  .form-control {
    padding: 13.5px 17.5px 13px;
}

.soa .bx-authform .form-bottom,
.soa .popup-bottom,
.soa .popup-footer,
{
	padding: 0;
	background-color: transparent;
}

.soa .popup-footer {
	
}

.soa .bx-authform .form-bottom,
.soa .bx-authform .popup-bottom {
	margin-left: -11px;
    margin-right: -12px;
}

.soa .bx-authform .form-bottom {
	margin-top: 0px;
	padding-left: 11px;
	padding-right: 12px;
	padding-top: 0px;
	background-color: transparent;
}

.soa .bx-authform .bxe-light {
	visibility: hidden;
}

.soa .bx-authform .popup-bottom {
	padding-left: 11px;
    padding-bottom: 40px;
}

.soa .oneclick-input-coupon {
	margin-bottom: 6px;
}

.soa .input-group-label {
	
}

.soa .popup-body {
    padding: 0;
}

@media (max-width: 767px) {
	.soa .popup-footer {
		margin-left: -11px;
		margin-right: -12px;
		padding-bottom: 40px;
	}
}

.soa .bx-authform .form-top {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.soa .popup-header {
	display: none;
	
	border-radius: 6px;
	margin-bottom: 0;
	position: relative;
    background-color: #FBF8EF;
    height: 52px;
    padding: 15.25px 19.8px;
}

.soa .popup-title {
	line-height: 143.3%;
	font-weight: bold;
	font-size: 16px;
	color: #573032;
	width: fit-content;
	text-align: left;
}

.soa .bx-authform .form-bottom:before,
.soa .popup-footer:before,
.soa .popup-header:after
{
	background-image: none;
}

.soa .bx-authform .btn-primary
{
	background-image: none;
}

.soa .soa-basket-extra .bx-title {
	margin-bottom: 2px;
    font-weight: bold;
    font-size: 14px;
    line-height: 143.3%;
    margin-left: 7.1px;
    color: #B37736;
}

.soa .bx-authform .form-bottom > .text-center {
	display: none;
}

.soa .soa-basket-extra .soa-input-cb input[type="radio"]:checked ~ .soa-input-cb__ok:after {
	left: 4px;
    top: 6.5px;
}

@media (max-width: 767px) {
	.soa #oneclick-userform [class*="col-"] {
		padding-left: 6px;
	    padding-right: 7px;
	}
	
	.soa .soa-basket-extra .soa-btn.soa-btn--success {
		width: 100%;
	}
	
	.soa .popup-footer {
		margin-top: 8px;
	}

    .soa .soa-basket-remove-mobile-btn {
        top: 17px;
    }
}

@media (max-width: 512px) {
	.soa .soa-basket-extra .col__soa-input-cb--auth .soa-input-cb {
		height: 164px;
	}
}

@media (min-width: 768px) {
	.soa .popup-footer {
		border-radius: 6px;
	}
	
	.soa .soa-basket-extra .soa-input-cb input[type="radio"]:checked ~ .soa-input-cb__ok:after {
		left: 3.1px;
	    top: 6.5px;
	}
}

.soa .soa-basket-extra .col__soa-input-cb--auth .col__soa-input-cb__name {
	padding-left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
	.soa .soa-input-cb.soa-input-cb--auth {
		padding-top: 16px;
	}
}

.soa .oneclick-table > .form-row,
.soa .oneclick-table > hr
{
	display: none;
}

.soa .input-group-append > .btn-primary {
	padding: 12.25px 17.26px;
}

.soa .form-row .input-group .form-control {
	width: 90%;
    display: inline-block;
    z-index: 5;
}

.soa .form-row .input-group .input-group-append {
	display: flex;
	justify-content: flex-end;
	z-index: 6;
	position: relative;
}

#soa_map_address_input_enter {
	display: none;
}

@media (max-width: 400px) {
	.hidden-xs-400 {
		display: none;
	}
}

ymaps[class$="-balloon__content"] > ymaps {
	width: auto !important;
	height: auto !important;
}
