

/* Start:/local/templates/RBC/components/bitrix/sale.basket.basket/basket_page/style.css?17050710481374*/

@media screen and (max-width: 450px){
	#basket .basket-row>.basket-td:first-child{
	    width: 110px;
	}
	#basket  .basket-td .basket-name
	{
		margin-bottom: 10px;
    	display: inline-block;
    	font-weight:bold;
    	font-size: 18px;
	}
	#basket  .basket-td .basket-info
	{
		font-size: 16px;
	}
	#basket .basket-td:nth-child(4) {
	    position: absolute;
	    right: 0px;
	    bottom: 14px;
	    width: 140px!important;
	}
	#basket .basket-row>.basket-td:nth-child(5) 
	{
	    width: 25px!important;
	    position: absolute;
	    top: 48px;
	    right: 9px;
	    height: 25px!important;
	    margin: 0px!important;

	}
	#basket .basket-row .basket-cost
	{
		   right: 6px;
	}
	 
	#basket .basket-td:nth-child(6) {
	        width: 25px!important;
		    position: absolute;
		    top: 0px;
		    right: 5px;
		    height: 25px!important;
	}
	#basket .basket-row .basket-cost div:nth-child(1)
	{
		font-size: 22px;
	    font-weight:bold;
	    text-align: right;
	}
	#basket .basket-row .basket-cost div.price-old
	{
		font-size: 16px;
		text-align: right;
	   
	}  
	#basket .basket-photo a{
		height: 144px!important;
		overflow:hidden;
	}
	#basket .basket-photo a img{
		width: 108px!important;
		height: auto!important;
	}
	#basket .basket-rows .basket-row{
	    margin-bottom: 15px;
	}
	
	
	
	
} 
/* End */


/* Start:/bitrix/components/bitrix/sale.location.selector.search/templates/.default/style.css?17050694436401*/
/* absolute path to images is required to make crm-sale proxy work */

.bx-sls .dropdown-block {
	border: 1px solid #bdbdbd;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px #ebebeb;
	box-shadow: inset 0 1px 2px #ebebeb;
	font-size: 14px;
	padding: 0 22px 0 30px;
	position: relative;
	background-color: #fff;
}

.bx-sls .dropdown-block-ui {
	font-size: 14px;
	padding: 0 22px 0 30px;
	position: relative;
	background-color: #fff;
	margin-top: 5px;
}

.bx-sls .dropdown-arrow {
	background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/dropdown-errow.png) no-repeat center center;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	width: 22px;
}

.bx-sls .bx-ui-sls-container {
	overflow: hidden;
	min-height:25px;
}

.bx-sls .bx-ui-sls-pane {
	border: 1px solid #bdbdbd;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 3px #c7c7c7;
	box-shadow: 0 2px 3px #c7c7c7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	max-height: 200px;
	overflow-y: auto;
	left: 0;
	top: 35px;
	padding: 5px 5px 3px 5px;
	position: absolute;
	width: 100%;
}

.bx-sls .dropdown-active .bx-ui-sls-pane {
	display: block;
}

.bx-sls .bx-ui-sls-variants {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bx-sls .dropdown-item {
	border-radius: 2px;
	padding: 7px 4px 7px 10px;
	margin-bottom: 2px;
}

.bx-sls .dropdown-item:hover {
	background-color: #f1f3f5;
	cursor: pointer;
}

.bx-sls .dropdown-img {
	border: none;
	display: inline-block;
	height: 12px;
	margin: 3px 12px 0 0;
	vertical-align: top;
	width: 16px;
}

.bx-sls .dropdown-item-text {
	/*makeup:color: #212121;*/
	color: #aba8ac;
	display: inline-block;
	/*max-width: 220px;*/ /*silly limitation*/
	vertical-align: top;
}

.bx-sls .dropdown-item-text span{
	color: #25282c;
}

.bx-sls .dropdown-list-title {
	border-bottom: 1px solid #e5e5e5;
	height: 37px;
	line-height: 37px;
	padding-left: 8px;
}

.bx-sls .dropdown-icon {
	background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/lens.png) no-repeat center center;
	height: 14px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 14px;
}

.bx-sls .quick-locations{
	margin-bottom: 5px;
}
.bx-sls .quick-location-tag {
	background-color: #f2f5f8;
	border: 1px solid #cad3dc;
	border-radius: 3px;
	color: #1e55b9;
	display: inline-block;
	font-size: 15px;
	height: 27px;
	line-height: 26px;
	margin: 0 3px;
	padding: 0 14px;
	text-decoration: none;
	margin-bottom: 10px;
}
.bx-sls .quick-location-tag:hover{
	background-color: #fafafa;
}

