/*.modal_koef {
	position: fixed;
    bottom: 0px;
    right: 20px;
	width: 325px;
	z-index: 1;
}*/
.modal_koef {
	position: relative;
    bottom: 0;
	margin-top: 11px;
    right: 20px;
    width: 325px;
    z-index: 1;
    float: right;
    margin-left: 13px;
}

.modal_koef .title {
	background: #f9f9f9;
    border-top: 2px solid red;
    border-radius: 8px 8px 0px 0px;
    display: block;
	width: 100%;
    height: 25px;
	cursor:pointer;
	text-align:center;
	font-size: 14px;
    font-weight: bold;
    color: #616161;
}
.modal_koef .title span {
	width: 10px;
    height: 10px;
	position: absolute;
    right: 8px;
    top: 8px;
    border: 1px solid #909090;
    border-radius: 50%;
}
.modal_koef .title span.on {
	background: #00ca00;
}
.modal_koef .title span.off {
	background: #f9f9f9;
}
.modal_koef .title:hover {
    color: #000;
	border-top: 4px solid red;
}
.modal_koef .content {
	background: #f0fff0;
    border: 1px solid #cfe6cb;
    height: 45px;
	font-size: 16px;
	text-align: center;
    padding: 10px;
}
#in_koef {
	width: 45px;
    height: 30px;
    font-size: 16px;
	font-weight: bold;
	border: 1px solid green;
}
#in_koef_sub {
	font-size: 16px;
    border: 2px solid #41ab30;
    border-radius: 2px;
    background: none;
    color: #41ab30;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}
.modal_koef div.del {
	text-align: left;
}
.modal_koef div.kmode {
	float: right;
}

.modal_koef div.del #in_koef_del {
	border: 1px solid #888888;
    background: #bdbdbd;
    color: white;
    cursor: pointer;
    font-size: 11px;
}
.modal_koef div.del #in_koef_del:hover {
	border: 1px solid red;
    background: red;
}

.modal_koef div.kmode #in_koef_kmode {
	border: 1px solid #888888;
    background: #bdbdbd;
    color: white;
    cursor: pointer;
    font-size: 11px;
}
.modal_koef div.kmode #in_koef_kmode:hover {
	border: 1px solid red;
    background: red;
}

.price_koef, .price_proc {
	color: green;
    font-weight: bold;
	margin-top: 5px;
    margin-right: 10px;
}

.switch-button-nacenka {
	width: 52px;
    height: 22px;
    background: #a5a5a5;
    border-radius:16px;
    -moz-border-radius:16px;
    -webkit-border-radius:16px;
    z-index: 0;
    margin: 0 auto;
    padding: 0;
    appearance: none;
    border: none;
    cursor: pointer;
    position: relative;
}
.switch-button-nacenka:before {
	content: " ";
	position: absolute;
	left: 1px;
	top: 1px;
	width: 50px;
    height: 20px;
	background: #ec8080;
	z-index: 1;
	border-radius:16px;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
}

.switch-button-nacenka:after {
    content: " ";
    height: 19px;
    width: 20px;
    border-radius: 28px;
    background: #fff;
    position: absolute;
    z-index: 2;
    top: 1px;
    left: 1px;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-box-shadow: 0 2px 5px #999999;
    box-shadow: 0 2px 5px #999999;
}
.switchOn,.switchOn:before {
    background: #76f176 !important;
}
.switchOn:after {
    left: 32px !important;
}
.show-nacenka-text {
	color: green;
	font-weight: bold;
	font-size: 14px;
}
.checkbox-nacenka {
	display: none;
}
.price_block_n .nacenka_n span {
	color: #249c24;
}