

/* Start:/local/templates/eme/components/bitrix/sale.order.ajax/template1/style.css?174478970476122*/
.left-column{
    display: none !important;
}
.workarea{
    width: 100%;
}
.bx-soa { padding-bottom:20px;     max-width: 60%;}
.bx-soa-section {
    display: none;
    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;


}
.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(/local/templates/eme/components/bitrix/sale.order.ajax/template1/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{
	counter-reset: heading;
	margin:0;
}
.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(/local/templates/eme/components/bitrix/sale.order.ajax/template1/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(/local/templates/eme/components/bitrix/sale.order.ajax/template1/images/sprite.png) no-repeat center -18px;}*/


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

.bx-soa-section-title-container {
    overflow: hidden;
    background: #f2f5f7;
    padding: 7px 0;
    font-size: 14px;
	display:none!important;
}
.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: middle;
    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;
}
.bx-soa-item-tr:last-child .bx-soa-item-td{
	border-bottom: 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;

    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{ }
.bx-soa-item-properties.bx-text-right .bx-soa-item-td-title,
.bx-soa-item-properties.bx-text-right .bx-soa-item-td-text{ }
.bx-soa-item-td-text input[type="number"] {
    height: 25px;
    line-height: 20px;
}
.bx-soa-item-td-text .bx-price {
	white-space: nowrap;
	letter-spacing: -.33px;
    font: 400 20px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: 180ms text-shadow ease, 180ms color ease;
}
.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){
    .ico-pickup-def{display:none;!important}
	.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 */
.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(/local/templates/eme/components/bitrix/sale.order.ajax/template1/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 .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 {}
.bx-soa-cart-d {    flex-basis: calc(20% - 15px);    padding: 12px 10px;}
.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-button-container{
    padding-top: 20px;
    text-align: center;
}
.bx-soa-cart-total-button-container>.btn{
    width: 100%;
}
.bx-soa-more {
    padding-top: 10px;
    margin-top: 10px;
	clear:both;
}
.bx-soa-price-not-calc{
    border-bottom:1px dashed;
    color:#F55450;
    text-decoration:none;
    cursor: pointer;
}
.bx-soa-price-not-calc:active,
.bx-soa-price-not-calc:hover{
    border-color:transparent;
    color:#A94442;
}

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

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

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

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

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

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


/*bx-soa-reference*/
.bx-soa-reference {
    color: #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;
	cursor:pointer;
}
.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;
}

.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 {

    z-index: 100;
    position: relative;
}
.bx-soa-pp .bx-soa-pp-company {

    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 {

}
.bx-soa-pp-company-logo {padding-top: 6px;}
.bx-soa-pp-company-graf-container {

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

}
.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: left;
    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 {

}
.bx-soa-pp-company-selected{padding:4px 0;}
.bx-soa-pp-company-selected strong{margin-left:10px;}
ul.bx-soa-pp-list {
    margin: 0px 0 10px;
    padding: 0;
    list-style: none;
    font-size: 13px;
    color: #000;
}
ul.bx-soa-pp-list li {
    clear: both;
}
.bx-soa-pp-list-termin {
    color: #8d8d8d;
    display: block;
}
.bx-soa-pp-list-description {display: block;}
.bx-soa-pp-delivery-cost {
   font-size: 17px;
    color: #0f8ec5;
    padding: 10px 4px 20px 23px;
    font-weight: bolder;
}
.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;     border-radius: 5px!important;}
.bx-sls .form-control.dropdown-block,
.bx-slst .form-control.dropdown-block{
    background-color: #ffffff;
    box-shadow: none;
    border: 1px solid #c4cad0;
    border-radius: 5px!important;
    outline: 0!important;
}
.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 {
    opacity: 0;
    -webkit-animation: animationBorderStepOpacity ease 1s;
    -moz-animation: animationBorderStepOpacity ease 1s;
    -o-animation: animationBorderStepOpacity ease 1s;
    animation: animationBorderStepOpacity ease 1s;
    -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 animationBorderStepOpacity{ 0%{opacity:0} 100%{opacity:100} }
@-moz-keyframes animationBorderStepOpacity{ 0%{opacity:0} 100%{opacity:100} }
@-ms-keyframes animationBorderStepOpacity{ 0%{opacity:0} 100%{opacity:100} }
@-o-keyframes animationBorderStepOpacity{ 0%{opacity:0} 100%{opacity:100} }
@keyframes animationBorderStepOpacity{ 0%{opacity:0} 100%{opacity:100} }

/* 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(/local/templates/eme/components/bitrix/sale.order.ajax/template1/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: unset;}
.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(/local/templates/eme/components/bitrix/sale.order.ajax/template1/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(/local/templates/eme/components/bitrix/sale.order.ajax/template1/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+);
}
.bx-payment-txt{
	padding:24px;
}

.ordernavbar {
    width: 100%;
}
.navtable {
    display: flex;
    width: 100%;
	overflow: hidden;
	justify-content:flex-start;
	align-items: center;
}

.navtd {
    width: auto;
    padding: 1px 0;
	text-align:center;
	overflow: hidden;
}

.navtd div{
	display:inline-block;
	color: #bdbdbd;
}
.arrtd:before {
    content: "→";
	color: #bdbdbd;
	padding:0 10px;
}

.navtd {
    display: flex;
    align-items: center;
}

.navtd .navtxt {
    font-size: 20px;
}


.navtable {
    padding: 0 0 23px 0;
}

.arrtd {
    /* padding: 0 20px; */
    font-size: 20px;
}

.usertd span.ico {
    width: 19px;
    min-width: 19px;
    height: 18px;
    background-image: url('/local/templates/eme/img/soa.png');
    background-position: -42px 0;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 10px 0px 0;
}
.usertd.active span.ico {
    background-position: -42px -18px;
}
.locationtd span.ico {
    width: 19px;
    min-width: 19px;
    height: 21px;
    background-image: url(/local/templates/eme/img/soa.png);
    background-position: -23px 0;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 10px 0px 0;
}

.deliverytd span.ico {
    width: 24px;
    min-width: 24px;
    height: 16px;
    background-image: url(/local/templates/eme/img/soa.png);
    background-position: 0px 0;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 10px 0px 0;
}

.paymenttd span.ico {
    width: 21px;
    min-width: 21px;
    height: 17px;
    background-image: url(/local/templates/eme/img/soa.png);
    background-position: -61px 0;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 10px 0px 0;
}

.confirmtd span.ico {
    width: 21px;
    min-width: 21px;
    height: 20px;
    background-image: url(/local/templates/eme/img/soa.png);
    background-position: -81px 0;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 10px 0px 0;
}

.locationtd.active span.ico {
    background-position: -23px -21px;
}

.deliverytd.active span.ico {
    background-position: 0px -16px;
}

.paymenttd.active span.ico {
    background-position: -61px -16px;
}

.confirmtd.active span.ico {
    background-position: -81px -20px;
}

.navtd.active .navtxt {
    color: #0f8ec5;
}
/**/



@media (min-width:768px){

}

@media (min-width:330px) and (max-width:1260px){

}
@media (max-width:1260px){

}

@media (min-width:1280px){

}

#bx-soa-delivery .bx-soa-customer{
	padding-right:0px;
}
.bx-soa-customer{
	padding:15px;
}
/*---*/
.conf-table {
    display: table;

    border-collapse: collapse;
    margin: 15px 0 0 0;
}
#pickUpMap{
	height:350px;
}
.ico-pickup-def{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cpolygon style='fill:%234398D1;' points='256,0 0,141.241 0,512 44.138,512 44.138,194.207 467.862,194.207 467.862,512 512,512 512,150.069 '/%3E%3Cg%3E%3Cpath style='fill:%233E8CC7;' d='M467.862,512H512V225.457c-14.539,10.24-29.246,20.039-44.138,29.396V512z'/%3E%3Cpath style='fill:%233E8CC7;' d='M0,512h44.138v-82.008C28.954,433.699,14.239,437.054,0,440.055V512z'/%3E%3C/g%3E%3Crect x='44.138' y='194.207' style='fill:%23E5E5E5;' width='423.724' height='70.621'/%3E%3Crect x='44.138' y='220.69' style='fill:%23CFCFCF;' width='423.724' height='17.655'/%3E%3Crect x='211.862' y='123.586' style='fill:%23E5E5E5;' width='88.276' height='35.31'/%3E%3Crect x='326.621' y='300.138' style='fill:%23FDB62F;' width='105.931' height='105.931'/%3E%3Crect x='361.931' y='300.138' style='fill:%23FD7B2F;' width='35.31' height='35.31'/%3E%3Cpath style='fill:%23FFA230;' d='M326.621,406.069h105.931v-71.415c-30.455,25.556-66.904,42.964-105.931,50.582V406.069z'/%3E%3Crect x='326.621' y='406.069' style='fill:%23FDB62F;' width='105.931' height='105.931'/%3E%3Crect x='361.931' y='406.069' style='fill:%23FD7B2F;' width='35.31' height='35.31'/%3E%3Cpath style='fill:%23FFA230;' d='M326.621,512h105.931v-71.415c-30.455,25.556-66.904,42.964-105.931,50.582V512z'/%3E%3Crect x='220.69' y='406.069' style='fill:%23FDB62F;' width='105.931' height='105.931'/%3E%3Crect x='256' y='406.069' style='fill:%23FD7B2F;' width='35.31' height='35.31'/%3E%3Cpath style='fill:%23FFA230;' d='M220.69,512h105.931v-71.415c-30.455,25.556-66.904,42.964-105.931,50.582V512z'/%3E%3Crect x='211.862' y='158.897' style='fill:%233E8CC7;' width='88.276' height='17.655'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
    width: 100px;
	height: 113px;
	display: block;
	position: absolute;
	padding: 0px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 60px 60px;
	margin: 7px 0 0 -100px;
}
.conf-row-prev, .conf-row {
    display: table-row;
}

