.sum .minus {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.sum .plus {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.basket-content {
	clear: both;
}

.choose_accessories {
	margin: -4px 0 5px 0px;
	display: inline-block;
}
.choose_accessories .open_accessories{
	color: #505050;
	border-bottom: 1px dashed #505050;
	text-decoration: none;
	cursor: pointer;
}
.basket_accessories {
	min-height: 100px;
	background: #fff;
	position: fixed;
	z-index: 10000;
	width: 100%;
	top: 240px;
	left: 0;
	box-shadow: 0px 0px 20px #999;
	padding: 15px 0;
}
.basket_accessories .marker{
	position: absolute;
	z-index: 10000;
	top: -8px;
	left: 35%;
	margin-left: -8px;
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 0;
}

.acs_fader {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	z-index: 9999;
	top: 0;
	left: 0;
	display: none;
}
.basket_accessories .accessories-content{
	height:260px;
}


.basket_accessories .carusel{
	width: 100%;
	height: 260px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.basket_accessories .loading {
	background: url(/assets/images/loading.gif) 0 0 no-repeat;
	width: 31px;
	height: 31px;
	position: absolute;
	top: 120px;
	left: 50%;
	display: none;
}
.basket_accessories .carus_cont {
	margin: 0 50px;
	overflow: hidden;
}

.basket_accessories .carusel .carus_cont .rel {
	position: relative;
	float: left;
	width: 99999px;
}
.basket_accessories .carusel .carus_cont .rel.center {
	width: 100%;
	text-align: center;
}
.basket_accessories .carusel .carus_cont .rel.center .car_bl{
	display: inline-block;
	float: none !important;
	margin-right: 10px !important;
}
.basket_accessories .carusel .car_bl .btn_cont .blue_btn {
	display: inline-block !important;
	width: auto !important;
	padding: 0 6px !important;
	float: none !important;
}

.basket_accessories .carusel .carus_cont .car_bl:first-child {
	margin-left: 0;
}

.basket_accessories .carusel .carus_cont .car_bl {
	float: left;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 10px;
	width: 145px;
	height: 210px;
	padding: 20px 24px;
	text-align: center;
	background: #f1f1f1;
	position: relative;
}
.basket_accessories .carusel .carus_cont .car_bl .img {
	background: #fff;
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	width: 100px;
	height: 100px;
	padding: 10px;
	margin: 0 auto;
}
.basket_accessories .carusel .carus_cont .car_bl > a {
	color: #000;
	display: block;
	width: 100%;
	overflow: hidden;
	height: 36px;
}
.basket_accessories .pr {
	font-size: 1.4em;
	line-height: 1.8;
	white-space: nowrap;
	color: #016aac;
	font-weight: bold;
}
.basket_accessories .carusel .carus_cont .car_bl .btn_cont {
	text-align: center;
}
.basket_accessories .carusel .carus_cont .car_bl .btn_cont .buy{
	float: none;
	display: inline-block;
}

.basket_accessories .carusel .left,
.basket_accessories .carusel .right {
	top: 50%;
	margin-top: -22px;
	cursor: pointer;
}
.basket_accessories .carusel .left {
	position: absolute;
	top:40px;
	left: 0px;
	padding: 75px 5px 75px 15px;
	margin-left:-15px;
	width: 30px;
	height: 50px;
	border: 1px solid #d9d9d9;
	background: #f1f1f1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
.basket_accessories .carusel .left:hover .arrow_bg{
	background-position: 1px -43px;
}
.basket_accessories .carusel .right {
	position: absolute;
	top:40px;
	right: 0px;
	padding: 75px 15px 75px 5px;
	margin-right:-15px;
	width: 30px;
	height: 50px;
	border: 1px solid #d9d9d9;
	background: #f1f1f1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.basket_accessories .carusel .right:hover .arrow_bg{
	background-position: -30px -43px;
}
.basket_accessories .carusel .right .arrow_bg,
.basket_accessories .carusel .left .arrow_bg {
	display: inline-block;
	height: 50px;
	width: 30px;
}
.basket_accessories .carusel .left .arrow_bg {
	background: url(/assets/images/car_arrs.png) 1px 2px no-repeat;
}
.basket_accessories .carusel .right .arrow_bg {
	background: url(/assets/images/car_arrs.png) -30px 2px no-repeat;
}

header .top .basket_accessories ul li.accessories-tab {
	padding: 0 15px;
	float: none;
	width: auto;
	height: 100%;
	background: #e1e1e1;
	position: relative;
	cursor: pointer;
	display: inline-block;
	font-size: 1.7em;
	font-weight: normal;
	margin-right: 10px;
	margin-bottom: 15px;
}
header .top .basket_accessories ul li.accessories-tab.active {
	background-color: #a3cfea;
}
header .top .basket_accessories ul li.accessories-tab:last-child:after {
content: '';
display: none;
}
.basket_accessories .aks > ul {
	text-align: center;
}
.basket_accessories .js-aks_close {
	position: absolute;
	right: 13px;
	top: 0;
	width: 40px;
	height: 40px;
	border: none;
	background: url(/assets/images/close.png) center no-repeat;
	cursor: pointer;
	z-index: 2;
}

.basket-content .bonus {
	position: relative;
	display: inline-block;
	margin-left: 10px;
}
.basket-content .bonus .your_tariff{
	background: #cae6f8;
	border-radius: 4px;
	color:#616161;
	font-weight:700;
	text-align: center;
	padding: 0 5px;
	margin-top: 3px;
}
.basket-content .bonus .bonus_table{
	width:100%;
	margin-bottom: 8px;font-size:0.8em;
}
.basket-content .bonus .bonus_table th{
	color:#afafaf;
	font: italic 1em/1.4em Tahoma, "Geneva CY", sans-serif;
	text-align: left;
	padding-bottom: 3px;
}
.basket-content .bonus .bonus_table tr{
	background: none !important;
}
.basket-content .bonus .bonus_table td{
	padding: 0 0 3px 0 !important;
	border: none !important;
	background: transparent !important;
}
.basket-content .bonus .bonus_table td span{
	display: block;
	background: #fff;
	height:25px;
	line-height: 25px;
	color:#616161;
}
.basket-content .bonus .bonus_table .disabled td span{
	background: #f5f5f5;
	color:#818181;
}
.basket-content .bonus .bonus_table td.radio span{
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	padding-left: 6px;
	padding-right: 10px;
}
.basket-content .bonus .bonus_table td.radio span input {
	display: none;
}
.basket-content .bonus .bonus_table td.radio span input + div[class^="ch"] {
	float: left;
	margin-top: 5px;
	width: 15px;
	height: 15px;
}
.basket-content .bonus .bonus_table td.radio span input + div[class^="ch"].ch_r {
	background: url(/assets/images/checks.png) -23px -23px no-repeat;
}
.basket-content .bonus .bonus_table td.radio span input:checked + div[class^="ch"].ch_r {
	background-position: -23px 0;
}

.basket-content .bonus .bonus_table td.price span{
	text-align: center;
}
.basket-content .bonus .bonus_table td.bonus_td span{
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	padding-right: 6px;
	padding-right: 10px;
	text-align: right;
}
.basket-content .bonus .open_bonus{
	background: #f1eed4;
	border: 1px dashed #d5d5d5;
	color:#016aac;
	display: inline-block;
	padding:0px 8px;
	border-radius: 3px;
	cursor: pointer;
}
.basket-content .bonus .bonus_popup{
	display: none;
	position: absolute;
	top:0;
	left:75px;
	background: #f2f2f2;
	padding: 2px 5px;
	border-radius: 5px;
	box-shadow: 0 0 3px #000;
	z-index:100;
	width: 210px;
}
.basket-content .bonus .bonus_popup.last{
	top:-65px;
}
table.tab {
	overflow:visible;
}
.basket_loader {
	background: url(/assets/images/loading.gif) 50% 50% no-repeat rgba(255, 255, 255, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}


.bonus_slider {
	background: #f2f2f2;
	border-radius: 10px;
	width: 490px;
	padding: 20px;
	position: absolute;
	height: 50px;
	/*left: -50px;*/
}
.bonus_slider .ui-slider{
	background:#e2e2e2;
	height:8px;
	margin-top: 20px;
}
div.slider_labels {
	width: 490px;
	position: relative;
}
div.slider_labels span {
	display: inline-block;
	position: absolute;
	background: #fff;
	border-radius:3px;
	text-align: center;
	padding: 0px 10px;
	cursor: pointer;
    font-size:0.75em;
	top:5px;
	width:120px;
	margin-left: -70px;
    border:1px solid #B3B3B3;
}
div.slider_labels span.disabled {
	background: #B3B3B3;
	color:#fff;
}
div.slider_labels span.top_label {
	top:-39px;
}
div.slider_labels span:last-child {
	left:350px !important;
}
.itog.bonus_itog {
	float:none !important;
	position: relative;
    height:90px;
    margin:1em 0
}
div.slider_labels span:after {
	content: "|";
	position: absolute;
	left: 66px;
	color: #95bfdb;
	top: -20px;
	font-size: 16px;
}
div.slider_labels span.top_label.disabled:after {color:#B3B3B3}
div.slider_labels span.top_label:after {
	top: 18px;
}
div.slider_labels span:first-child,
div.slider_labels span:last-child {
	margin: 0;
}
div.slider_labels span:first-child:after {
	left: 2px;
}
div.slider_labels span:last-child:after {
	right: -65px;
}
.itogo_block {
	position: absolute;
	background: #fff;
	border-radius: 10px;
	right:0;
	padding: 10px;
    border: 1px solid #27AAE1;
    /*width: 300px;*/
    /*height: 90px;*/
}
header .top ul.t_li li .cont.corz .order.bonus_enabled {
	margin-top: 150px !important;
	float:none !important;
}
header .top ul.t_li li .cont.corz .itog.bonus_itog {
	text-align: left;
	position: relative;
	margin-top: 30px;
}
header .top ul.t_li li .cont.corz .itog.bonus_itog p{
	position: absolute;
	top: 10px;
	left: 10px;
}
header .top ul.t_li li .cont.corz .itog.bonus_itog p:first-child{
	font-size: 18px;
}
header .top ul.t_li li .cont.corz .itog.bonus_itog p:first-child span{
	font-size: 21px;
	font-weight: bold;
	display: inline-block;
	margin-top: 10px;
}
header .top ul.t_li li .cont.corz .itog.bonus_itog p.bonuses_all{
	position: absolute;
	top: 75px;
	left: 10px;
	color:#6e6e6e;
	font-weight: bold;
}
header .top ul.t_li li .cont.corz .itog.bonus_itog .orange_btn {
	padding: 0 12px;
	margin-top: 25px;
}

.slider-range.first_value .ui-slider-handle{
	margin-left: 0px;
}
.slider-range.last_value .ui-slider-handle{
	margin-left: -8px;
}