.calc {
	font-size: 16px;
	position: relative;
	min-height: 100%;
}
.calc .title {
	font-size: 45px;
	font-weight: bold;
}
.calc .big {
	font-size: 24px;
}
.calc .type_choose {
	font-size: 32px;
	font-weight: bold;
}
.calc .type_choose .switch {
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	color: inherit;
}
.calc .type_choose .switch.act {
	border-color: transparent;
	color: #ee2e2e;
}
.calc .pay_choose {
	padding-top: 20px;
	font-size: 20px;
	font-weight: bold;
}
.calc .pay_choose .switch {
	text-decoration: none;
	border-bottom: 1px dotted #000;
	color: inherit;
}
.calc .pay_choose .switch.act {
	border: none;
	color: #ee2e2e;
}
.calc .switch:hover {
	border-color: transparent;
}
.btn:hover {
	text-decoration: none;
}

.link_to_send_code,
.btn-file-browse {
	border-width: 2px;
}
.mk-calk .ui-slider {
	border: none;
	background: #ccc;
	height: 5px;
	margin: 12px 0 28px;
	cursor: pointer;
}
.mk-calk .ui-slider .ui-slider-range-min {
	background: #ee2e2e;
}
.mk-calk .ui-slider .ui-slider-handle {
	width: 25px;
	    height: 25px;
	    background: #fff;
	    top: -10px;
	    margin-left: -16px;
	    border: 1px solid #ccc;
	    border-bottom: 2px solid #ccc;
	    border-radius: 18px;
	    -webkit-border-radius: 18px;
	    -moz-border-radius: 18px;
		cursor: pointer;
}
.mk-calk .ui-slider .ui-slider-handle:focus {
	outline: 0;
}
.calc .set_value {
	font-size: 23px;
	    border-color: transparent;
	    border-bottom: 0px dotted #0043f2;
	    background: none;
	    width: 35px;
	    text-align: center;
	    color: #08B108;
	    font-weight: bold;
	    padding: 0;
	    outline: 0px;
}
.calc .set_value_big {
	width: 75px;
}
.calc .sum_rub {
	font-size: 20px;
	    font-weight: bold;
}
.calc .time_row {
	font-size: 20px;
	    font-weight: bold;
}
#slider_block {
    height: 491px;
    width: 1150px;
    margin: 0 auto;
    position: relative;
    z-index: -1;
}
.ui-slider .touchbox {
	position: absolute;
	width: 100%;
	height: 50px;
	top: -20px;
	left: 0;
	z-index: 3;
}
.ui-slider .labels {
	padding: 30px 0 0;
	font-weight: bold;
}
.calc .result .row div div {
	font-size: 23px;
	font-weight: bold;
}
.calc-result-index {
	font-size: 23px;
	font-weight: bold;
}



.calc .screen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	opacity: 0;
}
.calc .screen.act {
	display: block;
	opacity: 1;
	position: static;
}
.calc .help-block {
	padding-left: 20px;
	margin-bottom: 0;
}
.calc select + .help-block {
	padding-left: 5px;
}
.calc .help-block ul {
	margin-bottom: 0;
}
.calc .has-error .checkbox {
	margin-bottom: 0;
}
.calc .has-error {
	margin-bottom: 0;
}
.calc {
	margin-bottom: 50px;
}
.calc .steps {
	padding-bottom: 30px;
}
.calc .steps .big {
	font-size: 18px;
	line-height: 22px;
}
.calc .step {
	display: none;
	opacity: 0;
}
.calc .step.act {
	display: block;
	opacity: 1;
}
.calc #navi {
	position: relative;
	margin: 15px 0 15px;
}
.calc #navi .item {
	text-align: center;
	padding: 0;
	width: 25%;
}
.calc #navi .item .number {
	display: inline-block;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff;
	color: #D63724;
	border:2px solid #D63724;
	font-family: Arial;
	font-size: 15px;
	line-height: 15px;
	padding-top: 6px;
	margin-top: 6px;
	cursor: default;
}
.calc #navi .item .red {
	background: #D63724;
	color: #ffffff;
}
.calc #navi .item .change-step {
	cursor: pointer;
}
.calc #navi .active .number {
	background: #D63724;
	color: #ffffff;
	width: 42px;
	height: 42px;
	font-size: 18px;
	line-height: 18px;
	padding-top: 12px;
	margin-top: 0;
}
.calc #navi .item .text {
	padding: 0 5px;
	padding-top: 8px;
	line-height: 14px;
	font-size: 14px;
}
.calc #navi .active .text {
	font-weight: bold;
}
.calc #navi .line {
	position: absolute;
	width: 73%;
	height: 0;
	border: 1px solid #D63724;
	top: 22px;
	left: 0;
	margin: 0 13.5%;
}
.calc .card {
	position: relative;
	padding-top: 62.7906976744186%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top, #bbbbbb 1%, #777777 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #bbbbbb 1%,#777777 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #bbbbbb 1%,#777777 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
}
.calc .card .title {
	position: absolute;
	top: 10%;
	width: 100%;
	left: 0;
	font-size: 20px;
	color: #fff;
}
.calc .card .srok {
	position: absolute;
	bottom: 25%;
	width: 100%;
	left: 0;
	font-size: 20px;
	color: #fff;
}
.calc .card .number {
	position: absolute;
	top: 41%;
	bottom: 41%;
	left: 9%;
	width: 82%;
	height: auto;
	font-size: 22px;
	text-align: center;
}
.calc .card select,
.calc .card .separ {
	position: absolute;
	bottom: 10%;
	width: 60px;
	left: 50%;
	margin-left: -70px;
	z-index: 2;
	padding: 5px 0;
}
.calc .card select.card-year {
	margin-left: 10px;
}
.calc .card .separ {
	width: 30px;
	margin-left: -15px;
	z-index: 1;
	color: #fff;
}
.calc .cardlist label {
	cursor: pointer;
}
.transparent {
	margin: 0 auto;
	    background: #fff;
	    padding: 25px;
	    border-radius: 8px;
	    padding-top: 12px;
	    padding-bottom: 13px;
}
#indexforms {
	position:absolute;
	left:-50px;
	top: 104%;
	width:660px;
	height:405px;
	overflow:hidden;
}
#header.v2 #indexforms {

    width: 50%;
}
.transparent{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 15px;
	color: #333;
	margin-bottom: 20px;
}
.col-4 {
	width:32%;
	float: left;
}
.h50{
	height: 50px;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}

.red{
	outline: 0px;
	font-size: 25px;
	border-radius: 8px;
	height: auto;
	color: #fff;
	background-color: #c00000;
	border-color: #b00000;
	padding: 10px;
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	cursor:pointer;
}
.red:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.white {
	color: #fff;
}