.conf-td {
    display: table-cell;

    padding: 5px 13px;

	vertical-align:top;
}

.conf-row-prev .conf-td {
    /* width: 33%; */
}

.conf-td.hd-1 {
    /* width: initial; */
	line-height: 1.3;
}
.order-conftxt1{
	float:left;
	display:block;
	margin: 19px 0px;
}
.logosys{
	width:100px;
	height:64px;
	display:block;
	background-repeat:no-repeat;
	background-position:center center;
}
.cart-items .equipment .thead .cart-item-summa{padding: 6px 15px;}
.sale_order_full_table td{
	text-align:center;
}
.delivimg{
	background-repeat:no-repeat; width:100px; height:64px; display:block;max-width: 100px; background-position:center center;
    background-image: url('/local/templates/eme/components/bitrix/sale.order.ajax/template1/images/trucking.png');
}
.order-confimg{
    float:left;
	background-repeat:no-repeat; width:100px; height:100px; display:block;max-width: 100px; background-position:center center;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDQ4Ni4xNjUgNDg2LjE2NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDg2LjE2NSA0ODYuMTY1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQwNS42NzIsODcuMDQ5bDAuMDQ2LTAuOTYyYzAuMTgzLTMuOTk0LTEuMTI3LTcuODY2LTMuNTA5LTEwLjM2OWMtMi4wOTctMi4xOTMtNC44OS0zLjMwNi04LjMwMy0zLjMwNmgtNTcuMzQ2ICAgIGwtMC4wMy0yLjU3NWMtMC4wMzUtMy40NTMtMC4wNjEtNi45MDYtMC4wNjUtMTAuMzY5YzAtMS4xNjMtMC4xNTItMi4zMDgtMC40NzgtMy42MDNsLTAuMTAyLTAuMzc4bDAuMDI1LTAuMzkxICAgIGMwLjE5OC0zLjk5OS0xLjEwMi03Ljg4My0zLjQ5NC0xMC4zOTVjLTIuMDkyLTIuMjA0LTQuODktMy4zMi04LjMxMi0zLjMyYy0xMC44MzYsMC0yMS42NzMtMC4wNDktMzIuNTA0LTAuMDk0bC0yLjU0NC0wLjAxICAgIGwtMC4wNDYtMi41NDRjLTAuMjA4LTExLjIyNS0wLjkzNS0yMC42MTctMi4yOC0yOS41NTdjLTAuODYzLTUuNjg3LTYuODY1LTkuMDg5LTEyLjE4Mi05LjA4OWwtMC43MzEsMC4wMDVsLTAuNjI1LTAuMDY2ICAgIEwyMjIuNTI1LDBjLTMuNzYsMC02Ljg1OCwxLjQwOS04Ljk3NSw0LjA4Yy0yLjU0MiwzLjIyNS0zLjQ3NCw3Ljk5My0yLjQxNywxMi40NDlsMC4xODMsMC43NjlsLTAuMjgyLDAuNzQ0ICAgIGMtMC41NzEsMS41MzQtMC44NjgsMy4wNzItMC44NjgsNC41N3YxNy41MTRsLTIuNjg0LTAuMDgzYy0xMS4wMjQtMC4zMzctMjIuMDQ2LTAuNzIxLTMzLjA3LTEuMjU3bC0wLjU0MS0wLjAxICAgIGMtMS4wNDYsMC0yLjA4NCwwLjE0NS0zLjI2NSwwLjQ1N2wtMC4zNDMsMC4wOTRsLTAuMzU1LTAuMDA1aC0wLjAwNWMtNi4xNjIsMC0xMi42MTksMy44ODItMTIuNzAzLDEyLjQxMSAgICBjLTAuMDQ2LDQuMzgtMC4yMTgsOC43NDItMC40ODIsMTMuMDg4bC0wLjE0NywyLjQzOGwtMi40NDIsMC4wMDVjLTE4Ljk0MywwLjA1NC0zOS4yMDcsMC40MDEtNTkuMDc3LDIuNTQ5ICAgIGMtMC42NiwwLjA3NC0xLjI1NywwLjIzOS0xLjg1NiwwLjM5NmwtMC44NDgsMC4xM2MtNi4yMTMsMC0xMi40MiwzLjgzMS0xMi40MiwxMi40djQ5LjE0YzAsMi43NiwwLjY5LDUuMTk0LDIuMDQ5LDcuMjIzICAgIGwwLjQ0MiwwLjY1NXYwLjc5Yy0wLjAxNiwxMTAuMzg4LTAuNDAxLDIxMC4wNzMtNC45ODcsMzEyLjEyYy0wLjA1OCwxLjIzOSwwLjA3MSwyLjQ3MywwLjM5OSwzLjg4bDAuMTE5LDAuNTIybC0wLjA5NywwLjUzMyAgICBjLTAuNjE0LDMuNDA3LTAuMDY4LDYuNTIxLDEuNTQ5LDguNzcxYzEuNDU1LDIuMDQxLDMuNzQzLDMuMyw2Ljc5MiwzLjc1N2M5OS44OTksMTQuODEyLDE5OC40NTcsMTYuMDI2LDMwNy43MSwxNi4wMzYgICAgYzcuOTAxLDAsMTAuNDg2LTYuMDEyLDExLjIyOC04LjU5N2wwLjE2Ny0wLjU3M2wwLjQwNi0wLjQ0N2MyLjAyMS0yLjIyOSwzLjA0Ny01LjA3OCwzLjA0Ny04LjQ3Vjk1LjY3NyAgICBjMC0zLjA5NS0wLjgzOC01Ljc0MS0yLjQ5OC03Ljg2OEw0MDUuNjcyLDg3LjA0OXogTTIzNC44OSwyNS44MzJoMjkuMDg3bDAuMTE2LDIuNDdjMC4xNzMsMy4zNjksMC4yNyw2LjczOSwwLjI5LDEwLjExMyAgICBsMC4wMjEsMi42NDNsLTkuMDg1LTAuMDk0Yy01Ljk2Mi0wLjA1OC0xMS45Mi0wLjExNC0xNy44NzUtMC4yMThsLTIuNTU0LTAuMDQ5VjI1LjgzMnogTTE3Ny44OTUsMTIwLjEgICAgYzAuOTI3LTcuMDA4LDEuODExLTIzLjk3NiwyLjUxMS0zNy42MWMwLjMyMy02LjI3NiwwLjYwOS0xMS43NTgsMC44MzgtMTUuMDc0bDAuMTc4LTIuNTI2bDIuNTI2LDAuMTA5ICAgIGM0My4xMjcsMS44NTEsODUuNjk2LDIuMTUzLDEyNS4yNzQsMi4xOTRoMi41NjlsMC4wMjUsMi41NjljMC4yOTksMjcuNzg3LDAuODM3LDQ3LjE3NywxLjU0OCw1NC41OThsMC4yNzksMi45NjNsLTIuOTc2LTAuMTIgICAgYy0yMi42MzgtMC45MjctNDUuNjc2LTEuNTcxLTY3Ljk1My0yLjE4OGMtMjAuNzgyLTAuNTg0LTQxLjU2MS0xLjE2NS02Mi4zNC0xLjk3M2wtMi44NDktMC4xMDlMMTc3Ljg5NSwxMjAuMXogTTM4NC4wNDUsNDYwLjMxOCAgICBoLTIuNmMtOTguMDc2LTAuMDY1LTE4Ni41OTgtMS4xMjItMjc2LjcyMi0xMy41MDJsLTIuMzQxLTAuMzJsMC4wOTktMi4zNjZjNC4yOTYtMTAwLjU4NCw0LjY1NC0yMDAuOTIzLDQuNjU5LTMxMi4yNTIgICAgYzAtMi43Ni0wLjY5LTUuMi0yLjA1OS03LjIzOWwtMC40MzctMC42NTVWOTQuNzRsMi40MDctMC4xNzhjMTYuMDQ2LTEuMTg0LDMxLjg5LTEuMzk2LDQzLjg5Ni0xLjQ1NWwyLjk2LTAuMDFsLTAuMzcxLDIuOTQ4ICAgIGMtMC4xMTQsMC45MTctMC4yNTksNy43NzQtMC4zNjgsMTMuMjg3Yy0wLjE4OCw5LjAzNi0wLjI5MiwxMy40MTYtMC40NDIsMTQuNDkzYy0wLjMyOCwyLjM5Ni0wLjIzOSw0Ljc2MywwLjI2OSw3LjAxMyAgICBsMC4xMDksMC41MTVsLTAuMDk0LDAuNTIxYy0wLjc4LDQuMjg5LDAuMjkyLDguOTAyLDIuNzkyLDEyLjA0MmMyLjEzMywyLjY4NCw1LjIwNSw0LjE5Miw4Ljg4MSw0LjM1NyAgICBjMjYuMTM5LDEuMTk2LDUyLjc0OCwxLjkwNCw3OC40NzMsMi41ODRjMjUuNzUzLDAuNjgxLDUyLjM4MiwxLjM4OSw3OC41NjksMi41OWwwLjY4MSwwLjAxNmMzLjcxNywwLDYuMTM5LTEuNDE1LDcuNzU0LTMuMTgyICAgIGMyLjIyOS0wLjkyMiw0LjE1OC0yLjU2LDUuMjk2LTQuNzU4YzAuMTA2LTAuMjE5LDAuMjAzLTAuNDQyLDAuMzA1LTAuNjcxYzAuMjE5LTAuNTI1LDAuNDMyLTEuMDU2LDAuNTU0LTEuNjI3ICAgIGMwLjIzOC0xLjA1NywwLjM1NS0yLjEyMywwLjUyOC0zLjE4NGMxLjYxOS0yLjE1MywyLjQ0Mi00LjU4MSwyLjEzOC02Ljk0N2MtMC4yNDQtMS45MjUtMC40MzItOS4wNDEtMC42NjUtMTguODk1ICAgIGMtMC4xNDctNi4wMjItMC4yOS0xMS43MDUtMC40MDYtMTMuMTMxbC0wLjI0NC0yLjgyNGg0Ni4zNzdWNDYwLjMxOHoiIGZpbGw9IiMxODg5YmEiLz4KCQk8cGF0aCBkPSJNMzI4LjcxLDE5NS44NjhjLTEuMTYyLDAuNTUxLTIuMTUyLDEuMjQyLTMuMDMxLDIuMTE1Yy00Ni4yMzQsNDYuMjEyLTg1LjYyLDg0LjYxNy0xMjYuOTM5LDEyMS4yNzFsLTIxLjA0My0yNS41NDMgICAgYy0yLjQ0Ny0yLjk3Ni01LjIxNS0zLjYtNy4xMDItMy42Yy0yLjEzOCwwLTQuMzExLDAuODE3LTYuMTUyLDIuM2wtMC4zMjgsMC4xODNjLTExLjgzNCw3LjYxNy0yMi44ODQsMTMuOTktMzMuNzk0LDE5LjQ5NCAgICBjLTMuMjgsMS42NjEtNS4yMiw0LjUyLTUuMzk3LDcuOTA3Yy0xLjQzNSwzLjc1OC0wLjUxNiw3LjY4MywyLjUyNiwxMC41OTNjOS43NjcsOS4zNDMsMTguODU5LDE5LjY4MiwyNy42NTQsMjkuNjg2ICAgIGM5LjY1NiwxMC45NzksMTkuNjM5LDIyLjMzOCwzMC42MTUsMzIuNDk5YzAuNDE3LDAuMzg2LDAuODQzLDAuNzI2LDEuMjc0LDEuMDI1YzEuODYxLDIuMzg3LDQuNDUxLDMuNzM3LDcuMTc1LDMuNzM3ICAgIGMxLjk4MywwLDMuOS0wLjY5LDUuNzA1LTIuMDUxYzMwLjY1OC0yMy4xMzYsNTcuOTQ4LTQ5LjE4Niw3OC4zLTY5LjI5NWM1Ljg4NS01LjgxOCwxMS43OTYtMTEuNjE4LDE3LjcwMS0xNy40MzMgICAgYzIxLjExNC0yMC43NDMsNDIuOTQ5LTQyLjE5Nyw2My42MTItNjMuOTg3YzEuMjI0LTEuMjkyLDIuMDcxLTIuNzg1LDIuNTI4LTQuNDM4YzEuOTc2LTMuMjA1LDEuODU0LTYuOTE3LTAuMzctMTAuMjY1ICAgIGMtNy4wODQtMTAuNjc0LTEzLjI2NC0yMC42ODUtMTguODgtMzAuNTk1Yy0xLjg0OS0zLjI3NS00Ljk2Mi01LjE1NC04LjUxNi01LjE1NEMzMzIuMjYsMTk0LjMyMSwzMzAuMjY1LDE5NC45LDMyOC43MSwxOTUuODY4eiAgICAgTTI5NC4yMjEsMjgwLjgzM2MtOC4wODksNy45NzItMTYuMTYzLDE1LjkzNS0yNC4xNzYsMjMuOTU3Yy0yMi42NTgsMjIuNjc0LTQ3LjM5MSw0Ni41NzUtNzQuODcsNjguMDQ1ICAgIGMtOC43NzctOC42NTItMTcuMDcyLTE4LjA0Ny0yNS4xMDEtMjcuMTYyYy02LjEyNi02Ljk0MS0xMi40MzMtMTQuMDk2LTE4Ljk2OS0yMC45MzdjNS41MjItMy4wNDcsMTEuMTE2LTYuMzM3LDE2Ljk3MS05Ljk1MiAgICBsMjEuOTksMjYuNzA1YzIuNDU1LDIuOTcxLDUuMjI4LDMuNiw3LjExOSwzLjZjMi4zNTIsMCw0LjY4NS0wLjk2NSw2LjYxNC0yLjcwNmMwLjYzLTAuMzYsMS4xOTYtMC43NzcsMS43MzctMS4yNTUgICAgYzQ0LjE1Ni0zOC42NzQsODYuNjE4LTgwLjIwMSwxMjYuMDA3LTExOS40NzRjMi40OTgsNC4xMTgsNS4yMjYsOC40MzUsOC4zNzMsMTMuMjk5ICAgIEMzMjQuOTczLDI1MC41MTIsMzA5LjM0OCwyNjUuOTE5LDI5NC4yMjEsMjgwLjgzM3oiIGZpbGw9IiMxODg5YmEiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}
