
/*********typical_style*********/

.green_b {
	border-radius: 3px;
	color: white!important;
	line-height: 51px;
	height: 50px;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	background: #3ca2d9;
	-webkit-box-shadow: inset 0px -1px 0px 0px #3ca2d9;
	-moz-box-shadow: inset 0px -1px 0px 0px #3ca2d9;
	box-shadow: inset 0px -1px 0px 0px #3ca2d9;
	cursor:pointer;
}


/*******************************/

/*******header***********/

/************************/

/********content*********/

/************************/

/*********video**********/

/************************/

/**wrap_popular_projects*/

.price{
	text-align: center;
	font-size: 12px;
	color: #67a1d6;
	height:20px;
}

.price span{
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
}

/************************/

/*********footer*********/

/************************/

/****wrap_consultation***/

/************************/

/***wrap_video_reviews***/

/************************/

/****wrap_advantages*****/

/************************/

/***wrap_about_company***/

/************************/

/*wrap_building_foundation*/

/************************/

/**********popup*********/

/************************/

/*****page_catalog*******/

/************************/

/********sidebar*********/

/*******checkbox*********/

input[type="checkbox"] {
	display:none;
}

input[type="checkbox"] + label > span{
	width: 20px;
	height: 20px;
	margin: 0px 8px 0px 0px;
	background: url(../img/c.png) top no-repeat;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
}

input[type="checkbox"]:checked + label > span{
	background:url(../img/ca.png) no-repeat 0px top;
}

/************************/

/************************/

/******wrap_catalog******/

/************************/

/*****project_gallery****/

/************************/

/******top_catalog*******/

/************************/

/********wrap_stock******/

/************************/

/****wrap_calculation****/

.wrap_calculation{
	margin: 30px 0px;
	border-bottom: 1px solid #EAEAEA;
	border-top: 1px solid #EAEAEA;
	font-size: 0;
}

.wrap_step{
	float: left;
	width: 720px;
	padding-right: 14px;
	padding-top: 14px;
}

.wrap_result{
	float: right;
	border-left: 1px solid #EAEAEA;
	width: 267px;
	padding: 30px 0px 12px 14px;
}

.wrap_result .price{
	text-align: center;
	font-size: 16px;
}

.wrap_result .price span{
	font-size: 26px;
	margin-bottom: 26px;
}

.title_result{
	text-align: center;
	font-size: 700px;
	font-size: 16px;
}

.wrap_result a{
	text-align: center;
	font-size: 13px;
	color: #000;
	width: 252px;
	line-height: 39px;
	height: 39px;
	border-radius: 3px;
	margin: 0 auto;
	background: rgba(255,213,0,1);
	background: -moz-linear-gradient(top, rgba(255,213,0,1) 0%, rgba(255,162,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,213,0,1)), color-stop(100%, rgba(255,162,0,1)));
	background: -webkit-linear-gradient(top, rgba(255,213,0,1) 0%, rgba(255,162,0,1) 100%);
	background: -o-linear-gradient(top, rgba(255,213,0,1) 0%, rgba(255,162,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,213,0,1) 0%, rgba(255,162,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,213,0,1) 0%, rgba(255,162,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd500', endColorstr='#ffa200', GradientType=0 );
	-webkit-box-shadow: inset 0px -1px 0px 0px rgba(255,147,0,1);
	-moz-box-shadow: inset 0px -1px 0px 0px rgba(255,147,0,1);
	box-shadow: inset 0px -1px 0px 0px rgba(255,147,0,1);
	display: inline-block;
}

.wrap_result a:hover{
	-webkit-box-shadow: inset 0px -3px 0px 0px rgba(255,147,0,1);
	-moz-box-shadow: inset 0px -3px 0px 0px rgba(255,147,0,1);
	box-shadow: inset 0px -3px 0px 0px rgba(255,147,0,1);
}

.wrap_result a:active{
	-webkit-box-shadow: inset 0px -1px 0px 0px rgba(255,147,0,1);
	-moz-box-shadow: inset 0px -1px 0px 0px rgba(255,147,0,1);
	box-shadow: inset 0px -1px 0px 0px rgba(255,147,0,1);
}

.text_gift{
	text-align: center;
	font-size: 14px;
	margin: 16px 0px;
	color: #ff4800;
}

.img_result{
	width: 100%;
	text-align: center;
	border: 1px solid #EAEAEA;
	padding: 28px 0px;
	position: relative;
}

.img_result img{
	max-width: 95%;
	height: auto;
}

.steps{
	margin-bottom: 28px;
}

.tstep{
	display: inline-block;
	vertical-align: top;
	width: 24%;
	margin-right: 7px;
	text-align: center;
}

.tstep:last-of-type{
	margin-right: 0px;
}

.tstep p{
	margin-bottom: 11px;
	font-weight: 700;
	font-size: 14px;
}

.tstep a{
	border-radius: 3px;
	width: 100%;
	background: #fff;
	color: #000;
	border: 2px solid #67a1d6;
	height: 46px;
	line-height: 46px;
	font-weight: 400;
	font-size: 14px;
	cursor:default;
	display: inline-block;
	position: relative;
}

.tstep a span{
	display: inline-block;
	/*vertical-align: middle;*/
	font-weight: 700;
	font-size: 16px;
}

.tstep a:hover{
	color: #00D173;
}

.tstep a.active4{
	color: #fff;
	background: #67a1d6;
}

.tstep a.active4:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 200, 97, 0);
	border-top-color: #67a1d6;
	border-width: 6px;
	margin-left: -6px;
}