.bx-sls .dropdown-fade2white{
	width: 46px;
	height: 31px;
	position: absolute;
	top: 2px;
	right: 0;

	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.bx-sls .bx-ui-sls-clear{
	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -3386px no-repeat scroll;
	width: 30px;
	height: 30px;
	cursor: pointer;
	cursor: hand;
	margin-top: 2px;

	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
}
.bx-sls .bx-ui-sls-clear:hover{
	background-position: 6px -3418px;
}

.bx-sls .bx-ui-sls-loader{
	background-image: url(/bitrix/panel/main/images/waiter-white.gif) !important;
	background-repeat: no-repeat !important;
	background-position: right -1px !important;

	width: 30px;
	height: 30px;

	position: absolute;
	top: 3px;
	right: 2px;
	display: none;
}

.bx-sls .bx-ui-sls-go-edit{
	display: none;
}

.bx-sls .bx-ui-sls-pane{
	max-height: 300px;
}

.bx-sls input::-ms-clear {
	display: none;
}

.bx-sls input[type="text"]{
	position: relative;
}

.bx-sls .bx-ui-sls-fake,
.bx-sls .bx-ui-sls-route {
	position: absolute !important;
	top: 0;
	left: 0;

	color: #000 !important;

	opacity: 1 !important;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;

	padding:0 22px 0 0 !important;
	background-position: right 1px;
	background-repeat: no-repeat;

	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	height: 33px;
	width: 100%;
	outline: none;
	z-index:10;
}
.bx-sls .bx-ui-sls-route{
	color: #aba8ac !important;
	z-index:5;
}

.bx-sls .bx-ui-sls-pane{
	background-color: #fff;
	z-index: 999;
	border: 1px solid #87919c;
}

.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant,
.bx-sls .bx-ui-sls-error{
	padding: 10px 10px;
}
.bx-sls .bx-ui-sls-error{
	color: #ff2222;
	padding-left: 30px;
	position: relative;
}
.bx-sls .bx-ui-sls-error div{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 25px;
	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -2895px no-repeat scroll;
}
.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover,
.bx-sls .bx-ui-sls-variant-active{
	background-color: #E0E8EA;
}

.adm-sls-edit-link{
	margin-top: 10px;
}

/* CSS-modes below: admin, public; */
.bx-admin-mode .bx-sls-go-edit{
	margin-left: 10px;
	display: none;
}

.bx-admin-mode .dropdown-block {
	border-color: #87919c #959ea9 #9ea7b1;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
	height: 25px;
}

.bx-sls.bx-admin-mode .bx-ui-sls-fake,
.bx-sls.bx-admin-mode .bx-ui-sls-route {
	height: 25px;
}

.bx-admin-mode .dropdown-icon {
	top: 7px;
}

.bx-admin-mode .dropdown-fade2white {
	height: 22px;
}

.bx-admin-mode .dropdown-fade2white {
	right: 1px;
}

.bx-admin-mode .bx-ui-sls-clear {
	background-position: 6px -3389px;
	height: 22px;
}

.bx-admin-mode .bx-ui-sls-clear:hover{
	background-position: 6px -3421px;
}

.bx-admin-mode .bx-ui-sls-loader {
	background-position: right -4px !important;
	height: 21px;
}

.bx-admin-mode .bx-ui-sls-pane {
	top: 27px;
}
/* End */


/* Start:/local/templates/RBC/components/bitrix/sale.order.ajax/new_order/style.css?170507104868284*/
.bx-soa {
    padding-bottom: 20px;
}

.soa_head {
    padding: 45px 0 8px 0;
}

#bx-soa-total-mobile {
    margin-bottom: 35px;
}
#bx-soa-total {
    margin-bottom: 35px;
}

.bx-soa-section {
    margin-bottom: 35px;
    border: 1px solid #e8e9eb;
}

.spinner_soa {
    position: absolute;
    width: 100%;
}

.spinner_soa .blog-svg {
    max-width: 37px;
    max-height: 37px;
    height: 37px;
    width: 37px;
}

.bx-soa-section .bx-soa-section-title-count {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    position: relative;
    margin: 0 25px 0 0;
    border-radius: 15px;
    border: 1px solid #464445;
    line-height: 20px;
}
.bx-soa-section .bx-soa-section-title-count:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    counter-increment: heading;
    content: counter(heading);
}

.bx-soa-section.bx-step-completed .bx-soa-section-title-count {
    border-color: #afca0c;
    background-color: #afca0c;
    background-size: auto 10px;
    padding: 3px;
}
.bx-soa-section.bx-step-completed .bx-soa-section-title-count:after {
    color: #ffffff;
    font-size: 0;
}
.svg_galochka_wrap, .bx-step-completed.bx-step-error .svg_galochka_wrap {
    display: none;
}
.bx-step-completed .svg_galochka_wrap {
    display: block;
}
.svg_galochka {
    fill:none;
    stroke:#ffffff;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-miterlimit:10;
}

.bx-soa-section.bx-step-completed.bx-step-error .bx-soa-section-title-count {
    border-color: #fc173e;
    background-color: #fc173e;
    background-size: 2px 16px;
}
.svg_znak_wrap {
    display: none;
}
.bx-step-completed.bx-step-error .svg_znak_wrap {
    display: block;
}
.svg_znak {
    fill: #fff;
}

#bx-soa-order {
    counter-reset: heading;
}

#bx-soa-basket .hidden-basket-block {
    display: none;
}

.bx-soa-section.bx-step-warning {
    border: 1px solid #CCBE71;
}

.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-title-container {
    overflow: hidden;
    background: #f5f5f5;
    padding: 20px 25px;
    font-size: 14px;
}

.bx-soa-section-title {
    border-radius: 2px;
    color: #000;
    line-height: 15px;
    min-height: 20px;
    font-size: 22px;
    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;
    vertical-align: text-bottom;
}
.bx-soa-editstep-wrap {
    text-align: right;
}
@media (max-width: 425px) {
    .bx-soa-section-title {
        padding: 0;
    }
    .bx-soa-editstep-wrap {
        padding: 0;
    }
}
.bx-soa-editstep {
    display: inline;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    text-decoration: underline;
    color: #3f4750;
}

.bx-soa-editstep:hover {
    text-decoration: none;
}

.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: 20px 25px 20px 25px;
    -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;
}
@media (min-width: 425px) {
    .bx-soa-item-table {
        margin-bottom: 0px;
    }
}

.bx-soa-item-tr {
    display: table-row;
}

.bx-soa-item-td {
    padding-top: 0px;
    display: table-cell;
    vertical-align: top;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    border-top: 1px solid #f5f5f5;
}

.bx-selected .bx-soa-item-td {
    padding-top: 10px;
}

@media (min-width: 769px) {
    .bx-soa-item-td {
        padding-left: 7px;
        padding-right: 7px;
        padding-bottom: 5px;
    }

    .bx-selected .bx-soa-item-td {
        padding-bottom: 10px;
    }
}

