.calculator {
	width: 900px;
	margin: auto;
}

.calculator__slider {
	width: 100%;
	height: 5px;
	background-color: #C2B9EA;
	border-radius: 10px;
	text-align: center;
}

.calculator__division {
	width: 25px;
    height: 25px;
    background-image: url(../images/off.png);
    background-position: center center;
    background-size: 108%;
    border-radius: 20px;
    position: relative;
    display: inline-block;
    margin: -10px 50px 0 50px;
    cursor: pointer;
}

.calculator__division_active {
	background-image: url(../images/on.png);
    background-position: center center;
    background-size: 100%;
    transition: all .2s;
}

.calculator__value {
	width: 60px;
	text-align: left;
	height: 60px;
	position: absolute;
	display: block;
	top: -30px;
	left: 0px;
	font-size: 16px;
    color: #2f4f4f;
}

.calculator__products {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.calculator__product {
	width: 135px;
    height: 25px;
    display: inline-block;
    background-color: #01519F;
    margin: -10px 20px 20px 20px;
    transition: all .2s linear;
    display: none;
    border-radius: 4px;
    padding-top: 7px;
    font-size: 16px;
}

.calculator__product_active {
	display: inline-block;
}
a.countlink {
	text-decoration: none;
    color: #fff;
}
.picture, .name, .button_zakaz {
	margin-top: 35px;
}
.content_txt {
	margin-top: 10px;
}
.picture img {
	margin-left: 30px;
}
.name span {
	font-size: 20px;
    display: inline-block;
    width: 176px;
    text-align: center;
    color: #2f4f4f;
}
.content_txt span {
	font-size: 14px;
    display: inline-block;
    width: 165px;
    height: 200px;
    color: #1C1F1F;
    border-left: #CCE9FE solid 1px;
    padding: 0px 0px 0px 11px;
    vertical-align: top;
    line-height: 21px;
}
hr {
	margin-top: 30px;
	opacity: 0.4;
}
.button_zakaz {
	text-align: center;
}