.processing_approval{
	margin: 4px 10px 0 0!important;
}

.bx-soa-cart-total{
       padding: 30px 35px;
	border:none!important;
    font-size: 16px;
    color: #000;
    box-shadow: 0 0 21px rgba(30,34,38,.07);
    -webkit-box-shadow: 0 0 21px rgba(30,34,38,.07);
    -moz-box-shadow: 0 0 21px rgba(30,34,38,.07);
    -ms-box-shadow: 0 0 21px rgba(30,34,38,.07);
    -o-box-shadow: 0 0 21px rgba(30,34,38,.07);
}

.bx-soa-cart-total{

}

.order-help p{
    margin: 0 0 18px;
	    font-size: 14px;
    line-height: 1.65;
}

.order-help__title{
    margin: 0 0 24px;
    font-size: 18px;
    line-height: 1.4;
}

.order-help__name{
    font-size: 18px;
}

.order-help__tell{
    margin: 3px 0;
    font-weight: 600;
    font-size: 16px;
    color: #ff5a00;
}

.order-help__tell a{
    color: #ff5a00;
    text-decoration: none;
	font-size: 20px;
}
.order-help__tell a:hover{text-decoration: underline;}


.bx-soa-cart-total-line-total {
    font-weight: bold;
}
.bx-forprops .bx-soa-cart-total-line  .h5prop{
	margin: 22px -20px;
    padding: 0 20px;
    border-top: 1px dotted #e5e5e5;
}
.bx-forprops{
	margin: 22px -20px;
    padding: 0 20px 20px;
    border-top: 1px dotted #e5e5e5;
    border-bottom: 1px dotted #e5e5e5;
}
.h5prop{
	margin: -4px 0 0;
    font-weight: 400;
    font-size: 20px;
    padding: 32px 0px 12px;
    display: block;
    clear: both;
}
.spedelivtxt {
    color: black;
    padding: 10px 0px;
}
.bx-soa-pp.row.bx-payment-txt.spedelivtxt + div.spedelivtxt {

}
.conf-td {
    max-width: 578px;
}
/*custom*/
.order-i {
    width: 100%;
    border-top: 2px solid #0f8ec5;
}
.bx-soa-customer{
	padding:10px 0 0 0;
}
.bx-soa-more .form-group label.bx-soa-custom-label {
    padding: 0 0 2px 0;
}
.bx-soa-more .form-group label.bx-soa-custom-label.bx-soa-label-person_type {
    padding: 0 0 16px 0;
}