.bx-soa-basket-info .bx-soa-item-td {
    padding-top: 5px;
}

.bx-selected .bx-soa-basket-info .bx-soa-item-td {
    padding-top: 25px;
    padding-bottom: 25px;
}

.bx-soa-item-table .bx-soa-item-tr:first-child .bx-soa-item-td {
    border-top: none
}

.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 {
    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-selected .bx-soa-item-title a {
    font-size: 16px;
}

.bx-soa-item-td-title {
    color: #434041;
    font-size: 14px;
}

.bx-selected .bx-soa-item-td-title {
    font-size: 16px;
}

.bx-soa-item-td-text {
    line-height: 25px;
    vertical-align: middle;
}
.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;
    font-size: 16px;
    font-weight: bold;
}

.bx-selected .bx-soa-item-td-text .bx-price {
    font-size: 22px;
}

.bx-soa-item-title-sum {
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
}

.bx-selected .bx-soa-item-title-sum {
    font-size: 22px;
    padding: 10px 0 0 0;
}

.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: 991px) {
    .bx-selected .bx-soa-basket-info .bx-soa-item-td {
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media (max-width: 991px) and (min-width: 769px)  {
    .bx-selected .bx-soa-basket-info .bx-soa-item-properties {
        margin-left: 86px;
    }
}
@media (max-width: 768px) {
    .bx-selected .bx-soa-basket-info .bx-soa-item-properties {
        display: inline-block;
        width: 50%;
        vertical-align: middle;
    }
    .bx-selected .bx-soa-basket-info .bx-soa-item-properties:last-child {
        text-align: right;
    }
    .bx-soa-item-td {
        line-height: 17px;
    }

    .bx-soa-item-img-block {
        float: left;
        max-width: 100%;
        padding-right: 20px;
        display: inline-block;
    }
    .bx-soa-item-imgcontainer {
        width: 80px;
    }
    .bx-soa-section.bx-step-completed .bx-soa-item-img-block {
        float: left;
    }

    .bx-soa-item-content {
        padding-top: 15px;
        margin: 0 0 15px 0;
    }
    .bx-soa-item-content > div {
        display: inline-block;
    }
    .bx-soa-item-content .bx-soa-item-title {
        width: 70%;
    }
    .bx-soa-item-content .bx-soa-item-title-sum {
        display: none;
    }
    .bx-selected .bx-soa-item-content .bx-soa-item-title-sum {
        text-align: right;
        display: inline-block;
        float: right;
        padding: 0;
    }

    .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: top;
        font-size: 13px;
    }

    .bx-soa-item-td-title:after {
        content: ":"
    }

    .bx-soa-item-properties {
        padding: 0;
    }
}

@media (min-width: 769px) {
    .bx-soa-item-img-block {
        width: 85px;
        margin: 0;
    }
}
@media (min-width: 425px) {
    .bx-soa-item-tr {
        padding-bottom: 0px;
    }
}

/* 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-soa-coupon-item strong:hover .bx-soa-coupon-item-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/RBC/components/bitrix/sale.order.ajax/new_order/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 #d3d3d3;
    -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: 80px;
}

.bx-soa-cart-total.bx-soa-cart-total-fixed.bx-soa-cart-total-absolute {
    position: absolute;
}

.bx-soa-cart-total.bx-soa-cart-total-bottom {
    opacity: 0;
}

@media (max-width: 991px) {
    .bx-soa {
        padding-bottom: 0px;
    }
    #bx-soa-total {
       clear: both;
    }
    .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 18px 10px;
    overflow: hidden;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
}

.bx-soa-cart-total .bx-soa-cart-total-line:first-child {
    font-weight: 600;
    padding-top: 20px;
}

.bx-soa-cart-total .bx-soa-cart-total-line-total {
    padding: 25px 18px 25px;
    border-bottom: none;
    border-style: solid;
    border-width: 1px 0 1px 0;
    border-color: #d3d3d3;
}

.bx-soa-cart-t {
    float: left;
    max-width: 150px;
}
.bx-soa-cart-d {
    float: right;
    text-align: right;
}
@media (max-width: 1220px) and (min-width: 992px) {
    .bx-soa-cart-t {
        max-width: 100%;
        float: none;
        display: block;
        margin: 0 0 5px 0;
    }
    .bx-soa-cart-d {
        float: none;
        display: block;
    }
}

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

.bx-soa-cart-total .bx-soa-cart-total-line-delivery {
    padding: 5px 18px 20px;
}

.bx-soa-cart-total .bx-soa-cart-total-line-delivery .bx-soa-cart-d {
    color: #008186;
}

.bx-soa-cart-total-button-container {
    padding: 20px;
    text-align: center;
}

.bx-soa-cart-total-button-container > .btn {
    width: 100%;
}

.bx-soa-more {
    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 .form-group .bx-soa-custom-label-hidden {
    height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: block;
}

.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*/
.bx-soa .form-control {
    display: block;
    font-size: 15px;
    line-height: 17px;
    color: #434041;
    font-weight: 300;
    border: 1px solid #d9d9d9;
    background: #f5f5f5;
    height: 50px;
    padding: 0 10px;
    margin: 0;
    box-sizing: content-box;
    box-sizing: initial;
    border-radius: 0;
    cursor: text;
}

.bx-soa .city-select .city-select__choices {
    height: 50px;
    border: 1px solid #d9d9d9;
    background: #f5f5f5;
    padding: 10px;
    margin: 0;
    cursor: text;
    font-size: 15px;
    line-height: 17px;
    color: #434041;
}

.bx-soa .city-select .city-select__search-val {
    background: #f5f5f5;
    padding: 5px 0 0 0;
    opacity: 0.5;
}

.bx-soa .city-select .city-select__dropdown {
    width: 100%;
}

.bx-soa .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: 0px;
    bottom: 0px;
    top: 20px;
    width: 30px;
    background-size: contain;
}

