

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

.bx-sls {
	position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: auto;
}

.bx-sls .dropdown-block {
	-webkit-border-radius: 0px;
    border-radius: 0px;
    border: 2px solid #f2f2f2;

	padding: 0 22px 0 45px;
	position: relative;
	background-color: #fff;
}

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

.bx-sls .dropdown-arrow {
	background: url(/local/templates/synchro_main/components/bitrix/sale.location.selector.search/.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: 48px;
}

.bx-sls .bx-ui-sls-pane {
	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: 50px;
	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(/local/templates/synchro_main/components/bitrix/sale.location.selector.search/.default/images/glass-fixed.svg) no-repeat center center;
	height: 20px;
    width: 20px;

	position: absolute;
	top: 12px;
	left: 12px;
	padding: 1px;
}

.bx-sls .quick-locations{
	margin-bottom: 5px;
}
.bx-sls .quick-location-tag {
	background-color: #f9f9fb;
	border: 1px solid #d9435d;
	border-radius: 3px;
	color: #d9435d;
	display: inline-block;
	font-size: 14px;
	height: 27px;
	line-height: 26px;
	margin: 0 3px 10px;
	padding: 0 14px;
	text-decoration: none;
	font-family: 'Arimo Regular', sans-serif;
}
.bx-sls .quick-location-tag:hover{
	background-color: #f7d9df;
}

.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;
	position: absolute;
	top: 8px;
    right: 4px;
	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: #2d3036 !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: 'Arimo Regular',sans-serif;
	font-size: 100%;
	height: 48px;

	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/synchro_main/components/bitrix/sale.order.ajax/synchro-order/style.css?17483418613858*/
#loading_block {
	position: fixed;
    top: 0;
    left: 0;
    background: #ffffff85;
    opacity: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    transition-duration: 0.3s;
    background-image: url(/local/templates/synchro_main/components/bitrix/sale.order.ajax/synchro-order/images/loader.gif); 
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: none;
}
#loading_block.active {
	display: block;	
	opacity: 1;
}

.pickup_set_block--btn-cdek a.btn{
    border-radius: 5px;
    width: 230px;
    margin: 10px auto 0;
    padding: 5px;
}

.pickup_set_block--btn-cdek br{
    display: none;
}

.order-info-node__flex-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 80px;
}

.order-info-node__flex-top {
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
}

.order-info-node__flex-center {
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 80px;
    align-items: center;
}

.order-info-node__flex-center .order-info-node-name {
    flex-grow: 1;
}


.order-info-node__flex-top-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}


.order-info-node {
    max-width: 320px;
    width: 100%;
    font-size: 16px;
    background: transparent;
    /*line-height: 100px;*/
    cursor: pointer;
    text-align: center;
    border: 2px solid #f7d9df;
    box-sizing: border-box;
    outline: none;
    border-radius: 8px;
    transition: .3s;
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin: 10px 0;
    padding: 10px 0 5px;
    font-family: 'Arimo Regular', sans-serif;
    font-size: 15px;
    color: #494a4c;
}

.order-info-node > input[type="radio"] {
	display: none;
}
.order-info-node.checked {
	background: #f7d9df;
    border: 2px solid #d9435d;
}

.order-info-node .order-info-node-picture {
    pointer-events: none;
    height: 48px;
    min-width: 48px;
    background-size: cover;
    background-repeat: no-repeat;
}
.order-info-node .order-info-node-name {

    display: inline-block;
}
.order-info-node .order-info-node-name, .order-info-node .order-info-node-price {

}
.pickup_set_block--btn-cdek a.btn{
    font-family: 'Arimo Regular', sans-serif;
    font-size: 16px;
    font-weight: unset;
    padding: 7px;
    border-radius: 5px;
    min-width: 233px;
    margin: 15px auto 0;
}

.pickup_set_block--btn-cdek br{
    display: none;
}


.order-info__input {}
.order-info__input {
    padding-left: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #494a4c;
    min-width: 249px;
    width: 600px;
    padding-left: 16px;
    margin-top: 8px;
    margin-bottom: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

.item-cart__info span:nth-child(2) {
	color: unset !important;
}

.order-info_confirm .order-info__navigate .order-info__next, .order-info__back, .order-info__next {
	outline: none !important;
}

.order-info__input_text {
    margin-bottom: 25px !important;
}

.order-info__form {
    margin-bottom: 75px;
}

.order-info__form label {
    color: #d9435d;
    font-weight: bold;
}


.checkout__left {
    max-width: 100% !important;
}


.order-cart__basket_block {
    width: 100%;
}
.order-cart__basket_block .cart__list {
    width: 100% !important;
}


.sale_order_full_table form input[type='submit'] {
    
}

@media (max-width:400px) {
    .order-info-node__flex-top,.order-info-node__flex-center {
        padding-left: 15px;
        padding-right: 15px;
    }
    .order-info-node-picture {
        margin-right: 5px;
    }
}


#order-errors-container {
    margin: 15px 0;
}
#order-errors-container p {
    color: red;
}

.form__block_delivery_description {
    margin: 0 0 25px 0;
    font-size: 14px;
    font-weight: 300;
}

/* End */
/* /local/templates/synchro_main/components/bitrix/sale.location.selector.search/.default/style.css?17483418616293 */
/* /local/templates/synchro_main/components/bitrix/sale.order.ajax/synchro-order/style.css?17483418613858 */
