body{
  background: url(images/bg-site.png) no-repeat;
  background-size: 100%;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.mask{
  position: absolute;
  display: block;
  background-color: rgba(0,0,0,0);
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.popup{
  width: 386px;
	height: 482px;
  background: white;
  border-radius: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  right: 0;
  margin: auto;
  z-index: 2;
  background: url(images/burger.png) no-repeat;
  background-position: bottom;
}
.popup .title{
  position: relative;
  padding: 30px 65px;
  font-family: Roboto Condensed;
	font-size: 38.3px;
	font-stretch: condensed;
	line-height: 1.01;
	letter-spacing: 0.4px;
	text-align: center;
	color: #4f4f4f;
}
.popup .title::before{
  content: ' ';
  position: absolute;
  width: 21px;
  height: 25px;
  background: url(images/placement-icon.png) no-repeat;
  left: 35px;
  top: 40px;
}
.popup nav{
  margin-top: 20px;
}
.popup nav ul,.popup nav ul li{
  list-style: none;
}
.popup nav ul li{
  padding-bottom: 5px;
}
.popup nav ul li a{
  font-family: Roboto Condensed;
	font-size: 21.5px;
	font-stretch: condensed;
	line-height: 1.51;
	letter-spacing: 1.1px;
	color: #5a5a5a;
  text-decoration: none;
  border-bottom: 2px dashed #e8e8e8;
  position: relative;
  display: block;
  width: 140px;
  text-align: left;
}
.popup nav ul li a::after{
  content: ' ';
  width: 8px;
  height: 11px;
  position: absolute;
  right: 0;
  top:11px;
  background: url(images/arrow.png) no-repeat;
}
.search-container input{
  width: 311px;
	height: 33px;
	border-radius: 4px;
	background-color: #ffffff;
	border: solid 1px #dddddd;
  outline: none;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-left: 25px;
}
.search-container{
  position: relative;
}
.search-container::before{
  content: ' ';
  background: url(images/search.png) no-repeat;
  position: absolute;
  left: 30px;
  top: 10px;
  width: 17px;
  height: 17px;
  display: block;
  z-index: 4;
}
