.privacy {
font-size: 10px;
line-height: 1.3;
margin-top: 10px;
}
.privacy a {
	text-decoration: underline;
}
.calc-text p {
	font-size: 18px;
	line-height: 1.5;
}
.calc-text-top {
	margin-bottom: 40px;
}
.calc-text-bottom {
	margin-top: 40px;
}
.calc_block {
	padding-top: 27px;
}
.calc .btn.btn-reset {
	height: 40px;
	cursor: pointer;
	margin-top: 0;
	 }
	 .left-reset {
		 display: flex;
		 justify-content: flex-end;
	 }
	 .item-price {
		 display: flex;
		 align-items: center;
	 }
	 .price + .price_diler {
		 margin-left: 5px;
	 } 
	 .price_diler {
		 color: red;
		 font-weight: bold;
	 }
	 .item-price .price {
		 text-decoration: line-through;
	 }
	 .b-item-top {
		 display: flex;
	 }
	 .cart-price-field-old span {
		 text-decoration: line-through;
		 font-size: 18px !important;
	 }
	 .cart-price-field-sale span {
		 color: red !important;
		 font-weight: bold;
	 }
	 .cart-price-field {
		 display: flex;
		 align-items: center;
	 }
	 #calc_block_total span {
		 text-decoration: line-through;
	 }
	 .price-wrap__fields > div + div {
		 margin-left: 10px;
	 }
	 #calc_block_total_diler span {
		 font-size: 24px;
		 font-weight: bold;
		 color: red;
	 }
	 .price-wrap__fields {
		 display: flex;
		 align-items: center;
	 }
	.calc_block {
		padding-top: 28px;
	}
.calc_wrapper {
  max-width: 100%;
}
.calc_wrapper .row{
  display: flex;
  flex-wrap: wrap;
}
.calc {

font-size: 14px;

padding: 0;

}

.calc * {
  box-sizing: border-box;
}
.calc *:before,
.calc *:after {
  box-sizing: border-box;
}
.calc input,
.calc textarea {
  margin: 0;
  border: none;
  outline: none;
  font-family: 'Open Sans', sans-serif;
}
.calc img {
  vertical-align: middle;
}
.calc_clear {
  clear: both;
}
.calc_title {

  font-size: 24px;
  line-height: 36px;
  text-align: center;
  padding-bottom: 11px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 48px;
}
.calc_left {
  float: none;
  width: 100%;
  padding-right: 0;
}
.calc_left .calc_block {
	padding: 0;
}
.calc_right {
  float: none;
  width: 100%;
	padding-left: 40px;
}
.calc_block {
  padding: 0;
  background: #fff;
  margin-bottom: 12px;
  counter-reset: item
}
#calc_block_material{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
#calc_block_material .item-materal{
  width: 49%;
  height: 64px;
  padding: 0 15px 0 96px;
  background: #F4F5F5;

  position: relative;
  cursor:pointer;

  font-size: 16px;
  line-height: 116%;
/* or 21px */
  color: #2D323F;
}
#calc_block_material .item-materal span p{
  display:block;

  color:#9999B2;
  font-size: 13px;
	line-height: initial;
	margin: 5px 0 0;
}
#calc_block_material .item-materal >span{
padding-top: 12px;
    display: block;
		font-weight: 800;
font-size: 18px;
line-height: 116%;
}
#calc_block_material .item-materal.active span p{
  color:#fff;
  opacity: 0.5;
  display:block;
  width:100%;
  font-weight: normal;
}

#calc_block_material .item-materal img{
 position: absolute;
 left: -7px;
 top:-20px;
 max-width: 97px;
}
#calc_block_material .mat_2 img {
	left: 10px;
}
.calc_page {
	padding-bottom: 50px;
}
#calc_block_material .item-materal.active{
 
background: #4178CA;

color: #fff;
}
.calc_block_item {

  display: flex;
  align-items: center;
 

}
.calc_structure {
	margin-bottom: -14px;
}
.calc_structure .calc_block_item_content {
margin-top: 7px;
}
.calc-basket {
  height: 100%;
  background: #F2F2F2;
  padding: 20px 15px;
  display: flex;
  flex-wrap: wrap;
}
.calc-basket .basket-height{
/*height: calc(100% - 200px);*/
}
.calc-basket a.privacy {
    font-size: 10px;
    opacity: 0.5;
    line-height: 14px;
    padding: 10px 0;
    display: block;
}
.calc-basket .f-title {
    font-size: 10px;
    line-height: 14px;
    padding: 10px 0 0;
    display: block;
}

