	label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
	}

.label-default {
    background-color: rgb(119, 119, 119);
}

.label {
    display: inline;
   /* font-size: 75%;*/
    font-weight: 300;
    line-height: 1;
    color: rgb(255, 255, 255);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    /*padding: 0.2em 0.6em 0.3em;*/
	padding: 0.2em 1em 0.3em;
    border-radius: 0.25em;
}

.section2 {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 60px;
}

.minus, .plus {
    width: 10px;
    height: 10px;
    background: #f2f2f2;
    border-radius: 4px;
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
}
span {
    cursor: pointer;
}
/*
.small-line {
	height: 3px;
	background-color: #333;
	max-width: 100px;
	margin: 0px auto;
	margin-bottom: 40px;
	margin-top: 15px;
}!important;
*/
.name-price {
	/*background: #FFD800;*/
	background: rgb(255,161,0);
	color: #333;
	text-align: center;
	padding: 20px 0;
}

.box-price {
	background: #DDDDDD;
	color: #333;
	padding: 0 15px;
	overflow: hidden;
	/*height: 0px;*/
}

.box-filter {
	padding: 10px 0;
}

ul.parametrs .check-param {
	background-color: #F13A13;
	color: #FFF;
}

ul.parametrs1 .check-param {
	background-color: #F13A13;
	color: #FFF;
}

.footer-price {
	/*background: #F13A13;*/
	background: #FB7650;
	text-align: center;
	color: #FFF;
	padding: 25px 0;
}

.btn-outlined {
	border: 1px solid #FFF;
	color: #FFF !important;
	font-size: .875em; 
	color: #cacaca;
	padding: 10px 40px; 
	font-weight: normal;
	text-align: center;
	background: none;
	border: 1px solid #cacaca;
	vertical-align: middle;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	white-space: nowrap;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	outline: 0;
}

.btn-outlined:hover {
	border-color: transparent;
	background: #FFFFFF;
	color: #fff;
	color: #333!important;
	text-shadow: none;
}

.btn-lg, .btn-group-lg>.btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}

ul.parametrs {
	padding: 0;
}

ul.parametrs li {
	cursor: pointer;
	list-style-type: none; 
	margin-bottom: 10px;
    display: inline-block;
	margin-left: 0;
}

ul.parametrs1 {
	padding: 0;
}

ul.parametrs1 li {
	cursor: pointer;

.cur {
	font-size: 36px;
}

.rub {
	display: none;
}

.list-group-item {
	border: 0px solid #ddd;
}