.bx-soa-section-content {
    padding: 2px 5px;
}
.radio-inline, .checkbox-inline {
    padding: 0px 14px 0 22px;
}
.soa-property-container .form-control, .bx-soa-customer-field textarea.form-control {
    width: 100%;
    box-shadow: none;
    border: 1px solid #c4cad0;
    border-radius: 5px!important;
    padding: 4px 9px 5px;
    margin: 6px 0 0 0;
    outline: 0!important;
    background: #fff;
}
.soa-property-container .form-control:focus, .bx-soa-customer-field textarea.form-control:focus{
    box-shadow: 0 0 10px #adc7d8;
    transition: 0.3s;
}
.order-i .col-sm-12 {
    padding: 0!important;
}
.has-error .form-control:focus{
	border-color: #adc7d8;
}
.form-group.bx-soa-customer-field.fg-1 {
    margin: 12px 0 10px 0;
}
.form-group.bx-soa-customer-field.fg-comment {
    margin: 4px 0 24px 0;
}
.tooltip-arrow {
    display: none;
}

.bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-inner {
    padding: 0;
    background: none;
    color: #f4572f;
}

.bx-soa-tooltip.bx-soa-tooltip-static {
    position: absolute;
    display: inline-block!important;
    margin: -2px 0 0 10px;
    padding: 0;
    background: none;
}

