.clearfix::before {
  display: table;
  clear: both;
  content: '';
}
.clearfix::after {
  display: table;
  clear: both;
  content: '';
}
#selectform {
	max-width: 320px;
	width: 100%;
	margin: 0 auto;
	z-index: 100;
	position: relative;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.select-label {
	width: 33.333%;
	display: block;
	float: left;
	box-sizing: border-box;
	padding-right: 5px;
	margin-bottom: 10px;
}
.select-label > select {
	display: block;
	width: 100%;
	height: 20px;
	margin-top: 5px;
	letter-spacing: -0.025em;
}
.forma-block{
	position: relative;
	width: 100%;
	max-width: 230px;
	margin: 0 auto;
}
.forma-block__maneken {
	display: block;
	width: 100%;
	max-width: 100%;
}
#beret,
#body,
#label,
#belt,
#boots{
	position: absolute; 
	z-index: 99;
	left: 0;
	top: 0;
}
#axelbant,
#buckle{
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
}
#beret > img,
#body > img,
#label > img,
#axelbant > img,
#belt > img,
#buckle > img,
#boots > img{
	width: 100%;
	height: auto;
	display: block;
}