.calc-basket .b-total {
  width: 100%;
  padding-top:15px;
  border-top:1px solid #BFBFDA;
  margin-top:auto;
}
.calc-basket .t-title{
  font-size: 12px;
line-height: 15px;

color: #9E9EB2;
display: block;
margin-bottom: 10px;

}
.calc-basket .t-val,
.calc-basket .t-val-diler{

font-size: 30px;
line-height: 116%;
/* or 35px */

color: #9E9EB2;
}
.b-total svg{
margin-left: 5px;
}
.calc-basket .t-btn{
  background: #FFFFFF;

height:57px;
font-weight: 600;
font-size: 12px;
line-height: 20px;
display: flex;
justify-content: center;
padding:0 5px;
align-items: center;
text-align: center;
letter-spacing: 0.04em;
margin-top: 10px;
text-transform: uppercase;

color: #B6BCCC;
}
#calc_block_total {
	font-size: 0;
	line-height: 1;
}
.calc-basket .b-total.active .t-btn{
  background: #4178CA;
  color: #ffffff;
}
.b-total input {
    width: 100%;
    height: 50px;
    border: none;
    padding: 0 20px;
    border-radius: 5px;
    margin-top: 15px;
}
.b-total input.error {
    border:1px solid red;
}
.calc-basket .success{
      color: #008000;
    border: 2px dashed #008000;
    border-radius: 5px;
    padding: 10px;
    margin-top: 14px;
    font-size: 12px;
    
}
.b-total form{
  display:none;
}
.calc-basket .b-total.active form{
  display:block;
}
.calc-basket .b-total.active .t-val{

  color: #000;
}
.calc-basket .b-total.active  svg path{

  fill: black;
}

.calc-basket .gift{
  display: none;margin-top: 15px;
  margin-bottom: 15px;
}
.calc-basket .gift.active{
  display: flex;
}
.calc-basket .gift svg{
  margin-right: 15px;
}

.calc-basket .gift .title{

font-size: 12px;
line-height: 15px;
/* identical to box height */
display: block;
margin-bottom: 3px;
color: #2D323F;
}
.calc-basket .gift .caption{

font-size: 12px;
line-height: 15px;
display: block;margin-bottom: 3px;
color: #9E9EB2;
}
.calc-basket .gift .value{

font-size: 12px;
line-height: 15px;
display: block;
color: #2D323F;
}

.calc-basket .b-title{
  
  font-size: 24px;
  line-height: 116%;
  /* or 28px */

  display: block;
  color: #2D323F;
  margin-bottom: 15px;
  padding-bottom:15px;
  border-bottom:1px solid #DBDBE4;
}
.calc-basket .title{
  font-style: normal;

font-size: 12px;
line-height: 15px;
margin-bottom: 5px;
color: #2D323F;
display: block;
}
.calc-basket .title span{
  color:#4178CA;
}
.calc-basket .params{

font-size: 12px;
line-height: 15px;
display: block;
color: #9E9EB2;
}
.calc-basket .price{

font-style: normal;
font-size: 12px;
line-height: 15px;

color: #2D323F;
}
.calc-basket .b-item{
    padding: 10px 10px 10px 0;
    display: flex;
		flex-direction: column;
    border-bottom: 1px solid #DBDBE4;
    position: relative;
}
.calc-basket span.remove {
    position: absolute;
    right: -9px;cursor:pointer;
    top: 29px;
}
.calc-basket span.remove:hover {
   opacity: 0.8;
}
.calc-basket .empty{
  display: flex;
	align-items: center;
  font-size: 14px;
line-height: 116%;
/* or 19px */


color: #9E9EB2;

}
.calc-basket .empty svg{
  margin-right: 15px;
}
.calc-basket .b-item .img{
  min-width: 75px;
  height:52px;
  margin-right: 15px;
  background-color:#fff;
  border-radius: 6px; display: flex;
    align-items: center;
    justify-content: center;
}

.calc-basket .b-item .img:before {
    content: "";
    display: block;
    position: relative;
	background-position: 50%;
    height: 36px;
    cursor: pointer;
    background-size: contain;   
    background-repeat: no-repeat;
}

.calc-basket .b-item .img.construct_1:before {
  width: 35px;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='37' viewBox='0 0 36 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='16.4' height='34.0333' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3Crect x='17.8667' y='1' width='16.4' height='34.0333' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3C/svg%3E");
}

