.form2 {
  padding: 40px 10%;
  background: #fff;
}
.form2 label {
  display: block;
  margin-bottom: 20px;
}
.form2 label.required .title::after {
  content: '*';
  color: red;
  transform: translateY(5px);
  font-size: 22px;
  display: inline-block;
}
.form2 select,
.form2 input,
.form2 textarea {
  padding: 5px 20px;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.form2 .price {
  margin-bottom: 20px;
}
.form2 .price span {
  font-weight: bold;
}
.form2 .btn {
  background: #0094de;
  color: #fff;
  padding: 5px 20px;
  text-align: center;
  cursor: pointer;
}
.form2.ads-module .module-position {
  background: url("/usertpl/i/form-position.png") no-repeat top center / contain;
  width: 100%;
  height: 780px;
  position: relative;
}
.form2.ads-module .module-position .item {
  background: rgba(0, 0, 255, 0.2);
  position: absolute;
  text-align: center;
  cursor: pointer;
}
.form2.ads-module .module-position .item.active {
  background: rgba(0, 255, 0, 0.2);
}
.form2.ads-module .module-position .item.invalid {
  background: rgba(255, 0, 0, 0.2);
}
.form2.ads-module .module-position .item.item-header {
  right: 0;
  top: 29px;
  width: 250px;
  height: 50px;
  line-height: 50px;
}
.form2.ads-module .module-position .item.item-main_under_slider {
  left: 0;
  top: 385px;
  width: 280px;
  height: 70px;
  line-height: 70px;
}
.form2.ads-module .module-position .item.item-main_under_slider_2 {
  left: 0;
  top: 465px;
  width: 280px;
  height: 70px;
  line-height: 70px;
}
.form2.ads-module .module-position .item.item-main_under_slider_3 {
  left: 0;
  top: 545px;
  width: 280px;
  height: 70px;
  line-height: 70px;
}
.form2.ads-module .module-position .item.item-main_under_latest_news {
  right: 0;
  top: 630px;
  width: 302px;
  height: 40px;
  line-height: 40px;
}
.form2.ads-module .module-position .item.item-main_under_latest_news2 {
  right: 0;
  top: 680px;
  width: 302px;
  height: 40px;
  line-height: 40px;
}
.form2.ads-module .module-position .item.item-main_under_latest_news3 {
  right: 0;
  top: 730px;
  width: 302px;
  height: 40px;
  line-height: 40px;
}
.form2.ads-module .noplace {
  color: red;
  text-align: center;
  padding: 20px;
  font-weight: bold;
  font-size: 18px;
  display: none;
}
.form2.ads-soc .status-ur {
  display: none;
}
.form2.ads-soc .status-ur.opened {
  display: block;
}
.form2.ads-soc .status-fiz {
  display: none;
}
.form2.ads-soc .status-fiz.opened {
  display: block;
}
.formbtns {
  padding: 10px 0;
}
.formbtns .formbtn {
  display: block;
  color: #fff;
  background: #0094de;
  text-align: center;
  width: 32%;
  text-decoration: none;
  line-height: 20px;
  padding: 10px 3px;
  margin-bottom: 10px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
}
