
#domek{
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-top: 15px;
  position: relative;
}

.domek-img img, .domek-img div, #floor, #mail, #loader{
	position: absolute;
	left: 0;
	clear: both;
	top: 0;
}
#trans1{
	opacity: 0.7;
	width: 204px;
	height: 500px;
	margin: 20px 0px 0px 201px;
	-webkit-transform: rotate(-1.4deg);
}
#kolorek{
	width: 100%;
	height: 100%;
	opacity: 0.7;
}
#loader{
	background: rgba(0, 0, 0, 0.7) url(status.gif) no-repeat center;
	display: none;
}

#facade-color{
	text-align: center;
	font-size: 1.4em;
	padding: 15px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
}
#facade-color div{
	display: block;
	margin-top: 5px;
	border: 2px solid #fff;
}
#facade-color span{
	display: block;
	color: #fff;
	margin: 10px 0px;
	padding: 5px 0px;
	background: rgba(0, 0, 0, 0.5);
}
/* MAIL */
#mail{
	width: calc(100% - 140px);
	height: calc(100% - 140px);
	margin: 70px;
	padding-top: 60px;
	background: rgba(0, 0, 0, 0.7);
	display: none;
}
#mail h4{
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 2.5em;
	text-transform: uppercase;
}
#mail input[type=text]{
	width: calc(100% - 20px);
	padding: 10px;
	font-size: 1.3em;
	border: none;
	text-align: center;
	margin: 10px;
}
#mail input[type=submit]{
	padding: 10px;
	font-size: 1.5em;
	text-transform: uppercase;
	display: block;
	background: #FF530D;
	border: 1px solid #FF870D;
	color: #fff;
	margin: 15px auto;
}
#mail button{
	padding: 10px;
	margin-top: -60px;
	opacity: 1;
	color: #fff;
}
.menu-title{
  width: 100%;
  flex: 0 0 100%;
  box-sizing: border-box;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding-bottom: 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.5em;
}
#makePhoto{
	width: 100%;
	text-align: center;
}
.tch-color-configurator-wrap {
	margin-bottom: 16px;
}
