

/* Start:/bitrix/templates/capitalim_s1/components/capital/catalog.basket/main_bascet/style.css?17081086678522*/
.big_div {
	overflow-x: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	box-shadow: 0 2px 3px #ebebec;
	border-radius: 5px;
	font-size: 14px;
}
.big_div table.big-basket {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	padding:0;
}
.basket_head td {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
white-space: nowrap;
}
.basket_head td div {
	padding: 0 5px;
	min-height: 39px;
	color: #444648;
	font-size: 14px;
	line-height: 39px;
	background: #f1f2f5;
	background: -moz-linear-gradient(top, #f1f2f5 1%, #d6d9dd 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f1f2f5), color-stop(99%,#d6d9dd));
	background: -webkit-linear-gradient(top, #f1f2f5 1%,#d6d9dd 99%);
	background: -o-linear-gradient(top, #f1f2f5 1%,#d6d9dd 99%);
	background: -ms-linear-gradient(top, #f1f2f5 1%,#d6d9dd 99%);
	background: linear-gradient(to bottom, #f1f2f5 1%,#d6d9dd 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2f5', endColorstr='#d6d9dd',GradientType=0 );
}
.big_div .item td {
	padding: 2% 5px;
	border-bottom: 1px solid #dadbde;
	vertical-align: middle;
}
.big_div .item td.min_name {
	width: 50%;
	vertical-align: middle;
}
.big_div .item td.min_name a {
	color: #257dc7;
	text-decoration: none;
	font-size: 12px;
}
.big_div tr.item:hover {
	background: #f8f8f8;
}
.big_div .item td.min_name a:hover { 
	color: #444648;
}
.big_div .item td.min_pic {
	width: 7.2%;
	padding: 12px 0;	
	text-align: center;
}
.big_div .item td.min_pic img {
	max-width:81px;
	max-height:81px;
}
.big_div td.margin {
	padding: 0;
	width: 2%;
}
.big_div .item td.min_price {
	color: #444648;
	font-weight: bold;
	font-size: 16px;
}
.big_div .item td.min_price strike {
	font-weight:normal;
	font-size:14px;
}
.big_div .item td.min_delete {
	position:relative;
}
.big_div .item td.min_kol .inp_schet { 
	font-size: 14px;
	color: #444648;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	height: 24px;
	padding: 0;
	text-align: center;
	float: left;
	margin-left: 7px;
	margin-right: 7px;
}
.big_div .item td.min_kol .strelka {
	float: left;
	display: block;
	width: 20px;
	height: 24px;
	text-align: center;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	text-decoration: none;
	font-size: 17px;
	line-height: 23px;
	color: #444648;
	background: #f9f9f9;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #d9d8d6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#d9d8d6));
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#d9d8d6 100%);
	background: -o-linear-gradient(top, #f9f9f9 0%,#d9d8d6 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%,#d9d8d6 100%);
	background: linear-gradient(to bottom, #f9f9f9 0%,#d9d8d6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#d9d8d6',GradientType=0 );
}
.big_div .item td.min_kol .strelka:hover {
	background: #f9f9f9;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #eaeae8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#eaeae8));
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#eaeae8 100%);
	background: -o-linear-gradient(top, #f9f9f9 0%,#eaeae8 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%,#eaeae8 100%);
	background: linear-gradient(to bottom, #f9f9f9 0%,#eaeae8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eaeae8',GradientType=0 );
}
.big_div .item td.min_delete a {
	font-size: 0;
	display: block;
	position: absolute;
	width: 18px;
	height: 13px;
	top: 45%;
	right: 0;
	background: url(/bitrix/templates/capitalim_s1/components/capital/catalog.basket/main_bascet/images/delete.png) no-repeat top;
}
.big_div .item td.min_delete a:hover {
	background: url(/bitrix/templates/capitalim_s1/components/capital/catalog.basket/main_bascet/images/delete.png) no-repeat bottom;
} 
.calcul {
	margin-top:15px;
}
.calcul input[type="submit"] {
	float: left;
	display: block;
	width: 150px;
	height: 36px;
	text-align: center;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	text-decoration: none;
	font-size: 17px;
	line-height: 23px;
	color: #444648;
	background: #f9f9f9;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #d9d8d6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#d9d8d6));
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#d9d8d6 100%);
	background: -o-linear-gradient(top, #f9f9f9 0%,#d9d8d6 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%,#d9d8d6 100%);
	background: linear-gradient(to bottom, #f9f9f9 0%,#d9d8d6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#d9d8d6',GradientType=0 );
}
.calcul input[type="submit"]:hover {
	background: #f9f9f9;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #eaeae8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#eaeae8));
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#eaeae8 100%);
	background: -o-linear-gradient(top, #f9f9f9 0%,#eaeae8 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%,#eaeae8 100%);
	background: linear-gradient(to bottom, #f9f9f9 0%,#eaeae8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eaeae8',GradientType=0 );
}
.calcul .itog .price {
	padding: 1px;
	font-weight: bold;
	text-align: right;
	font-size: 21px;
}
.calcul .itog .text {
	font-size: 14px;
	font-weight: normal;
	padding-right: 8px;
	vertical-align: middle;
	line-height: 33px;
}
.basket-otprav input[type="submit"] {
	position: relative;
	float:right;
	padding: 0 18px;
	border-radius: 3px;
	background: #00a2df;
	background: #8dc119;
	background: -moz-linear-gradient(top, #8dc119 1%, #5db643 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#8dc119), color-stop(100%,#5db643));
	background: -webkit-linear-gradient(top, #8dc119 1%,#5db643 100%);
	background: -o-linear-gradient(top, #8dc119 1%,#5db643 100%);
	background: -ms-linear-gradient(top, #8dc119 1%,#5db643 100%);
	background: linear-gradient(to bottom, #8dc119 1%,#5db643 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc119', endColorstr='#5db643',GradientType=0 );
	color: #fff;
	vertical-align: middle;
	text-decoration: none;
	font-weight: normal;
	line-height: 36px;
	text-transform: uppercase;
	font-size: 16x;
	border-top: 1px solid #a1dd1d;
	border-bottom: 1px solid #488a32;
	border-right: 1px solid #539b36;
	border-left: 1px solid #7cc832;
	color: #fff;
	vertical-align: bottom;
	text-decoration: none;
	font-weight: bold;
	line-height: 36px;
}
.basket-otprav input[type="submit"]:hover {
	background: #8dc119;
}
.information_bascet {
	margin-top:30px;
}
.information_bascet .title_info {
	font-size: 14px;
	display: block;
	color: #444648;
	margin: 1.33em 0;
	font-weight:bold;
}
.information_bascet .title_reg {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #444648;
	font-size: 1em;
	margin: 1.33em 0;
	font-weight:bold;
}
.information_bascet input[type="text"],
.information_bascet textarea {
	background: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 2px;
	color: #000;
	box-shadow: inset 0 3px 6px 0 #ececec;
	display: inline-block;
	outline: none;
	vertical-align: middle;
	font-size: 14px;
	padding: 6px 8px;
	margin-bottom: 3px;
	font-weight: normal;
	font-size: 15px;
	width: 100%;
	max-width: 400px;
	box-sizing:border-box;
}
.information_bascet .fields {
	overflow:hidden;
	margin-bottom:10px;
	
}
.information_bascet .fields .name_field {
	float:left;
	width:30%;
}
.information_bascet .fields .value_field {
	float:left;
	width:70%;
}
.information_bascet .l_col {
	width:50%;
}
.information_bascet .r_col {
	width:40%;
}
.information_bascet .r_col .left_col {
	width:40%;
	margin-right:10%;
}
.zvezda_b {
	color: rgba(199,31,31,1);
	font-weight: bold;
}
.field .dost {
	padding-bottom:5px;
}
.field .dost input[type="checkbox"] {
	margin-right:5px;
}
.error_bas {
	color: red;
	padding-bottom: 15px;
}
@media (max-width:820px) {
	.information_bascet .l_col {
		width:100%;
	}
	.information_bascet .r_col {
		width:100%;
	}
	.basket-otprav input[type="submit"] {	
		float:none;
	}
	.calcul input[type="submit"] {
		display:none;
	}
	.min_kol {
		display:none;
	}
	.coutn {
		display:none;
	}
}
@media (max-width:640px) {
	.big_div .item td.min_name {
		width:40%;
	}
}
@media (max-width:480px ) {
	.min_pic {
		display:none;
	}
}

/* End */
/* /bitrix/templates/capitalim_s1/components/capital/catalog.basket/main_bascet/style.css?17081086678522 */
