.window-pop-up{
  width:80%;
  max-width: 460px;
  padding: 40px;
  overflow-y:auto;
  overflow-x:hidden;
  position:fixed;
  top:30px;

  left:50%;
  min-height:300px;
  margin-left:-250px;
  background-color:#fff;
  z-index:50000;

}
.window-pop-up .ch1
{
  color: #4a682a;
  font-size: 36px;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}
.window-pop-up .window-pop-up-close{
  margin-left:397px;
  margin-top:-32px;
  background-image:url('close2.png');
  width:35px;
  background-repeat:no-repeat;
  height:35px;
  position:absolute;

}
.window-pop-up .window-pop-up-close a
{
  display:block;
  width:35px;
  height:35px;
}
.window-pop-up .window-pop-up-content{

}
.window-pop-up-overlay{
  display:none;
  background-image:url('transp.png');
  position:fixed;
  width:100%;
  height:100%;
  z-index:40000;
  top:0;
  left:0;
}
.but_more
{
  font-size:18px;
  color:#a30f18;
  border-bottom:1px #a30f18 dashed;
}

.window-pop-up .ch2 {
  line-height: 0.9;
  color: #64d9f7;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}

.window-pop-up input::-webkit-input-placeholder {
  color: #4a682a; text-indent: 0px;   transition: text-indent 0.3s ease;
}
.window-pop-up input:focus::-webkit-input-placeholder {
  text-indent: -500px; transition: text-indent 0.6s ease;
}
.window-pop-up textarea::-webkit-input-placeholder {
  color: #4a682a; text-indent: 0px;   transition: text-indent 0.3s ease;
}
.window-pop-up textarea:focus::-webkit-input-placeholder {
  text-indent: -1500px; transition: text-indent 0.6s ease;
}
.window-pop-up input::-moz-placeholder {
  color: #4a682a; text-indent: 0px;   transition: text-indent 0.3s ease;
}
.window-pop-up input:focus::-moz-placeholder {
  text-indent: -500px; transition: text-indent 0.6s ease;
}
.window-pop-up textarea::-moz-placeholder {
  color: #4a682a; text-indent: 0px;   transition: text-indent 0.3s ease;
}
.window-pop-up textarea:focus::-moz-placeholder {
  text-indent: -1500px; transition: text-indent 0.6s ease;
}
.window-pop-up input:-ms-input-placeholder {
  color: #4a682a; text-indent: 0px;   transition: text-indent 0.3s ease;
}
.window-pop-up input:focus:-moz-placeholder {
  text-indent: -500px; transition: text-indent 0.6s ease;
}
.window-pop-up textarea:-ms-input-placeholder {
  color: #4a682a; text-indent: 0px;   transition: text-indent 0.3s ease;
}
.window-pop-up textarea:focus:-moz-placeholder {
  text-indent: -1500px; transition: text-indent 0.6s ease;
}
.window-pop-up input:-moz-placeholder {
  color: #4a682a; text-indent: 0px;   transition: text-indent 0.3s ease;
}
.window-pop-up input:focus:-ms-input-placeholder {
  text-indent: -500px; transition: text-indent 0.6s ease;
}
.window-pop-up textarea:-moz-placeholder {
  color: #4a682a; text-indent: 0px;   transition: text-indent 0.3s ease;
}
.window-pop-up textarea:focus:-ms-input-placeholder {
  text-indent: -1500px; transition: text-indent 0.6s ease;
}

.window-pop-up form input {
  font-size: 24px;
  padding-left: 10px;
  color: #333333!important;
  border: 1px solid #686868;
  margin: 3px;
}
.window-pop-up form textarea {
  padding-left: 10px;
  color: #333333!important;
  border: 1px solid #686868;
}
#orderFormDiv {
  text-align: center;
}
.windowLoading {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.5);
    top: 0;
}

.window-pop-up.big{
  min-width: 270px;
  windth:100%;
  max-width:450px;
  min-height:50%;

}
.window-pop-up.big .window-pop-up-close{
  margin-left:100%;
  position: relative;
}