.bx-soa .bx-soa-location-input-container .bx-soa-custom-label {
    color: #91908c;
    font-weight: normal;
    padding-bottom: 10px;
}

.bx-soa textarea.form-control {
    height: auto;
    min-height: 80px;
    line-height: 25px;
    padding: 10px;
    resize: none;
}
.bx-soa .col-sm-6 textarea.form-control {
    min-height: 140px;
}
@media (max-width: 767px) {
    .bx-soa textarea.form-control {
        min-height: 80px;
    }
}
.bx-soa textarea.form-control {
    color: #969696;
}
.bx-soa textarea.form-control.txtAreaHasValue {
    color: #434041;
}

/*pay*/
.bx-soa-pp-company {
    padding-bottom: 20px;
    position: relative;
}

.bx-soa-pp .bx-soa-pp-company {
    padding: 0px 3% 20px 0;
    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: 1px solid #dadada;
    position: relative;
    background: #fff;
    width: auto;
    color: black;
    min-height: 240px;
    cursor: pointer;
}

#bx-soa-paysystem .bx-soa-pp-company-graf-container {
    min-height: 100%;
    height: auto;
    width: 100%;
    padding: 5px 0;
}

.bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
    border-color: #26a2be;
    border-width: 2px;
}

.bx-soa-pp-inner-ps.bx-selected .bx-soa-pp-company-graf-container {
    border-color: #26a2be;
    border-width: 2px;
}

.bx-soa-pp-company.bx-bd-error .bx-soa-pp-company-graf-container {
    border-color: #db4a29;
    border-width: 2px;
}

.bx-soa-pp-company.bx-bd-waring .bx-soa-pp-company-graf-container {
    border-color: #CCBE71;
    border-width: 2px;
}

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 .bx-soa-pp-company-wrap-image {
    width: 100px;
    height: 100px;
    background: #e2e2e2;
    border-radius: 50px;
    margin: 15px auto 35px;
    position: relative;
}

.bx-soa-pp-company.bx-selected .bx-soa-pp-company-wrap-image, .bx-soa-pp-company .bx-soa-pp-company-graf-container:hover .bx-soa-pp-company-wrap-image {
    background: #37a1bc;
}

.bx-soa-pp-company-wrap-image-small-selected {
    width: 40px;
    height: 40px;
    background: #37a1bc;
    border-radius: 50px;
    margin: 0 0px 0 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 425px) {
    .bx-soa-pp-company-wrap-image-small-selected {
        width: 25px;
        height: 25px;
    }
}

.bx-soa-pp-company .bx-soa-pp-company-image {
    background-repeat: no-repeat;
    background-position: center;
    background-image: URL('/local/templates/RBC/components/bitrix/sale.order.ajax/new_order/images/delivery_logo.png');
    display: block;
    width: 100px;
    height: 100px;
    background-size: auto 100%;
}

#bx-soa-paysystem .bx-soa-pp-company .bx-soa-pp-company-image {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 30px;
    margin: 10px 15px 10px 0;
}

.bx-soa-section .bx-soa-pp-company-image-small-selected {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: URL('/local/templates/RBC/components/bitrix/sale.order.ajax/new_order/images/delivery_logo.png');
    background-size: 100px;
}

.bx-soa-section .checkaut_courier .bx-soa-pp-company-image-small-selected,
.bx-soa-section .checkaut_pvz .bx-soa-pp-company-image-small-selected,
.bx-soa-section .checkaut_postamat .bx-soa-pp-company-image-small-selected,
.bx-soa-section .fast_delivery .bx-soa-pp-company-image-small-selected,
.bx-soa-section .courier .bx-soa-pp-company-image-small-selected,
.bx-soa-section .yad_pickup .bx-soa-pp-company-image-small-selected,
.bx-soa-section .yad_courier .bx-soa-pp-company-image-small-selected {
    background-size: 20px;
}

.checkaut_courier .bx-soa-pp-company-image {
    background-image: URL('/upload/img/deliv/vel.png');
    background-size: auto;
}
.yad_courier .bx-soa-pp-company-image {
    background-image: URL('/upload/img/deliv/vel.png');
    background-size: auto;
}

.checkaut_courier .bx-soa-pp-company-image-small-selected,
.bx-soa-pp-company.bx-selected.checkaut_courier .bx-soa-pp-company-image,
.bx-soa-pp-company.checkaut_courier .bx-soa-pp-company-graf-container:hover .bx-soa-pp-company-image {
    background-image: URL('/upload/img/deliv/vel2.png');
    background-size: auto;
}
.yad_courier .bx-soa-pp-company-image-small-selected,
.bx-soa-pp-company.bx-selected.yad_courier .bx-soa-pp-company-image,
.bx-soa-pp-company.yad_courier .bx-soa-pp-company-graf-container:hover .bx-soa-pp-company-image {
    background-image: URL('/upload/img/deliv/vel2.png');
    background-size: auto;
}

.checkaut_pvz .bx-soa-pp-company-image,
.yad_pickup .bx-soa-pp-company-image {
    background-image: URL('/upload/img/deliv/dom.png');
    background-size: auto;
}

.checkaut_pvz .bx-soa-pp-company-image-small-selected,
.bx-soa-pp-company.bx-selected.checkaut_pvz .bx-soa-pp-company-image,
.bx-soa-pp-company.checkaut_pvz .bx-soa-pp-company-graf-container:hover .bx-soa-pp-company-image {
    background-image: URL('/upload/img/deliv/dom2.png');
    background-size: auto;
}