.has-error .soa-property-container .form-control {
    border-color: #f4572f;
}
.bx-soa-more-btn a.pull-right.btn.btn-default.btn-md{
	display: inline-block;
    color: white;
    border: 1px solid rgba(31,128,170,0.65);
    padding: 5px 20px;
    border-radius: 25px!important;
    text-decoration: none;
    outline: none;
    background-color: #0f8ec5;
	font-weight:normal;
}
.bx-soa-more-btn a.pull-right.btn.btn-default.btn-md:hover{
	filter: brightness(1.3);
    cursor: pointer;
	font-weight:normal;
}
.bx-soa-sidebar {
    width: 40%;
    float: right;
    padding: 30px 30px;
    max-width: 500px;
}

.bx-soa-cart-total {
    background: white;
    box-shadow: none;
    border: 1px solid #c4cad0!important;
    padding: 25px 30px;
}

.order-help p {
    font-size: 16px;
}

.order-help b {
    font-weight: bold;
}
.order-i .order-help ol{
        counter-reset: orderhelp;
}
.order-i .order-help li:before {
    counter-increment: orderhelp;
    content: counters(orderhelp, ".", decimal) ".";
    list-style-type: decimal;
    padding: 0 7px 0 0;
    color: #0f8ec5;
    font-weight: bold;
}