.nav_steps{

}

.nav_steps a{
	width: 168px;
}

.nav_steps a i{
	font-size: 8px;
	color: white!important;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 8px;

}

.prev_step{
	float: left;
}

.next_step{
	float: right;
}

.prev_step i{
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.text_nav_steps{
	float: left;
	width: calc(100% - 346px);
	text-align: center;
}

.text_nav_steps span{
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 5px;
}

.text_nav_steps p{
	font-size: 12px;
	color: #9e9e9e;
}

/*.wrap_block_step{*/
/*	padding-top: 28px;*/
/*}*/

.block_step{
	display: inline-block;
	vertical-align: top;
	width: 168px;
	margin-right: 28px;
	cursor: pointer;
}

.block_step:nth-child(4n){
	margin-right: 0px;
}

.block_step span{
	display: block;
	width: 100%;
	height: 163px;
	overflow: hidden;
	border: 1px solid #DEDEDE;
	border-radius: 3px;
	margin-bottom: 24px;
}

.block_step img{
	width: 100%;
	height: auto;
	max-width: 160px;
	margin: 0 auto;
	display: block;
}

.block_step p{
	font-size: 18px;
	line-height: 22px;
	color: #3f3f3f;
}

.block_step.active5 span{
	display: block;
	border: 1px solid #67a1d6;
}

.block_step.active5 p{
	color: #67a1d6;
}

.block_step:hover span{
	border: 1px solid #67a1d6;
}

/************************/

/*****wrap_more_info*****/

/************************/

/* Menu Button */
html, body {
	-webkit-tap-highlight-color: transparent;
	/* disable webkit tap highlight */
	overflow-x: hidden;
}

/* Menu Movement */

/* Menu Transitions */

/* Site Overlay */
/* Submenu Appearance */

/* Submenu Movement */

/************************/

@media (min-width:1300px) and (max-width:1399px){

	/***/

	.wrap_result {
		width: 270px;
	}

	.wrap_result a {
		width: 100%;
		line-height: 16px;
		height: auto;
		padding: 5px 0px;
	}


}

@media (min-width:1200px) and (max-width:1299px){

	.wrap_result {
		padding: 30px 8px 12px 8px;
		width: 206px;
	}

	.wrap_result a {
		width: 100%;
		line-height: 16px;
		height: auto;
		padding: 3px 0px;
	}

}

@media (min-width:1024px) and (max-width:1199px){

	/***/

	.wrap_result {
		width: 220px;
		padding: 30px 12px 12px 12px;
	}

	.wrap_result a {
		width: 100%;
		line-height: 16px;
		height: auto;
		padding: 3px 0px;
	}



}

@media (max-width:767px) {
	.n_calc_outer .steps .next_step, .n_calc_outer .steps .prev_step {
		/*position:absolute;*/
		/*top:0px;*/
		/*left:10px;*/
		width: 45%;
		width: 100%;
	}
	.n_calc_outer .steps .next_step {
		/*right: 10px;*/
		left: auto;
		left:0px;
	}
	.text_nav_steps {
		padding-top:60px;
		padding:20px 0;
		width: 100%!important;
	}
	.step {
		width:100%!important;
		margin:0;
		margin-left: 0px!important;
		margin-right: 0px!important;
	}
	.tstep {
		margin: 0 1% 10px 1%;
		width: 48%;
	}
	.wrap_result {
		padding-top: 0px;
	}
}
@media (min-width:880px) and (max-width:1023px){

	/***/

	.wrap_result {
		width: 100%;
		padding: 24px 12px;
		float: none;
		border: none;
	}

	.wrap_result a {
		line-height: 16px;
		height: auto;
		padding: 12px 0px;
		width: 39%;
	}

	.wrap_result .price {
		margin-bottom: 16px;
	}

	.img_result {
		padding: 16px 0px;
	}

	.wrap_step {
		float: none;
		width: 100%;
		padding-right: 0;
	}

	.step {
		margin-right: 22px;
	}

	.block_step {
		margin-right: 53px;
	}

	.img_result img {
		max-width: 15%;
		height: auto;
	}

}

@media (min-width:768px) and (max-width:879px){

	/***/

	.wrap_result {
		width: 100%;
		padding: 24px 12px;
		float: none;
		border: none;
	}

	.wrap_result a {
		line-height: 16px;
		height: auto;
		padding: 12px 0px;
		width: 39%;
	}

	.wrap_result .price {
		margin-bottom: 16px;
	}

	.img_result {
		padding: 16px 0px;
	}

	.wrap_step {
		float: none;
		width: 100%;
		padding-right: 0;
	}

	.step {
		width: 112px;
		margin-right: 12px;
	}

	.block_step {
		margin-right: 21px;
	}

	.img_result img {
		max-width: 15%;
		height: auto;
	}



}

@media (min-width:640px) and (max-width:767px){

	/***/

	.wrap_result {
		width: 100%;
		padding: 24px 12px;
		float: none;
		border: none;
	}

	.wrap_result a {
		line-height: 16px;
		height: auto;
		padding: 12px 0px;
		width: 39%;
	}

	.wrap_result .price {
		margin-bottom: 16px;
	}

	.img_result {
		padding: 16px 0px;
	}

	.wrap_step {
		float: none;
		width: 100%;
		padding-right: 0;
	}

	.step {
		width: 95px;
		margin-right: 7px;
	}

	.step a {
		font-size: 14px;
	}

	.block_step {
		margin-right: 16px;
		width: 140px;
	}

	.img_result img {
		max-width: 15%;
		height: auto;
	}

	.nav_steps a {
		width: 88px;
	}

	.text_nav_steps {
		width: calc(100% - 180px);
	}
}


@media (min-width:480px) and (max-width:639px){


	/***/

	.wrap_result {
		width: 100%;
		padding: 24px 12px;
		float: none;
		border: none;
	}

	.wrap_result a {
		line-height: 16px;
		height: auto;
		padding: 12px 0px;
		width: 39%;
	}

	.wrap_result .price {
		margin-bottom: 16px;
	}

	.img_result {
		padding: 16px 0px;
	}

	.wrap_step {
		float: none;
		width: 100%;
		padding-right: 0;
	}

	.step {
		width: 125px;
		margin-bottom: 16px;
		margin-right: 12px;
		margin-left: 12px;
	}

	.step a {
		font-size: 14px;
	}

	.block_step {
		margin-right: 24px;
		margin-left: 24px;
		width: 168px;
		margin-bottom: 24px;
	}

	.img_result img {
		max-width: 15%;
		height: auto;
	}

	.nav_steps a {
		width: 88px;
	}

	.block_step span {
		margin-bottom: 12px;
	}

	.text_nav_steps {
		width: calc(100% - 180px);
	}






}

@media (min-width:320px) and (max-width:479px){

	/***/

	.wrap_result {
		width: 100%;
		padding: 24px 12px;
		float: none;
		border: none;
	}

	.wrap_result a {
		line-height: 16px;
		height: auto;
		padding: 12px 0px;
		width: 90%;
	}

	.wrap_result .price {
		margin-bottom: 16px;
	}

	.img_result {
		padding: 16px 0px;
	}

	.wrap_step {
		float: none;
		width: 100%;
		padding-right: 0;
	}

	.step {
		width: 120px;
		margin-bottom: 16px;
		margin-right: 12px;
		margin-left: 12px;
	}

	.step a {
		font-size: 14px;
	}

	.block_step {
		margin-right: 6px;
		margin-left: 6px;
		width: 132px;
		margin-bottom: 24px;
	}

	.block_step span {
		height: 132px;
	}

	.img_result img {
		max-width: 35%;
		height: auto;
	}

	.nav_steps a {
		width: 88px;
	}

	.block_step span {
		margin-bottom: 12px;
	}

	.text_nav_steps {
		width: calc(100% - 180px);
	}




}
/* .groupField .field { */
/* float: left; */
/* width: 110px; */
/* } */
/* .emailForm { */
/* padding-left: 20px; */
/* max-width: 400px; */
/* text-align: center; */
/* } */
/* .emailForm  h3 { */
/* margin-bottom: 20px; */
/* } */
/* .sbmtBtn { */
/* margin-top: 20px; */
/* display: inline-block; */
/* } */
/* @media screen and (max-width: 480px) { */
/* .groupField .field { */
/* float: none; */
/* width: auto; */
/* margin-bottom: 10px; */
/* } */
/* } */




.n_calc_outerOLD {
	width:960px;
	min-height:400px;
	background:#ffffff;
	border:2px solid #dddddd;
	margin:0px auto 20px auto;
	box-sizing: border-box;
}

.n_calc_outer label {
	font-size: 13px;
	color: #3f3f3f;
	display: block;
	margin-bottom: 16px;
	line-height: 20px;
	cursor:pointer;
}
.n_calc_outer .step6 label {
	margin-bottom: 3px;
}
.n_calc_outerOLD .title {
	text-align: center;
	color: #3b3e3e;
	text-transform: uppercase;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	padding: 15px 0px 15px 0px;
	/*border-bottom:1px dashed #dddddd;*/
}
.n_calc_outerOLD .title span {
	cursor:pointer;
	color: #7fb743;
	border-bottom:1px dashed #7fb743;
}
.n_calc_outerOLD .title span:hover {
	border-bottom:1px solid #7fb743;
}
.n_calc_outerOLD .steps {
	width:660px;
	height:505px;
	float:left;
	padding:10px 0px 0px 0px;
	box-sizing: border-box;
}
.n_calc_outerOLD .bottom {
	padding: 10px 20px;
	border-top: 1px dashed #dddddd;
}

.n_calc_outerOLD .right {
	width:295px;
	float:left;
	height:505px;
	border-left:1px dashed #dddddd;
	box-sizing: border-box;
}

.n_calc_outerOLD .right .home {
	margin: 5px 0px 0px 15px;
	width:275px;
	height:432px;
	position:relative;
}

.n_calc_outer .part {
	position:absolute;
	display:none;
	top:0px;
}
.n_calc_outer .hereform { position:relative; }

.n_calc_outer .part.showed {
	display:block;
}

.n_calc_outerOLD .right .part01 { background: url(n_calc/r01.png); }
.n_calc_outerOLD .right .part02 { background: url(n_calc/r02.png); }
.n_calc_outerOLD .right .part03 { background: url(n_calc/r03.png); }
.n_calc_outerOLD .right .part04 { background: url(n_calc/r04.png); }
.n_calc_outerOLD .right .part05 { background: url(n_calc/r05.png); }
.n_calc_outerOLD .right .part06 { background: url(n_calc/r06.png); }
.n_calc_outerOLD .right .part07 { background: url(n_calc/r07.png); }
.n_calc_outerOLD .right .part08 { background: url(n_calc/r08.png); }
.n_calc_outerOLD .right .part09 { background: url(n_calc/r09.png); }
.n_calc_outerOLD .right .part10 { background: url(n_calc/r10.png); }
.n_calc_outerOLD .right .part11 { background: url(n_calc/r11.png); }
.n_calc_outerOLD .right .part12 { background: url(n_calc/r12.png); }
.n_calc_outerOLD .right .part13 { background: url(n_calc/r13.png); }
.n_calc_outerOLD .right .part14 { background: url(n_calc/r14.png); }
.n_calc_outerOLD .right .part15 { background: url(n_calc/r15.png); }
.n_calc_outerOLD .right .part16 { background: url(n_calc/r16.png); }
.n_calc_outerOLD .right .part16-1 { background: url(n_calc/r16-1.png); }
.n_calc_outerOLD .right .part17 { background: url(n_calc/r17.png); }
.n_calc_outerOLD .right .part17-1 { background: url(n_calc/r17-1.png); }
.n_calc_outerOLD .right .part18 { background: url(n_calc/r18.png); }
.n_calc_outerOLD .right .part19 { background: url(n_calc/r19.png); }
.n_calc_outerOLD .right .part20 { background: url(n_calc/r20.png); }

.n_calc_outer .steps .step { display:none; }
.n_calc_outer .steps .active { display:block; }

.n_calc_outer .steps .gonext {
	display:none;
}
.n_calc_outer .steps .step .gonextyes, .n_calc_outer .steps .step .goprev {
	display:block;
}

.n_calc_outerOLD .steps .step .goprev {
	right:auto;
	left:20px;
}

.n_calc_outerOLD .steps .step .gonextyes:hover, .n_calc_outerOLD .steps .step .goprev:hover {
	background: #609728;
}

.n_calc_outerOLD .steps .step .capt {
	text-align: center;
	color:#DD683E;
	text-transform: uppercase;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 1.5em;
}

.n_calc_outer .itogoprice {
	height: 36px;
}

.n_calc_outerOLD .right .capt {
	text-align: center;
	color:#DD683E;
	text-transform: uppercase;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 1em;
}

.n_calc_outerOLD .right .capt span {
	display:block;
	color:#3b3e3e;
	font-size: 1.3em;
	margin-top:3px;
}

.n_calc_outerOLD .steps .step .desc1 {
	text-align: center;
	margin: 10px 0px 10px 0px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #dddddd;
}
.n_calc_outerOLD .steps .step .images, .n_calc_outerOLD .steps .step .checks, .n_calc_outerOLD .steps .step .checks2 {
	padding-left:20px;
}

.n_calc_outerOLD .steps .step .images .item {
	float:left;
	width:200px;
	height:200px;
	border:1px solid #dddddd;
	margin-right:10px;
	margin-bottom:10px;
	position:relative;
	cursor:pointer;
	/*background: url(n_calc/test.png) no-repeat center center;*/
	box-sizing: border-box;
}

.n_calc_outerOLD .steps .step .images .item01 { background: url(n_calc/i01.png) no-repeat center center; }
.n_calc_outerOLD .steps .step .images .item02 { background: url(n_calc/i03.png) no-repeat center center; }
.n_calc_outerOLD .steps .step .images .item03 { background: url(n_calc/i02.1.png) no-repeat center center; }
.n_calc_outerOLD .steps .step .images .item04 { background: url(n_calc/i02.1.png) no-repeat center center; }
.n_calc_outerOLD .steps .step .images .item05 { background: url(n_calc/i05.png) no-repeat center center; }
.n_calc_outerOLD .steps .step .images .item05-1 { background: url(n_calc/i05-1.png) no-repeat center center; }
.n_calc_outerOLD .steps .step .images .item06 { background: url(n_calc/i06.png) no-repeat center center; }
.n_calc_outerOLD .steps .step .images .item07 { background: url(n_calc/i07.png) no-repeat center center; }
.n_calc_outerOLD .steps .step .images .item07-1 { background: url(n_calc/i07-1.png) no-repeat center center; }
.n_calc_outerOLD .steps .step .images .item07-2 { background: url(n_calc/i07-2.png) no-repeat center center; }
.n_calc_outerOLD .steps .step .images .item07-3 { background: url(n_calc/i07-3.png) no-repeat center center; }
.n_calc_outerOLD .steps .step .images .item08 { background: url(n_calc/i08.png) no-repeat center center; }
.n_calc_outerOLD .steps .step .images .item09 { background: url(n_calc/i09.png) no-repeat center center; }
.n_calc_outerOLD .steps .step .images .item10 { background: url(n_calc/i10.png) no-repeat center center; }
.n_calc_outerOLD .steps .step .images .item11 { background: url(n_calc/i11.png) no-repeat center center; }
.n_calc_outerOLD .steps .step .images .item12 { background: url(n_calc/i12.png) no-repeat center center; }

.n_calc_outer .steps .step .images .disabled {
	cursor:default;
}
.n_calc_outer .steps .step .images .disabled span, .n_calc_outer .steps .step .images .disabled:hover span {
	border: 1px solid #DEDEDE;
}

.n_calc_outerOLD .steps .step .images .n_checked {
	border:5px solid #7fb743;
}

.n_calc_outerOLD .steps .step .images .item div {
	display:none;
	padding:5px;
	background: rgba(255,255,255,0.8);
	text-align:center;
	color:#609728;
	font-weight:700;
	vertical-align:middle;
	width:200px;
	height:198px;
	box-sizing: border-box;
}

.n_calc_outerOLD .steps .step .images .disabled div {
	color:#999999;
}

.n_calc_outerOLD .steps .step .images .item:hover div {
	display:table-cell;
}

.n_calc_outerOLD .steps .step .images .item:hover {
	border:1px solid #7fb743;
}

.n_calc_outerOLD .steps .step .images .disabled:hover {
	border:1px solid #dddddd;
}

.n_calc_outerOLD .steps .step .images .n_checked div {
	border:4px solid #7fb743;
}
.n_calc_outer .steps .step .checks, .n_calc_outer .steps .step .checks2 {
	display:none;
	margin-top:20px;
}
.n_calc_outer .steps .step .n_showed {
	display:block;
}
.n_calc_outerOLD .steps .step .checks label, .n_calc_outerOLD .steps .step .checks2 label {
	margin-bottom: 7px;
	margin-top: 7px;
	display: block;
	cursor:pointer;
}
.n_calc_outerOLD .steps .step .checks label.n_hidden, .n_calc_outerOLD .steps .step .checks2 label.n_hidden {
	display:none;
}
.n_calc_outerOLD .steps .step .checks label input, .n_calc_outerOLD .steps .step .checks2 label input {
	margin-right: 7px;
}

.n_calc_outerOLD .bottom .capt {
	color:#DD683E;
	text-transform: uppercase;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 1.5em;
}

.n_calc_outerOLD .bottom .capt span {
	color:#3b3e3e;
}
.n_calc_outerOLD .bottom .gomail span, .n_calc_outerOLD .bottom .goprint {
	display: inline-block;
	margin: 3px 0px;
	background: #7fb743;
	cursor: pointer;
	padding: 5px 20px;
	border-radius: 5px;
	color: #ffffff;
	margin-right:10px;
	cursor: pointer;
}
.n_calc_outerOLD .bottom .gomail span:hover, .n_calc_outerOLD .bottom .goprint:hover {
	background: #DD683E;
}
.n_calc_outer .entermail {
	display:none;
}
.n_calc_outer .entermail input {
	background: #fff;
	border: 1px solid #67a1d6;
	border-radius: 3px;
	width: 100%;
	line-height: 34px;
	height: 34px;
	padding: 0px 10px;
	color: #000;
	font-size: 16px;
	margin: 5px 0;
}
.n_calc_outer .entermail .btn {
	cursor:pointer;
	/*border-radius: 3px;*/
	color: white;
	line-height: 30px;
	height: 30px;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	background: #3ca2d9;
	-webkit-box-shadow: inset 0px -1px 0px 0px #3ca2d9;
	-moz-box-shadow: inset 0px -1px 0px 0px #3ca2d9;
	box-shadow: inset 0px -1px 0px 0px #3ca2d9;
	display: inline-table;
}
.n_calc_outer .entermail .answ {
	color: #cccccc;
	display: block;
	margin: 5px 0;
	color: #000000;
	height: 20px;
	font-size: 12px;
	text-align: center;
	height: auto;
}
.n_calc_outer .entermail .answ.good {
	color: #67a1d6;
}
.n_calc_outer .entermail .answ.bad {
	color: #ff3300;
}


.n_calc_outerOLD .steps-prices {
	height:40px;
	padding:10px;
	/*border-bottom:1px dashed #dddddd;*/
	background: #f0f0f0;
}

.n_calc_outerOLD .steps-prices .item {
	float:left;
	width:150px;
	text-align:center;
	color:#DD683E;
	text-transform: uppercase;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 1.0em;
}

.n_calc_outerOLD .steps-prices .item span {
	display:block;
	color:#3b3e3e;
	font-size: 1.2em;
	margin-top:3px;
}

.gocustomcalc {
	display:inline-block;
	background:#000000;
	padding:10px 30px;
	border-radius:5px;
	float:right;
}
.clear{
	clear: both;
}

.tstep a.active4:hover {
	color:#fff !important;
}

.step4 .text_nav_steps p {
	max-width: 260px;
	margin: 0 auto;
}
/************calc**********/
.n_calc_outerOLD {
	width:960px;
	min-height:400px;
	background:#ffffff;
	border:2px solid #dddddd;
	margin:0px auto 20px auto;
	box-sizing: border-box;
}

.n_calc_outer label {
	font-size: 13px;
	color: #3f3f3f;
	display: block;
	margin-bottom: 16px;
	line-height: 20px;
	cursor:pointer;
}
.n_calc_outer .step6 label {
	margin-bottom: 3px;
}
.n_calc_outerOLD .title {
	text-align: center;
	color: #3b3e3e;
	text-transform: uppercase;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	padding: 15px 0px 15px 0px;
	/*border-bottom:1px dashed #dddddd;*/
}
.n_calc_outerOLD .title span {
	cursor:pointer;
	color: #7fb743;
	border-bottom:1px dashed #7fb743;
}
.n_calc_outerOLD .title span:hover {
	border-bottom:1px solid #7fb743;
}
.n_calc_outerOLD .steps {
	width:660px;
	height:505px;
	float:left;
	padding:10px 0px 0px 0px;
	box-sizing: border-box;
}
.n_calc_outerOLD .bottom {
	padding: 10px 20px;
	border-top: 1px dashed #dddddd;
}

.n_calc_outerOLD .right {
	width:295px;
	float:left;
	height:505px;
	border-left:1px dashed #dddddd;
	box-sizing: border-box;
}

.n_calc_outerOLD .right .home {
	margin: 5px 0px 0px 15px;
	width:275px;
	height:432px;
	position:relative;
}

.n_calc_outer .part {
	position:absolute;
	display:none;
	top:0px;
}
.n_calc_outer .hereform { position:relative; }

.n_calc_outer .part.showed {
	display:block;
}

.n_calc_outerOLD .right .part01 { background: url(n_calc/r01.png); }
.n_calc_outerOLD .right .part02 { background: url(n_calc/r02.png); }
.n_calc_outerOLD .right .part03 { background: url(n_calc/r03.png); }
.n_calc_outerOLD .right .part04 { background: url(n_calc/r04.png); }
.n_calc_outerOLD .right .part05 { background: url(n_calc/r05.png); }
.n_calc_outerOLD .right .part06 { background: url(n_calc/r06.png); }
.n_calc_outerOLD .right .part07 { background: url(n_calc/r07.png); }
.n_calc_outerOLD .right .part08 { background: url(n_calc/r08.png); }
.n_calc_outerOLD .right .part09 { background: url(n_calc/r09.png); }
.n_calc_outerOLD .right .part10 { background: url(n_calc/r10.png); }
.n_calc_outerOLD .right .part11 { background: url(n_calc/r11.png); }
.n_calc_outerOLD .right .part12 { background: url(n_calc/r12.png); }
.n_calc_outerOLD .right .part13 { background: url(n_calc/r13.png); }
.n_calc_outerOLD .right .part14 { background: url(n_calc/r14.png); }
.n_calc_outerOLD .right .part15 { background: url(n_calc/r15.png); }
.n_calc_outerOLD .right .part16 { background: url(n_calc/r16.png); }
.n_calc_outerOLD .right .part16-1 { background: url(n_calc/r16-1.png); }
.n_calc_outerOLD .right .part17 { background: url(n_calc/r17.png); }
.n_calc_outerOLD .right .part17-1 { background: url(n_calc/r17-1.png); }
.n_calc_outerOLD .right .part18 { background: url(n_calc/r18.png); }
.n_calc_outerOLD .right .part19 { background: url(n_calc/r19.png); }
.n_calc_outerOLD .right .part20 { background: url(n_calc/r20.png); }

.n_calc_outer .steps .step { display:none; }
.n_calc_outer .steps .active { display:block; }

/*.n_calc_outer .steps .step .gonext {*/
/*	display:block;*/
/*}*/
.n_calc_outer .steps .gonextyes, .n_calc_outer .steps .goprev {
	display:block;
}
.js-gonext{
	display: block;
}
.js-gonextyes{
	display: none;
}
.n_calc_outerOLD .steps .step .goprev {
	right:auto;
	left:20px;
}

.n_calc_outerOLD .steps .step .gonextyes:hover, .n_calc_outerOLD .steps .step .goprev:hover {
	background: #609728;
}

.n_calc_outerOLD .steps .step .capt {
	text-align: center;
	color:#DD683E;
	text-transform: uppercase;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 1.5em;
}

.n_calc_outer .itogoprice {
	height: 36px;
}

.n_calc_outerOLD .right .capt {
	text-align: center;
	color:#DD683E;
	text-transform: uppercase;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 1em;
}

.n_calc_outerOLD .right .capt span {
	display:block;
	color:#3b3e3e;
	font-size: 1.3em;
	margin-top:3px;
}

.n_calc_outerOLD .steps .step .desc1 {
	text-align: center;
	margin: 10px 0px 10px 0px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #dddddd;
}
.n_calc_outerOLD .steps .step .images, .n_calc_outerOLD .steps .step .checks, .n_calc_outerOLD .steps .step .checks2 {
	padding-left:20px;
}

.n_calc_outerOLD .steps .step .images .item {
	float:left;
	width:200px;
	height:200px;
	border:1px solid #dddddd;
	margin-right:10px;
	margin-bottom:10px;
	position:relative;
	cursor:pointer;
	/*background: url(n_calc/test.png) no-repeat center center;*/
	box-sizing: border-box;
}

.n_calc_outerOLD .steps .step .images .item01 { background: url(n_calc/i01.png) no-repeat center center; }
.n_calc_outerOLD .steps .step .images .item02 { background: url(n_calc/i03.png) no-repeat center center; }
.n_calc_outerOLD .steps .step .images .item03 { background: url(n_calc/i02.1.png) no-repeat center center; }
.n_calc_outerOLD .steps .step .images .item04 { background: url(n_calc/i02.1.png) no-repeat center center; }
.n_calc_outerOLD .steps .step .images .item05 { background: url(n_calc/i05.png) no-repeat center center; }
.n_calc_outerOLD .steps .step .images .item05-1 { background: url(n_calc/i05-1.png) no-repeat center center; }
.n_calc_outerOLD .steps .step .images .item06 { background: url(n_calc/i06.png) no-repeat center center; }
.n_calc_outerOLD .steps .step .images .item07 { background: url(n_calc/i07.png) no-repeat center center; }
.n_calc_outerOLD .steps .step .images .item07-1 { background: url(n_calc/i07-1.png) no-repeat center center; }
.n_calc_outerOLD .steps .step .images .item07-2 { background: url(n_calc/i07-2.png) no-repeat center center; }
.n_calc_outerOLD .steps .step .images .item07-3 { background: url(n_calc/i07-3.png) no-repeat center center; }
.n_calc_outerOLD .steps .step .images .item08 { background: url(n_calc/i08.png) no-repeat center center; }
.n_calc_outerOLD .steps .step .images .item09 { background: url(n_calc/i09.png) no-repeat center center; }
.n_calc_outerOLD .steps .step .images .item10 { background: url(n_calc/i10.png) no-repeat center center; }
.n_calc_outerOLD .steps .step .images .item11 { background: url(n_calc/i11.png) no-repeat center center; }
.n_calc_outerOLD .steps .step .images .item12 { background: url(n_calc/i12.png) no-repeat center center; }

.n_calc_outer .steps .step .images .disabled {
	cursor:default;
}
.n_calc_outer .steps .step .images .disabled span, .n_calc_outer .steps .step .images .disabled:hover span {
	border: 1px solid #DEDEDE;
}

.n_calc_outerOLD .steps .step .images .n_checked {
	border:5px solid #7fb743;
}

.n_calc_outerOLD .bottom .capt {
	color:#DD683E;
	text-transform: uppercase;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 1.5em;
}

.n_calc_outerOLD .bottom .capt span {
	color:#3b3e3e;
}


.n_calc_outer .entermail .answ.bad {
	color: #ff3300;
}


.n_calc_outerOLD .steps-prices {
	height:40px;
	padding:10px;
	/*border-bottom:1px dashed #dddddd;*/
	background: #f0f0f0;
}

.n_calc_outerOLD .steps-prices .item {
	float:left;
	width:150px;
	text-align:center;
	color:#DD683E;
	text-transform: uppercase;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 1.0em;
}

.n_calc_outerOLD .steps-prices .item span {
	display:block;
	color:#3b3e3e;
	font-size: 1.2em;
	margin-top:3px;
}

.gocustomcalc {
	display:inline-block;
	background:#000000;
	padding:10px 30px;
	border-radius:5px;
	float:right;
}

.step4 .text_nav_steps p {
	max-width: 260px;
	margin: 0 auto;
}
.v2-cs-picwrap span{
	display: block;
}
.v2-cs-picwrap .active5 span{
	outline: 3px solid rgba(60, 162, 217, 1);
	border-color: #3ca2d9;
}
.js-form-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border: 1px solid #cccccc;
}






