html, body{
	padding: 0;
	margin: 0;
}

.wrapper {
    position: absolute;
    width: 100%;
    height: 768px;
    background: #fff;
	opacity: 0;
}

.middle-cont {
	width: 1024px;
	margin: auto;
}

#parentPath {
	position: absolute;
	width: 1024px;
    height: 678px;
}

.bg{
	position: absolute;
    width: 1024px;
    height: 678px;
    overflow: hidden;
    background-image: url(../images/paper.jpg);
}

.arrow {
	position: absolute;
	width: 0px;
	height: 0px;
	-webkit-transform : rotate(90deg);
	transform : rotate(90deg);
	display: none;
	border-top: 8px solid transparent;
	border-left: 20px solid #008000;
	border-bottom: 8px solid transparent;
}

.counter{
	position: absolute;
    padding: 0 0 1px 0;
    margin: 0;
	width:10px;
	height: 10px;
	border-radius: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #757575;
	font-size: 8px;
	text-align: center;
	line-height: 1.38;
}

.footer-line{
	position: absolute;
	bottom: 4px;
	color: #757575;
	width: 1020px;
	height: 80px;
	background-color: white;
	border-radius: 3px;
	border: solid 2px #ccc;
}

.footer-line__inner{
	position: relative;
	display: inline-block;
	height: 80px;
}

.footer-elem{
	height: 24px;
	display: inline-block;
	margin: 13px 20px 0px 10px;
}

.btn{
	position: absolute;
	width: 122px;
	right: 10px;
	margin: 22px 10px auto 10px;
}
.dash{
	position: relative;
	height: 54px;
	display: none;
	padding: 5px;
	border: solid 1px #aaa;
	border-radius: 3px;
}

.dash::before, .dash::after{
	content: '';
	border: 10px solid transparent;
	border-right: solid 10px #aaa;
	position: absolute;
	left: -20px;
	top: 50%;
	margin-top: -10px;
}

.dash::after {
	border-right: 10px solid white;
	left: -19px; 
}

input[type='number']{
	margin-top: 2px;
	width: 35px;
}
.tittle {
	position: relative;
	background-color: #fff;
	border-radius: 2px;
	top:3px;
	left: 7px;
	color: #757575;
	font-size: 22.5px;
	text-align: center;
	width: 1010px;
	line-height: 1.2;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	padding: 10px 0;
}
.mdl-selectfield, mdl-selectfield__select{
    width: 60px;
}