.order-i .order-help ol li {
    font-weight: normal;
    color: black;
    padding: 0 0 13px;
}
.order-help__tell {
    margin: -10px 0 22px 0;
}
.order-help__tell a {
    color: #0f8ec5;
    text-decoration: none;
    font-size: 27px;
    padding: 0 0px 0 30px;
}
.order-help__tell a:hover{
  text-decoration:none;
  filter: brightness(1.3);
}
.order-help__tell a:before {
    content:"\f095";
    font-family:FontAwesome;
    transform:rotate(-90deg);
    position: absolute;
    margin-left: -30px;
}

.order-i .order-help .call-block a {
    text-decoration: none;
}

div#bx-soa-region {
    padding: 20px 0px;
}

.form-group.bx-soa-location-input-container label {
    padding: 0 0 15px 0;
}

.bx-soa-reference {
    color: black;
    font-size: 14px;
}

a.pull-left.btn.btn-default.btn-md {
    display: inline-block;
    color: #080808;
    border: 1px solid #c4cad0;
    padding: 5px 20px;
    border-radius: 25px!important;
    text-decoration: none;
    outline: none;
    background-color: transparent;
    font-weight: normal;
    font-size: 14px;
}

a.pull-left.btn.btn-default.btn-md:hover {
    color:white;
    border: 1px solid rgba(31,128,170,0.65);
    background-color: #0f8ec5;
}
.deliv-title {
    width: 100%;
    padding: 15px 0px;
}
#bx-soa-delivery .bx-soa-pp.row,#bx-soa-paysystem .bx-soa-pp.row{
	margin:0;
	width:100%;
}
.order-i .soa-delivi {
    display: flex;
}
input.bx-soa-pp-company-radio-fake {
    display: inline-block;
    margin: 2px 0 0 0;
    padding: 0px 0 0 0;
    position: absolute;
}

.bx-soa-pp-company-graf-container {
    display: block;
    width: 30px;
}

.bx-soa-pp-company-smalltitle {
    color: #000000;
    font-size: 14px;
    text-align: left;
    display: inline-block;
    padding: 0 0 0 24px;
}

.bx-soa-pp-company.bx-soa-delivi {
    padding: 10px 20px 10px 0;
	cursor:pointer;
}
.bx-soa-pp-systems {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bx-soa-pp-system {
    display: block;
    background: white;
    width: 23%;
    height: 100px;
    margin: 10px 0px;
    background-repeat: no-repeat;
    background-size: initial;
    background-position: center center;
}
.personal-gr .bx-soa-item-content a {
    color: #27303e;
    text-decoration: none;
    font-weight: normal;
}

.soa-table-head span.photo {
    padding: 0 40px 0px 10px;
}

.soa-table-head {
    background: #e2edf0;
}

.bx-soa-table-fade {
    margin: 0 -20px;
}
.bx-soa-item-tr .bx-soa-item-td {
    padding: 12px 10px;
}
.paysys-title {
    font-weight: 400;
    font-size: 20px;
    padding: 23px 5px 20px;
}
#bx-soa-basket .bx-soa-item-block {
    display: flex;
    align-items: center;
}
.bx-soa-item-tr .bx-soa-item-td:nth-child(2n+2) {
    text-align: center;
}
.bx-soa-item-tr .bx-soa-item-td:last-child {
    width: 20%;
}
.bx-soa-cart-total-line {
 padding: 0px 0 0px;
    font-size: 14px;
    line-height: 12px;
    overflow: hidden;
    display: flex;
    width: 100%;
    justify-content: space-between;

    align-items: center;
}
.bx-soa-item-td.bx-soa-item-properties.col_QUANTITY.bx-text-right {
    padding: 10px 30px;
}

.bx-soa-cart-total-line.bx-soa-cart-total-line-total .bx-soa-cart-t,.bx-soa-cart-total-line.bx-soa-cart-total-line-total .bx-soa-cart-d {
    white-space: nowrap;
    letter-spacing: -.33px;
    font: 400 20px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: 180ms text-shadow ease, 180ms color ease;
}
.bx-forprops .bx-soa-cart-d {
    flex-basis: 50%;
}

#bx-soa-orderSave a {
    display: inline-block;
    color: white;
    border: 1px solid rgba(31,128,170,0.65);
    padding: 5px 20px;
    border-radius: 25px!important;
    text-decoration: none;
    outline: none;
    background-color: #0f8ec5;
    font-weight: normal;
}
#bx-soa-orderSave a:hover {
    filter:brightness(1.3);
}
#bx-soa-basket.bx-active.bx-selected + #bx-soa-orderSave {
    margin-top: -57px;
	    z-index: 5000;
}
/*confirmpage-->*/
.confirm_txt_block {
    border: 1px solid #e3ecf5;
    border-radius: 25px;
    margin: 0 0 40px 0;
    font-size: 16px;
}

.confirm_txt_block b {
    font-weight: bold;
}

.confirm_txt_block {}

