body{
/*   margin: 0px;
  font-family:calibri;
  font-size:14px;
  color:#212121; */
}
LABEL{
	cursor:pointer;
}
.calcWindow{
	width:100%;
	/* display:inline-block; */
	padding: 30px;
	box-sizing: border-box;
	text-align: center;
	/* background: #2196F3; */
	padding-bottom:0px;
}
.calcParameters
{
	width:320px;
	display:inline-block;
	padding: 40px;
	box-sizing: border-box;
	text-align: center;
	background: #90caf9;
	text-align: left;
	vertical-align: top;
}
.conteiner{
  display: flex;
  width: 100%;
  height: 100vh;
  background: #0288D1;
  justify-content: center;
  align-items: center;
}
.windowConteiner{
  /* display:flex; */
  display:inline-flex;
  box-shadow:0px 0px 5px #555;
  vertical-align:top;
  margin:20px 0px;
}
.windowOuter{
  position:relative;
  box-sizing:border-box;
  width:200px;
  height:300px;
  border: solid 20px #fff;
  box-shadow:inset 0px 0px 2px #888;
  background:#BBDEFB;
  perspective: 700px;
  display:inline-block;
}
.windowOuter5{
  position:relative;
  box-sizing:border-box;
  width:200px;
  height:500px;
  border: solid 20px #fff;
  box-shadow:inset 0px 0px 2px #888;
  background:#BBDEFB;
  perspective: 700px;
  display:inline-block;
}
.windowOuter6{
  position:relative;
  box-sizing:border-box;
  width:250px;
  height:500px;
  border: solid 24px #fff;
  box-shadow:inset 0px 0px 2px #888;
  background:#BBDEFB;
  perspective: 700px;
  display:inline-block;
}
.windowInner6{
  /* display:none; */
  position:absolute;
  /* left:-10px; */
  left:-14px;
  /* top:-10px; */
  top:-14px;
  /* border:solid 20px #fff; */
  border:solid 24px #fff;
  width:230px;
  height:480px;
  box-sizing:border-box;
  background:#BBDEFB;
  box-shadow:0px 0px 5px #888, inset 0px 0px 2px #888;
  transition: 0.5s;
  transform-origin: left bottom;
}
.windowInner6::after{
  right:-10px;
  top:50%;
  position:absolute;
  content:'';
  width:60px;
  height:10px;
  background:#fff;
  box-shadow:0px 0px 5px #888;
}
.windowOuter2{
  position:relative;
  box-sizing:border-box;
  width:80px;
  height:120px;
  border: solid 8px #fff;
  box-shadow:inset 0px 0px 2px #888;
  background:#BBDEFB;
  perspective: 480px;
  display:inline-block;
}
.windowOuter3{
  position:relative;
  box-sizing:border-box;
  width:80px;
  height:200px;
  border: solid 8px #fff;
  box-shadow:inset 0px 0px 2px #888;
  background:#BBDEFB;
  perspective: 480px;
  display:inline-block;
}
.windowOuter4{
  position:relative;
  box-sizing:border-box;
  width:100px;
  height:200px;
  /* border: solid 8px #fff; */
  border: solid 12px #fff;
  box-shadow:inset 0px 0px 2px #888;
  background:#BBDEFB;
  perspective: 480px;
  display:inline-block;
}
.windowInner3{
  /* display:none; */
  position:absolute;
  left:-4px;
  top:-4px;
  border:solid 8px #fff;
  width:72px;
  height:192px;
  box-sizing:border-box;
  background:#BBDEFB;
  box-shadow:0px 0px 5px #888, inset 0px 0px 2px #888;
  transition: 0.5s;
}
.windowInner3::after{
  right:-4px;
  top:50%;
  position:absolute;
  content:'';
  width:24px;
  height:4px;
  background:#fff;
  box-shadow:0px 0px 5px #888;
  transition: 0.5s;
}
.windowInner4{
  /* display:none; */
  position:absolute;
  /* left:-4px; */
  left:-8px;
  /* top:-4px; */
  top:-8px;
  /* border:solid 8px #fff; */
  border:solid 10px #fff;
  width:92px;
  height:192px;
  box-sizing:border-box;
  background:#BBDEFB;
  box-shadow:0px 0px 5px #888, inset 0px 0px 2px #888;
  transition: 0.5s;
}
.windowInner4::after{
  right:-4px;
  top:50%;
  position:absolute;
  content:'';
  width:24px;
  height:4px;
  background:#fff;
  box-shadow:0px 0px 5px #888;
  transition: 0.5s;
}
.windowInner2{
  /* display:none; */
  position:absolute;
  left:-4px;
  top:-4px;
  border:solid 8px #fff;
  width:72px;
  height:112px;
  box-sizing:border-box;
  background:#BBDEFB;
  box-shadow:0px 0px 5px #888, inset 0px 0px 2px #888;
  transition: 0.5s;

}
.windowInner2::after{
  right:-4px;
  top:50%;
  position:absolute;
  content:'';
  width:24px;
  height:4px;
  background:#fff;
  box-shadow:0px 0px 5px #888;
}
.windowInner{
  /* display:none; */
  position:absolute;
  left:-10px;
  top:-10px;
  border:solid 20px #fff;
  width:180px;
  height:280px;
  box-sizing:border-box;
  background:#BBDEFB;
  box-shadow:0px 0px 5px #888, inset 0px 0px 2px #888;
  transition: 0.5s;
  transform-origin: left bottom;
}
.windowInner::after{
  right:-10px;
  top:50%;
  position:absolute;
  content:'';
  width:60px;
  height:10px;
  background:#fff;
  box-shadow:0px 0px 5px #888;
}
.windowInner5{
  /* display:none; */
  position:absolute;
  left:-10px;
  top:-10px;
  border:solid 20px #fff;
  width:180px;
  height:480px;
  box-sizing:border-box;
  background:#BBDEFB;
  box-shadow:0px 0px 5px #888, inset 0px 0px 2px #888;
  transition: 0.5s;
  transform-origin: left bottom;
}
.windowInner5::after{
  right:-10px;
  top:50%;
  position:absolute;
  content:'';
  width:60px;
  height:10px;
  background:#fff;
  box-shadow:0px 0px 5px #888;
}
.typeOpen{
  position:relative;
  display:block;
  /* background:#2196F3; */
  background:#fff;
  padding:5px 20px;
  margin:5px 15px;
  /* color:#fff; */
  cursor:pointer;
  text-align:left;
  border-radius: 4px;
  font-size:12px;
}
.typeOpen:HOVER{
  background:#9E1E5F;
  color:#fff;
}
.typeOpenActive{
background:#9E1E5F;
color:#fff;	
}
.typeOpenActive::before{
	/* content: "\2714";
    position: absolute;
    font-size: 14px;
    left: 5px;
    top: 50%;
    margin-top: -10px;
    border-radius: 50%; */ 	
}
.typeOpenContainer{
  position:absolute;
  z-index:2;
  top:10px
}
.typeOpen2-active{
  transform: rotateY(-25deg);
  transform-origin: left;
  /* transform-origin: left, center; */
  /* transform-origin: center; */
}
.typeOpen2R-active{
  transform: rotateY(25deg);
  transform-origin: right;
  /* transform-origin: left, center; */
  /* transform-origin: center; */
}
.typeOpen4-active{
left: 50px;		
}
.typeOpen5-active{
left: -70px;	
}
.typeOpen3-active{
  transform: rotateX(-5deg);
  transform-origin:bottom;
}
.typeOpen3R-active{
  transform: rotateX(-5deg);
  transform-origin:bottom;
}
.hidenInput{
  display:none;
}
.hidenInput:checked+.typeOpen{
  background:#9E1E5F;
  color:#fff;
}
.hidenInput:checked+.typeOpen::before{
/*   content:'';
  width:5px;
  height:5px;
  background:#fff;
  position:absolute;
  left:10px;
  top:50%;
  margin-top:-3px;
  border-radius:50%; */
	/* content: "\2714";
    position: absolute;
    font-size: 14px;
    left: 5px;
    top: 50%;
    margin-top: -10px;
    border-radius: 50%;  */
}
.hidden:checked+.windowOuter2::before{
/*     content: "\2714";
    font-size: 14px;
    width: 20px;
    height: 20px;
    background: #03A9F4;
    position: absolute;
    left: 10px;
    top: 10px;
    /* margin-top: -3px; */
    border-radius: 4px;
    z-index: 2;
    color: #fff; */
}
.windowConteinerMini{
	width: auto;
    display: inline-flex;
    box-shadow: 0px 0px 5px #555;
    transform: scale(.4);
    position: absolute;
    top: -90px;
	cursor: pointer;
}
.windowConteinerMini:nth-child(1){
	left:-60px;
}
.windowConteinerMini:nth-child(2){
	left: 20px;
}
.windowConteinerMini:nth-child(3){
	left: 180px;
}
.windowConteinerMini2:nth-child(2){
	/* margin:0px 56px; */
}
.windowConteinerMini2{
	width: auto;
    display: inline-flex;
    box-shadow: 0px 0px 5px #555;
/*     transform: scale(.4);
    position: absolute;
    top: -90px; */
	cursor: pointer;
	/* margin-right:18px; */
	/* margin-bottom:40px; */
	
	/* position:relative; */
	vertical-align:top;
}
.windowConteinerMini2 LABEL{
	display:inherit;
}
.windowConteinerMini3{
	width: auto;
    display: inline-block;
	cursor: pointer;
	/* margin-right:18px; */
	/* margin-bottom: 40px; */
	vertical-align:top;
	position:relative;
}
.windowConteinerMini3 LABEL{
	display:inherit;
	perspective:700px;
	perspective-origin:top;
}
.windowConteinerMini3 .windowConteinerMini2{
	margin-right:-4px;
}
.typeWindows{
	position:relative;
	/* height:170px; */
	/* background:red; */
	text-align:left;
}
.namecalc{
	/* color: #fff; */
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 10px;
	margin-top: -10px;
    text-align: left;
}
.nameparam{
	display: inline-block;
	/* width: 200px; */
	margin:0px;
	margin-right: 20px;
	padding:0px;
	padding-bottom:5px;
}
.calcWindow .parambglight{
    display: inline-block;
    margin-right: 10px;
    margin-top: 41px;
    margin-bottom: 0px;
	width: 171px;
}
.inputcalc{
padding: 5px;
border:none;
/* width: 70px; */
/* width: 100%; */
text-align: center;
box-sizing:border-box;
border-radius: 4px;
font-size: 14px;
width: 130px;
margin-left: 10px;
}
.selectcalc{
	padding: 5px;
	width: 100%;
	border: none;
}
.parambglight{
	background: #BBDEFB;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.parambglight:last-child{
	margin-bottom:0px;
	margin-right:0px;
}
.textcalc{
    /* color: #fff; */
    margin-top: 0px;
    text-align: left;
}
.calcbutton{
	color:#fff;
	padding:10px;
	background:#2196F3;
	border:none;
	cursor:pointer;
	/* margin-top:20px; */
	text-decoration:none;
	margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
	border-radius: 4px;
	text-align: center;
	
	transition: .3s;
}
.calcbutton:HOVER{
	background:#ffa500;
}
.calcbutton:last-child{
margin-bottom:0px;
}