.v2-cs-picwrap .active5 span {
	outline: none;
	border:none;
}

.v2-cs-picwrap .item {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #d9d9d9;
	padding: 6px;
	box-sizing: border-box;
	width: 100%;
	transition: 0.2s;
	outline: 3px solid rgba(60, 162, 217, 0);
}

.v2-cs-picwrap {
	border:none;
	padding:0;
	box-sizing:border-box;
	margin-bottom: 6px;
}



.v2-cs-picwrap .item.active5, .v2-cs-picwrap .item:hover {
	outline: none;
	border-color:rgb(60, 162, 217);
	outline: 3px solid rgb(60, 162, 217);
}

.v2-calc-main-wrap {
	padding-top: 30px;
	border-top: 1px solid #d6d6d6;
	box-sizing: border-box;
}

.js-form-wrapper {
	position: relative;
	border: none;
	background: #eff8ff;
}



.v2-calc-total-panel span.btn.btn-primary.btn.js-send-calc-to-admin {
	border-radius: 4px;
	width: 100%;
}

.v2-calc-total-panel span.btn.btn-primary.btn.js-send-calc-to-admin:hover {
	background-color: #51b9f1;
	border-color:#51b9f1;
}

.v2-calc-total-panel .js-form-close {
	position:relative;
	margin-bottom: 12px;
	padding: 6px 24px;
	margin-top: 12px;
	box-sizing: border-box;
	color: #fff;
	background-color: #ffffff;
	font-weight: 500;
	border-radius: 4px;
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
	transition: 0.2s;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	color: #3ca2d9;
	border: 1px solid #3ca2d9;
}
.widget-calculator-button{
	display: block;
	margin-bottom: 15px;
}




.v2-step-cont-slide {
	justify-content:center;
}

.v2-calc-main-title, .v2-calc-step-title, .v2-total-title, .v2-total-price, .v2-done-step-title, .v2-calc-done-step-count-title, .v2-done-step-unit-title {
	font-weight: 600;
}

.v2-total-title {
	text-transform:uppercase;
}
.widget-calculator-button{
	display: block;
	margin-bottom: 15px;
}
.calc-wrapper{
	background: #eff8ff;
}
/**********-/calc**********/