.calc-basket .b-item .img.construct_2:before {
  width: 52px;
  background-image: url("data:image/svg+xml,%3Csvg width='53' height='37' viewBox='0 0 53 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.33325' y='1' width='16.4' height='34.0333' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3Crect x='18.2' y='1' width='16.4' height='34.0333' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3Crect x='35.0666' y='1' width='16.4' height='34.0333' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.calc-basket .b-item .img.construct_3:before {
  width: 62px;
  background-image: url("data:image/svg+xml,%3Csvg width='70' height='37' viewBox='0 0 70 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.7998' y='1' width='16.4' height='34.0333' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3Crect x='18.6665' y='1' width='16.4' height='34.0333' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3Crect x='35.5332' y='1' width='16.4' height='34.0333' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3Crect x='52.3999' y='1' width='16.4' height='34.0333' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3C/svg%3E%0A")
}

.calc-basket .b-item .img.construct_4:before {
  width: 62px;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='37' viewBox='0 0 19 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.1333' y='1' width='16.4' height='44' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3Crect x='1.1333' y='1' width='16.4' height='26.3667' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.calc-basket .b-item .img.construct_5:before {
  width: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='37' viewBox='0 0 19 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='16.4' height='34.0333' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3C/svg%3E");
}

.calc-basket .b-item .img.construct_6:before {
  width: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='37' height='46' viewBox='0 0 37 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.8667' y='1' width='16.4' height='34.0333' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3Crect x='18.7334' y='1' width='16.4' height='44' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3Crect x='18.7334' y='1' width='16.4' height='26.3667' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.calc-basket .b-item .img.construct_7:before {
  width: 42px;
  background-image: url("data:image/svg+xml,%3Csvg width='53' height='46' viewBox='0 0 53 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='18.3337' y='1' width='16.4' height='34.0333' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3Crect x='1.4668' y='1' width='16.4' height='34.0333' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3Crect x='35.2002' y='1' width='16.4' height='44' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3Crect x='35.2002' y='1' width='16.4' height='26.3667' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3C/svg%3E%0A");
}




.calc-basket .b-item .count {
  display: flex;
  align-items: center;
  margin-top: 5px;
  /**
             * Ð”Ð»Ñ ÑÐºÑÐ¿Ð»Ð¾Ñ€ÐµÑ€Ð°
             */
            -ms-user-select: none;

            /**
             * Ð”Ð»Ñ Ð¼Ð¾Ð·Ð¸Ð»Ñ‹
             */
            -moz-user-select: none;

            /**
             * Ð”Ð»Ñ ÐºÐ¾Ð½ÐºÐ²ÐµÑ€Ð¾Ñ€Ð°
             */
            -khtml-user-select: none;

            /**
             * Ð”Ð»Ñ Ð¡Ð°Ñ„Ð°Ñ€Ð¸ Ð¸ Ð¥Ñ€Ð¾Ð¼Ð°
             */
            -webkit-user-select: none;
}

.calc-basket .b-item .count span.val {
    width: 25px;
    text-align: center;
} 

.calc-basket .b-item .count .minus, .calc-basket .b-item .count .plus {
  cursor: pointer;
}

.calc-basket .b-item .count .minus{
  content:url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='21' height='21' rx='5.5' stroke='%23DBDBE4'/%3E%3Cpath d='M5.66675 11L16.3334 11' stroke='%232D323F' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.calc-basket .b-item .count .plus{
  content:url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='21' height='21' rx='5.5' stroke='%23DBDBE4'/%3E%3Cpath d='M11.0001 5.66663V16.3333M5.66675 11L16.3334 11' stroke='%232D323F' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.calc_block_title .lab{
 
  font-size: 12px;
  line-height: 15px;
margin-bottom: 5px;
color: #34302D;
}
.calc_block_item>div {
  width: calc(100% - 0px);
}
#calc_block_profil{
  border:none;
	padding: 0;
}
.calc_block_item {
 padding: 14px 0;
 border-bottom: 1px solid #EBEBEB;
}
select.select-param,select.select-param-mat {
  border: none;
  
	font-weight: 800;
	font-size: 14px;
  line-height: 17px;
  color: #4178CA;
  width: 100%;
	margin-left: -3px;
}
.calc_block_item:before{
 counter-increment: item;   
 content:"0"counter(item);min-width: 26px;
 height: 26px;
 display: flex;align-items: center;justify-content: center;
 color:#fff;border-radius: 50%;
 margin-right: 15px;
 font-weight: 600;
 font-size: 14px;
 background: #60C86A;
}
#calc_block_type{
  display: block;
	padding: 0;
	border: none;
}
#calc_block_type:before{
  display: none;
}

.calc_block_item_title {
	font-weight: 600;
	font-size: 12px;
	line-height: 1.2;
	
	color: #34302D;


}
.calc_block_item_content {
	margin-top: 4px;
}
#calc_block_type .calc_block_item_title{

  position: relative;
  /* identical to box height */
  padding-bottom: 9px;
  margin-bottom: 43px;
  font-weight: 600;
font-size: 16px;
height: 28px;
color: #9E9EB3;
}
#calc_block_type .calc_block_item_title:after {
  position: absolute;
  left: 0;
  right: -105px;
  content: "";
  height: 1px;
  display: block;
  background: #DCDCDC;
  bottom: -3px;
  z-index: 0;
}
.calc_block_item_content_item {
  margin-bottom: 14px;
}
.calc .btn{
  height:56px;
  padding:0 20px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.04em;
  text-transform: uppercase;

  color: #FFFFFF;
	margin-top: 14px;
}
.calc .btn svg{
  margin-right: 15px;
}
.calc_block_item_content_item span {
  
  font-size: 12px;
  line-height: 112%;
  /* or 13px */

	font-weight: 800;
  color: #9E9EB2;
}
#calc_block_profil:before{
  display: none;
} 