.confirm_txt_block_i {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.confirm_txt_block_i .lefttxt {
    width: calc(100% - 648px);
    padding: 29px;
}

.confirm_txt_block_i .lefttxt .descr {
    padding: 5px 0;
}

.confirm_txt_block_i .lefttxt .title {
    padding: 0 0 8px 0;
}

.confirm_txt_block_i .people {
    background: url(/local/templates/eme/img/people/confirm1.jpg) top right no-repeat;
    width: 648px;
    height: 210px;
    border-radius: 25px;
}
.actions_bl0ck {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.actions_cfrm {
    flex-grow: 1;
    flex-basis: 33%;
}
.actions_cfrm > div{
    padding: 0px 33px;
}

.actions_bl0ck .butn_h a button {
    display: inline-block;
    width: initial;
    padding: 5px 24px;
    border-radius: 25px!important;
	outline:none!important;
}


.actions_bl0ck .butn_h a {
    margin: 0 0 25px 0;
    display: inline-block;
}
.actions_bl0ck .butn_h a button.btn_spaced {
    border-color: #0f8ec5;
    background: transparent;
}

.actions_bl0ck .butn_h a.callme button.btn_spaced:before {
    content:"\f095";
    font-family: FontAwesome;
    display:inline-block;
    padding: 0 10px 0 0;
}
.actions_bl0ck .butn_h a.callme:hover button.btn_spaced:before {
	animation: tada 2s infinite;
}
.actions_bl0ck .butn_h a.cabinet button:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.42 16.02'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bisolation:isolate;%7D.cls-2%7Bfill:%23ffffff;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cg id='Shape_58' data-name='Shape 58' class='cls-1'%3E%3Cg id='Shape_58-2' data-name='Shape 58'%3E%3Cpath class='cls-2' d='M10.42,9.61H4a4,4,0,0,0-4,4v1.6a.8.8,0,1,0,1.6,0v-1.6A2.41,2.41,0,0,1,4,11.22h6.41a2.41,2.41,0,0,1,2.4,2.4v1.6a.8.8,0,1,0,1.6,0v-1.6A4,4,0,0,0,10.42,9.61ZM7.21,8a4,4,0,1,0-4-4A4,4,0,0,0,7.21,8Zm0-6.41A2.4,2.4,0,1,1,4.81,4,2.41,2.41,0,0,1,7.21,1.6Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
    width: 24px;
    height: 14px;
    display: inline-block;
    background-position: 0px 0px;
}
.actions_bl0ck .butn_h a:hover button {
   background:#13b9ff;
   border-color:#13b9ff;
   color:white;
}

.actions_bl0ck .txth.greyline {
  border-left: 1px solid #e3ecf5;
  border-right: 1px solid #e3ecf5;
}
.order_table_confirm .title {
    margin: 45px 0 31px 34px;
    font-size: 18px;
}

.order_table_confirm table.ordertbl {
    border: 1px solid #f6fafb;
}

.order_table_confirm {
    margin: 0 0 55px;
}

.confirm_add_o {
   display: table-row;
    /* display: flex; */
    align-items: flex-start;
    justify-content: space-between;
}

.confirm_add_o > div {
	display:table-cell;
	width:48%;
	overflow: hidden;
}
.confirm_add_o > div.confirm_separator{
	width:2%;
}

.confirm_add_o > div > div {
	padding: 39px 31px 20px;
}

.confirm_add_o .confirm_review_i {
    border: 1px solid #e5e7e9;
    border-radius: 15px;
}
.confirm_review_i {
    display: flex;
}



.confirm_add_o .title {
    font-size: 25px;
}
.confirm_add_o .confirm_review .title {
    text-transform: uppercase;
    font-weight: 600;
}
.confirm_add_o .title {
    font-size: 25px;
	  font-weight: 600;
}
.confirm_add_o .confirm_review .title {
    text-transform: uppercase;
}
.confirm_add_o .descr {
    padding: 18px 18px 18px 0;
	font-size: 16px;
}
.confirm_review i.fa.fa-star:before {
    display: inline-block;
    color: #1889ba;
    font-size: 22px;
    padding: 0 3px 0 0px;
    transition: .3s;
    animation: smockyStars 5s infinite;

}
.confirm_review .title_h {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.confirm_review .stars {
    padding: 1px 0 0 16px;
	white-space: nowrap;
}
.confirm_review i.fa.fa-star:nth-child(1):before {
    animation-delay: 0s;
}

.confirm_review i.fa.fa-star:nth-child(2):before {
    animation-delay: 0.3s;
}

.confirm_review i.fa.fa-star:nth-child(3):before {
    animation-delay: 0.6s;
}

.confirm_review i.fa.fa-star:nth-child(4):before {
    animation-delay: 0.9s;
}

.confirm_review i.fa.fa-star:nth-child(5):before {
    animation-delay: 1.2s;
}
.confirm_email {
    background: linear-gradient(45deg, #d9e8fb 20%, #f2f9fe 100%);
    border-radius: 15px;
}
.confirm_email_i {
    display: flex;
	justify-content:space-between;
}
.confirm_email_txt {
   width:70%;
}
.confirm_email_img {
   width:30%;
   animation: smockyFlip 10s infinite;
   animation-delay:3s;
}

.confirm_email .fa-envelope{
    color: rgba(211, 232, 249, 0.74);
    opacity: 1;
    font-size: 160px;
}
.confirm_email .fa.fa-envelope.e-sender {
    transform: rotate(-23deg);
	margin: -12px auto 10px;
}
.confirm_add_o button.button.filled {
    padding: 5px 20px;
}
.confirm_add_o button.button.filled:hover {
	filter:brightness(1.3);
	cursor:pointer;
}

.bx-soa-pp-list-termin-att {
    margin: 0 0 20px 0;
}
.bx-soa-pp-list-termin-att:before{
    content:'*';
    color:red;
    dislay:inline;
    padding:0 5px 0 0;
}
/*confirmpage--<*/
@media (min-width: 1400px){
	.navtable{
		justify-content:flex-start;
	}
	.confirm_review_i >div{
  /* min-width:100px;*/
}
}
@media (max-width: 1618px){
	.bx-soa-tooltip.bx-soa-tooltip-static {
		position: relative;
		text-align: left;
		margin: 0;
		display: block!important;
	}

	.bx-soa-tooltip.bx-soa-tooltip-static .tooltip-inner {
		text-align: left;
		padding: 5px 0;
		line-height: 1.3;
	}
	.bx-soa-tooltip.bx-soa-tooltip-static[data-state=closed] {
		display: none!important;
	}
}
@media (max-width: 1399px){
	.confirm_review_i > div > img {
		display: none;
	}
	.navtable{
		justify-content:space-between;
	}

	.confirm_txt_block_i .people {
		max-width: 50%;
		background-position: left top;
	}

	.confirm_txt_block_i .lefttxt {
		width: unset;
		max-width: 50%;
	}



	a.pay_available_link {
		/* margin: 0; */
	}

	.confirm_add_o .confirm_review {
		border: 1px solid #e5e7e9;
		border-radius: 15px;
	}

	.confirm_add_o .confirm_review_i {
		border: unset;
	}
}
@media (min-width: 1023px) and (max-width:1365px){
	.navtd .navtxt {
		font-size: 15px;
	}
}
@media (max-width: 1199px){

}

@media (min-width: 1024px) and (max-width:1399px){
	.ordertbl .tr-order td.payment {
		max-width: 20%;
		padding-right: 44px;
	}
}
@media (min-width: 1024px){
	.form-group.bx-soa-customer-field.fg-2,.form-group.bx-soa-customer-field.fg-9,.form-group.bx-soa-customer-field.fg-12{
		float:left;
		width:50%;
		padding:0 20px 0 0;
		margin-top:10px;
	}
	.form-group.bx-soa-customer-field.fg-3,.form-group.bx-soa-customer-field.fg-10,.form-group.bx-soa-customer-field.fg-13{
		float:left;
		width:50%;
		margin-top:10px;
	}
}
@media (max-width: 1023px){
	.soa-table-head{
		display:none;
	}
	.order-i .soa-delivi {
		flex-direction: column;
		justify-content: flex-start;
	}

	.order-i .soa-delivi .bx-soa-pp-company-smalltitle {text-align: left;}
	.navtable{
		justify-content:flex-start;
	}
	.navtable .navtxt{
		display:none;
	}
	.bx-soa,.bx-soa-sidebar{
		width:100%!important;
		max-width: 100%;
	}
	.bx-soa-sidebar{
		float:left;
		padding: 10px;
	}
	.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
		margin-left: 0px;
		display: block;
	}
	.order-help__tell a{
		font-size:22px;
	}
	.order-help p, .order-help li {
		font-size: 14px;
	}
	.bx-soa-item-img-block a {
		display: block;
		width: 73px;
		margin: 0 10px 0 0;
	}

	.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: left;
	}

	.bx-soa-item-tr .bx-soa-item-td:nth-child(2n+2),.bx-soa-item-td.bx-soa-item-properties.col_QUANTITY.bx-text-right {
		text-align: left;
		padding: 10px;
	}

	.bx-soa-item-tr .bx-soa-item-td:last-child {
		width: 100%;
	}

	.bx-soa-cart-d {
		width: 100%;
		max-width: 100%;
		min-width: 50%;
	}

	#bx-soa-orderSave a {
		display: inline-block;
		margin: 0 auto!important;
		float: none!important;
		width: initial;
	}

	#bx-soa-basket.bx-active.bx-selected + #bx-soa-orderSave {
		margin: 10px 0 0 0;
		display: flex;
		justify-content: center;
	}

	.confirm_txt_block{
		margin:0px;
	}
	.confirm_txt_block_i .people {
		max-width: 33%;
		background-position: left top;
		background-repeat: no-repeat;
	}

	.confirm_txt_block_i .lefttxt {
		max-width: 76%;
	}

	.actions_bl0ck {flex-direction: column;}

	.actions_bl0ck .txth.greyline {border-left: 0px solid #e3ecf5;border-right: 0px solid #e3ecf5;}

	.actions_cfrm {
		flex-basis: unset;
		margin: 20px 0;
	}

	.actions_cfrm:nth-child(2n+2) {
		background: #f5f9fa;
		padding: 20px 0px;
	}

	.confirm_review .title_h {
		flex-direction: column;
		justify-content: left;
		text-align: left;
		align-items: flex-start;
	}
	.confirm_review .stars{
		padding:0px;
	}
	.stars {
		width: 100%;
		margin: 10px 0 0 0px;
	}
	.confirm_email_txt .descr {
		margin-top: 10px;
	}
	.confirm_add_o .confirm_review_i {
		flex-direction: column;
		justify-content: center;
	}



	.confirm_email_img {
		max-width: 45px;
		display: block;
		position: absolute;
		right: 119px;
		bottom: -37px;
	}

	.confirm_email .fa-envelope {
		font-size: 124px;
	}

	.confirm_email_txt {
		width: 100%;
	}

	.confirm_email_i {
		display: block;
		position: relative;
	}
}
@media (max-width: 767px){
	.bx-soa-pp-system{
		height:55px;
		background-size:contain;
	}
	.navtable{
		justify-content: space-between;
	}
	.confirm_add_o {
		flex-direction: column;
		display: flex;
	}
	.confirm_txt_block_i {
		flex-direction: column;
	}

	.confirm_txt_block_i {
		flex-direction: column;
	}

	.confirm_txt_block_i .lefttxt {
		max-width: 100%;
		width: 100%;
	}

	.confirm_txt_block_i .people {
		max-width: 100%;
	}

	.confirm_txt_block_i .lefttxt .descr {
		font-size: 14px;
	}

	.actions_cfrm > div {
		padding: 0 10px;
	}

	.actions_cfrm:nth-child(2n+2) {
		margin: 0;
	}

	.order_table_confirm .title {
		margin: 0 0 15px 11px;
	}

	.confirm_add_o .confirm_review {
		width: 100%;
	}

	.order_table_confirm {
		margin: 0 0 10px;
	}
	.confirm_add_o .confirm_email {
		width: 100%;
		display: block;
		margin: 10px 0 0 0;
	}

	.confirm_email .fa.fa-envelope.e-sender {
		font-size: 80px;
	}
	.confirm_email_img{
		right: 56px;
		bottom: 2px;
	}
}
/* End */
/* /local/templates/eme/components/bitrix/sale.order.ajax/template1/style.css?174478970476122 */