.yad_pickup .bx-soa-pp-company-image-small-selected,
.bx-soa-pp-company.bx-selected.yad_pickup .bx-soa-pp-company-image,
.bx-soa-pp-company.yad_pickup .bx-soa-pp-company-graf-container:hover .bx-soa-pp-company-image {
    background-image: URL('/upload/img/deliv/dom2.png');
    background-size: auto;
}

.checkaut_postamat .bx-soa-pp-company-image {
    background-image: URL('/upload/img/deliv/four.png');
    background-size: auto;
}

.checkaut_postamat .bx-soa-pp-company-image-small-selected,
.bx-soa-pp-company.bx-selected.checkaut_postamat .bx-soa-pp-company-image,
.bx-soa-pp-company.checkaut_postamat .bx-soa-pp-company-graf-container:hover .bx-soa-pp-company-image {
    background-image: URL('/upload/img/deliv/four2.png');
    background-size: auto;
}

.fast_delivery .bx-soa-pp-company-image {
    background-image: URL('/upload/img/deliv/clock.png');
    background-size: auto;
}

.fast_delivery .bx-soa-pp-company-image-small-selected,
.bx-soa-pp-company.bx-selected.fast_delivery .bx-soa-pp-company-image,
.bx-soa-pp-company.fast_delivery .bx-soa-pp-company-graf-container:hover .bx-soa-pp-company-image {
    background-image: URL('/upload/img/deliv/clock2.png');
    background-size: auto;
}

.courier .bx-soa-pp-company-image {
    background-image: URL('/upload/img/deliv/vel.png');
    background-size: auto;
}

.courier .bx-soa-pp-company-image-small-selected,
.bx-soa-pp-company.bx-selected.courier .bx-soa-pp-company-image,
.bx-soa-pp-company.courier .bx-soa-pp-company-graf-container:hover .bx-soa-pp-company-image {
    background-image: URL('/upload/img/deliv/vel2.png');
    background-size: auto;
}

.bx-soa-pp-desc-container .bx-soa-pp-company-logo {
    max-width: 150px;
}

.bx-soa-pp-company-smalltitle {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    width: 100%;
    padding: 0 5% 10px;
    line-height: 16px;
    position: relative;
}

#bx-soa-paysystem .bx-soa-pp-company-smalltitle {
    display: inline-block;
    width: auto;
    padding: 0;
    vertical-align: middle;
    font-weight: normal;
}

.bx-soa-pp-company-period {
    width: 100%;
    padding: 0 5% 15px;
    font-size: 12px;
    text-align: center;
}
.bx-soa-pp-company-period a {
    padding: 0 0 0 0;
    display: block;
    font-size: 14px;
}
.bx-soa-pp-company-period a.has_link {
    padding: 30px 0 0 0;
}

.bx-soa-pp-company-link-container a {
    position: absolute;
    bottom: 35px;
    left: 50%;
    margin-left: -97px;
}

.yad_pickup .bx-soa-pp-company-link-container a {
    margin-left: -105px;
}

.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 {
    padding: 0 5% 5px;
    text-align: center;
    width: 100%;
    font-size: 12px;
}

.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) {
    .bx-soa-location-input-container {
        border-width: .5px;
    }
}

@media only screen and (min--moz-device-pixel-ratio: 2) {
    .bx-soa-location-input-container {
        border-width: .5px;
    }
}

@media only screen and (-moz-min-device-pixel-ratio: 2) {
    .bx-soa-location-input-container {
        border-width: .5px;
    }
}

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

@media only screen and (min-device-pixel-ratio: 2) {
    .bx-soa-location-input-container {
        border-width: .5px;
    }
}

@media only screen and (min-resolution: 192dpi) {
    .bx-soa-location-input-container {
        border-width: .5px;
    }
}

@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;
    height: 40px;
    line-height: 17px;
    padding: 10px 30px 10px 30px;
}

.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/RBC/components/bitrix/sale.order.ajax/new_order/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: absolute;
    z-index: 1;
    bottom: 70px;
}
.bx_soa_location .bx-soa-tooltip.bx-soa-tooltip-static {
    bottom: 77px;
}
@media (max-width: 767px) {
    .bx-soa-tooltip.bx-soa-tooltip-static {
        bottom: 50px;
    }
    .bx_soa_location .bx-soa-tooltip.bx-soa-tooltip-static {
        bottom: 75px;
    }
}

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

.bx-soa-tooltip .tooltip-inner {
    max-width: 370px;
    min-width: 220px;
}

.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/RBC/components/bitrix/sale.order.ajax/new_order/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/RBC/components/bitrix/sale.order.ajax/new_order/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+);
}

.btn-md, .btn-md:hover, .btn-md:focus, .btn-md:active, .btn-md:active:hover {
    background-color: #018288;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    border: 0px;
    border-radius: 0;
    font-weight: normal;
    line-height: normal;
    padding: 15px 55px;
    outline: none;
}

.pull-left, .pull-left:hover, .pull-left:focus, .pull-left:active, .pull-left:active:hover {
    background-color: #696566;
}

.bx-selected .bx-soa-quantity-block {
    position: relative;
    width: 190px;
}
@media (max-width: 768px) {
    .bx-selected .bx-soa-quantity-block {
        width: auto;
        margin: 0 15px 0 0;
    }
}
.bx-soa-item-minus, .bx-soa-item-plus {
    border-radius: 3px 0 0 3px;
    background: #f5f5f5;
    display: inline-block;
    padding: 13px 0 13px;
    font-size: 15px;
    line-height: 17px;
    color: #010101;
    width: 30px;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    margin: auto;
    border-width: 1px 0px 1px 1px;
    border-color: #d9d9d9;
    border-style: solid;
    text-decoration: none;
}