.calc_block_item_content_item span:hover .calc_block_item_content_item_popup {
  display: block;
}
.calc_block_item_content_item_underline {
  border-bottom: 1px dotted currentColor;
}
.calc_block_item_content_item_popup {
  position: absolute;
  left: 0px;
  bottom: 120%;
  padding: 12px 30px;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.19), 0px 6px 6px 0px rgba(0, 0, 0, 0.23);
  display: none;
}
.calc_block_item_content_item p {
  line-height: 18px;
  margin: 2px 0 0;
}
.calc_block_item_type {
  text-align: center;
  max-width: 100%;
  margin: 0 auto 17px;
  position: relative;
  display: none;
}
.calc_block_item_type_item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  position: relative;
  border: 1px solid #d4d4d4;
  padding: 15px;
  background: #e6e6e6;
}
.calc-basket .rub{
	font-weight: 600;
	font-size: 30px;
	line-height: 116%;
	color: #9E9EB2;

}
.b-total.active .rub {
	color: #34302D;
}
.calc_block_item_type_item-balcony {
  padding-bottom: 15px;
}
.calc_block_item_type_item-balcony img {
    width: 100%;
    opacity: 0.4;
    height: 300px;
}
.calc_block_item_type_item:before {
  content: "";
  display: block;
  position: absolute;
  left: 1.4%;
  top: 50%;
  transform: translate(0, -50%);
  content: url("data:image/svg+xml,%3Csvg width='9' height='33' viewBox='0 0 9 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.95388 0.401978H5.55114C6.89787 0.401978 8.0522 1.55631 8.0522 2.90304V16.2741C8.0522 17.6208 6.89787 18.7752 5.55114 18.7752H2.95388C1.60716 18.7752 0.45282 17.6208 0.45282 16.2741V2.90304C0.45282 1.46012 1.60716 0.401978 2.95388 0.401978Z' fill='%23989DA0'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.76149 0.401978H5.16636C6.41689 0.401978 7.47504 1.46012 7.47504 2.71065V15.6969C7.47504 16.9475 6.41689 18.0056 5.16636 18.0056H2.76149C1.51096 18.0056 0.45282 16.9475 0.45282 15.6969V2.71065C0.45282 1.36393 1.51096 0.401978 2.76149 0.401978Z' fill='%23F6F6F6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.24248 1.2677H4.7816C5.64735 1.2677 6.32072 1.94106 6.32072 2.80681V31.3766C6.32072 32.2424 5.64735 32.9158 4.7816 32.9158H3.24248C2.37673 32.9158 1.70337 32.2424 1.70337 31.3766V2.80681C1.79956 1.94106 2.47293 1.2677 3.24248 1.2677Z' fill='%239C9EA0'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.0501 1.2677H4.39682C5.07019 1.2677 5.74355 1.84487 5.74355 2.61443V30.9919C5.74355 31.6652 5.16638 32.3386 4.39682 32.3386H3.0501C2.37673 32.3386 1.70337 31.7614 1.70337 30.9919V2.61443C1.79956 1.84487 2.37673 1.2677 3.0501 1.2677Z' fill='white'/%3E%3C/svg%3E%0A");



}
.calc_block_item_type-wr{
      padding: 14px 12px 70px 11px;
}
.calc_block_item_type-5 .calc_block_item_type-wr{
  /*background-image: url(../images/1.svg);
  background-repeat: no-repeat;
  background-position: top center;*/
  
}
.calc_block_item_type-3 .calc_block_item_type-wr{
  /*background-image: url(../images/44.svg);
  background-repeat: no-repeat;
  background-position: top center;*/

}


.calc_block_item_type_item:first-child:before {
      left: 1.4%;
}
.calc_block_item_type_item.left:before {
      left: auto;
      right:1.4%;
}

