

/* Start:/local/templates/aspro-landscape/css/calculator-window.css?155783396754077*/
.step.step-1-1 .row.inputs {
	margin-top: 15px;
}

.main {
	padding: 0 0 60px !important;
}

.modal .modal-body {
	position: relative;
	padding: 0;
	margin: 15px;
}

label.calc-radio {
	display: inline-block;
	margin-right: 15px;
}

.calculator{
	padding: 0 15px;
}

.calculator h2{
	margin-bottom: 15px;
}

.calculator input[type=checkbox],
.calculator input[type=radio] {
	cursor: pointer;
}

.btn {
	outline: none !important;
}

.calculator .bordered{
	border: 1px solid #dbdbdb;
}
.calculator .input{
	border: none;
	background: #f2f9fc;
	padding: 5px 10px;
}

.calculator .steps,
.calculator .steps li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.calculator .steps{
	background: #f1f1f1;
	padding: 10px 25px;
}
.calculator .steps{
	margin-bottom: 20px;
}
.calculator .steps li{
	display: inline-block;
	padding: 0 10px 0 20px;
	position: relative;
	font-size: 16px;
	line-height: 18px;
	color: #999;
}
.calculator .steps li:before{
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: url(/local/templates/aspro-landscape/img/radio.png) no-repeat center center;
	position: absolute;
	left: 0;
	top: 11px;
}
.calculator .steps li:after,
.calculator .steps li .arrow{
	content: "";
	display: inline-block;
	width: 40px;
	height: 2px;
	background: #93c0da;
	position: static;
	border-radius: 0;
/*
	border-top: 1px solid #93c0da;
	border-bottom: 1px solid #a9d4b9;
*/
	vertical-align: top;
	margin-left: 10px;
	font-size: 0;
}
.calculator .steps li .arrow:hover{
	background: #249dd5;
}
.calculator .steps li .arrow:hover:before{
	content: "";
	display: inline-block;
	width: 5px;
	height: 8px;
	background: url(/local/templates/aspro-landscape/img/arrow.png) no-repeat center center;
	position: absolute;
	margin-top: -3px;
	margin-left: -2px;
}
.calculator .steps li.noarrow:after{
	display: none;
}
.calculator .steps li:last-child:after{
	display: none;
}
.calculator .steps li.active{
	font-weight: bold;
	color: #368fc4;
}
.calculator .steps li.active:before{
	background: url(/local/templates/aspro-landscape/img/radio-hover.png) no-repeat center center;
}
.calculator .steps li.done{
	text-decoration: underline;
	color: #333;
}
.calculator .steps li.done:before{
	width: 15px;
	height: 15px;
	left: -1.5px;
	top: 9.5px;
	background: url(/local/templates/aspro-landscape/img/radio-done.png) no-repeat center center;
}
.calculator .step-1-1 {
	/*overflow: hidden;*/
}
.calculator .calc-radio{
	font-weight: normal;
	cursor: pointer;
}
.calculator .calc-radio input:checked+span{
	color: #368fc4;
}
html .calculator .error{
	background: #fcf1f1;
	/*border: 1px solid #f2bebe;*/
	border: 1px solid #ff0000 !important;
}
.calculator .loader{
	padding: 15px 0 15px 50px;
	color: #148ed5;
	background: url(/local/templates/aspro-landscape/img/calculator/ajax-loader.gif) no-repeat left center;
	margin-bottom: 20px;
}
#modalAero .modal-dialog{
	width: 1000px;
}
.calculator .row.row-profile{
	margin-left: -5px;
	margin-right: -5px;
}
.calculator .row.row-profile>.col-sm-4,
.calculator .row.row-profile>.col-sm-2,
.calculator .row.row-profile>.col-sm-3{
	padding-left: 5px;
	padding-right: 5px;
}
.calculator .profile-group{
	border: 1px solid #dbdbdb;
	margin-bottom: 20px;
}
.calculator .profile-group .profile {
	cursor: pointer;
}
.calculator .profile-group.blue .head{
	background: #c7ebff; /* Old browsers */
	background: -moz-linear-gradient(top, #c7ebff 0%, #f3fbff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #c7ebff 0%,#f3fbff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #c7ebff 0%,#f3fbff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7ebff', endColorstr='#f3fbff',GradientType=0 ); /* IE6-9 */
}
.calculator .profile-group.green .head{
	background: #c1ffcc; /* Old browsers */
	background: -moz-linear-gradient(top, #c1ffcc 0%, #d1ffe8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #c1ffcc 0%,#d1ffe8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #c1ffcc 0%,#d1ffe8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1ffcc', endColorstr='#d1ffe8',GradientType=0 ); /* IE6-9 */
}
.calculator .profile-group.orange .head{
	background: #ffc88b; /* Old browsers */
	background: -moz-linear-gradient(top, #ffc88b 0%, #ffeac1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffc88b 0%,#ffeac1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffc88b 0%,#ffeac1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc88b', endColorstr='#ffeac1',GradientType=0 ); /* IE6-9 */
}
.calculator .profile-group.red .head{
	background: #fd9eb6; /* Old browsers */
	background: -moz-linear-gradient(top, #fd9eb6 0%, #ffc8e4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fd9eb6 0%,#ffc8e4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fd9eb6 0%,#ffc8e4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9eb6', endColorstr='#ffc8e4',GradientType=0 ); /* IE6-9 */
}
.calculator .profile-group .head .title{
	padding: 20px 10px;
	text-align: center;
/* 	border-bottom: 1px solid #dbdbdb; */
	font-size: 17px;
}
.calculator .profile-group .head .title.title-small{
	padding: 9px 5px;
}
.calculator .profile-group .head .col-xs-6,
.calculator .profile-group .head .col-xs-12{
	padding: 5px 10px;
	text-align: center;
	font-size: 14px;
}
.calculator .profile-group .body{
	text-align: center;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.calculator .profile-group .body .row{
	margin-left: -5px;
	margin-right: -5px;
}
.calculator .profile-group .body .row .col-xs-6,
.calculator .profile-group .body .row .col-xs-12{
	padding-left: 5px;
	padding-right: 5px;
}
.calculator .profile-group .body .profile-radio{
	display: none;
}
.calculator .profile-group .body .profile .title{
	font-weight: bold;
	padding: 10px 0;
}
.calculator .profile-group .image{
	border: 2px solid #c7ebff;
	border-radius: 3px;
	margin: 2px 0;
}
.calculator .profile-group .image.optimal:before{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 60px;
	height: 60px;
	background: url(/local/templates/aspro-landscape/img/calculator/icon-optimal2.png) no-repeat center center;
	background-size: contain;
}
.calculator .profile-group .image img {
	pointer-events: none;
}
.calculator .profile-group input[type=radio]:checked+label .image{
	border: 2px solid #1e8ecd;
	/* margin: 0; */
	margin: 2px 0 2px;
}
.calculator .btn-error{
	display: none;
	color: red !important;
	text-decoration: none !important;
}
.calculator .package-col{
	width: 20%;
	float: left;
	text-align: center;
}
.calculator .package-col.disabled{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.calculator .package-col .package{
	/*display: block;*/
	margin: 0 5px;
}
.calculator .package-col .package img {
	pointer-events: none;
}
.calculator .package-col .package-radio{
	display: none;
}
.calculator .package-col .title{
	margin-bottom: 10px;
	height: 25px;
	font-size: 15px;
	line-height: 18px;
}
.calculator .package-col .title .part {
	position: relative;
	top: -9px;
}

.calculator .package-col .image{
	border: 2px solid #c7ebff;
	border-radius: 3px;
	cursor: pointer;
}
.calculator .package-col.disabled .image{
	cursor: auto;
}
.calculator .package-col .image.optimal:before{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 40px;
	height: 40px;
	background: url(/local/templates/aspro-landscape/img/calculator/icon-optimal2.png) no-repeat center center;
	background-size: contain;
}
.calculator .package-col input[type=radio]:checked+label .image{
	border: 2px solid #1e8ecd;
}
.calculator .temp-line{
	height: 10px;
	border-radius: 5px;
	clear: both;
	margin: 10px 5px 0px 5px;

	background: #88e1ff; /* Old browsers */
	background: -moz-linear-gradient(left, #88e1ff 0%, #f69595 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #88e1ff 0%,#f69595 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #88e1ff 0%,#f69595 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88e1ff', endColorstr='#f69595',GradientType=1 ); /* IE6-9 */
}
.calculator .text-blue{
	color: #148ed5;
}
.calculator .well{
	background: none;
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #dbdbdb;
}
.calculator .config-well{
	padding: 10px;
}
.calculator .config-group{
	margin-left: -5px;
	margin-right: -5px;
}
.calculator .config-col{
	width: 14.2857142857%;
	float: left;
	text-align: center;
}
.calculator .config-col .config{
	display: block;
	margin: 0 5px;
	cursor: pointer;
}
.calculator .config-col .config-radio{
	display: none;
}
.calculator .config-col .image{
	border: 2px solid #c7ebff;
	border-radius: 3px;
	padding: 10px 0;
}
.calculator .config-col input[type=radio]:checked+label .image{
	border: 2px solid #1e8ecd;
}
.calculator .config-detail{
	margin-bottom: 20px;
	display: none;
}
.calculator .config-detail .config-title{
	font-size: 20px;
	margin-bottom: 20px;
}
.calculator .config-detail .config-window{
	text-align: center;
	position: relative;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.calculator .config-detail .config-window img{
	width: 80%;
}
.calculator .config-detail .config-window .config-image{
	margin: 50px;
	position: relative;
}
.calculator .config-detail .config-window .config-image img{
	width: 100%;
}
.calculator .config-detail .config-window .config-control-group{
	position: absolute;
}
.calculator .svg-moskit{
	position: absolute;
	border: 2px solid #1e8ecd;
	border-radius: 3px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.calculator .step-five-sect .svg-moskit {
	bottom: 35%;
}
.calculator .svg-childlock{
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	/*left: 0;
	right: 0;
	bottom: 0;
	background: url(/local/templates/aspro-landscape/img/calculator/icon-lock2.png) center center;
	background-repeat: no-repeat;
	background-size: 40px;*/
}

.calculator .step-five-sect .svg-childlock {
	top: 34%;
}

.calculator .svg-childlock:after {
	content: "\f118";
	font-family: "FontAwesome";
	color: #249dd5;
	font-size: 18px;
}
.calculator .lock-left .svg-childlock {
	left: 10px;
}
.calculator .lock-right .svg-childlock {
	right: 10px;
}
.calculator .choose-control{
	margin-bottom: 20px;
	font-size: 18px;
	display: none;
}
.calculator .config-detail .dash-top,
.calculator .config-detail .dash-left,
.calculator .config-detail .dash-right{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.calculator .config-detail .dash-top svg,
.calculator .config-detail .dash-left svg,
.calculator .config-detail .dash-right svg {
	/*height: 100% !important;*/
}
.calculator .config-detail .dash-top.active,
.calculator .config-detail .dash-left.active,
.calculator .config-detail .dash-right.active{
	display: block;
}
.calculator .config-detail .input-wrap{
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(-50%) translateX(-50%);
	z-index: 1;
}
.calculator .config-detail .input-wrap .input{
	width: 70px;
}
.calculator .config-detail .input-wrap .input-help{
	display: inline-block;
	margin-left: 5px;
}
.calculator .handle{
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-50%) translateX(-50%);
	width: 55%;
}
.calculator .handle input{
	display: none;
}
.calculator .handle {
	color: transparent;
	left: 0;
	bottom: auto;
	margin-left: 0;
}

.calculator .handle::before {
	display: none;
}

.calculator .config-control-group .icon .glyphicon {
	cursor: pointer;
}
.calculator .handle input+.icon .glyphicon-triangle-left{
	background: url(/local/templates/aspro-landscape/img/calculator/arrow_open_left.png) no-repeat center center;
	background-size: contain;
	padding-bottom: 50%;
	height: 0;
	width: 100%;
}
.calculator .handle input:checked+.icon .glyphicon-triangle-left{
	background-image: url(/local/templates/aspro-landscape/img/calculator/arrow_open_left_h.png);
}
.calculator .handle input+.icon .glyphicon-triangle-top{
	background: url(/local/templates/aspro-landscape/img/calculator/arrow_open_top.png) no-repeat center center;
	background-size: contain;
	padding-bottom: 50%;
	height: 0;
	width: 100%;
}
.calculator .handle input:checked+.icon .glyphicon-triangle-top{
	background-image: url(/local/templates/aspro-landscape/img/calculator/arrow_open_top_h.png);
}
.calculator .handle input+.icon .glyphicon-triangle-right{
	background: url(/local/templates/aspro-landscape/img/calculator/arrow_open_right.png) no-repeat center center;
	background-size: contain;
	padding-bottom: 50%;
	height: 0;
	width: 100%;
}
.calculator .handle input:checked+.icon .glyphicon-triangle-right{
	background-image: url(/local/templates/aspro-landscape/img/calculator/arrow_open_right_h.png);
}
.calculator .calc-block-title{
	padding: 10px 15px 10px 30px;
	font-size: 16px;
	background: #ceeaf4; /* Old browsers */
	background: -moz-linear-gradient(top, #ceeaf4 0%, #ebf8fb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ceeaf4 0%,#ebf8fb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ceeaf4 0%,#ebf8fb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ceeaf4', endColorstr='#ebf8fb',GradientType=0 ); /* IE6-9 */
}
.calculator .calc-block-title a{
	text-decoration: underline;
}
.calculator .calc-block-body{
	padding: 15px 0 25px 0;
}
.calculator .win-ref{
	background: #ceeaf4; /* Old browsers */
	background: -moz-linear-gradient(top, #ceeaf4 0%, #ebf8fb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ceeaf4 0%,#ebf8fb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ceeaf4 0%,#ebf8fb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ceeaf4', endColorstr='#ebf8fb',GradientType=0 ); /* IE6-9 */
	padding: 20px 25px;
	font-size: 16px;
}
.calculator .win-ref ul,
.calculator .win-ref ul li{
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 14px;
}
.calculator .win-ref ul li{
	margin-bottom: 5px;
}
.calculator .win-ref ul li:before{
	content: "- ";
}
.calculator .win-ref ul li a{
	text-decoration: underline;
}
.calculator .win-ref b{
	margin-bottom: 10px;
	display: block;
}
.calculator .select-style {
	padding: 3px 5px;
	margin: 0;
	width: 100%;
	border-radius: 2px;
	overflow: hidden;
	background: url("/local/templates/aspro-landscape/img/calculator/i-arrow-down.png") no-repeat 95% 50%;
	background-color: #F3F9FC;
	border: 1px solid #DFF0F6;
}
.calculator .select-style select {
	padding: 5px 8px;
	width: 100%;
	height: 34px;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}
.calculator .select-style select:focus {
	outline: none;
}
.calculator .form-control.input-city {
	height: 42px;
	padding: 0 12px;
}
.calculator select::-ms-expand {
	display: none;
}
.calculator .form-control{
	padding: 20px 12px;
	margin: 0;
	width: 100%;
	border-radius: 2px;
	overflow: hidden;
	background-color: #F3F9FC;
	border: 1px solid #DFF0F6;
	box-shadow: none;
}
.input-city-results{
	display: none;

	left: 15px;
	right: 15px;
	padding: 10px 0px;
	position: absolute;
	background-color: #fff;

	-webkit-box-shadow: 0 7px 15px -2px rgba(0,0,0,.3);
	-moz-box-shadow: 0 7px 15px -2px rgba(0,0,0,.3);
	box-shadow: 0 7px 15px -2px rgba(0,0,0,.3);
	-webkit-transition: .5s;
	-o-transition: .5s;
	z-index: 100;
}
.input-city-results p{
	padding: 10px 20px;
	margin: 0;
}
.input-city-results ul,
.input-city-results ul li{
	margin: 0;
	padding: 0;
	list-style: none;
}
.input-city-results ul li{
	padding: 10px 20px;
	cursor: pointer;
}
.input-city-results ul li:hover{
	background: #F3F9FC;
}

.calculator .circle-radio-box{
	margin: 30px;
	height: 150px;
	width: 150px;
	border: 1px solid #c2ced5;
	border-radius: 50%;
	position: relative;
}
.calculator .circle-radio-box:after{
	content: "";
	display: block;
	position: absolute;
	height: 156px;
	width: 156px;
	border: 3px solid #c7d4db;
	border-radius: 50%;
	top: -4px;
	left: -4px;
}
.calculator .circle-radio-box:before{
	content: "";
	display: block;
	position: absolute;
	height: 205px;
	width: 205px;
	border: 25px solid #f7f8f9;
	border-radius: 50%;
	top: -28px;
	left: -28px;
}
.calculator .circle-radio-box .title{
	display: table-cell;
	height: 150px;
	width: 150px;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	padding: 0 15px;
	background: url(/local/templates/aspro-landscape/img/calculator/i-arrow-up.png) no-repeat center 21%;
}
.calculator .circle-radio-box *{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.calculator .circle-radio-box .params{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}


.calculator .circle-radio-box:hover{
	z-index: 50;
}
.calculator .circle-radio-box label:hover{
	z-index: 50;
}

.calculator .circle-radio-box .params.params2.param2-checked{
	transform: rotate(180deg);
}
.calculator .circle-radio-box .params.params2.param2-checked label{
	transform: rotate(-180deg);
}

.calculator .circle-radio-box .params.params3.param2-checked{
	transform: rotate(120deg);
}
.calculator .circle-radio-box .params.params3.param2-checked label{
	transform: rotate(-120deg);
}
.calculator .circle-radio-box .params.params3.param3-checked{
	transform: rotate(-120deg);
}
.calculator .circle-radio-box .params.params3.param3-checked label{
	transform: rotate(120deg);
}
.calculator .circle-radio-box .params.params4.param2-checked{
	transform: rotate(-90deg);
}
.calculator .circle-radio-box .params.params4.param2-checked label{
	transform: rotate(90deg);
}
.calculator .circle-radio-box .params.params4.param3-checked{
	transform: rotate(-180deg);
}
.calculator .circle-radio-box .params.params4.param3-checked label{
	transform: rotate(180deg);
}
.calculator .circle-radio-box .params.params4.param4-checked{
	transform: rotate(-270deg);
}
.calculator .circle-radio-box .params.params4.param4-checked label{
	transform: rotate(270deg);
}
.calculator .circle-radio-box .params label{
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -25px;
	margin-top: -25px;
}

.calculator .circle-radio-box .params.params2 label.param1{
	top: 0;
	left: 50%;
}
.calculator .circle-radio-box .params.params2 label.param2{
	top: 100%;
	left: 50%;
}

.calculator .circle-radio-box .params.params3 label.param1{
	top: 0;
	left: 50%;
}
.calculator .circle-radio-box .params.params3 label.param2{
	top: 75%;
	left: 7%;
}
.calculator .circle-radio-box .params.params3 label.param3{
	top: 75%;
	left: 93%;
}
.calculator .circle-radio-box .params.params4 label.param1{
	top: 0;
	left: 50%;
}
.calculator .circle-radio-box .params.params4 label.param2{
	top: 50%;
	left: 100%;
}
.calculator .circle-radio-box .params.params4 label.param3{
	top: 100%;
	left: 50%;
}
.calculator .circle-radio-box .params.params4 label.param4{
	top: 50%;
	left: 0%;
}
.calculator .circle-radio-box .params label input{
	display: none;
}
.calculator .circle-radio-box .params label input+span{
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: white;
	box-shadow: 0 4px 20px rgba(0,0,0,0.3);
	font-size: 0;

	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.calculator .circle-radio-box .params label input:checked+span{
	background-color: #2299d3;
	box-shadow: 0 4px 20px rgba(34, 153, 212, 0.35);
}
.calculator .circle-radio-box #prop1.params label.param1 input+span{
	background-image: url(/local/templates/aspro-landscape/img/calculator/prop1-param1.png);
}
.calculator .circle-radio-box #prop1.params label.param1 input:checked+span{
	background-image: url(/local/templates/aspro-landscape/img/calculator/prop1-param1-hover.png);
}
.calculator .circle-radio-box #prop1.params label.param2 input+span{
	background-image: url(/local/templates/aspro-landscape/img/calculator/prop1-param3.png);
}
.calculator .circle-radio-box #prop1.params label.param2 input:checked+span{
	background-image: url(/local/templates/aspro-landscape/img/calculator/prop1-param3-hover.png);
}
.calculator .circle-radio-box #prop1.params label.param3 input+span{
	background-image: url(/local/templates/aspro-landscape/img/calculator/prop1-param2.png);
}
.calculator .circle-radio-box #prop1.params label.param3 input:checked+span{
	background-image: url(/local/templates/aspro-landscape/img/calculator/prop1-param2-hover.png);
}


.calculator .circle-radio-box #prop2.params label.param1 input+span{
	background-image: url(/local/templates/aspro-landscape/img/calculator/prop2-param3.png);
	background-position: center 40%;
}
.calculator .circle-radio-box #prop2.params label.param1 input:checked+span{
	background-image: url(/local/templates/aspro-landscape/img/calculator/prop2-param3-hover.png);
}
.calculator .circle-radio-box #prop2.params label.param2 input+span{
	background-image: url(/local/templates/aspro-landscape/img/calculator/prop2-param1.png);
	background-position: center 40%;
}
.calculator .circle-radio-box #prop2.params label.param2 input:checked+span{
	background-image: url(/local/templates/aspro-landscape/img/calculator/prop2-param1-hover.png);
}
.calculator .circle-radio-box #prop2.params label.param3 input+span{
	background-image: url(/local/templates/aspro-landscape/img/calculator/prop2-param2.png);
	background-position: center 40%;
}
.calculator .circle-radio-box #prop2.params label.param3 input:checked+span{
	background-image: url(/local/templates/aspro-landscape/img/calculator/prop2-param2-hover.png);
}


.calculator .circle-radio-box #prop3.params label.param1 input+span{
	background-image: url(/local/templates/aspro-landscape/img/calculator/prop3-param4.png);
}
.calculator .circle-radio-box #prop3.params label.param1 input:checked+span{
	background-image: url(/local/templates/aspro-landscape/img/calculator/prop3-param4-hover.png);
}
.calculator .circle-radio-box #prop3.params label.param2 input+span{
	background-image: url(/local/templates/aspro-landscape/img/calculator/prop3-param3.png);
}
.calculator .circle-radio-box #prop3.params label.param2 input:checked+span{
	background-image: url(/local/templates/aspro-landscape/img/calculator/prop3-param3-hover.png);
}
.calculator .circle-radio-box #prop3.params label.param3 input+span{
	background-image: url(/local/templates/aspro-landscape/img/calculator/prop3-param2.png);
}
.calculator .circle-radio-box #prop3.params label.param3 input:checked+span{
	background-image: url(/local/templates/aspro-landscape/img/calculator/prop3-param2-hover.png);
}
.calculator .circle-radio-box #prop3.params label.param4 input+span{
	background-image: url(/local/templates/aspro-landscape/img/calculator/prop3-param1.png);
}
.calculator .circle-radio-box #prop3.params label.param4 input:checked+span{
	background-image: url(/local/templates/aspro-landscape/img/calculator/prop3-param1-hover.png);
}
.calculator .circle-radio-box .params label font{
	position: absolute;
/* 	white-space: nowrap; */
	background: #cdedf8;
	color: #1e8fcd;
	font-weight: normal;
	padding: 0 6px;
	bottom: 50%;
	left: 90%;
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
	width: 200px;
}
.calculator .circle-radio-box .params label:hover font{
	opacity: 1;
	visibility: visible;
}
.calculator .circle-radio-box .params label font:before{
	content: "";
	display: block;
	position: absolute;
	height: 3px;
	background: rgba(0,0,0,0.07);
	left: 0;
	right: 0;
	bottom: -3px;
}
.calculator .circle-radio-box .params label font:after{
	content: "";
	display: block;
	position: absolute;
	height: 5px;
	width: 5px;
	border: 5px solid transparent;
	border-left: 5px solid #cdedf8;
	left: 0;
	margin-top: -5px;
}
.calculator .btn{
	/* border-radius: 22px; */
	padding: 7px 35px;
	font-size: 16px;
}.calculator .btn+.btn{
	margin-left: 10px;
}
.calculator .btn.btn-info{
	background: #249dd5;
	border: 2px solid #249dd5;
}
.calculator .btn.btn-default{
	/* border: 2px solid #1f90ce; */
}
.calculator .profile-params{
	margin-bottom: 20px;
}
.calculator .profile-params .row{
	margin-left: 0;
	margin-right: 0;
}
.calculator .profile-params .row .col-sm-6{
	padding-left: 0;
	padding-right: 0;
}
.calculator .profile-params .params-title{
	font-size: 16px;
	margin-bottom: 15px;
}
.calculator .profile-params .profile-image{
	position: absolute;
	top: 0;
	bottom: 0;
	background: white;
	width: 160px;
	line-height: 217px;
	border: 1px solid #dbdbdb;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.calculator .profile-params .profile-desc{
	margin-left: 160px;
	background: #c1e8ff; /* Old browsers */
	background: -moz-linear-gradient(top, #c1e8ff 0%, #f3fbff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #c1e8ff 0%,#f3fbff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #c1e8ff 0%,#f3fbff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1e8ff', endColorstr='#f3fbff',GradientType=0 ); /* IE6-9 */
}
.calculator .profile-params .profile-sect-icon{
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 36px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	top: 12px;
	right: 20px;
	background: white;
	text-align: center;
}
.calculator .profile-params .profile-desc-title{
	font-size: 16px;
	font-weight: bold;
	padding: 15px 20px 20px 20px;
}
.calculator .profile-params .profile-desc-info{
	padding: 0 20px 20px 20px;
	border-bottom: 1px solid #dbdbdb;
	line-height: 15px;
	min-height: 123px;
}
.calculator .profile-params .profile-desc-color{
	padding: 10px 20px;
	font-weight: bold;
	font-size: 16px;
}
.calculator .profile-params .profile-desc-color input,
.calculator .profile-params .profile-desc-color label{
	cursor: pointer;
}
.calculator .profile-params .profile-desc-color label input{
	display: none;
}
.calculator .profile-params .profile-desc-color label input+span{
	font-size: 0;
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: top;
	margin-top: 2px;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.calculator .profile-params .profile-desc-color label.color1 input+span{
	background: white;
	color: white;
}
.calculator .profile-params .profile-desc-color label.color2 input+span{
	background: #988674;
	background: url(/local/templates/aspro-landscape/img/calculator/color_ral.png) no-repeat center center;
	background-size: cover;
	color: #988674;
}
.calculator .profile-params .profile-desc-color label.color3 input+span{
	background: #736256;
	background: url(/local/templates/aspro-landscape/img/calculator/color_wood.png) no-repeat center center;
	background-size: cover;
	color: #736256;
}
.calculator .profile-params .profile-desc-color label.color4 input+span{
	background: #534741;
	color: #534741;
}
.calculator .profile-params .profile-desc-color label.color5 input+span{
	background: #362f2d;
	color: #362f2d;
}
.calculator .profile-params .profile-desc-color label input:checked+span{
	border: 2px inset #1e8ecd;
}
.calculator .ral-color{
	height: 40px;
	background: #efefef;
	cursor: pointer;
}
.calculator .ral-title{
	text-align: center;
}
.calculator .profile-acc{
	padding: 15px;
	background: #e7f6ff; /* Old browsers */
	background: -moz-linear-gradient(top, #e7f6ff 0%, #f9fdff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e7f6ff 0%,#f9fdff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e7f6ff 0%,#f9fdff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7f6ff', endColorstr='#f9fdff',GradientType=0 ); /* IE6-9 */
	overflow: hidden;
}
.calculator .profile-acc .profile-circle{
	float: left;
	margin-right: 15px;
}
.calculator .profile-acc .profile-btn{
	display: block;
	margin-bottom: 10px;
	padding: 5px 10px;
	text-align: center;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	background: white;
	border-radius: 2px;
	position: relative;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}
.calculator .profile-acc .profile-btn-group{
	margin-left: 216px;
}
.calculator .profile-acc .profile-btn.profile-btn-active{
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.3);
	background: #c8dde9;
}
.calculator .profile-acc .profile-btn.profile-btn-sec-0:before,
.calculator .profile-acc .profile-btn.profile-btn-sec-1:before,
.calculator .profile-acc .profile-btn.profile-btn-sec-2:before,
.calculator .profile-acc .profile-btn.profile-btn-sec-3:before{
	content: "";
	display: block;
	position: absolute;
	left: 5px;
	right: 0;
	width: 6px;
	height: 6px;
	background: gray;
	border-radius: 50%;
}
.calculator .profile-acc .profile-btn.profile-btn-sec-0:before{
	background: #f93912;
}
.calculator .profile-acc .profile-btn.profile-btn-sec-1:before{
	background: #efe61b;
}
.calculator .profile-acc .profile-btn.profile-btn-sec-2:before{
	background: #79e722;
}
.calculator .profile-acc .profile-btn.profile-btn-sec-3:before{
	background: #04c217;
}
.calculator .profile-acc .profile-triangle-wrap{
	position: absolute;
	top: 38px;
	left: 40px;
	width: 150px;
	height: 150px;
	transform: rotate(0deg);

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

	transform: rotate(-120deg);
}
.calculator .profile-acc .profile-triangle {
	border-radius: 2px;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-bottom: 75px solid #575b5d;
	position: absolute;
	left: 50%;
	top: 0;
	opacity: 0.9;
	transform: translateX(-50%);
}
.calculator .profile-acc .profile-triangle-wrap.position0{
	transform: rotate(-120deg);
}

.calculator .package-acc{
	margin: 0 0 20px 0;
	border: 1px solid #dbdbdb;
}
.calculator .package-acc .col-sm-4,
.calculator .package-acc .col-sm-8{
	padding: 0;
}
.calculator .package-acc .col-sm-4{
	width: 30%;
}
.calculator .package-acc .col-sm-8{
	width: 70%;
}
.calculator .package-btn-group{
	padding: 20px 50px 20px 20px;
	background: #e7f6ff;
	background: -moz-linear-gradient(top, #e7f6ff 0%, #f9fdff 100%);
	background: -webkit-linear-gradient(top, #e7f6ff 0%,#f9fdff 100%);
	background: linear-gradient(to bottom, #e7f6ff 0%,#f9fdff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7f6ff', endColorstr='#f9fdff',GradientType=0 );
	overflow: hidden;
}
.calculator .package-btn-group label{
	display: block;
	margin-bottom: 25px;
	cursor: pointer;
}
.calculator .package-btn-group label+label{

}
.calculator .package-btn-group label input{
	display: none;
}
.calculator .package-btn-group label input+span{
	display: block;
	padding: 7px 10px;
	text-align: left;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	background: white;
	border-radius: 2px;
	position: relative;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
}
.calculator .package-btn-group label input:checked+span{
	color: white;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.3);
	background: #2195d1;
}
.calculator .package-btn-group label input+span.optimal:after{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 40px;
	height: 40px;
	background: url(/local/templates/aspro-landscape/img/calculator/icon-optimal2.png) no-repeat center center;
	background-size: contain;
	right: -45px;
	top: -3px;
}
.calculator .package-col-group{
	padding: 17px 20px 20px 20px;
}
.calculator .ui-widget.ui-widget-content.ui-slider-horizontal{
	border: 2px solid #ceeaf4;
	border-top: none;
	border-radius: 0;
}
.calculator .ui-widget.ui-widget-content.ui-slider-horizontal .ui-slider-handle{
	width: 8px;
	height: 10px;
	position: absolute;
	border: 1px solid #a0bacc;
	background: white;
	border-radius: 0;
	margin-top: 6px;
	margin-left: -4px;
	border-top: 0;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	cursor: pointer;
}
.calculator .ui-widget.ui-widget-content.ui-slider-horizontal .ui-slider-handle:before{
	content: "";
	height: 0; width: 0;
	position: absolute; left: -1px; top: -2px;
	border-bottom: 2px solid #a0bacc;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;

}
.calculator .ui-widget.ui-widget-content.ui-slider-horizontal .ui-slider-handle:after{
	content: "";
	height: 0; width: 0;
	position: absolute; left: -1px; top: -1px;
	border-bottom: 2px solid white;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}
.calculator .ui-widget.ui-widget-content.ui-slider-horizontal input{
	position: absolute;
	top: -20px;
	left: 50%;
	width: 50px;
	display: inline-block;
	padding: 0;
	text-align: center;
	font-size: 12px;
	margin-left: -25px;
	background: white;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.calculator .ui-slider-horizontal{
	height: .7em;
}
.calculator .ui-slider-vertical{
	height: auto;
	width: .7em;
}
.calculator .ui-widget.ui-widget-content.ui-slider-vertical{
	border: 2px solid #ceeaf4;
	border-left: none;
	border-radius: 0;
}
.calculator .ui-widget.ui-widget-content.ui-slider-vertical.ui-slider-vertical-right{
	border: 2px solid #ceeaf4;
	border-right: none;
}
.calculator .ui-widget.ui-widget-content.ui-slider-vertical input{
	position: absolute;
	top: 50%;
	left: -12px;
	width: 50px;
	display: inline-block;
	padding: 0;
	text-align: center;
	font-size: 12px;
	margin-left: -25px;
	background: white;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;

	transform: rotate(-90deg);
}
.calculator .ui-widget.ui-widget-content.ui-slider-vertical.ui-slider-vertical-right input{
	left: auto;
	right: -35px;
	transform: rotate(90deg);
}
.calculator .ui-widget.ui-widget-content.ui-slider-vertical .ui-slider-handle{
	width: 10px;
	height: 8px;
	position: absolute;
	border: 1px solid #a0bacc;
	border-left: 0;
	background: white;
	border-radius: 0;
	margin-left: 6px;
	margin-bottom: -4px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	cursor: pointer;
}
.calculator .ui-widget.ui-widget-content.ui-slider-vertical.ui-slider-vertical-right .ui-slider-handle{
	border: 1px solid #a0bacc;
	border-right: 0;
	margin-left: 0px;
}
.calculator .ui-widget.ui-widget-content.ui-slider-vertical .ui-slider-handle:before{
	content: "";
	height: 0; width: 0;
	position: absolute; left: -2px; top: -1px;
	border-right: 2px solid #a0bacc;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}
.calculator .ui-widget.ui-widget-content.ui-slider-vertical.ui-slider-vertical-right .ui-slider-handle:before{
	position: absolute; left: auto; top: -1px; right: -2px;
	border-right: 0;
	border-left: 2px solid #a0bacc;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}
.calculator .ui-widget.ui-widget-content.ui-slider-vertical .ui-slider-handle:after{
	content: "";
	height: 0; width: 0;
	position: absolute; left: -1px; top: -1px;
	border-right: 2px solid white;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}
.calculator .ui-widget.ui-widget-content.ui-slider-vertical.ui-slider-vertical-right .ui-slider-handle:after{
	position: absolute; left: auto; top: -1px; right: -1px;
	border-right: 0;
	border-left: 2px solid white;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

.calculator .accessories{

}
.calculator .accessories .bg-blue{
	padding: 20px;
	background: #c1e8ff;
	background: -moz-linear-gradient(top, #c1e8ff 0%, #f3fbff 100%);
	background: -webkit-linear-gradient(top, #c1e8ff 0%,#f3fbff 100%);
	background: linear-gradient(to bottom, #c1e8ff 0%,#f3fbff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1e8ff', endColorstr='#f3fbff',GradientType=0 );
	margin-bottom: 10px;
}
.calculator .accessories .row10{
	margin-left: -5px;
	margin-right: -5px;
}
.calculator .accessories .col10{
	padding-left: 5px;
	padding-right: 5px;
}
.calculator .accessories label{
	font-weight: normal;
}
.calculator .accessories label input:checked+span{
	font-weight: bold;
}
.calculator .accessories b{
	font-size: 15px;
}
.calculator .accessories .input-count{
	position: relative;
	width: 100px;
}
.calculator .accessories .input-count input{
	width: 100%;
	border-radius: 2px;
	border: 1px solid #d3ecf5;
	text-align: center;
	padding: 5px;
}
.calculator .accessories .input-count .count-minus{
	position: absolute;
	left: 10px;
	top: 6px;
	font-size: 24px;
	color: #c3cfd6;
}
.calculator .accessories .input-count .count-plus{
	position: absolute;
	right: 10px;
	top: 6px;
	font-size: 24px;
	color: #c3cfd6;
}
.calculator .accessories .config-window{
	padding: 60px;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}
.calculator .accessories .cg svg{
	position: absolute;
	left: 0;
	top: 0;
}
.calculator .accessories .config-window{
	text-align: center;
}
.calculator .accessories .btn {
	white-space: normal;
}
.calculator .cart-sub-title{
	font-size: 22px;
}
.calculator .cart-title{
	font-size: 26px;
	margin-bottom: 20px;
}
.calculator .cart-item{
	border: 1px solid #dbdbdb;
	min-height: 100px;
	margin-bottom: 20px;
}
.calculator .cart-item .item-image{
	width: 110px;
	text-align: center;
	line-height: 100px;
	float: left;
}
.calculator .cart-item .item-desc{
	padding: 15px 0;
}
.calculator .cart-item .item-desc b{
	display: block;
	font-size: 16px;
}
.calculator .cart-item .item-count{
	float: right;
	background: #ddf0f7;
	padding: 40px 20px;
	position: relative;
	width: 150px;
}
.calculator .cart-item .item-count input{
	font-size: 16px;
	text-align: center;
	width: 100%;
	font-weight: bold;
	border: none;
	background: none;
}
.calculator .cart-item .item-count .count-minus{
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	left: 20px;
	top: 50%;
	margin-top: -11px;
	font-size: 24px;
	color: #1e8fcd;
	background: white;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	border-radius: 50%;
}
.calculator .cart-item .item-count .count-plus{
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	right: 20px;
	top: 50%;
	margin-top: -11px;
	font-size: 24px;
	color: #1e8fcd;
	background: white;
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	border-radius: 50%;
}
.calculator .cart-item .item-delete{
	float: right;
	padding: 40px 20px;
}
.calculator .cart-item .item-delete a{
	color: red;
}
.calculator .cart-item .item-delete a span{
	margin-left: 7px;
	text-decoration: underline;
}
.calculator.cart .btn .glyphicon{
	font-size: 80%;
}
.calculator.cart .btn.btn-default .glyphicon{
	color: #1f90ce;
}
.calculator .cart-map{
	margin-top: 30px;
}
.calculator .cart-office-block{
	border: 1px solid #d0ebf5;
}
.calculator .cart-office-block .block-title{
	background: #d0ebf5;
	padding: 15px 20px;
	font-size: 18px;
}
.calculator .cart-office-block .block-body{
	padding: 15px 20px 0 20px;
}
.calculator .cart-office-block .block-body .city-title{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 8px;
}
.calculator .cart-office-block .block-body .city-title:before{
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #368fc4;
	margin: 4px 10px 4px 4px;
}
.calculator .cart-office-block .block-body .office{
	padding-left: 20px;
	position: relative;
	font-size: 15px;
	margin-bottom: 20px;
}
.calculator .cart-office-block .block-body .office input{
	position: absolute;
	left: 0;
	top: 0;
}
.calculator .cart-office-block .block-body .office .office-title{
	color: #368fc4;
	font-weight: bold;
}
.calculator .cart-office-block .block-body .office .office-title,
.calculator .cart-office-block .block-body .office .office-address,
.calculator .cart-office-block .block-body .office .office-phone{
	margin-bottom: 10px;
}

/* FiX ignatov391 */
.col-sm-3-my.col-sm-3-my-padding {
	width: 54px;
}

.col-sm-3-my.col-sm-3-my-padding-05 {

}

.col-sm-3-my {
	float: left;
	width: 108px;
	min-height: 1px;
}

.office-none {
	opacity: 0;
	color: red;
	font-size: 12px;
}

.office-none-map {
	color: #948b8b;
}

.office-none-map-active {
	color: red;
}

/* FiX ignatov391 __END */


main .print * {
	box-sizing: content-box;
}

@media print{
	html .cart .btn,
	html .cart-map,
	html .main-menu,
	html .partners-link,
	html #header-search{
		display: none;
	}

	.cart-office-block .block-city,
	.cart-office-block .office {
		display: none;
	}

	/*.d-b {
		display: block !important;
	}*/

}
@media print {
			header,
			footer,
			main .calculator.cart,
			main h1 {
				display: none;
			}
			main .print {
				display: block;
				/*size: a4;*/
			}
			main .print * {
				box-sizing: content-box;
			}
		}
@media (max-width: 991px) {
	.calculator .accessories .btn {
		margin-bottom: 15px;
	}
}
@media (max-width: 767px) { /*для телефонов*/

	/* FiX ignatov391 */
	.col-sm-3-my-wrap {
		display: block;
		text-align: center;
	}
	.col-sm-3-my.col-sm-3-my-padding,
	.col-sm-3-my.col-sm-3-my-padding-05 {
		display: none;
	}

	.col-sm-3-my {
		float: none;
		display: inline-block;
	}

	.calculator .profile-params {
		padding-top: 15px;
		border: 2px solid #1e8ecd;
	}

	/* .calculator .ui-slider-horizontal{
		height: 1em;
	}
	.calculator .ui-slider-vertical{
		height: auto;
		width: 1em;
	} */

	/* .calculator .profile-params .params-title {
		border: 2px solid #1e8ecd;
		border-bottom: 0;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-bottom: 0;
	}

	html .calculator .profile-params .profile-image {
		border: 2px solid #1e8ecd;
		border-top: 1px solid #dbdbdb;
	} */

	html .calculator .profile-params .profile-image {
		width: 100%;
		text-align: center;
	}
	.calculator .profile-params img {
		max-width: 75%;
		max-height: none;
	}

	/* FiX ignatov391 __END */


	html .btn{
		white-space: normal;
		margin-bottom: 15px;
		width: 100%;
	}
	html .calculator .btn+.btn{
		margin-left: 0;
	}
	html .win-ref,
	html .steps{
		display: none;
	}
	html .calculator .calc-form-group{
		margin-bottom: 15px;
	}
	html .calculator .circle-radio-box{
		margin: 30px auto 90px auto;
	}
	html .calculator .circle-radio-box .params label font{
		/*display: none;*/
		display: table;
		width: 100px;
		text-align: center;
	}
	html .calculator .calc-radio{
		display: block;
	}
	html #modalAero .modal-dialog{
		width: auto;
	}
	html .calculator .profile-params .profile-image{
		position: static;
		width: auto;
	}
	html .calculator .profile-params .profile-desc{
		margin-left: 0;
	}
	html .calculator .profile-acc .profile-circle{
		float: none;
		margin-bottom: 15px;
	}
	html .calculator .profile-acc .profile-btn-group{
		margin-left: 0;
	}
	html .calculator .package-acc .col-sm-4,
	html .calculator .package-acc .col-sm-8{
		width: 100%;
	}
	html .calculator .package-btn-group{
		padding: 20px;
	}
	html .calculator .config-col{
		width: 32.33333%;
		margin-bottom: 10px;
		display: inline-block;
	}
	html .calculator .cart-item .item-image{
		width: auto;
		float: none;
	}
	html .calculator .cart-item .item-delete{
		background: #f1f1f1;
	}
	html .calculator .cart-item .item-delete,
	html .calculator .cart-item .item-count{
		padding: 10px;
		width: 50%;
		height: 45px;
		line-height: 25px;
	}
	html .calculator .cart-item .item-count:after{
		content: "";
		clear: both;
		display: block;
	}
	html .calculator .cart-item .item-desc{
		padding: 10px;
		margin-top: 40px;
	}
}

@media (max-width: 480px) {
	.calculator .package-col .package {
		position: relative;
		margin-top: 30px;
	}

	.calculator .package-col .title {
		margin: 0;
		position: absolute;
		top: -30px;
		left: 0;
		right: 0;
	}
}

@media (max-width: 375px) {
	.calculator .title.two-lines .part {
		position: static !important;
	}

	.calculator .package-col .package {
		position: relative;
		margin-top: 80px;
	}

	.calculator .title {
		height: 50px;
		top: -40px !important;
	}
	.calculator .title.two-lines {
		height: 80px !important;
		top: -80px !important;
	}
}

/* 					 */
/* ЗАСТЕКЛИТЬ ЛОДЖИЮ */
/* 					 */
.top-margin-20 {
	margin-top: 20px;
}
/* 					 */
/* STEP 2			 */
/* 					 */
.window-conf-wrap-scroll {
	overflow-x: auto;
}
.window-conf-wrap {
	width: 100%;
	padding-top: 33px;
	padding-bottom: 10px;
	padding-left: 18px;
	white-space: nowrap;
}

.line-height-wrap {
	height: 100%;
	width: 20px;
	background-color: #dff;
	float: left;
	margin-top: 10px;
}

.line-height-input-wrap {
	position: absolute;
	top: 50%;
	left: -12px;
	width: 50px;
	display: inline-block;
	padding: 0;
	text-align: center;
	font-size: 12px;
	margin-left: -25px;
	background: white;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	transform: rotate(-90deg);
}
.calculator .line-height-input-wrap input.input.digit {
	position: relative;
	transform: none;
	top: auto;
	left: auto;
	text-align: right;
}
.line-height-input-wrap:after {
	content: 'мм';
}

.calculator .ui-slider-vertical.line-height-wrap {
	height: 151px;
}

.calculator .window-items-long .ui-slider-vertical.line-height-wrap {
	height: 260px;
}

.window-section-wrap {
	margin: 10px 5px 5px;
	/* padding: 4px 4px 2px; */
	/* float: left; */
	background-color: white;
	display: inline-block;
}

input[name=section-step2-end] {
	margin-top: 13px;
}

.window-conf-wrap-scroll-hide {
	opacity: 0;
}

.window-items {
	margin-right: 1px;
	white-space: nowrap;
	background: #d9f5ff6e;
}

.window-item {
	padding: 5px 5px;
	border: 1px solid #add2ff;
	/* border-bottom: 1px solid #e5faff; */
	/* float: left; */
	background: #d9f5ff;
	margin-right: -1px;
	display: inline-block;
	vertical-align: top;
}

.window-item-img,
.window-item-img-two {
	width: 73px;
	height: 140px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	border: 2px solid #add2ff;
	/* border: 2px solid #ddd; */
	background-image: url(https://st3.depositphotos.com/1543046/16098/i/1600/depositphotos_160987060-stock-photo-fir-trees-covered-by-snow.jpg);
	position: relative;
}
.window-item-img-two {
	height: 100px;
}
.window-item-img-separator {
	display: block;
	margin: 3px 0;
	background: #d4fbff;
	height: 1px;
}

.window-section-descript {
	margin-top: 5px;
}
.window-delimiter-wrap {
	/* float: left; */
	width: 10px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.window-delimiter-elem {
	display: none;
	/* position: absolute;
	width: 33px;
	height: 33px;
	top: -23px;
	left: -12px; */
}
/* .window-delimiter-elem img {
	width: 33px;
	height: 33px;
} */

.window-delimiter-line {
	height: 135px;
	width: 1px;
	background: #e2e2e2;
	margin: 17px auto 0;
}

.window-items-long .window-delimiter-line {
	height: 242px;
}

.window-delimiter-quad {
	height: 10px;
	width: 10px;
	background: none;
	border: 1px solid #e2e2e2;
}

.window-btn-wrap {
}
.window-btn {
	float: left;
	margin-right: 15px;
}

.section-add-wrap {
	height: 38px;
	margin: 2px 0;
	overflow: hidden;
	transition: height 0.8s;
	position: absolute;
	z-index: 1;
}
.section-add-wrap.hide {
	height: 0;
}
.subsection-add {
	border: 1px solid #b5b5b5;
	float: left;
	margin: 0 5px;
}
.section-add {
	float: left;
	text-align: center;
	height: 36px;
	width: 40px;
	margin: 0 5px;
}

.group-size-wrap {
	width: 100%;
	display: block;
	height: 20px;
}
.group-size-minus,
.group-size-input,
.group-size-plus {
	float: left;
}
.section-items-wrap .group-size-wrap span {
	float: left;
	font-size: 11px;
	line-height: 18px;
	font-weight: 800;
}
.group-size-input {
	margin-top: 2px;
	border: 1px solid #ddd;
	height: 16px;
	width: 33px;
	font-size: 12px;
	text-align: center;
}
.group-size-minus,
.group-size-plus {
	width: 20px;
	height: 20px;
	text-align: center;
	cursor: pointer;
	color: #3ce62b;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
}

.section-width-wrap .group-size-wrap {
	width: 77px;
	margin: 0 auto;
}
.section-items-wrap .group-size-wrap {
	/* width: 42px; */
	width: 84px;
	margin: 0 auto;
}

.section-width-wrap,
.section-items-wrap {
	margin: 0 auto;
}

.section-width-wrap {
	/* border: 1px solid #b9b9b9;
	border-top: none; */
}
.section-items-wrap {
	/* border: 1px solid #b9b9b9;
	border-top: none;
	border-bottom: none; */
}
.window-section-wrap {
	border-left: 1px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;
}

.section-items-wrap input {
	display: none;
}

.section-items-title {
	text-align: center;
	font-size: 13px;
	/* border: 1px solid #b9b9b9;
	border-bottom: none;
	border-top: none; */
}

.section-items-descript {
	text-align: center;
	font-size: 12px;
	padding-bottom: 3px;
}

.section-items-text {
	text-align: center;
	font-size: 13px;
	font-weight: 900;
}

.group-size-input-wrap::after {
	content: 'мм';
}


.col-sm-2_5 {
	width: 20%;
	float: left;
	padding: 0 5px;
}


/* 					 		*/
/* STEP 5  					*/
/* 					 		*/
.accessories-lodg .window-conf-wrap {
	padding-bottom: 20px;
	padding-top: 8px;
}
.calculator .accessories-lodg .ui-slider-handle {
	display: none;
}

.accessories-lodg .line-height-wrap {
	background: none;
	margin-top: 40px;
	height: 160px;
	width: 20px;
}
.accessories-lodg.accessories-lodg-long .line-height-wrap {
	height: 261px;
}
.accessories-lodg..accessories-lodg-long .line-height-wrap {
	height: 260px;
}

.calculator .accessories-lodg .ui-slider-vertical {
	height: 100%;
}

.calculator .accessories-lodg .ui-slider-horizontal {
	margin-bottom: 20px;
}

.accessories-lodg .window-delimiter-wrap {
	margin-top: 40px;
	width: auto;
	padding-right: 10px;
}

.accessories-lodg .window-delimiter-elem {
	display: none;
}

.accessories-lodg .window-delimiter-line {
	margin: 0 auto;
	height: 170px;
}

.accessories-lodg.accessories-lodg-long .window-delimiter-line {
	height: 270px;
}

.accessories-lodg .window-delimiter-quad {
	width: 20px;
	height: 20px;
}

.window-item {
	position: relative;
}

.window-item svg {
	position: absolute;
	top: 0;
	left: 0;
}

.accessories-lodg .handle-left {
	top: 50%;
	left: 10px;
}
.accessories-lodg .handle-right {
	top: 50%;
	left: 88%;
}
.accessories-lodg .handle-top {
	top: 8px;
	left: 50%;
	width: 80%;
}

.accessories-lodg .section_icons {
	position: absolute;
	color: #82bddf;
	line-height: 11px;
	height: 14px;
	font-size: 20px;
	width: 14px;
	text-align: center;
	transform: translate(-7px);
	cursor: pointer;
	left: 50%;
	display: none;
}
.accessories-lodg .section_icons.active {
	color: #2299d3;
}
.accessories-lodg .section_clear {
	top: 43%;
	display: none;
}
.accessories-lodg .section_clear.active {
	display: block;
	color: red;
}

.accessories-lodg .section_grid {
	top: 63%;
}
.accessories-lodg .section_lock {
	top: 80%;
}

.window-delimiter-quad img {
	vertical-align: top;
}
.accessories-lodg .handle i {
	cursor: pointer;
}

.accessories-lodg .window-item {
	border: 2px solid #d4fbff;
}
.accessories-lodg .window-item-img.active {
	border: 2px solid #2093d0;
}

.accessories-lodg .svg-wrap {
	display: none;
}
.accessories-lodg .svg-wrap.active {
	display: block;
}

.accessories-lodg .section_icons input {
	display: none;
}

.accessories-lodg .section_icons.d-b {
	display: block;
}

.window-item-img-two.sandwich {
	background: white;
}
.window-item-img-two .section_icons {
	width: 100%;
	text-align: center;
	left: 0;
	transform: none;
	font-size: 14px;
}
.window-item-img-two:hover .section_icons {
	display: block;
}
.window-item-img-two .section_icons.active {
	color: #2299d3;
}
.section_glass {
	top: 40%;
}
.section_sandwich {
	top: 60%;
}


/* 					 		*/
/* ЗАСТЕКЛИТЬ ЛОДЖИЮ __END  */
/* 					 		*/
/* 					 				*/
/* ЗАСТЕКЛИТЬ ЛОДЖИЮ КОРЗИНА		*/
/* 					 				*/
.calculator-lodg .cart-item .item-desc {
	padding-left: 15px;
}

.cart-items .window-conf-wrap {
	padding: 0;
	padding-bottom: 10px;
}
.cart-items .window-section-wrap {
	margin: 2px 0;
}
.cart-items .window-item {
	padding: 2px 2px;
}
.cart-items .window-item-img,
.cart-items .window-item-img-two {
	width: 30px;
	height: 58px;
}

.cart-items .window-item-img-two {
	height: 35px;
}

.cart-items .window-delimiter-wrap {
	width: 20px;
}
.cart-items .window-delimiter-quad {
	width: 20px;
	height: 20px;
}

.cart-items .window-delimiter-line {
	height: 48px;
}
.cart-items .window-conf-wrap-long .window-delimiter-line {
	height: 90px;
}
/* 					 				*/
/* ЗАСТЕКЛИТЬ ЛОДЖИЮ КОРЗИНА __END  */
/* 					 				*/

/* 					 				*/
/* КОРЗИНА __END 					*/
/* 					 				*/
.calculator .item-image_wrap {
	width: 100px;
	height: 100px;
	position: relative;
	display: block;
	float: left;
	margin: 0 5px;
}
.calculator .item-image_wrap .item-image {
	position: absolute;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
	float: none;
	line-height: inherit;
}
.item-image_wrap .item-image img {
	width: 100%;
	height: 100%;
}
.sec-wrap {
	position: absolute;
}
.sec-wrap svg {
	position: absolute;
	top: 0;
	left: 0;
}

.calculator .svg-childlock {
	height: 9px;
	margin-top: -11px;
}
.calculator .svg-childlock:after {
	font-size: 9px;
}
.moskit {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid #ff4a4a;
}
.calculator .cart-item .item-delete {
	padding: 34px 20px;
}
.calculator .cart-item a.item-edit {
	color: #7ec639;
}
.calculator .cart-item a span.item-delete-ico {
	font-weight: 1000;
	margin: 0;
	margin-right: 4px;
}
.item-delete svg {
	height: 13px;
}

.calc__user-input {
	padding-top: 18px;
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
	height: 49px;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 21px;
	background-color: #fff;
	border: 1px solid #ebecec;
	-webkit-box-shadow: none;
	box-shadow: none;
}

div#modalCalcSend.calc__user {
	margin-top: 0;
}

/* End */
/* /local/templates/aspro-landscape/css/calculator-window.css?155783396754077 */