.bx-soa-item-minus:hover, .bx-soa-item-plus:hover {
    color: #010101;
    text-decoration: none;
}
.bx-soa-item-quantity {
    display: block;
    text-align: center;
}
.bx-selected .bx-soa-item-quantity {
    display: block;
    color: #010101;
    text-align: left;
    padding: 0 0 0 18%;
}
@media (max-width: 768px) {
    .bx-selected .bx-soa-item-quantity {
        padding: 0px;
        font-size: 18px;
        font-weight: bold;
    }
}
.bx-soa-item-plus {
    border-radius: 0 3px 3px 0;
    border-width: 1px 1px 1px 0px;
}

.bx_soa_type_profile {
    padding-bottom: 30px;
}

.bx-soa .radio-inline {
    display: inline-block;
    vertical-align: top;
    border: 2px solid #dadada;
    padding: 0;
    -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 .form-group {
    margin-bottom: 20px;
}
.bx-soa .radio-inline-selected {
    border-color: #27a1bd;
}

.bx-soa .radio-inline label {
    cursor: pointer;
}
.bx-soa .form-group .radio-inline label {
    padding: 25px 90px 25px 20px;
    cursor: pointer;
    display: block;
}

.bx-soa .radio-inline label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 20px 0 0;
    border: 2px solid #00a3bf;
    border-radius: 10px;
    -webkit-transition: border-width .3s ease;
    -moz-transition: border-width .3s ease;
    -o-transition: border-width .3s ease;
    transition: border-width .3s ease;
}

.bx-soa .radio-inline:hover label:before {
    border-width: 6px;
}
.bx-soa .radio-inline-selected label:before {
    border-width: 6px;
}

.bx-soa .radio-inline + .radio-inline {
    margin-left: 50px;
}
@media (max-width: 680px) {
    .bx-soa .radio-inline {
        width: 100%;
        max-width: 400px;
        margin: 0 0 15px 0;
    }
    .bx-soa .form-group .radio-inline label {
        padding: 25px 20px 25px 20px;
    }
    .bx-soa .radio-inline:last-child {
        margin-bottom: 0;
    }
    .bx-soa .radio-inline + .radio-inline {
        margin-left: 0px;
    }
    .bx_soa_type_profile {
        padding-bottom: 0px;
    }
}

@media (max-width: 500px) {
    .btn-md, .btn-md:hover, .btn-md:focus, .btn-md:active, .btn-md:active:hover {
        font-size: 15px;
        padding: 10px 15px;
    }
}

.bx-soa-pp-company-title-name {
    display: inline;
}

.bx-soa-pp-company-title-question-wrap {
    display: inline;
    position: relative;
}

.bx-soa-pp-company-question {
    padding: 2px;
    background-size: cover;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    z-index: 2;
    background-image: url(/upload/question2.png);
    float: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
@media (max-width: 767px) {
    .bx-soa-pp-company-question {
        width: 20px;
        height: 20px;
    }
}
.bx-soa-pp-company-info-question-box {
    display: none;
    z-index: 92;
}

.bx-soa-pp-company-strelochka {
    position: absolute;
    width: 22px;
    height: 13px;
    background-image: url(/upload/imgpsh_fullsize.png);
    z-index: 95;
    margin-top: 4px;
    bottom: 19px;
    transform: rotate(180deg);
    margin-left: -4px;
    left: 0;
}

.bx-soa-pp-company-info-label {
    position: absolute;
    background: #fff;
    width: 300px;
    text-align: left;
    padding: 25px;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.35);
    font-weight: normal !important;
    font-size: 14px;
    margin-top: 15px;
    border: 1px solid #ccc;
    z-index: 94;
    bottom: 30px;
    margin-left: -150px;
    left: 0px;
}

.bx-soa-pp-company-question:hover .bx-soa-pp-company-info-question-box {
    display: block;
}

#bx-soa-delivery .bx-soa-pp-item-container {
    margin: 0px 0 35px 0;
    clear: both;
}
.bx-soa-pp-delivery-title-props {
    margin: 0 0 20px 0;
}
.bx-soa-pp-delivery-title-props span {
    color: black;
    font-size: 16px;
    font-weight: bold;
}

.location-string-fade, .zip-string-fade {
    margin: 0;
    clear: both;
    padding: 15px 0 0px 0;
}

.bx-soa-pp-company-label {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.bx-soa .radio-inline .bx-soa-pp-company-label:before {
    margin: 10px 20px 10px 25px;
}

.btn-purple, .btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple:visited, .btn-purple:active:hover {
    color: white;
    background: #c70064;
    border-radius: 4px;
    border: none;
    padding: 13px 0;
    text-transform: uppercase;
    font-size: 18px;
}

.bx_soa_location .form-group {
    padding-bottom: 35px;
}

.bx-soa-cart-link-delivery-terms {
    display: block;
    margin: 10px 0 20px;
    text-decoration: underline;
    cursor: pointer;
    font-size: 15px;
    line-height: 24px;
    color: #434041;
    font-weight: 300;
    padding-left: 45px;
    background: url(/local/templates/fissman/img/del_i.png) no-repeat left center;
    background-size: 33px 24px;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.bx-soa-cart-link-delivery-terms-hide {
    opacity: 0;
    position: fixed;
    top: 35px;
}

.clearboth {
    clear: both;
}

@media (max-width: 767px) {
    .bx-soa-section-title-container {
        padding: 10px 25px;
    }
    .bx-soa-editstep {
        display: none;
        line-height: 16px;
        font-size: 14px;
        padding: 10px 10px 0px 0;
        /*display: block;*/
    }
}
@media (max-width: 425px) {
    .bx-soa-item-imgcontainer {
        width: 40px;
    }
    .bx-soa-item-content {
         padding: 0;
         margin: 0;
    }
    .bx-soa-section .bx-soa-section-title-count {
        margin: 0 0 0 0;
        width: 20px;
        height: 20px;
    }
    .bx-soa-section.bx-step-completed .bx-soa-section-title-count {
        padding: 2px;
    }
    .bx-soa-section.bx-step-completed.bx-step-error .bx-soa-section-title-count {
        padding: 1px;
    }
    .bx-soa-section .bx-soa-section-title-text {
        display: inline-block;
        font-size: 18px;
    }
    .bx-soa-section .bx-soa-section-title-count:after {
        font-size: 14px;
        line-height: 18px;
    }
    .bx-selected .bx-soa-item-content .bx-soa-item-title-sum {
        display: none;
    }
    .bx-selected .bx-soa-basket-info .bx-soa-item-properties,
    .bx-selected .bx-soa-basket-info .bx-soa-item-properties:last-child {
        width: 100%;
        text-align: left;
        margin: 0 0 5px 0;
    }
    #bx-soa-paysystem .bx-soa-pp-company .bx-soa-pp-company-image {
        display: none;
    }
    #bx-soa-order .soa-property-container-oferta .bx-soa-tooltip.bx-soa-tooltip-static {
        bottom: 75%;
    }
    .bx-selected .bx-soa-item-td-text .bx-price {
        font-size: 18px;
    }
}
.prof_history.confirm_order_prof_history .history_info .txt.txt_confirm {
    display: inline;
}
.delivery_moscow_text_wrap {
    display: block;
    width: 100%;
    background: #f5f5f5;
    color: #058085;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
    padding: 30px 0;
    margin: 30px 0 50px;
}