.calc_block_item_type-wr {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.calc_block_item_type_item_back {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  cursor: pointer;
}
.calc_block_item_type_item:hover .calc_block_item_type_item_back {
  display: block;
}
.calc_block_item_type_item_window {
  /*border: 1px solid #717171;*/
  background: linear-gradient( 0deg, #73ccff6b 0%, #175fff63 100%);
  
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}

.calc_block_item_type_item_window img {
  width: 100%;
  opacity: 0.4;
  height: 221px;
}
.calc_block_item_type_item-balcony img {
    width: 100%;
    opacity: 0.4;
    height: 300px;
}
.calc_block_item_type_item_window:after {
  content: "";
  display: block;
  padding-top:15px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border:2px solid #6d6d6d69;
}
.calc_block_item_type_item-full:before {
  display: none;
}
.calc_block_item_type_item-full-left {
  border-right: 0;
  padding-right: 0;
}
.calc_block_item_type_item-full-left .calc_block_item_type_item_window {
  border-right: 0;
  padding-right: 8.5%;
}
.calc_block_item_type_item-full-left .calc_block_item_type_item_window:after {
  background-position: left center;
  background-size: 91.5% 100%;
}
.calc_block_item_type_item-full-right {
  border-left: 0;
  padding-left: 0;
}
.calc_block_item_type_item-full-right .calc_block_item_type_item_window {
  border-left: 0;
  padding-left: 8.5%;
}
.calc_block_item_type_item-full-right .calc_block_item_type_item_window:after {
  background-position: right center;
  background-size: 91.5% 100%;
}
.calc_block_item_type_item-full-left.calc_block_item_type_item-full-right {
  border-left: 0;
  padding-left: 0;
  border-right: 0;
  padding-right: 0;
}
.calc_block_item_type_item-full-left.calc_block_item_type_item-full-right .calc_block_item_type_item_window {
  border-left: 0;
  padding-left: 8%;
  border-right: 0;
  padding-right: 8%;
}
.calc_block_item_type_item-full-left.calc_block_item_type_item-full-right .calc_block_item_type_item_window:after {
  background-size: 82% 100%;
  background-position: center center;
}
.calc_block_item_type_item-close:before {
  display: none;
}
.calc_block_item_type_item .calc_block_item_type_item_window:before {
  content:"";
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  right:0;
  top: 0;
  bottom:0;
  margin:auto;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13' cy='13' r='13' fill='%2360C86A'/%3E%3Cpath d='M18.251 11.958H14.423V8.218H11.585V11.958H7.77904V14.642H11.585V18.382H14.423V14.642H18.251V11.958Z' fill='white'/%3E%3C/svg%3E%0A");
}
.calc_block_item_type_item-close .calc_block_item_type_item_window:after {
  content:"Глухая створка окна";
}
.calc_block_item_type_item .calc_block_item_type_item_window:after {
  color:#fff;
  text-transform:uppercase;
  font-size: 10px;
}

.calc_block_item_type_item-tilt .calc_block_item_type_item_window:after {
  content:"Правая поворотная створка";
}

.calc_block_item_type_item-tilt-turn .calc_block_item_type_item_window:after {
  content:"Правая поворотно /откидная";
  }

.calc_block_item_type_item-tilt.left .calc_block_item_type_item_window:after {
  content:"Левая поворотная створка";
}

.calc_block_item_type_item-tilt-turn.left .calc_block_item_type_item_window:after {
  content:"Левая поворотно /откидная";
  }

/*.calc_block_item_type_item:first-child.calc_block_item_type_item-tilt-turn .calc_block_item_type_item_window:after {
  background-image: url(https://studokna.ru/bitrix/components/creativebz/windowcalc2/templates/.default/images/calc-type-tilt-turn-first.png);
}*/
.calc_block #calc_block_structure .radio {
  padding-left: 0;
}
.calc_block #calc_block_structure .calc_block_item_content_item {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
}
.calc_block .profile-items{
  display:flex;position: relative;margin-bottom:0;
}
.calc_block .profile-items:after{
  position: absolute;
left: 0;
right: 0;
  content:"";
  height:1px;
  display: block;
  background: #DCDCDC;
  bottom: 1px;
  z-index: 0;
}
.calc .calc_block .profile-items .radio{
  padding-left: 0;

  margin-bottom:0;
 
}
.calc .calc_block .profile-items .radio span{
  
	display: flex;
	color: #9E9EB3;
	position: relative;
  z-index: 2;
	height: 28px;
	font-weight: 800;
font-size: 16px;

}
.calc .calc_block .profile-items .radio.active span{
  border-bottom:3px solid #4178CA;
}
.calc_block .profile-items .radio:before{
  display: none !important;
}

.calc_block #calc_block_structure .calc_block_item_content_item:last-child {
  margin-right: 0;
}
.calc_block #calc_block_structure .calc_block_item_content_item img {
  cursor: pointer;
}
.calc_block .checkboxes{
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0; 
}
.calc_block .checkboxes .check{
  width:50%;

}
.calc_block #calc_block_structure .calc_block_item_content_item:before {
  content: "";
  display: block;
  position: relative;
  height: 36px;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
}

