.pop {
  display: none;
  width: 402px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 1%;
  box-sizing: border-box;
}
.pop .h5 {
  font: 34px "MuseoSansCyrl700";
  color: #181818;
  margin-top: 35px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.pop .h6 {
  font: 16px "MuseoSansCyrl700";
  color: #595959;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}
.pop .h6 span:before {
  left: 50%;
  width: 120px;
  border-top: 1px solid #c4c7ca;
  bottom: -4px;
  margin-left: -60px;
  position: absolute;
  content: "";
}
.pop .h6 span:after {
  left: 50%;
  margin-left: -40px;
  width: 80px;
  border-top: 1px solid #c4c7ca;
  bottom: -8px;
  position: absolute;
  content: "";
}
.pop input[type=text] {
  width: 320px;
  max-width: 100%;
  border-radius: 10px;
  box-sizing: border-box;
  background: #F3F3F3;
  border: 1px solid #DEE0E2;
  margin-bottom: 10px;
  height: 47px;
  font: 16px "MuseoSansCyrl300";
  color: #626262;
  padding-left: 10px;
}
.pop input[type=button] {
  width: 240px;
  height: 63px;
  border: none;
  background: #F4AD06;
  cursor: pointer;
  border-radius: 10px;
  font: 17px "MuseoSansCyrl500";
  color: #fff;
  margin-bottom: 25px;
  text-transform: uppercase;
  margin-top: 15px;
  transition: 0.3s;
}
.pop input[type=button]:hover {
  transition: 0.3s;
  background: #F9B30F;
}