#bx-soa-order .suggestions-wrapper {
    display: block;
}
#bx-soa-order .suggestions-suggestions .suggestions-value {
    color: #aba8ac;
}
#bx-soa-order .suggestions-suggestions strong {
    color: #25282c;
}


#bx-soa-order .checkboxAreaChecked, #bx-soa-order  .checkboxArea {
    display: inline-block;
    vertical-align: top;
    width: 21px;
    height: 19px;
    background: url(/local/templates/fissman/img/adr_check.png) no-repeat left bottom;
    cursor: pointer;
    float: left;
    margin: 2px 10px 0 0;
}
#bx-soa-order .checkboxAreaChecked {
    background: url(/local/templates/fissman/img/adr_checked.png) no-repeat center;
}
#bx-soa-order .soa-property-description-oferta {
    display: block;
    margin: 0 0 0 30px;
    cursor: pointer;
    font-weight: normal;
}
#bx-soa-order .soa-property-container-oferta {
    position: relative;
    padding-top: 18px;
}
#bx-soa-order .soa-property-container-oferta .bx-soa-tooltip.bx-soa-tooltip-static {
    bottom: 85%;
}
#bx-soa-order .soa-property-description-oferta a {
    text-decoration: underline;
}

#bx-soa-order .suggestions-addon {
    display: none !important;
}
#bx-soa-order .outtaHere {
    position: fixed;
    left: -3000px;
    top: 0;
}
.svg_pencil_wrap {
    display: none;
}
.svg_pencil0 {
    fill: #FFFFFF;
    stroke: #201600;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.svg_pencil1 {
    fill: none;
    stroke: #201600;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}

.svg_pencil2 {
    fill: #FFFFFF;
    stroke: #201600;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}
.svg_loop_wrap {
    display: none;
}
.svg_loop {
    fill: none;
    stroke: #201600;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}

@media (max-width: 767px) {
    .svg_pencil_wrap,
    .svg_loop_wrap {
        display: block;
    }
    .svg_edit_block {
        display: block;
        width: 20px;
        height: 20px;
        float: right;
    }
    .bx-soa-section.bx-selected .svg_edit_block  {
        display: none;
    }
}
.line{
  cursor: pointer !important;
}
/* End */


/* Start:/bitrix/components/bitrix/sale.location.selector.steps/templates/.default/style.css?17050694447133*/
/* absolute path to images is required to make crm-sale proxy work */

.bx-slst .dropdown-block {
	border: 1px solid #bdbdbd;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px #ebebeb;
	box-shadow: inset 0 1px 2px #ebebeb;
	font-size: 14px;
	padding: 0 22px 0 30px;
	position: relative;
	background-color: #fff;

	margin-bottom: 10px;
}
.bx-slst .dropdown-block:last-child {
	margin-bottom: 0;
}

.bx-slst .dropdown-arrow {
	background: url(/bitrix/components/bitrix/sale.location.selector.steps/templates/.default/images/dropdown-errow.png) no-repeat center center;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	width: 22px;
}

.bx-slst .bx-ui-combobox-fake,
.bx-slst .bx-ui-combobox-route {
	background: transparent !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;

	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	height: 33px;
	width: 100%;
	outline: none;
	padding: 0;
}

.bx-slst .bx-ui-combobox-container {
	overflow: hidden;
}

.bx-slst .bx-ui-combobox-dropdown {
	border: 1px solid #bdbdbd;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 3px #c7c7c7;
	box-shadow: 0 2px 3px #c7c7c7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	max-height: 200px;
	overflow-y: auto;
	left: 0;
	top: 35px;
	padding: 5px 5px 3px 5px;
	position: absolute;
	width: 100%;
}

.bx-slst .dropdown-active .bx-ui-combobox-dropdown {
	display: block;
}

.bx-slst .bx-ui-combobox-variants {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bx-slst .dropdown-item {
	border-radius: 2px;
	padding: 7px 4px 7px 10px;
	margin-bottom: 2px;
}

.bx-slst .dropdown-item:hover {
	background-color: #f1f3f5;
	cursor: pointer;
}

.bx-slst .dropdown-img {
	border: none;
	display: inline-block;
	height: 12px;
	margin: 3px 12px 0 0;
	vertical-align: top;
	width: 16px;
}

.bx-slst .dropdown-item-text {
	/*makeup:color: #212121;*/
	color: #aba8ac;
	display: inline-block;
	/*max-width: 220px;*/ /*silly limitation*/
	vertical-align: top;
}

.bx-slst .dropdown-item-text span{
	color: #25282c;
}

.bx-slst .dropdown-list-title {
	border-bottom: 1px solid #e5e5e5;
	height: 37px;
	line-height: 37px;
	padding-left: 8px;
}

.bx-slst .dropdown-icon {
	background: url(/bitrix/components/bitrix/sale.location.selector.steps/templates/.default/images/lens.png) no-repeat center center;
	height: 14px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 14px;
}

.bx-slst .quick-locations{
	margin-bottom: 5px;
}
.bx-slst .quick-location-tag {
	background-color: #f2f5f8;
	border: 1px solid #cad3dc;
	border-radius: 3px;
	color: #1e55b9;
	display: inline-block;
	font-size: 15px;
	height: 27px;
	line-height: 26px;
	margin: 0 3px;
	padding: 0 14px;
	text-decoration: none;
	margin-bottom: 10px;
}
.bx-slst .quick-location-tag:hover{
	background-color: #fafafa;
}

.bx-slst .dropdown-fade2white{
	width: 32px;
	height: 31px;
	position: absolute;
	top: 2px;
	right: 0;

	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.bx-slst .bx-ui-combobox-toggle{
	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -2618px no-repeat scroll;
	width: 30px;
	height: 30px;
	cursor: pointer;
	cursor: hand;
	margin-top: 2px;

	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
}
.bx-slst .bx-ui-combobox-toggle:hover{
	background-position: 6px -2696px;
}

.bx-slst .bx-ui-combobox-loader{
	background-image: url(/bitrix/panel/main/images/waiter-white.gif) !important;
	background-repeat: no-repeat !important;
	background-position: right -1px !important;

	width: 30px;
	height: 30px;

	position: absolute;
	top: 3px;
	right: 2px;
	display: none;
}

.bx-slst .bx-ui-combobox-go-edit{
	display: none;
}

.bx-slst .bx-ui-combobox-dropdown{
	max-height: 300px;
}

.bx-slst .bx-ui-pager-area {
	height: 40px;
	text-align: center;
	color: gray;
	padding: 10px 0 0 0;
}

.bx-slst input[type="text"]{
	position: relative;
}

.bx-slst input::-ms-clear {
	display: none;
}

.bx-slst .bx-ui-combobox-dropdown{
	background-color: #fff;
	z-index: 999;
	border: 1px solid #87919c;
}

.bx-slst .bx-ui-combobox-variant{
	cursor: pointer;
	cursor: hand;
}

.bx-slst .bx-ui-combobox-variant,
.bx-slst .bx-ui-combobox-error{
	padding: 10px 10px;
}
.bx-slst .bx-ui-combobox-error{
	color: #ff2222;
	padding-left: 30px;
	position: relative;
}
.bx-slst .bx-ui-combobox-error div{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 25px;
	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -2895px no-repeat scroll;
}
.bx-slst .bx-ui-combobox-variant:hover,
.bx-slst .bx-ui-combobox-variant-active{
	background-color: #E0E8EA;
}

.adm-sls-edit-link{
	margin-top: 10px;
}

/* admin correction */
.bx-admin-mode .bx-sls-go-edit{
	margin-left: 10px;
	display: none;
}

.bx-admin-mode .dropdown-block {
	border-color: #87919c #959ea9 #9ea7b1;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
	height: 25px;
}

.bx-slst.bx-admin-mode .bx-ui-combobox-fake,
.bx-slst.bx-admin-mode .bx-ui-combobox-route {
	height: 25px;
}

.bx-slst.bx-admin-mode .dropdown-icon {
	top: 7px;
}

.bx-slst.bx-admin-mode .dropdown-fade2white {
	height: 22px;
}

.bx-slst.bx-admin-mode .dropdown-fade2white {
	right: 1px;
}

.bx-slst.bx-admin-mode .bx-ui-combobox-toggle {
	background-position: 6px -2623px;
	height: 22px;
}

/*
.bx-slst.bx-admin-mode .bx-ui-combobox-toggle:hover{
	background-position: 6px -3421px;
}
*/

.bx-slst.bx-admin-mode .bx-ui-combobox-loader {
	background-position: right -4px !important;
	height: 21px;
}

.bx-slst.bx-admin-mode .bx-ui-combobox-dropdown {
	top: 27px;
}

.bx-slst .bx-ui-state-items-discover-in-progress .bx-ui-combobox-loader{
	display: block;
}

.bx-ui-slst-pool select {
	margin: 10px 10px 0 0;
}

div[data-bx-ui-id="error"]{
	display: none;
}
.bx-ui-state-error div[data-bx-ui-id="error"] {
	display: block;
}
.bx-ui-slst-other-item,
.bx-ui-combobox-deselect-item {
	border-bottom: 1px solid gray;
}
.bx-ui-sls-tree-trunk{
	padding: 0 0 9px 30px;
}
.disabled-keyboard{
	cursor: pointer;
	cursor: hand;
}
.disabled-keyboard input{
	cursor: inherit;
}

.bx-ui-combobox-container .bx-combobox-fake-as-input{
	padding-top: 9px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* End */
/* /local/templates/RBC/components/bitrix/sale.basket.basket/basket_page/style.css?17050710481374 */
/* /bitrix/components/bitrix/sale.location.selector.search/templates/.default/style.css?17050694436401 */
/* /local/templates/RBC/components/bitrix/sale.order.ajax/new_order/style.css?170507104868284 */
/* /bitrix/components/bitrix/sale.location.selector.steps/templates/.default/style.css?17050694447133 */
