.errorField{
padding: 10px 50px 5px;
text-align:center;
color:red;
}
.sendmessages{
padding: 10px 50px;
text-align:center;
color:green;
}
.descriptionText{
color: #666;
padding:10px 10px 0;
text-align:center;
font-size: 11px;
}
.oneclick {
  padding:0 0 20px;
  background:#fff;
  width:470px;
}
.oneclick * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif; 
}
.oneclick body{
  margin:0;
}
.oneclick p {
  margin: 0.5em 0;
}
.popup-window-top-row{
  height: 60px;
  color: #fff;
  background:#0f0;
  display: block !important;
  padding-top: 10px;
  border-radius: 15px 15px 0 0 !important;
  background:url(/projects/sm/img/top-bg.png);
}
.popup-window-titlebar{
  text-align: center;
  font-family: "Roboto", Helvetica, Arial, sans-serif; 
}
.popup-window-titlebar b{
  font-size: 24px;
  font-weight: normal;
}
.popup-window-titlebar small{
  font-size: 11px;
}
.popup-window-content{
  margin: 0;
  padding: 0 50px;
  background-color: #fff;
}
.popup-window-content img{
  display: inline-block;
  max-height: 180px;
  max-width: 370px;
  text-align: center;
}
.popup-window-content hr{
  margin: 15px 0;
  box-sizing: content-box;
  height: 0;
  border:0;
  border-top: 1px solid #b2b2b2;
}

.popup-window-name{
  font-size: 14px;
  color: #222222;
  font-weight: bold;
  line-height: 20px;
}
.popup-window-price{
  font-size: 24px;
  color: #ad313a;
  line-height: 20px;
}
.popup-window-buttons{
  margin: 0;
  padding: 10px 50px;
  height: 80px;
}
.popup-window-content label{
  line-height: 40px;
  font-size: 24px;
  color: #222;
}
.popup-window-content input[type="text"]{
  height: 40px;
  border-radius: 3px;
  font-size: 24px;
  border:1px solid #b2b2b2;
  text-align: left;
  color: #2f343b;
  padding:1px 5px;
}
.popup-window-content #phone1{
  width: 53px;
}
.popup-window-content #phone2{
  width: 120px;
}
.popup-window-btn{
  display: inline-block;
  width: 156px;
  border:none;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 38px;
  font-weight: bold;
  cursor: pointer;
}
.popup-window-btn span{
  display: block;
  text-align: center;
}
.popup-window-continue:hover{
  background: #1f93c3;
}
.popup-window-order{
  float: right;
  background: #c1323a;
}
.popup-window-order:hover{
  background: #921c25;
}
.popup-window-byclick-btn{
  padding: 0 7px;
  width: auto;
}
.popup-window-close-icon{
  position: absolute;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 44px;
  height: 44px;
  top: -22px;
  right: -22px;
  border-radius: 22px;
  background: #fff;
  color: #a83039;
  font-size: 30px;
  text-align: center;
  line-height: 44px;
  box-shadow: 0 0 15px rgba(0,0,0,0.7);
  z-index: 9999;
}
.popup-window-close-icon:before {
  content: "\f00d";
}.popup-window-close-icon:hover{
  background: #fff;
  color: #ca3d45;
  text-decoration: none;
}