.windowConteinerMini LABEL{
	display:inherit;
}
.imgWindowDiv{
	position:relative;
	height:180px;
	background:red;
}
.windowFinal{
	/* background:#90CAF9; */
	background: #BBDEFB;
	min-height:140px;
	margin:40px 0px;
}
.windowFinalImg{
    display: inline-block;
    width: 320px;
    background: #2196F3;
    text-align: center;
    padding: 40px;
    box-sizing: border-box;
	position:relative;
}
.windowFinalParameters{
    width: 680px;
    display: inline-flex;
    padding: 40px;
    box-sizing: border-box;
    vertical-align: top;
    align-items: center;
    min-height: 200px;
    /* background: red; */
}
.windowFinalParameters P{
	margin:5px 0px;
}
.nameWindow{
	font-weight:bold;
	text-transform:uppercase;
}
.dispnone{
	display:none;
}
.nameText{
font-size:24px;
font-weight:bold;
}
.result{
	
}
.calcbody{
/* display:flex; */
margin:40px 0px;
font-size:14px;
background: #fff;
border-radius: 8px;
}
.windowCornerRight{
transform: rotateY(280deg);
transform-origin: left;
box-shadow: 0px 0px 5px #555, inset 0px 0px 2px #888;;
}
.windowCornerLeft{
transform: rotateY(80deg);
transform-origin: right;
box-shadow: 0px 0px 5px #555, inset 0px 0px 2px #888;
right:-4px;
}
.shtul{
	width: 50px;
}
.shtul .windowInner4{
	width: 42px;
}
.shtul .windowInner4::after{
	display:none;
}
.typeWindow8{
	margin-left: -63px;
}
.typeWindow9{
margin-left: -58px;
margin-right: -65px !important;
}
.typeWindowBlock{
	background: #ECE2E7;
    display: inline-block;
    padding: 20px;
    border-radius: 8px;
	margin-bottom:30px;
	min-height:273px;
	min-width: calc(50% - 5px);
	box-sizing: border-box;
	
	padding-bottom:70px;
	/* text-align:center; */
	width:100%;
}
.typeWindows .typeWindowBlock{
	width:unset;
}
.typeWindows>.typeWindowBlock:first-child{
	margin-right:10px;
}
.calcmorediv>.typeWindowBlock:nth-child(3){
	margin-right:10px;
}
.calcmorediv>.typeWindowBlock:nth-child(1){
	/* margin-right:10px; */
	min-height:unset;
	width:100%;
}
.typeWindowBlock2{
	background: #ECE2E7;
    display: inline-block;
    padding: 20px;
    border-radius: 8px;
	margin-bottom:30px;
	min-height:273px;
	min-width: calc(50% - 5px);
	box-sizing: border-box;
	
	padding-bottom:30px;
	/* text-align:center; */
	width:100%;
}
.typeWindowBlockName{
	margin-top:0px;
	text-align:left;
}
.windowConteinerMini2:last-child{
	margin-right:0px;
}
.windowConteinerMini3:last-child{
	margin-right:0px;
}
.calcmorediv>.typeWindowBlock:nth-child(2){
min-height:unset;
width:100%;	
}
.windowConteinerName{
position: absolute;
bottom: -50px;
background: #9E1E5F;
color: #fff;
font-size: 12px;
width: fit-content;
display: inline-block;
border-radius: 4px;
text-align: center;
padding: 4px;
margin: auto;
left: 0px;
right: 0px;
}
.typeWindow8 .windowConteinerName, .typeWindow9 .windowConteinerName{
	left:82px;
}
.typeWindowBlocks{
	display: inline-block;
    position: relative;
    text-align: center;
min-width: 148px;
box-sizing: border-box;
padding: 0px 10px;
}
.typeWindowBlock:nth-child(1) .typeWindowBlocks, .typeWindowBlock:nth-child(2) .typeWindowBlocks{
	padding:0px 6px;
	min-width:0px;
}
.typeWindowBlock:first-child{
min-height: 323px;
}
.balcType .windowConteiner:first-child{
	margin-right:-4px;
}
.bigWindowBlock{
display:none;
vertical-align:middle;
}
.bigWindowBlock .windowCornerLeft, .bigWindowBlock .windowCornerRight{
margin:20px 0px;
margin-bottom: 50px;
}
#typeWindow8{
/* perspective: 1500px; */
margin-left: -120px;
/* perspective-origin: top; */
}
#typeWindow8 > DIV{
perspective: 1500px;
/* margin-left: -120px; */
perspective-origin: top;	
}
#typeWindow9{
/* perspective: 1500px;	 */
margin-left: -110px;
margin-right: -100px;
/* perspective-origin: top; */
}
#typeWindow9 > DIV{
perspective: 1500px;		
perspective-origin: top;
}
#typeWindow9 .windowCornerRight{
	margin-left:-4px;
}
.windowChoise{
text-align:center;
margin-bottom:40px;
}
.doorChoise{
text-align:center;	
margin-bottom:40px;
}
.windowChoiseDiv{
display:inline-block;
margin-right: 10px;
}
.windowChoiseDiv1{
display:inline-block;
margin-right: 10px;	
}
.windowChoiseDiv1 .paramButtons{
	min-width:250px;
	box-sizing:border-box;
}
.windowChoiseDiv2{
display:inline-block;
margin-right: 10px;	
}
.windowChoiseDiv2 .paramButtons{
	min-width:200px;
	box-sizing:border-box;
}
.windowChoiseDiv3{
display:inline-block;
margin-right: 10px;	
}
.windowChoiseDiv4{
display:inline-block;
margin-right: 10px;	
}
.paramChoise{
	
}
.paramButtons{
/* color: #fff; */
background: #fff;
border: none;
border-radius: 4px;
padding: 10px 30px;
cursor: pointer;
text-decoration: none;
font-size: 17px;
font-family: inherit;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;	
display: inline-block;
min-width: 90px;
box-sizing: border-box;
text-align: center;
outline:none;
}
.paramButtonsActive{
color: #fff;
background: #9E1E5F;
}
.paramButtonsActive OPTION{
background:#fff;
color:#27262C;	
}
.paramButtons2{
/* color: #fff; */
background: #fff;
border: none;
border-radius: 4px;
padding: 10px 10px;
cursor: pointer;
text-decoration: none;
font-size: 17px;
font-family: inherit;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;		
display: inline-block;
vertical-align: top;
margin-right:10px;
min-height: 90px;
position:relative;
}
.paramButtons2 I{
position: absolute;
right: 13px;
top: 13px;	
color:#9E1E5F;
}
.paramButtons2Active{
color: #fff;
background: #9E1E5F;
}
.paramButtons2Active I{
color:#fff;	
}
.paramButtons2:last-child{
	/* margin-right:0px; */
}
.paramButtonText{
    margin: 0px;
    font-size: 10px;
    text-align: left;	
}
.paramButtonName{
margin: 0px;
margin-bottom: 10px;
font-weight: bold;
text-align: center;	
text-transform:uppercase;
}
.paramHeight{
display: inline-block;
transform: rotate(270deg);	
vertical-align:middle;
margin-right: -60px;
margin-left: -100px;
z-index: 100;
position: relative;
}
.paramWidth{
	
}
.calcSection2{
display:none;
}
.nothidden{
	display:unset;
}
.dinblock{
display:inline-block;	
}
.hidden{
	display:none;
}
.profileChoise {
	text-align:center;
	margin-bottom: 40px;
}
.totalprice{
	
}
.sales{
}
.calcmorediv{
display:none;	
}
.calcmore{
margin-bottom:30px;
}
.warning{
background:#ffeb00;
padding: 10px 30px;
border-radius: 4px;
/* color:#fff; */
font-weight:bold;
margin-bottom:0px;
margin-top: 30px;
}
.leftHand{
transform-origin: right bottom;	
}
.leftHand::after{
	left:-4px;
	right:unset;
}
.alumin .windowOuter2, .alumin .windowInner2, .alumin .windowOuter4, .alumin .windowInner4, #typeWindow13 .windowOuter, #typeWindow13 .windowInner, #typeWindow14 .windowOuter, #typeWindow14 .windowInner, #typeWindow15 .windowOuter, #typeWindow18 .windowOuter6, #typeWindow18 .windowInner6, #typeWindow17 .windowOuter6, #typeWindow17 .windowInner6, #typeWindow16 .windowOuter6, #typeWindow16 .windowInner6{
border-color:#e3e3e3;
border-color:#e1e1e1;
}
.alumin .windowInner4::after, #typeWindow18 .windowInner6::after, #typeWindow17 .windowInner6::after, #typeWindow16 .windowInner6::after{
background:#e1e1e1;
}
.alumin .windowInner2::after{
background: #e1e1e1;
box-shadow: none;
background: #999;
width: 2px;
height: 14px;
top: calc(50% - 8px);
right: -7px;
border-radius: 3px;
background: #7a7a7a;
border: solid 2px;
border-top: solid 5px;
border-bottom: solid 5px;
border-color: #f5f5f5;
}
#typeWindow13 .windowInner::after, #typeWindow14 .windowInner::after{
background: #e1e1e1;
box-shadow: none;
background: #999;
width: 5px;
height: 20px;
top: calc(50% - 8px);
right: -15px;
border-radius: 4px;
background: #7a7a7a;
border: solid 2px;
border-top: solid 7px;
border-bottom: solid 7px;
border-color: #f5f5f5;
}
.shtuldoor::after{
display:none;
}
#contentPrice{
display:none;
text-align:center;	
padding: 30px;
padding-top: 0px;
}
.tempPrice{
	
}
.newprice{
opacity:0;	
transition: all .3s;
}
.lider{
position: absolute;
top: -11px;
right: 20px;	
}
.superprice{
position: absolute;
top: -11px;
right: 20px;
}
.rotdevice{
display: block;
display:none;
text-align: center;
margin-top: 20px;
font-size: 12px;	
}
.rotdevice I{
transition: all .3s;	
}
.rotdeviceActive{
transform: rotate(-90deg);	
}
.brownColor{
border-color:#decbb8;	
}
.brownColor::after{
background:#decbb8;	
}