.calc_block #calc_block_structure .calc_block_item_content_item-window-5:before {
  width: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='37' viewBox='0 0 19 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='16.4' height='34.0333' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3C/svg%3E");
}
.calc_block #calc_block_structure .calc_block_item_content_item-window-5.active:before {
  width: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='37' viewBox='0 0 19 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='16.4' height='34.0333' fill='%2377C8F5' stroke='%234178CA' stroke-width='2'/%3E%3C/svg%3E");
}
.calc_block #calc_block_structure .calc_block_item_content_item-window-1:before {
  width: 35px;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='37' viewBox='0 0 36 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='16.4' height='34.0333' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3Crect x='17.8667' y='1' width='16.4' height='34.0333' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3C/svg%3E");
}
.calc_block #calc_block_structure .calc_block_item_content_item-window-1.active:before {
  width: 35px;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='37' viewBox='0 0 36 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='16.4' height='34.0333' fill='%2377C8F5' stroke='%234178CA' stroke-width='2'/%3E%3Crect x='17.8667' y='1' width='16.4' height='34.0333' fill='%2377C8F5' stroke='%234178CA' stroke-width='2'/%3E%3C/svg%3E");
}
.calc_block #calc_block_structure .calc_block_item_content_item-window-2:before {
  width: 52px;
  background-image: url("data:image/svg+xml,%3Csvg width='53' height='37' viewBox='0 0 53 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.33325' y='1' width='16.4' height='34.0333' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3Crect x='18.2' y='1' width='16.4' height='34.0333' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3Crect x='35.0666' y='1' width='16.4' height='34.0333' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.calc_block #calc_block_structure .calc_block_item_content_item-window-2.active:before {
  width: 52px;
  background-image: url("data:image/svg+xml,%3Csvg width='53' height='37' viewBox='0 0 53 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.33325' y='1' width='16.4' height='34.0333' fill='%2377C8F5' stroke='%234178CA' stroke-width='2'/%3E%3Crect x='18.2' y='1' width='16.4' height='34.0333' fill='%2377C8F5' stroke='%234178CA' stroke-width='2'/%3E%3Crect x='35.0666' y='1' width='16.4' height='34.0333' fill='%2377C8F5' stroke='%234178CA' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.calc_block #calc_block_structure .calc_block_item_content_item-window-4:before {
  width: 18px;
 background-image: url("data:image/svg+xml,%3Csvg width='19' height='37' viewBox='0 0 19 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.1333' y='1' width='16.4' height='44' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3Crect x='1.1333' y='1' width='16.4' height='26.3667' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.calc_block #calc_block_structure .calc_block_item_content_item-window-4.active:before {
  width: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='37' viewBox='0 0 19 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.1333' y='1' width='16.4' height='44' fill='%2377C8F5' stroke='%234178CA' stroke-width='2'/%3E%3Crect x='1.1333' y='1' width='16.4' height='26.3667' fill='%2377C8F5' stroke='%234178CA' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.calc_block #calc_block_structure .calc_block_item_content_item-window-3:before {
  width: 69px;
  background-image: url("data:image/svg+xml,%3Csvg width='70' height='37' viewBox='0 0 70 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.7998' y='1' width='16.4' height='34.0333' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3Crect x='18.6665' y='1' width='16.4' height='34.0333' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3Crect x='35.5332' y='1' width='16.4' height='34.0333' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3Crect x='52.3999' y='1' width='16.4' height='34.0333' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.calc_block #calc_block_structure .calc_block_item_content_item-window-3.active:before {
  width: 69px;
  background-image: url("data:image/svg+xml,%3Csvg width='70' height='37' viewBox='0 0 70 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.7998' y='1' width='16.4' height='34.0333' fill='%2377C8F5' stroke='%239DA8B8' stroke-width='2'/%3E%3Crect x='18.6665' y='1' width='16.4' height='34.0333' fill='%2377C8F5' stroke='%239DA8B8' stroke-width='2'/%3E%3Crect x='35.5332' y='1' width='16.4' height='34.0333' fill='%2377C8F5' stroke='%239DA8B8' stroke-width='2'/%3E%3Crect x='52.3999' y='1' width='16.4' height='34.0333' fill='%2377C8F5' stroke='%239DA8B8' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.calc_block #calc_block_structure .calc_block_item_content_item-window-6:before {
  width: 29px;
   background-image: url("data:image/svg+xml,%3Csvg width='37' height='46' viewBox='0 0 37 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.8667' y='1' width='16.4' height='34.0333' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3Crect x='18.7334' y='1' width='16.4' height='44' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3Crect x='18.7334' y='1' width='16.4' height='26.3667' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.calc_block #calc_block_structure .calc_block_item_content_item-window-6.active:before {
  width: 29px;
   background-image: url("data:image/svg+xml,%3Csvg width='37' height='46' viewBox='0 0 37 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.8667' y='1' width='16.4' height='34.0333' fill='%2377C8F5' stroke='%239DA8B8' stroke-width='2'/%3E%3Crect x='18.7334' y='1' width='16.4' height='44' fill='%2377C8F5' stroke='%239DA8B8' stroke-width='2'/%3E%3Crect x='18.7334' y='1' width='16.4' height='26.3667' fill='%2377C8F5' stroke='%239DA8B8' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.calc_block #calc_block_structure .calc_block_item_content_item-window-7:before {
  width: 42px;
   background-image: url("data:image/svg+xml,%3Csvg width='53' height='46' viewBox='0 0 53 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='18.3337' y='1' width='16.4' height='34.0333' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3Crect x='1.4668' y='1' width='16.4' height='34.0333' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3Crect x='35.2002' y='1' width='16.4' height='44' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3Crect x='35.2002' y='1' width='16.4' height='26.3667' fill='%23E7E7E7' stroke='%239DA8B8' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.calc_block #calc_block_structure .calc_block_item_content_item-window-7.active:before {
  width: 42px;
   background-image: url("data:image/svg+xml,%3Csvg width='53' height='46' viewBox='0 0 53 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='18.3337' y='1' width='16.4' height='34.0333' fill='%2377C8F5' stroke='%239DA8B8' stroke-width='2'/%3E%3Crect x='1.4668' y='1' width='16.4' height='34.0333' fill='%2377C8F5' stroke='%239DA8B8' stroke-width='2'/%3E%3Crect x='35.2002' y='1' width='16.4' height='44' fill='%2377C8F5' stroke='%239DA8B8' stroke-width='2'/%3E%3Crect x='35.2002' y='1' width='16.4' height='26.3667' fill='%2377C8F5' stroke='%239DA8B8' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.calc_block-total {
  padding-left: 37px;
}
#calc_block_total span{
  font-size: 18px;
  line-height: 116%;
font-weight: 600;


color: #34302D;
}


.calc_block_title span {
  font-weight: 700;
  color: #217da2;
}
.calc_block_input {
  max-width: 320px;
  margin: 0 auto 25px;
  position: relative;
}
.calc .calc_block_input input {
  background: transparent;
  font-size: 14px;
  color: #7c7c7c;
  width: 100%;
  padding: 14px 10px 14px 40px;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #dbdbdb;
}
.calc_block_input input:focus {
  padding-bottom: 13px;
  border-bottom: 2px solid #217da2;
}
.calc_block_input input::-webkit-input-placeholder {
  color: #7c7c7c;
}
.calc_block_input input::-moz-placeholder {
  color: #7c7c7c;
}
.calc_block_input input:-moz-placeholder {
  color: #7c7c7c;
}
.calc_block_input input:-ms-input-placeholder {
  color: #7c7c7c;
}
.calc_block_input input.calc_phone {
  background-image: url(https://studokna.ru/bitrix/components/creativebz/windowcalc2/templates/.default/images/calc-phone.png);
  background-position: 5px 13px;
  background-repeat: no-repeat;
}
.calc_block_input input.input_error {
  padding-bottom: 13px;
  border: 2px solid #ee6a6a;
}
.calc_block_input .input_error_desc {
  display: none;
}
.calc_block_input input.input_error+.input_error_desc {
  display: inline-block;
  margin-left: 90px;
  border: 1px solid #ee6a6a;
  border-radius: 5px;
  padding: 0px 5px;
  position: absolute;
  bottom: -14px;
  z-index: 2;
  background: white;
}

.calc_block_submit {
  max-width: 320px;
  margin: 0 auto;
}
.calc_block_submit input {
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  color: #47431f;
  text-align: center;
  text-decoration: none;
  padding: 14px 0;
  background: #ffbc00;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2), 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  transition: 0.5s;
}
.calc_block_submit input:hover {
  color: #474747;
  background: #f2f2f2;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.19), 0px 6px 6px 0px rgba(0, 0, 0, 0.23);
}
.calc .calc_block .radio {
  position: relative;
  margin-top: 0;
  display: inline-block;
}
.calc .radio span {
  display: inline-block;
  cursor: pointer;
}


.calc .radio.disable {
  opacity: 0.8;
}
.calc .check {

  position: relative;
	display: flex;
	align-items: center;
}
.calc .check span {
  display: inline-block;
  cursor: pointer;
}
.calc .check:before {
  content: "";
  display: block;
	flex-shrink: 0;
	margin-right: 8px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='17' height='17' rx='8.5' stroke='%23EBE5EC'/%3E%3C/svg%3E%0A");
}
.calc .check.active:before {

  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='18' height='18' rx='9' fill='%234178CA'/%3E%3Cpath d='M13 6.5L7.49999 12L4.99994 9.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.calc .check input[type=checkbox] {
  display: none;
}
.calc .check.disable {
  opacity: 0.8;
}
.calc_size {
  font-size: 16px;
  text-align: center;
  margin-top: 22px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
}
.calc_size > *:not(:first-child) {
	margin-left: -1px;
}
.calc_size_item {
  display: inline-block;
  vertical-align: middle;

}
.calc_size_item:first-child {
  margin-left: 0 !important;
}
.calc_size_item:last-child {
  margin-right: 0 !important;
}
.calc_size_separator {
  font-weight: 700;
  margin-left: 8px !important;
  margin-right: 14px !important;
}
.calc input.calc_input {
  text-align: left;
  width: 100%;
  padding: 27px 12px 5px;
  border: 1px solid #4178CA;
  box-sizing: border-box;

  height: 54px;
	font-weight: 800;
	font-size: 16px;
  color: #1E1E28;
}
.calc .total-size{
  text-align: left;
	display: flex;
	align-items: center;
  background: #F4F5F5;
  padding: 27px 12px 5px;
  box-sizing: border-box;

  height: 56px;

  color: #1E1E28;

}
.calc .total-size .val {
	font-weight: bold;
}
.calc .ui-slider-range {
  display: none;
}
.calc .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
  background-color: #217da2;
  border-radius: 50%;
  outline: none;
}
.calc .ui-slider-range-max {
  right: 0;
}
.calc .ui-slider {
  background-color: #fff;
  border-radius: 3px;
  position: relative;
}
.calc .ui-slider-horizontal {
  box-shadow: inset 0.7px 0.7px 3px rgba(0, 0, 0, 0.24);
  width: 100%;
  height: 5px;
  margin-bottom: 11px;
}
.calc .ui-slider-horizontal .ui-slider-handle {
  top: -6px;
  margin-left: -10px;
}
.calc .ui-slider-vertical {
  box-shadow: inset 0.7px 0.7px 3px rgba(0, 0, 0, 0.24);
  width: 5px;
  height: 140px;
  margin: 6px auto;
}
.calc .ui-slider-vertical .ui-slider-handle {
  left: -6px;
  margin-bottom: -10px;
}
.calc_range-vertical {
  width: 65px;
  position: absolute;
  left: 0;
  top: 0;
}
.calc_range-gorizontal {
  max-width: 300px;
  margin: 24px auto 0;
}
.calc_range_value {
  text-align: center;
}
.calc_range_value_item {
  white-space: nowrap;
}
.calc_range-gorizontal .calc_range_value {
  display: flex;
  justify-content: space-between;
}
.calc .send_ok{
  text-align: center;
  font-size: 34px;
  display: none;
}
span.calc_size_item_wr{
  position: relative;
}
span.calc_size_item_wr span.label{
 position: absolute;
 top: 8px;
 left: 12px;
 font-weight: 600;
 font-size: 12px;
 color: #34302D;
}
.total-size{
  position: relative;border:none;
}
.total-size span.label{
 position: absolute;
 top: 8px;
 left: 10px;

 font-size: 12px;
 line-height: 15px;
 color: #2D323F;
}
@media (min-width: 480px) {
  .calc_block_item_content_item {
    display: inline-block;
    vertical-align: top;
  }
  .calc_block_item_content_item-2 {
    width: 50%;
  }
  .calc_block_item_content_item-2:nth-child(2n+1) {

  }
  .calc_block_item_content_item-2:nth-child(2n) {

  }
  .calc_block_item_content_item-2:nth-child(2n):before {
    /*left: 10px!important;*/
  }
}

@media (max-width: 768px) {
  .calc_left {
    float: left;
    width: 100%;
    padding-right: 0;
  }
  .calc_right {
    float: right;
    width: 100%;
		padding: 0;
  }
	.calc-basket {
		margin-top: 20px;
	}
  .calc_block:last-child {
    margin-bottom: 0;
    padding-left: 0;
  }
  #calc_block_material .item-materal {
    width: 100%;
  }
  #calc_block_material {
    flex-wrap: wrap;
  }
  #calc_block_material .item-materal {
    height: auto;    font-size: 13px;
    margin-bottom: 30px;
  }
  .calc_block_item_type_item {
        width: 25%;
  }
  .calc_block_item_type-wr{
    background:none !important;
  }
  .calc_size {
    flex-wrap: wrap;
  }
  .calc .total-size {
    width: 100%;
  }
  .calc input.calc_input {
    text-align: left;
    width: 100%;
  }
  span.calc_size_item_wr {
    width: 100%;   
  }
  .calc_block_item_type-wr {
    padding: 14px 12px 15px 11px;
}
.calc_block_item_type_item {
  padding:8px;
}


.calc_block_item_type_item_window img {
    width: 100%;
    opacity: 0.4;
    height: 94px;
}
.calc_block_item_type_item .calc_block_item_type_item_window:after {
    color: #fff;
    text-transform: none;
    font-size: 7px !important;
    padding-top: 5px !important;
}
.calc_block-total {
	display: flex;
	align-items: center;
}

.calc .btn {
	margin: 0 0 0 10px;
	font-size: 12px;
	padding: 0 10px;
	height: 50px;
}

.calc .btn.btn-reset {
	display: inline-flex;
}
}


@media (min-width: 768px) {
  .calc_left {
    float: left;
    width: 51%;
    padding-right: 0;
  }
  .calc_right {
    float: right;
    width: 49%;
  }

}
@media (max-width: 1200px) {
	#calc_block_material .item-materal >span {
		font-size: 15px;
	}
	#calc_block_type .calc_block_item_title {
		font-size: 14px;
	}
	.calc_size {
		grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	}
}
/* End */
/* https://studokna.ru/bitrix/components/creativebz/windowcalc2/templates/.default/style.css?159718451222196 */
