﻿#winPopup{
  position:absolute;
  display:none;
  width:395px;
  z-index:100000;
  background-color:#fff;
  border:1px solid #555;
/* css3 */
  border-radius:6px;
  -webkit-border-radius:6px;
  -moz-border-radius:5px;
  -khtml-border-radius:10px;
  box-shadow:5px 5px 15px 0 #000;
  -webkit-box-shadow:5px 5px 15px 0 #000;
  -moz-box-shadow:5px 5px 15px 0 #000;
}
#winClose{
  position:absolute;
  top:4px;
  right:4px;
  background-color:#eee;
  height:16px;
  width:16px;
  border:0;
  background-image:url(/js/byd/winPopup/close.png);
  background-repeat:no-repeat;
}
#winConvas{
  padding:10px 20px 20px 20px; 
}
#winState{
  position:relative;
  display:block;

}
#winState h1{
  font-size:28px;
  margin:0 0 10px 0;
  color:#000; 
}

#winState p{    width: 320px;}
#winState p.error{
  color:#f00;
}
#winForm{    font-size: 19px;    font-family: calibri, arial;
   }

#winForm input, .calc input, .calc select, #winForm textarea, #winForm select{
  width:320px;
  height:25px;
  border:1px solid #555;
  margin-bottom:5px;
  padding:0 6px;
/* css3 */
  border-radius:6px;
  -webkit-border-radius:6px;
  -moz-border-radius:5px;
  -khtml-border-radius:10px;
  box-shadow:1px 1px 2px 0 #aaa;
  -webkit-box-shadow:1px 1px 2px 0 #aaa;
  -moz-box-shadow:1px 1px 2px 0 #aaa;
  z-index:1000001;
}
@media screen and (max-width: 767px) {
#winForm {
  font-size: 19px;
  font-family: calibri, arial;
  text-align: center;
  display: flex
;
  flex-wrap: wrap;
  justify-content: center;
}
}
@media screen and (min-width: 767px) {

 .texter #winForm input, .texter #winForm textarea, .texter #winForm select, .texter #submitButton{
width: 630px;

  }
  }
#winForm textarea{
   height:120px;
 }
div.calc table{
  border:0;
}
div.calc table td{
  padding:2px;
  border:0;
  text-align:left;
}

div.calc input{
  width:140px;
}
div.calc select{
  width:154px;
  padding:0;
}
div.calc input.inError{
  border:1px solid #f00;
}
.errorForm{
display: none;
font-size: 12px;
background-color: #f00;
color: #FFF;
padding: 2%;

}
#submitButton{
    cursor: pointer;
    width: 350px;
    height: 39px;
    padding-bottom: 3px;
    border: 0;
    background-color: rgba(2, 2, 2, 0.6);
  background-repeat:no-repeat;
  color:#fff;
  font-weight:bold;
background-position: -15px -93px ;
/* css3 */
  border-radius:6px;
  -webkit-border-radius:6px;
  -moz-border-radius:5px;
  -khtml-border-radius:10px;
}
#submitButton:hover, #submitButton:active {    background-color: #333333;}
#winLoading{
  display:none;
  padding-left:10px;
}
#winForm input , #winForm select, #winForm textarea{display: block;}
a.order_form1 {display: block;

text-decoration: none;
color: #0356AF;
font-size: 17px;
font-weight: bold;
margin-bottom: 15px;}